AI 每日快讯

AI 每日快讯

AI 产品、模型、开源工具和官方动态的时间流。保留历史记录,按分类、日期和标签继续筛选。

2442历史快讯
140开源工具
6当前结果
06 月 08 日 2026-06-08 快讯

AWS Machine Learning 动态:It’s safe to close your laptop now: Hosting coding agents on Amazon Bedrock AgentCore

原文摘要:Amazon Bedrock AgentCore Runtime gives each agent session its own isolated microVM with a persistent workspace, secure tool access through Gateway, and built-in observability—so yo 来源:AWS Machine Learning 动态。建议继续查看原文,重点核对它影响的工具入口、成本、风险和真实使用场景。

AWS Machine Learning 动态:Evaluate your Amazon Nova Sonic voice agent at scale, no microphone required

原文摘要:In this post, we walk you through the Nova Sonic Test Harness, an 开源 framework that we built to solve both problems. It serves as a rapid iteration tool for tuning system 来源:AWS Machine Learning 动态。建议继续查看原文,重点核对它影响的工具入口、成本、风险和真实使用场景。

InfoQ AI ML Data Engineering:Gemma 4 12B Enables On-Device, Multimodal Agentic 工作流 with an Encoder-free Architectur…

原文摘要:Google says Gemma 4 12B is "designed to bring agentic, multimodal intelligence directly to your laptop", further noting that the new model can be combined with Google AI Edge to "b 来源:InfoQ AI ML Data Engineering。建议继续查看原文,重点核对它影响的工具入口、成本、风险和真实使用场景。

InfoQ AI ML Data Engineering:Microsoft Discovery Reaches GA on Azure, Powering the Agentic AI Behind Majorana 2 Quantum C…

原文摘要:Microsoft announced the general availability of Microsoft Discovery, its Azure-based platform for deploying autonomous AI agent teams in scientific R&D. The platform powered the de 来源:InfoQ AI ML Data Engineering。建议继续查看原文,重点核对它影响的工具入口、成本、风险和真实使用场景。

Google Research 为 Gemini Enterprise Agent 平台引入 Agentic RAG 框架

一句话结论:Google Research 在 Gemini Enterprise Agent 平台中新增了 Agentic RAG 框架,通过 Sufficient Context Agent 实现多跳查询的自动补全,将事实准确性提升高达 34%。该框架的核心创新在于,当面对需要多源信息才能回答的复杂查询时,Agent 会主动进行多次检索,直到收集到足够支撑答案的上下文为止,而非像传统 RAG 那样仅做单次检索。值得关注的原因是,多跳查询是 RAG 系统长期面临的难点,该方案从 Agent 层面实现了检索策略的自动优化,显著提升了复杂问题的回答质量。主要影响 RAG 应用开发者、企业知识库构建者以及需要处理复杂查询的 AI 系统。下一步可以关注 Google 发布的详细技术报告,了解其实现细节,并评估是否能在自建 RAG 系统中借鉴类似策略。