LIVE · 05/08
local-llmRELOllama Releases v0.30.0-rc7Ollama Releases v0.30.0-rc7[ollama-releases]local-llmRELOllama Releases v0.30.0-rc5Ollama Releases v0.30.0-rc5[ollama-releases]local-llmRELOllama Releases v0.23.2-rc0Ollama Releases v0.23.2-rc0[ollama-releases]vscodeRELcollab-production: Fix multibuffer initialization based on RHS state (#56058)collab-production: Fix multibuffer initialization based on RHS state (#56058)[zed-releases]researchJaiTTS: A Thai Voice Cloning ModelJaiTTS: A Thai Voice Cloning Model[arxiv-cs-cl]geminiBuilding with Gemini Embedding 2: Agentic multimodal RAG and beyondBuilding with Gemini Embedding 2: Agentic multimodal RAG and beyond[google-developers]geminiGet ready for Google I/O: Livestream schedule revealedGet ready for Google I/O: Livestream schedule revealed[google-developers]local-llmLLM-as-a-Judge論文に学ぶ、LLMでLLMを採点する評価設計の勘所This article distills design principles from LLM-as-a-Judge research, covering how to buil…[zenn-llm]tech-newsMetaがカナダのオンラインニュース法案C-22に反対表明Meta’s Position on Canada’s Bill C-22[meta-newsroom]tech-newsICE抗議者のDNAを巡るDHS訴訟、巨大データベース化に懸念DHS can’t create vast DNA database to track ICE critics, lawsuit says[ars-technica]tech-newsMozilla、Mythosが発見した271件の脆弱性は「ほぼ誤検知なし」と発表Mozilla says 271 vulnerabilities found by Mythos have "almost no false positives"[ars-technica]copilotAIエージェント生成のPull Requestを安全にレビューする方法Agent pull requests are everywhere. Here’s how to review them.[github-blog-ai]tech-newsOpenAIの未来巡るMuskとAltmanの法廷闘争、最新動向Live updates from Elon Musk and Sam Altman’s court battle over the future of OpenAI[the-verge]vscodeRELZed nightly: 自動ウォッチ機能を改善 (#56126)nightly: Improve auto watch (#56126)[zed-releases]local-llmRELOllama v0.23.2 リリース、ローカルLLM実行環境の小幅アップデートOllama Releases v0.23.2[ollama-releases]local-llmRELOllama、v0.30.0-rc6リリース候補版を公開Ollama Releases v0.30.0-rc6[ollama-releases]vscodeRELZed: editor.rsからfoldとselectionをモジュール分割collab-staging: editor: Extract `fold` and `selection` out of `editor.rs` (#56070)[zed-releases]researchAre Flat Minima an Illusion?Are Flat Minima an Illusion?[arxiv-cs-lg]researchNationwide EHR-Based Chronic Rhinosinusitis Prediction Using Demographic-Stratified ModelsNationwide EHR-Based Chronic Rhinosinusitis Prediction Using Demographic-Stratified Models[arxiv-cs-lg]researchSAT: Sequential Agent Tuning for Coordinator Free Plug and Play Multi-LLM Training with Monotonic Improvement GuaranteesSAT: Sequential Agent Tuning for Coordinator Free Plug and Play Multi-LLM Training with Monotonic Improvement Guarantees[arxiv-cs-lg]researchPhysics-Informed Neural Networks with Learnable Loss Balancing and Transfer LearningPhysics-Informed Neural Networks with Learnable Loss Balancing and Transfer Learning[arxiv-cs-lg]researchHorizon-Constrained Rashomon Sets for Chaotic ForecastingHorizon-Constrained Rashomon Sets for Chaotic Forecasting[arxiv-cs-lg]researchSparse Prefix Caching for Hybrid and Recurrent LLM ServingSparse Prefix Caching for Hybrid and Recurrent LLM Serving[arxiv-cs-lg]researchMidSteer: Optimal Affine Framework for Steering Generative ModelsMidSteer: Optimal Affine Framework for Steering Generative Models[arxiv-cs-lg]
Today 137
Total 384
Major 1
Sources 25
Updated just now
Daily Summary

今日の更新

Today's Updates

Today 137 ▲ 121%
Yesterday 62
7-day 242
Last 7 days
2
0
4
17
20
62
137
05/02 05/03 05/04 05/05 05/06 05/07 05/08
主要な更新 Top stories 05/08 · 10 件
  1. 01 local-llm REL +2 Ollama Releases v0.30.0-rc7 Ollama Releases v0.30.0-rc7 disable openmp [ollama-releases]
  2. 02 vscode REL collab-production: Fix multibuffer initialization based on RHS state (#56058) collab-production: Fix multibuffer initialization based on RHS state (#56058) This update modifies the initialization of the left-hand side multibuffer in the SplittableEditor. It now checks if the right-hand side multibuffer is a singleton and uses a MultiBuffer::without_heade [zed-releases]
  3. 03 research JaiTTS: A Thai Voice Cloning Model JaiTTS: A Thai Voice Cloning Model arXiv:2604.27607v2 Announce Type: replace Abstract: We present JaiTTS-v1.0, a state-of-the-art Thai voice cloning text-to-speech model built through continual training on a large Thai-centric speech c [arxiv-cs-cl]
  4. 04 gemini Building with Gemini Embedding 2: Agentic multimodal RAG and beyond Building with Gemini Embedding 2: Agentic multimodal RAG and beyond Google has announced the general availability of Gemini Embedding 2, a unified model that maps text, images, video, audio, and documents into a single semantic space. This model allows developers to p [google-developers]
  5. 05 gemini Get ready for Google I/O: Livestream schedule revealed Get ready for Google I/O: Livestream schedule revealed Google I/O returns May 19–20 to showcase major updates in AI, Android, Chrome, and Cloud, beginning with a keynote on the "agentic era" of development. The event will focus on new tools designed to au [google-developers]
  6. 06 local-llm LLM-as-a-Judge論文に学ぶ、LLMでLLMを採点する評価設計の勘所 This article distills design principles from LLM-as-a-Judge research, covering how to buil… LLMの出力評価を人手だけで賄うのが困難になる中、LLM自身に採点させる「LLM-as-a-Judge」の設計指針を論文から整理した記事。プロンプト設計、バイアス対策、人手評価との整合性確保など、実運用に耐える評価パイプライン構築のポイントを紹介する。 This article distills design principles from LLM-as-a-Judge research, covering how to build scalable evaluation pipelines where LLMs grade other LLMs, including prompt design, bias mitigation, and alignment with human judgment for teams that can no longer rely solely on manual review. [zenn-llm]
  7. 07 tech-news Metaがカナダのオンラインニュース法案C-22に反対表明 Meta’s Position on Canada’s Bill C-22 Metaはカナダの法案C-22に対する立場を表明し、ニュース出版社へのリンク表示に対価を求める枠組みは持続不可能だと主張した。同社は以前のC-18と同様、Facebookおよびinstagramでカナダのニュースコンテンツの提供を停止する可能性を示唆している。 Meta has published its position on Canada's Bill C-22, arguing that legislation forcing platforms to pay publishers for news links is unworkable and signaling it may again block news content on Facebook and Instagram in Canada, as it did under the earlier Bill C-18. [meta-newsroom]
  8. 08 tech-news ICE抗議者のDNAを巡るDHS訴訟、巨大データベース化に懸念 DHS can’t create vast DNA database to track ICE critics, lawsuit says 米国土安全保障省(DHS)がICE関連の抗議者から強制的にDNAを採取し、大規模データベース化しているとして、抗議者らが提訴した。原告は、軽微な違反での拘束を口実にDNAが永続的に保存され、批判者の追跡に使われる可能性を問題視している。 Protesters have sued the Department of Homeland Security, alleging that ICE critics are being detained on minor pretexts so their DNA can be forcibly collected and stored in a vast federal database, raising serious civil liberties and Fourth Amendment concerns. [ars-technica]
  9. 09 tech-news Mozilla、Mythosが発見した271件の脆弱性は「ほぼ誤検知なし」と発表 Mozilla says 271 vulnerabilities found by Mythos have "almost no false positives" Mozillaは、新たな脆弱性検出ツールMythosが271件の脆弱性を発見し、その精度は「ほぼ誤検知ゼロ」だと報告した。AIや高度な静的解析を活用したセキュリティ監査の有効性を示す事例として注目される。 Mozilla reports that its new vulnerability detection tool Mythos has identified 271 security flaws with almost no false positives, highlighting the growing effectiveness of AI-assisted code auditing for large open source codebases. [ars-technica]
  10. 10 copilot AIエージェント生成のPull Requestを安全にレビューする方法 Agent pull requests are everywhere. Here’s how to review them. GitHubがAIエージェントによるPull Requestのレビュー手法を解説。コード差分だけでなくエージェントのセッションログや意図を確認することが重要で、人間レビュアーは品質保証の最後の砦としての役割が一層問われる。 GitHub explains how to review pull requests authored by AI coding agents, emphasizing examining the agent's session logs, intent, and reasoning alongside the diff itself, since human reviewers remain the critical quality gate. [github-blog-ai]
🔥 Today's Top 3 importance × recency
  1. Zed Editor Releases v1.1.5-pre Zed Editor Releases v1.1.5-pre zed-releases 2d ago
  2. Building with Gemini Embedding 2: Agentic multimodal RAG and beyond Building with Gemini Embedding 2: Agentic multimodal RAG and beyond google-developers 1h ago
  3. Get ready for Google I/O: Livestream schedule revealed Get ready for Google I/O: Livestream schedule revealed google-developers 1h ago

Timeline 384 total · page 1/13

TODAY 30 entries
NEW blog local-llm 32m ago · zenn-llm

AIエージェントを段階的に本番投入する:support-onlyからeffect-bearingへの昇格設計

AI要約 はじめに LLM や AI エージェントを本番業務に入れるとき、最初から完全自動化を目指すと危険です。 問い合わせ対応を自動化する。 チケット分類を自動化する。 Slack 通知を自動化する。 権限変更を自動化する。 返金や請求処理を自動化

zenn.dev
AIエージェントを段階的に本番投入する:support-onlyからeffect-bearingへの昇格設計 og
NEW blog gemini 1h ago · google-developers

Supercharging LLM inference on Google TPUs: Achieving 3X speedups with diffusion-style speculative decoding Supercharging LLM inference on Google TPUs: Achieving 3X speedups with diffusion-style speculative decoding

EN Researchers at UCSD have successfully implemented DFlash, a block-diffusion speculative decoding method, on Google TPUs to bypass the sequential bottlenecks of traditional autoregressive drafting. By

developers.googleblog.com