Screenshots or Tools? - 同一组 309 个 GUI 任务中,文本工具让推理模型提高 4.0 个百分点,却使非推理模型下降 5.9 个百分点,说明接口收益受模型推理方式支配。
全文 ↓今日重点 · Today's Highlights
论文 · Papers
15 项 · 论文Verifiable Memory3arxiv.org原文 ↗
该方法把长期记忆、活跃上下文和 episodic 状态置于同一操作空间,用监督微调加三阶段强化学习训练代理执行 7 种记忆操作。局部验证器检查状态转移,全局验证器约束证据一致性和终态记忆;在 5 个基准、2 个骨干模型的大多数指标上取得最佳结果。验证器只在训练期使用,因而推理时没有额外裁判成本,但效果仍取决于训练时可判定的记忆规范。
Distractor-Aware Truncation4arxiv.org原文 ↗
作者指出,长上下文截断同时删掉干扰项和答案证据,传统“截得越多越差”不能直接证明上下文长度本身的价值。他们在 BABILong 与 GraphWalks 上分别保留 100%、75%、50% 和 25% 内容;朴素截断到 25% 时答案证据保留率不足 1%,而保信号的截断可维持甚至改善准确率。结果把长上下文评测的核心变量从长度改为信号保真度,但在 Opus 4.7、GPT-5.5 等高端模型上存在天花板效应。
Verified Tool Calls Improve LLM Agent Reliability Under Non-Atomic Failures9arxiv.org原文 ↗
论文针对超时、延迟可见和部分写入这类“调用可能已生效、响应却不确定”的故障,在工具层加入后置条件、重试前验证和幂等语义。受控故障注入表明,该协议在保持相近任务成功率的同时显著减少重复副作用。它把可靠性责任从代理的猜测式重试下沉为可检查的调用契约,适合支付、消息发送和资源创建等不可随意重放的动作。
TraceCompiler10arxiv.org原文 ↗
TraceCompiler 从多条含探索、失败和重试的轨迹中抽取“有证据的生产者 - 消费者边”,再编译为确定性工作流。其 15,775 条依赖边达到 0.928 精确率和 0.943 召回率;AppWorld 子集上的 563 条边精确率为 0.993,但这部分依赖自一致性标注。在 Venmo 案例中,34 次调用被压到 11 次,留一验证通过 15/21 个任务;结果有吸引力,不过论文没有把离线编译成本计入净效率。
Test-Time Scaling in Reasoning LLMs15arxiv.org原文 ↗
这篇综述把推理模型的测试时扩展归纳为单轨迹延长、叶节点终态规约和前缀搜索三类,并区分精确复现与分布式结果复现。作者同时发布约 20 亿 token 的完整推理轨迹,试图让采样、验证与搜索策略可以在统一材料上比较。它的价值主要是清理术语和复现实验边界;作为综述,并没有提出一个能跨任务取胜的新缩放算法。
开源 / 项目 · Projects
15 项 · 开源 / 项目Greenlight19github.com原文 ↗
Greenlight 在本地扫描源代码、manifest、IPA、APK 和 AAB,用规则提前发现 App Store 与 Google Play 审核风险,报告会指向具体规则。仓库列出 24 条代码规则,中型项目单次扫描为个位数毫秒;需要真实商店交互的账号删除、恢复购买和 Apple 登录检查则放进可选云端 `verify`。这种分层避免把静态可判定问题送上云端,也清楚区分“代码合规线索”与“运行时政策证明”。
ClickBench Playground20benchmark.clickhouse.com原文 ↗
ClickBench Playground 让用户在同一页面对 110 多个数据库系统运行 SQL,可多选后一次执行,并并列展示状态、耗时、输出和错误。它把 ClickBench 从静态排行榜变成可交互的查询对照台;但单次页面结果仍受各后端配置与当前负载影响,不能替代受控基准复现。
行业动态 · Industry News
12 项 · 行业动态Changes at Google DeepMind31blog.google原文 ↗
Google 宣布 Demis Hassabis 转任 DeepMind 董事长,Jeff Dean 离开 Alphabet。
Cloudflare OS32blog.cloudflare.com原文 ↗
Cloudflare 发布面向代理、应用和协作任务的开放平台及运行时组件。
Muse Code and Muse Spark 1.233research.meta.ai原文 ↗
Meta 发布代码模型 Muse Code,并更新轻量模型 Muse Spark 1.2。
Shieldstral34mistral.ai原文 ↗
Mistral 发布用于多模态内容审核的 30 亿参数开放权重模型 Shieldstral。
Qwen 3.0 Image Pro35qwencloud.com原文 ↗
Qwen-Image-3.0-Pro 支持最长 4.5k token 输入、图中图和密集版面,页面宣称能渲染小至 10 px 的文字,原生覆盖 12 种语言与 20 多种字体。API 标价为 1K/2K 输入图每张 0.003 美元,1K 输出 0.04 美元、2K 输出 0.075 美元,当前页面限速为每分钟 1 次。它把复杂排版和可读文字作为主卖点,但低速率意味着首发阶段更适合离线生成而非高并发产品流量。
Flowise Is Shutting Down36flowiseai.com原文 ↗
Flowise 认为复杂任务正从刚性低代码工作流转向编码代理,因此决定停止产品和托管服务。时间表是 7 月 29 日冻结代码、8 月 10 日归档仓库并弃用 npm/Docker 制品、8 月 31 日结束核心团队活动;Apache 2.0 代码仍可永久查看和 fork。它既是一项停服通知,也暴露了低代码代理编排在需求快速变化时的维护压力。
Rust 仓库采用 LLM 政策37blog.rust-lang.org原文 ↗
Rust 项目为向 `rust-lang/rust` 贡献的 LLM 辅助内容制定维护政策。
Keyv and Friends Compromised38aikido.dev原文 ↗
多个 npm 包在活跃的 Shai-Hulud 供应链攻击中遭到入侵,其中包括 Keyv 及相关包。
慕尼黑市资助 libexpat39blog.hartwork.org原文 ↗
慕尼黑市为 libexpat 维护工作提供最长六个月的开源休假资助。
OpenAI Economic Research Exchange40openai.com原文 ↗
OpenAI Economic Research Exchange 以结构化项目合作支持外部研究者分析 AI 对劳动者、企业、机构和宏观经济的影响,并在隐私与治理约束下提供工具和数据。项目设置里程碑、数据治理和评审,筛选强调因果推断、测量、劳动经济与生产率等实证能力。计划的可评价之处将是最终能否产出可独立检验的外部证据,而不只是案例汇编。
Waymo in Dallas41waymo.com原文 ↗
Waymo 在达拉斯向公众开放无人驾驶叫车服务。
Meta 投放含 AI 生成儿童性虐待图像的广告42wired.com原文 ↗
Wired 报道 Meta 广告系统曾批准并分发含 AI 生成儿童性虐待图像的广告。
博客文章 · Blog Posts
12 项 · 博客文章Nvidia's Vera Whitepaper Has a Thread Loose44chipsandcheese.com原文 ↗
文章逐项分析 Nvidia Vera 白皮书中的缓存、内存和性能数据。
I'm Switching My Phone from Android to Linux45runarcn.no原文 ↗
作者记录将日常手机环境从 Android 迁移到移动 Linux 的过程和限制。
Beating GPT-5.6 Sol on Retrieval with 100x Cheaper Open Models47neon.com原文 ↗
Neon 与 Castform 报告开放模型检索方案的价格、延迟和准确率实验,并以“成本低 100 倍”为标题结论。
Your Agentic Workflow's Cache Keepalive Costs 8x Too Much48blog.mempko.com原文 ↗
作者用 100k token 前缀、4 家提供商和最长 40 分钟空闲做缓存保活测量,发现常见 30 秒 ping 比 4 分钟方案贵 7.8 倍。Anthropic 的较优间隔约 4 分钟、OpenAI 约 8 分钟;在前者上用 8 分钟会越过 5 分钟 TTL,成本甚至达到完全不保活的 4 倍。结论不是“总要延长 ping”,而是只在缓存即将淘汰且仍未越过盈亏线的狭窄区间续命。
Eight Myths on Software Engineering and GenAI50queue.acm.org原文 ↗
ACM Queue 梳理生成式 AI 与软件工程生产率、质量和岗位变化相关的八项常见论断。
How Compiler Explorer Runs on AWS in 202652xania.org原文 ↗
文章说明 Compiler Explorer 当前在 AWS 上的计算、缓存、部署和成本架构。
GitHub 热门 · GitHub Trending
12 项 · GitHub 热门cloudflare/computer55github.com原文 ↗
Cloudflare Computer 以 Durable Object 内的 SQLite 作为虚拟文件系统权威状态,再用统一 `workspace.runtime` 接容器 FUSE、Dynamic Worker 中的 just-bash 和 JavaScript 三种执行后端。容器通过 capnweb RPC 同步修改,isolate 则直接走 Workers RPC,不维护第二份存储。项目仍是 API 不稳定的预览版;README 指出 FUSE 在元数据负载上快于真实磁盘,但大块顺序 I/O 更慢。
huangruiteng/loopx56github.com原文 ↗
LoopX 是独立于 Codex、Claude Code 和 Cursor 的本地状态内核,持久保存 objective、gate、todo、scope、evidence、quota 与 handoff,让调度器每轮只执行有边界的工作。代理通过 claim、lease 和类型化 continuation 交接,不依赖永久 leader;README 展示两条墙钟跨度超过 200 小时的轨迹。作者明确这不代表模型连续运行或已具备无人值守生产控制,避免把持久状态误写成自治能力。
uber/ADR57github.com原文 ↗
ADR 收集代理意图、工具调用和执行轨迹,用高召回初筛加深度代理推理识别威胁,已在 Uber 生产中覆盖 7 种以上编码工具和三大桌面平台。ADR-Bench 含 303 个任务、133 个 MCP 服务器与 17 类攻击技术。开源部分提供 Sensor、Benchmark 和 Detector,但负责阻断危险动作的 Prevention 及离线 Explorer 不在仓库内,部署方仍需自行补齐响应闭环。
esengine/DeepSeek-Reasonix58github.com原文 ↗
Reasonix 是单个静态 Go 二进制的终端编码代理,专门围绕 DeepSeek 前缀缓存设计:启动只注入小型稳定环境摘要,压缩前删除陈旧工具输出,也可让 planner 与 executor 保持各自稳定会话。模型、工具和插件由 TOML 声明,兼容 OpenAI endpoint、MCP 和 sidecar 扩展,CLI/TUI、桌面与 VS Code 共用本地引擎。这个设计把缓存命中率当作架构约束,而非调用层的偶然优化。
NovaSky-AI/SkyRL59github.com原文 ↗
SkyRL 把强化学习训练、推理后端、长时程代理和 Gym 环境组成模块化全栈,既能用自有硬件,也能接 Tinker API,任务覆盖数学、代码、搜索和 SQL。README 记录过仅用 653 个样本训练小型推理模型的早期实验。比单一 PPO 脚本更有用的是,它让算法、rollout 后端和交互环境可以分别替换,便于定位收益究竟来自哪一层。
sierra-research/tau2-bench60github.com原文 ↗
tau2-bench 用模拟用户、代理和业务工具评测客服式多轮任务,领域包括航空、零售、电信和银行,并支持文本半双工与语音全双工。仓库披露 tau3 版本修正银行领域错误、调整 75 项以上任务,修订前后成绩不可直接比较。这种版本说明很重要:交互基准的环境 bug 和任务措辞足以改变排行榜,不能只锁模型而忽略评测器版本。
Comfy-Org/workflow_templates61github.com原文 ↗
该仓库存放 ComfyUI 官方完整工作流和可复用子图 blueprint,按图像、视频、音频等媒介组织,并由 Astro 网站提供 11 种语言的搜索目录。每个模板包同时带工作流 JSON、缩略图和依赖信息,生产目录只收审核通过的内容。它把节点图从一次性截图升级为有结构、有依赖和发布门槛的可分发资产。
blader/humanizer62github.com原文 ↗
Humanizer 以一份可移植 Markdown 技能审查并改写常见机器生成文风,要求保留原有事实、观点和语气。README 将问题划分为 33 种模式,并规定完成改写后再审计一次,其中“不得捏造事实”是硬约束。它没有复杂运行时,优势恰是规则可读、可移植,也方便编辑者逐条检查代理为何改动文本。
WeaveMindAI/weft63github.com原文 ↗
Weft 将 LLM、人、API 和基础设施设为语言的一等节点,由编译器做端到端类型检查并自动生成程序图,执行层借 Restate 在崩溃或长时间人工等待后恢复。当前节点目录只有数十项,主分支因 MVP 重构处于停更状态,README 明确建议把它视为基础原型。类型系统和持久执行已有轮廓,但生产评估必须计入预期中的破坏性变更。
FalkorDB/FalkorDB64github.com原文 ↗
FalkorDB 是多租户属性图数据库,用 GraphBLAS 稀疏矩阵表示邻接关系,并以线性代数执行查询,目标场景包括知识图谱、GraphRAG、代理记忆和欺诈检测。它支持 OpenCypher,也能通过 Redis 协议及多语言客户端访问。项目的技术辨识度来自底层图表示与运算内核,而不是仅在通用数据库外包一层 LLM 接口。
czlonkowski/n8n-mcp65github.com原文 ↗
n8n-mcp 向 MCP 客户端结构化开放 n8n 的节点文档、属性、操作、模板与工作流校验。README 统计 2,412 个节点,其中 829 个核心、1,583 个社区节点;属性 schema 覆盖率 99%,模板库有 2,352 项。搜索、分级取数和多阶段验证让它超出静态文档索引,但维护者明确警告不要让 AI 直接修改生产工作流。
mpfaffenberger/code_puppy66github.com原文 ↗
Code Puppy 是可通过 `uvx` 启动的终端编码代理,支持多模型、并行代理和 MCP,并能从 models.dev 浏览 65 家以上提供商、超过 1,000 种模型。可选 DBOS 持久执行会检查点化代理输入、模型响应、MCP 与工具调用,使长任务能在崩溃后恢复。其工程特色是把模型路由、规则文件和恢复机制放进独立 CLI,而非绑定某个商业 IDE。
引用来源 · References
66 条 · 引用- 1 HyperAgent: Planning and Acting over Tool-Schema Hypergraphs for Tool-Use LLM Agents. arXiv:2608.02650https://arxiv.org/abs/2608.02650 ↩ 回到正文 · back to text
- 2 BAP-SQL: Budget-Aware Observation Planning for Agentic Text-to-SQL. arXiv:2608.02876https://arxiv.org/abs/2608.02876 ↩ 回到正文 · back to text
- 3 Verifiable Memory. arXiv:2608.03137https://arxiv.org/abs/2608.03137 ↩ 回到正文 · back to text
- 4 Distractor-Aware Truncation. arXiv:2608.03297https://arxiv.org/abs/2608.03297 ↩ 回到正文 · back to text
- 5 Screenshots or Tools? arXiv:2608.03327https://arxiv.org/abs/2608.03327 ↩ 回到正文 · back to text
- 6 DataSpace. arXiv:2608.03451https://arxiv.org/abs/2608.03451 ↩ 回到正文 · back to text
- 7 ContinualSkillBench. arXiv:2608.03874https://arxiv.org/abs/2608.03874 ↩ 回到正文 · back to text
- 8 Permission Denied. arXiv:2608.02670https://arxiv.org/abs/2608.02670 ↩ 回到正文 · back to text
- 9 Verified Tool Calls Improve LLM Agent Reliability Under Non-Atomic Failures. arXiv:2608.02645https://arxiv.org/abs/2608.02645 ↩ 回到正文 · back to text
- 10 TraceCompiler. arXiv:2608.02680https://arxiv.org/abs/2608.02680 ↩ 回到正文 · back to text
- 11 SparSEEty. arXiv:2608.02995https://arxiv.org/abs/2608.02995 ↩ 回到正文 · back to text
- 12 Search, Inspect, Fetch. arXiv:2608.02751https://arxiv.org/abs/2608.02751 ↩ 回到正文 · back to text
- 13 CUADebug. arXiv:2608.02643https://arxiv.org/abs/2608.02643 ↩ 回到正文 · back to text
- 14 Fail-Fast, Restart-Smart. arXiv:2608.03222https://arxiv.org/abs/2608.03222 ↩ 回到正文 · back to text
- 15 Test-Time Scaling in Reasoning LLMs. arXiv:2608.04001https://arxiv.org/abs/2608.04001 ↩ 回到正文 · back to text
- 16 Celld. GitHub repositoryhttps://github.com/denoland/celld ↩ 回到正文 · back to text
- 17 Sula. Project pagehttps://sagredo.dev/projects/sula/ ↩ 回到正文 · back to text
- 18 Capy. GitHub repositoryhttps://github.com/capysc/capy-cli ↩ 回到正文 · back to text
- 19 Greenlight. GitHub repositoryhttps://github.com/RevylAI/greenlight ↩ 回到正文 · back to text
- 20 ClickBench Playground. Project pagehttps://benchmark.clickhouse.com/playground/ ↩ 回到正文 · back to text
- 21 OpenEdit. GitHub repositoryhttps://github.com/veedstudio/open-edit ↩ 回到正文 · back to text
- 22 dstest. GitHub repositoryhttps://github.com/bxrne/dstest ↩ 回到正文 · back to text
- 23 Dr. PD. GitHub repositoryhttps://github.com/T76-org/drpd ↩ 回到正文 · back to text
- 24 Arxid. GitHub repositoryhttps://github.com/lucasolopes/arxid ↩ 回到正文 · back to text
- 25 Pistachio. GitHub repositoryhttps://github.com/winebarrel/pistachio ↩ 回到正文 · back to text
- 26 Labgrid MCP. GitHub repositoryhttps://github.com/onurcelep/labgrid-mcp ↩ 回到正文 · back to text
- 27 AgentTerm. GitHub repositoryhttps://github.com/albertwujj/agent-term ↩ 回到正文 · back to text
- 28 fec. GitHub repositoryhttps://github.com/brian-armstrong/fec ↩ 回到正文 · back to text
- 29 Hubmesh. GitHub repositoryhttps://github.com/DemigodDSK/hubmesh ↩ 回到正文 · back to text
- 30 Qapla. GitHub repositoryhttps://github.com/Carloscodix/qapla ↩ 回到正文 · back to text
- 31 Changes at Google DeepMind. Google Bloghttps://blog.google/company-news/inside-google/message-ceo/next-chapter-ai-momentum/ ↩ 回到正文 · back to text
- 32 Cloudflare OS. Cloudflare Bloghttps://blog.cloudflare.com/cloudflare-os/ ↩ 回到正文 · back to text
- 33 Muse Code and Muse Spark 1.2. Meta AIhttps://research.meta.ai/blog/introducing-muse-code-and-muse-spark-1.2 ↩ 回到正文 · back to text
- 34 Shieldstral. Mistral AIhttps://mistral.ai/news/shieldstral/ ↩ 回到正文 · back to text
- 35 Qwen 3.0 Image Pro. Qwen Cloudhttps://www.qwencloud.com/models/qwen-image-3.0-pro ↩ 回到正文 · back to text
- 36 Flowise Is Shutting Down. Flowisehttps://flowiseai.com/sunset ↩ 回到正文 · back to text
- 37 Rust 仓库采用 LLM 政策. Rust Bloghttps://blog.rust-lang.org/inside-rust/2026/08/05/rust-langrust-is-adopting-an-llm-policy/ ↩ 回到正文 · back to text
- 38 Keyv and Friends Compromised. Aikido Securityhttps://www.aikido.dev/blog/keyv-and-friends-compromised-in-npm-supply-chain-attack ↩ 回到正文 · back to text
- 39 慕尼黑市资助 libexpat. Hartwork Bloghttps://blog.hartwork.org/posts/libexpat-city-of-munich-open-source-sabbatical/ ↩ 回到正文 · back to text
- 40 OpenAI Economic Research Exchange. OpenAIhttps://openai.com/index/introducing-the-openai-economic-research-exchange ↩ 回到正文 · back to text
- 41 Waymo in Dallas. Waymohttps://waymo.com/blog/shorts/dallas-open-to-all/ ↩ 回到正文 · back to text
- 42 Meta 投放含 AI 生成儿童性虐待图像的广告. Wiredhttps://www.wired.com/story/meta-ran-ads-that-contained-ai-generated-child-sexual-abuse-imagery/ ↩ 回到正文 · back to text
- 43 Prime Agent. Prime Intellecthttps://www.primeintellect.ai/blog/prime-agent ↩ 回到正文 · back to text
- 44 Nvidia's Vera Whitepaper Has a Thread Loose. Chips and Cheesehttps://chipsandcheese.com/p/nvidias-vera-whitepaper-has-a-thread ↩ 回到正文 · back to text
- 45 I'm Switching My Phone from Android to Linux. Runarhttps://runarcn.no/android-to-linux/ ↩ 回到正文 · back to text
- 46 Born Against. Fogushttps://blog.fogus.me/llm/born-against.html ↩ 回到正文 · back to text
- 47 Beating GPT-5.6 Sol on Retrieval with 100x Cheaper Open Models. Neonhttps://neon.com/blog/how-castform-neon-beats-frontier-models-on-price-and-efficiency ↩ 回到正文 · back to text
- 48 Your Agentic Workflow's Cache Keepalive Costs 8x Too Much. Mempkohttps://blog.mempko.com/your-agentic-workflows-cache-keepalive-costs-8x-too-much-v2-the-interval-frontier/ ↩ 回到正文 · back to text
- 49 Pi's Minimalism Is Its Advantage. Earendilhttps://earendil.com/posts/pi-autoresearch-and-databricks/ ↩ 回到正文 · back to text
- 50 Eight Myths on Software Engineering and GenAI. ACM Queuehttps://queue.acm.org/detail.cfm?id=3807963 ↩ 回到正文 · back to text
- 51 LLM 0.32. Simon Willisonhttps://simonwillison.net/2026/Aug/4/new-release-of-llm/#atom-everything ↩ 回到正文 · back to text
- 52 How Compiler Explorer Runs on AWS in 2026. Xaniahttps://xania.org/202608/how-compiler-explorer-runs-on-aws ↩ 回到正文 · back to text
- 53 The Valley of Webhooks. Welihttps://weli.dev/blog/the-valley-of-webhooks/ ↩ 回到正文 · back to text
- 54 Faster Than Ninja. build2https://build2.org/blog/faster-than-ninja.xhtml ↩ 回到正文 · back to text
- 55 cloudflare/computer. GitHub repositoryhttps://github.com/cloudflare/computer ↩ 回到正文 · back to text
- 56 huangruiteng/loopx. GitHub repositoryhttps://github.com/huangruiteng/loopx ↩ 回到正文 · back to text
- 57 uber/ADR. GitHub repositoryhttps://github.com/uber/ADR ↩ 回到正文 · back to text
- 58 esengine/DeepSeek-Reasonix. GitHub repositoryhttps://github.com/esengine/DeepSeek-Reasonix ↩ 回到正文 · back to text
- 59 NovaSky-AI/SkyRL. GitHub repositoryhttps://github.com/NovaSky-AI/SkyRL ↩ 回到正文 · back to text
- 60 sierra-research/tau2-bench. GitHub repositoryhttps://github.com/sierra-research/tau2-bench ↩ 回到正文 · back to text
- 61 Comfy-Org/workflow_templates. GitHub repositoryhttps://github.com/Comfy-Org/workflow_templates ↩ 回到正文 · back to text
- 62 blader/humanizer. GitHub repositoryhttps://github.com/blader/humanizer ↩ 回到正文 · back to text
- 63 WeaveMindAI/weft. GitHub repositoryhttps://github.com/WeaveMindAI/weft ↩ 回到正文 · back to text
- 64 FalkorDB/FalkorDB. GitHub repositoryhttps://github.com/FalkorDB/FalkorDB ↩ 回到正文 · back to text
- 65 czlonkowski/n8n-mcp. GitHub repositoryhttps://github.com/czlonkowski/n8n-mcp ↩ 回到正文 · back to text
- 66 mpfaffenberger/code_puppy. GitHub repositoryhttps://github.com/mpfaffenberger/code_puppy ↩ 回到正文 · back to text