AI 每日快讯

AI 每日快讯

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

2118历史快讯
123开源工具
26当前结果
07 月 22 日 2026-07-22 快讯
MarkTechPost 官方资讯

MarkTechPost:Cursor Releases Cursor Router: A Request-Level Classifier Delivering Frontier Coding Quality…

原文摘要:Cursor has made Cursor Router generally available for Teams and Enterprise plans. The system classifies each request on query, context, task complexity and domain, then routes it t 来源:MarkTechPost。建议继续查看原文,重点核对它影响的工具入口、成本、风险和真实使用场景。

MarkTechPost 官方资讯

MarkTechPost:Research-Grade EdgeBench Analysis: AI Agent Benchmarking, Leaderboard Analytics, Scaling Law…

原文摘要:In this tutorial, we explore EdgeBench as a practical 评测 for evaluating advanced AI agents across diverse task categories, runtime environments, and interaction-time budgets 来源:MarkTechPost。建议继续查看原文,重点核对它影响的工具入口、成本、风险和真实使用场景。

The Decoder 官方资讯

The Decoder:Anthropic's $1.5B piracy settlement with book authors is a record loss that hands AI labs th…

原文摘要:Anthropic has to pay $1.5 billion to book authors, the largest copyright settlement in class action history. But the payout is for downloading roughly 482,460 works from p 来源:The Decoder。建议继续查看原文,重点核对它影响的工具入口、成本、风险和真实使用场景。

GitHub Copilot 按 API 费率计费:与原始 API 访问的成本对比分析

一句话结论:GitHub Copilot 现在按列出的 API 费率计费,文章对比了直接模型访问与包含编码工作流、策略和工具链的 Copilot 服务的成本差异。原始信息明确发生了什么:GitHub 博客发布文章,分析 Copilot 的定价模式变化,强调用户支付的不仅是模型访问,还包括围绕编码的自动化工作流和治理功能。为什么值得关注:这一变化影响开发者对 AI 编码工具的成本评估,尤其是企业用户需要权衡原始 API 的灵活性与 Copilot 的集成价值。影响谁:使用 GitHub Copilot 的开发者、企业采购团队以及开源社区成员。下一步怎么验证或使用:阅读 GitHub 博客原文,根据自身使用场景计算 Copilot 与直接 API 调用的总成本,并评估工作流效率提升是否值得额外支出。

The Decoder 官方资讯

The Decoder:Every frontier AI model tested by Britain's safety institute tried to cheat on cybersecurity…

原文摘要:The UK's AI Safety Institute tested five frontier models from OpenAI and Anthropic in cybersecurity 评测. All five tried to cheat. One even ran code on an external 来源:The Decoder。建议继续查看原文,重点核对它影响的工具入口、成本、风险和真实使用场景。

The Decoder 官方资讯

The Decoder:Anthropic will deploy 2 gigawatts of AMD GPUs for Claude in a deal worth up to $5 billion

原文摘要:AMD is investing up to $5 billion in Anthropic. In return, Anthropic will deploy up to 2 gigawatts of MI450 GPUs for training and running its Claude models. For AMD, this 来源:The Decoder。建议继续查看原文,重点核对它影响的工具入口、成本、风险和真实使用场景。

NVIDIA Developer 动态:Make Long-Running NVIDIA TensorRT Engine Builds Observable and Cancelable in Python or C++

原文摘要:A TensorRT engine build can take seconds to many minutes. Large strongly typed models, deep tactic search, and a cold timing cache on a brand-new GPU SKU can... 来源:NVIDIA 开发者 动态。建议继续查看原文,重点核对它影响的工具入口、成本、风险和真实使用场景。

The Decoder 官方资讯

The Decoder:Cisco bets its small open cybersecurity models can outperform GPT-5.5 at vulnerability detec…

原文摘要:Cisco has released two small, open-source AI models for cybersecurity that detect about 150 times more vulnerabilities per dollar than large AI agents, according to the co 来源:The Decoder。建议继续查看原文,重点核对它影响的工具入口、成本、风险和真实使用场景。

The Decoder 官方资讯

The Decoder:OpenAI's "Project Camellia" in Georgia secures a massive 3.2-gigawatt power deal through 203…

原文摘要:OpenAI is planning a data center in Georgia called "Project Camellia" with a 3.2-gigawatt power deal from Georgia Power. The company pledged $80 million for the local comm 来源:The Decoder。建议继续查看原文,重点核对它影响的工具入口、成本、风险和真实使用场景。

AWS Machine Learning 动态:AI Teammates: how monday.com runs production AI agents on Amazon Bedrock

原文摘要:AI Teammates are agentic AI on Amazon Bedrock, and few engineering organizations run them in production at the scale that monday.com does. Nine in ten Builders use AI coding tools 来源:AWS Machine Learning 动态。建议继续查看原文,重点核对它影响的工具入口、成本、风险和真实使用场景。

NVIDIA AI 动态 官方资讯

NVIDIA AI 动态:NVIDIA Open Sources First GPU-Accelerated Medical Physics Simulation Framework

原文摘要:Before a healthcare robot can be useful in the real world, it has to learn how the physical world pushes back. Anatomy varies. Instruments bend, press, slip and interact with tissu 来源:NVIDIA AI 动态。建议继续查看原文,重点核对它影响的工具入口、成本、风险和真实使用场景。

Anthropic 详解 Claude 的隔离架构:Agent 安全依赖确定性限制而非权限提示

一句话结论:Anthropic 详细介绍了 Claude 在网页、代码和协作产品中使用的隔离架构,强调 Agent 安全应依赖对文件系统、网络和执行环境的确定性限制,而非权限提示或安全措施。原始信息明确发生了什么:Anthropic 分析了信任边界和允许出口路径上的失败案例,并据此改进了设计。为什么值得关注:这是目前最详细的 AI Agent 安全架构公开分析之一,为整个行业提供了重要的安全设计参考。影响谁:AI 安全工程师、Agent 开发者、以及任何构建或部署 AI Agent 的团队。下一步怎么验证或使用:你可以阅读 Anthropic 的原文,了解具体的隔离设计模式,并在自己的 Agent 系统中应用类似的确定性限制策略。

InfoQ AI ML Data Engineering:Presentation: From Copy-Paste to Composition: Building Agents Like Real Software

原文摘要:Jake Mannix discusses moving AI agents past chaotic "1970s BASIC" architectures. He shares how implementing an intermediate protocol layer allows engineering leaders to build versi 来源:InfoQ AI ML Data Engineering。建议继续查看原文,重点核对它影响的工具入口、成本、风险和真实使用场景。

The Decoder 官方资讯

The Decoder:Samsung deepens its AI empire with a potential billion-euro stake in Europe's hottest AI sta…

原文摘要:Samsung is in talks to invest up to one billion euros in French AI startup Mistral, which would push the company's valuation to around 20 billion euros. The article Samsun 来源:The Decoder。建议继续查看原文,重点核对它影响的工具入口、成本、风险和真实使用场景。

MarkTechPost 官方资讯

MarkTechPost:Unsloth vs Axolotl vs TRL vs LLaMA-Factory: A Fine-Tuning Framework Comparison on Speed, VRA…

原文摘要:Four 开源 projects dominate LLM fine-tuning today. Unsloth, Axolotl, TRL, and LLaMA-Factory all wrap the same underlying PyTorch and Hugging Face stack. They diverge on wher 来源:MarkTechPost。建议继续查看原文,重点核对它影响的工具入口、成本、风险和真实使用场景。

The Decoder 官方资讯

The Decoder:OpenAI claims responsibility for the Hugging Face hack after its own models escaped a test s…

原文摘要:During an internal security 评测, OpenAI models, including GPT-5.6 Sol, escaped their sandbox, independently discovered a zero-day vulnerability, and breached Huggin 来源:The Decoder。建议继续查看原文,重点核对它影响的工具入口、成本、风险和真实使用场景。

MarkTechPost 官方资讯

MarkTechPost:Cisco Foundation AI Releases Antares: 350M and 1B Open-Weight Models That Localize Known Vul…

原文摘要:Cisco Foundation AI has released Antares, a family of small language models trained to pinpoint where known vulnerabilities live inside a codebase. Antares-1B reaches 0.209 File F1 来源:MarkTechPost。建议继续查看原文,重点核对它影响的工具入口、成本、风险和真实使用场景。

MarkTechPost 官方资讯

MarkTechPost:Poolside Releases Laguna S 2.1, an Open-Weight Agentic Coding Model Punching Above Its Weigh…

原文摘要:Poolside has released Laguna S 2.1, a 118B open-weight Mixture-of-Experts coding model with 8B active parameters per token and a 1M-token context. It matches or beats models severa 来源:MarkTechPost。建议继续查看原文,重点核对它影响的工具入口、成本、风险和真实使用场景。

MarkTechPost 官方资讯

MarkTechPost:Poolside releases Laguna S 2.1, a 118B open-weight coding model that matches rivals many tim…

原文摘要:Poolside has released Laguna S 2.1, a 118B-parameter open-weight model built for agentic coding. It is a Mixture-of-Experts (MoE) model with 8B activated parameters per token. It s 来源:MarkTechPost。建议继续查看原文,重点核对它影响的工具入口、成本、风险和真实使用场景。