Self-Compacting Language Model Agents1 - 把 agent 上下文压缩从固定 token 阈值改成轨迹结构感知触发,直接瞄准长程推理中“压早了丢中间状态、压晚了拖垮上下文”的工程问题。
全文 ↓今日重点 · Today's Highlights
Tmax: A simple recipe for terminal agents2 - 给 terminal agents 提供开放 RL recipe、数据和评测设置,价值在于把终端操作能力从 demo 口径推进到可复现训练口径。
全文 ↓Unlimited OCR3 - 百度开源长文档 OCR 项目,技术看点不是普通识别,而是长输出解析时 KV cache 成本与一次性解析能力的系统处理。
全文 ↓论文 · Papers
13 项 · 论文本期重点Self-Compacting Language Model Agents1arxiv.org原文 ↗
论文处理长程 agent 轨迹里 chains of thought、工具调用和过期内容不断挤占上下文的问题,提出 SelfCompact 让压缩触发依据轨迹结构,而不是固定间隔或 token 阈值。它指出固定阈值会无视推理边界,可能在 mid-derivation 或 mid-search 阶段丢掉仍在使用的局部结果。这个方向值得看,是因为上下文压缩正在从“省 token 的后处理”变成 agent runtime 的过程控制问题。
本期重点Tmax: A simple recipe for terminal agents2arxiv.org原文 ↗
Tmax 面向 terminal-using agents,给出开放 RL 训练 recipe,目标是补上终端 agent 领域缺少公开数据、稳定基线和学术评测的问题。摘要强调 terminal agents 已经成为语言模型最常见的下游应用之一,但 RL 训练研究仍受限于 benchmark、数据和简单 baseline recipe。它的贡献更像一套可复现实验底座,而不是又一个封闭终端助手结果。
When Agents Commit Too Soon6arxiv.org原文 ↗
论文定义 long-horizon LLM agents 的 premature commitment:agent 很早固定一种证据解释,之后的工具调用和推理更像是在维护这条路径。它提出 representational commitment,用同一时间点跨运行 hidden-state 收敛来诊断过程是否已经坍缩到稳定轨迹。这个视角补足 final-answer scoring 的盲区,因为最终答案只能告诉结果对不对,不能显示模型何时停止真正探索。
A Verifiable Search Is Not a Learnable Chain-of-Thought7arxiv.org原文 ↗
这篇论文反驳“短程序可解就能教成可泛化 CoT”的直觉,研究对象是可验证搜索过程,而不是开放式问答。实验包含九个由确定性生成器产生的推理任务,public 与 hidden splits 共享生成器,因此隐藏集主要检查同一程序性分布下的泛化。它提示一个硬边界:可验证性和可学习推理轨迹不是同一件事。
Capable but Careless8arxiv.org原文 ↗
论文引入 AgentCIBench,评估 computer-use agents 在跨邮件、日历、待办等个人应用工作时是否遵守 contextual integrity。问题不是 agent 会不会调用工具,而是当它在一个上下文执行任务时,是否会把另一个上下文中不该出现的信息带进来。这个 benchmark 把隐私风险从“泄露敏感字段”细化为“上下文不适当的信息流动”。
SkillHarness9arxiv.org原文 ↗
SkillHarness 研究 CUA 从成功轨迹中学习可复用技能时的安全风险,尤其是在动态交互环境中遇到 adversarial interactions 的情况。现有技能学习方法常默认环境静态且安全,但一旦恶意页面或交互诱导进入成功轨迹,危险动作也可能被沉淀成技能。它把 agent 技能库的安全性前移到学习与复用阶段,而不是等执行时再拦截。
CLI-Universe10arxiv.org原文 ↗
CLI-Universe 提出用于 terminal agents 的可验证任务合成引擎,目标是缓解高质量、可执行训练数据不足。论文批评旧式合成 pipeline 常把表层 artifact 改造成任务,产生模糊指令、浅执行路径和脆弱测试。它强调任务需要可执行、可测试,并产生足够强的学习信号,这对训练命令行 agent 比堆更多自然语言任务更关键。
Training Open Models for Agentic Phone Use11arxiv.org原文 ↗
论文提出 PhoneBuddy,用真实手机设备和 mock 环境结合训练开放模型完成手机操作任务。真实设备运行真实应用,慢、带状态、有副作用且难重置;mock 环境更容易扩展,却只能近似真实行为。这个 recipe 的看点在于承认部署环境不可被完全模拟,并把真实交互成本纳入训练设计。
EnterpriseClawBench12arxiv.org原文 ↗
EnterpriseClawBench 从真实企业 agent session 构造 workplace benchmark,覆盖读取异构文件、调用工具和交付业务产物等任务。核心数字是 852 个可复现任务,每个任务配有恢复出的 fixtures,用来把原本专有、状态复杂的工作流转成可重复评测。它把 enterprise agent 的评测重心放在真实办公痕迹,而不是人工编写的玩具任务。
World Action Models: A Survey15arxiv.org原文 ↗
这篇 survey 梳理 World Action Models,把它们定义为能让未来预测服务于行动的 embodied predictive-action models。材料区分了复用大型视频生成模型的路线,以及使用语言或视觉语言 backbone、但不以视频生成为核心的路线。它的作用在于清理 world models、video generation models 和 action-grounded video world models 之间越来越混杂的术语边界。
开源 / 项目 · Projects
12 项 · 开源 / 项目本期重点Unlimited OCR3github.com原文 ↗
Unlimited OCR 是百度开源的 long-horizon OCR 项目,主题是 one-shot long-horizon parsing。相关论文摘要指出,LLM decoder 能利用语言先验提升 OCR 质量,但输出序列变长后 KV cache 会持续累积并推高成本。项目的技术焦点因此落在长文档解析的系统效率,而不是只比较短页图像的识别准确率。
TikZ Editor16tikz.dev原文 ↗
TikZ Editor 是一个用于 LaTeX TikZ 图形的 WYSIWYG 编辑器,面向论文插图的可视化编辑。TikZ 本身以命令式坐标和绘图语句为主,作者通常要反复调坐标、编译、查看结果;这个工具把形状、线条和文字摆放转成可视操作。它的价值在于保留 TikZ 输出生态,同时减少论文图制作中最耗时的微调循环。
Bun-sqlgen18github.com原文 ↗
Bun-sqlgen 是面向 Bun 的 type-safe raw SQL 工具,明确选择不引入 ORM。它服务于愿意手写 SQL、同时希望在 TypeScript/Bun 环境获得类型约束的项目。HN 上该条有 49 points 和 23 条评论,讨论点大概率集中在“类型安全 SQL”和“ORM 抽象成本”之间的取舍。
ByteAsk Embedded MCP25github.com原文 ↗
ByteAsk Embedded MCP 是一个 MCP server,为 coding agents 提供嵌入式 datasheet 信息,并带页码引用。嵌入式开发的资料常常长、表格密、约束细,答案如果不能回到具体页码,工程可信度会很低。这个项目把资料检索和引用位置一起暴露给 agent,适合硬件接口、寄存器和器件选型类任务。
行业动态 · Industry News
10 项 · 行业动态Mistral OCR 426mistral.ai原文 ↗
Mistral 发布 OCR 4,用于文档解析和结构化提取。HN 条目获得 403 points 和 106 条评论,说明市场对 OCR 的兴趣已经从传统文字识别扩展到文档理解、版面结构和信息抽取。它所在的竞争区间不是“能不能读字”,而是能不能把复杂文档稳定转成可用结构。
Claude Tag27anthropic.com原文 ↗
Anthropic 发布 Claude Tag,围绕 Claude 的交互和内容标记能力展开。该新闻在 HN 获得 204 points 和 131 条评论,显示社区关注 Claude 生态如何组织、标注和传播交互内容。它反映出聊天产品正在把 conversation artifact 当成可管理对象,而不是一次性会话记录。
Anthropic updates their terms to verify age or identity28anthropic.com原文 ↗
Anthropic 隐私条款更新包含年龄或身份验证相关内容,属于账户合规和用户资格校验方向的政策变化。条目指向 Anthropic 隐私政策页,HN 上产生 30 points 和 8 条评论。这个变化把 AI 服务的访问控制推向更传统的互联网合规框架:谁可以使用、何时需要证明身份、验证数据如何被处理。
Swift Package Index joins Apple29swiftpackageindex.com原文 ↗
Swift Package Index 宣布加入 Apple,意味着 Swift 包发现和生态索引这类社区基础设施进入平台方体系。HN 上该条获得 137 points 和 42 条评论。对 Swift 开发者来说,关键不只是所有权变化,而是包搜索、兼容性展示、文档生成等长期维护工作未来可能和 Apple 官方工具链更紧密。
OpenAI DayBreak - GPT-5.5-Cyber30openai.com原文 ↗
OpenAI 介绍 DayBreak 和 GPT-5.5-Cyber,定位于网络安全相关工作。smol.ai 摘要提到 OpenAI 将 cyber stack 从漏洞发现扩展到 remediation 等更完整流程,HN 讨论达到 182 points 和 135 条评论。它体现出安全模型竞争正在从“发现漏洞”转向“发现、验证、修复、评估”的闭环能力。
Helping build shared standards for advanced AI31openai.com原文 ↗
OpenAI 介绍其参与 advanced AI 共享标准建设的工作,重点包括 evaluation frameworks、safety practices 和 global cooperation。feed 摘要明确提到 Appia Foundation,说明这条不是单个模型发布,而是治理与评测标准化动作。它值得关注的地方在于 advanced AI 安全正在通过基金会、评测框架和跨机构协作寻找共同接口。
Modal Auto Endpoints32modal.com原文 ↗
Modal 发布 Auto Endpoints,用于托管和优化自有模型推理端点,标题强调 optimized inference you own。它面向希望自己控制模型服务、但不想从零搭建调度和优化层的团队。HN 条目只有 11 points 和 1 条评论,热度有限,但产品方向正好卡在“闭源 API 方便”和“自托管模型可控”之间。
FUTO Swipe33swipe.futo.tech原文 ↗
FUTO 发布新的 swipe typing 模型和演示页面,聚焦移动键盘里的滑行输入预测。HN 条目获得 141 points 和 45 条评论,说明用户仍关心本地输入法体验和替代方案。这个问题的技术难点在于从连续手势轨迹恢复词序列,同时维持低延迟、纠错和隐私预期。
The new HTTP QUERY method explained34kreya.app原文 ↗
Kreya 解释新的 HTTP QUERY 方法,用来表达带请求体、但语义上更接近安全查询而非状态变更的请求。它回应了 GET 难以承载复杂请求体、POST 又常被迫承担查询语义的老问题。HN 上 185 points 和 132 条评论说明协议语义仍有争议,因为方法定义会影响缓存、幂等性、网关和 API 设计习惯。
AI Hiring Tools Can Yield Racial Bias and Systemic Rejection35hai.stanford.edu原文 ↗
Stanford HAI 介绍 AI 招聘工具可能带来的种族偏差和系统性拒绝风险。新闻关注的是自动筛选系统如何把偏差放大成规模化排除,而不是单个招聘官的局部判断。HN 上该条获得 109 points 和 89 条评论,显示招聘自动化已经进入技术、法律和组织治理交叉地带。
博客文章 · Blog Posts
8 项 · 博客文章OPFS + Pyodide test harness36simonwillison.net原文 ↗
Simon Willison 记录用 Claude Code for web 构建 OPFS + Pyodide playground,测试 Datasette Lite 是否能在浏览器里编辑持久化 SQLite 文件。关键组件是 Origin Private File System、Pyodide/WebAssembly 和不同浏览器的文件系统行为。文章有意思的地方在于它把 AI 辅助编码产物直接作为实验仪器,用小工具验证浏览器端数据库应用的可行性。
Prompt Injection as Role Confusion37simonwillison.net原文 ↗
Simon Willison 解读 Charles Ye、Jasmine Cui 和 Dylan Hadfield-Menell 的 prompt injection 研究,并特别赞赏作者提供 blog-style writeup。核心观点是把 prompt injection 建模为 role confusion:模型混淆开发者、用户、工具输出等角色的指令边界。这个表述把问题从“坏提示词绕过规则”推进到“模型没有可靠的角色与权限语义”。
Porting the Moebius 0.2B image inpainting model to run in the browser with Claude Code38simonwillison.net原文 ↗
文章记录把 Moebius 0.2B image inpainting model 移植到浏览器运行的实验。原模型依赖 PyTorch 和 NVIDIA CUDA,但因为参数量只有 0.2B,作者尝试把它改造成浏览器可执行版本。这个实验看点在于浏览器端推理不再只限小型文本模型,图像修复这类生成任务也开始被推向本地 Web runtime。
Experimenting with the proposed Cross-Origin Storage API in Transformers.js39huggingface.co原文 ↗
Hugging Face 介绍在 Transformers.js 中试验 proposed Cross-Origin Storage API。问题背景是多个站点可能重复下载同一模型、tokenizer 或权重文件,浏览器缓存又受 origin 隔离影响。若该 API 成熟,web ML 可以减少重复缓存和首包加载成本,但也必须处理跨来源资源共享的隐私与权限边界。
Shipping huggingface_hub every week with AI, open tools, and a human in the loop41huggingface.co原文 ↗
Hugging Face 介绍 huggingface_hub 的每周发布流程,强调 AI、开放工具和 human in the loop。它不是宣称发布完全自动化,而是把 AI 放在 triage、检查、生成发布辅助材料等环节,再由维护者保留最终判断。对基础库来说,这种流程比一次性“AI 写代码”更有参考价值,因为发布质量依赖重复、保守、可追踪的步骤。
We got local models to triage the OpenClaw repo for FREE42huggingface.co原文 ↗
Hugging Face 记录用本地模型对 OpenClaw 仓库做 issue/PR triage 的实验。标题里的 FREE 指向成本约束:目标不是调用最强闭源模型,而是看本地模型能否承担分类、优先级和重复劳动。这个案例把 LLM 用在开源维护的边缘流程上,效果评估会比聊天演示更接近维护者的日常负担。
AI's Affordability Crisis43blog.dshr.org原文 ↗
David Rosenthal 讨论 AI 服务成本、价格和商业可持续性问题,标题直接把焦点放在 affordability crisis。HN 条目获得 88 points 和 74 条评论,说明读者关心的不只是模型能力曲线,也包括谁能为推理、训练和基础设施账单长期买单。文章的价值在于把 AI 讨论从性能指标拉回单位经济和用户支付能力。
GitHub 热门 · GitHub Trending
6 项 · GitHub 热门NVIDIA/skills44github.com原文 ↗
NVIDIA/skills 是 NVIDIA 发布的官方 agent skills 集合,README 将 skills 定义为 portable instruction sets。它们用于教 AI agents 更好使用 NVIDIA 软件,包括 CUDA-X libraries、AI Blueprints 等,并链接 docs、livestream 和 capability governance 相关材料。这个仓库显示大厂正在把 agent 操作知识包装成可分发、可验证的技能资产。
vectorize-io/hindsight45github.com原文 ↗
Hindsight 是 agent memory 系统,目标是让 agents learn over time,而不只是回忆对话历史。README 明确对比普通 memory 与 RAG,强调它关注从经验中学习,并提供 documentation、paper、cookbook 和 cloud 入口。它的定位代表一条趋势:agent memory 不再只是检索过去内容,而要把经验转化成未来行为改进。
Q00/ouroboros46github.com原文 ↗
Ouroboros 自称 Agent OS,口号是 Stop prompting. Start specifying. 它提供 specification-first 的 AI coding workflow,把模糊想法转成可复放、可验证的代码库构建过程,并宣称跨 Claude Code、Codex CLI、OpenCode、Hermes、Gemini 等工具运行。这个项目把 agent 编程的控制点从 prompt 技巧移到 spec、命令和验证流程。
modelcontextprotocol/rust-sdk47github.com原文 ↗
modelcontextprotocol/rust-sdk 是 Model Context Protocol 的官方 Rust SDK,基于 tokio async runtime。README 提到 RMCP 核心 crate、rmcp-macros procedural macro crate,以及 1.x migration guide。Rust SDK 的成熟度会影响 MCP 在高性能服务、桌面工具和长期运行 agent 基础设施里的采用。
corsairdev/corsair48github.com原文 ↗
Corsair 是面向 agents 的 unified integration layer,用来集中连接外部服务并控制权限。README 描述的模式是 agent 连接到 Corsair 实例后获得 integrations,但不直接看到 credentials,用户仍能控制它能做什么。它把 agent 集成问题拆成两层:外部服务连接由平台管理,动作权限由用户和策略收口。
heygen-com/hyperframes49github.com原文 ↗
HyperFrames 是用 HTML、CSS、媒体资源和 seekable animations 渲染确定性 MP4 视频的开源框架。README 强调 Write HTML. Render video. Built for agents,支持本地 CLI、AI coding agent skills,也可作为托管 authoring workflow 的渲染核心。它把视频生成从时间线编辑器转成 web 技术栈可描述的确定性渲染任务。
引用来源 · References
49 条 · 引用- 1 Self-Compacting Language Model Agents. arXiv:2606.23525https://arxiv.org/abs/2606.23525 ↩ 回到正文 · back to text
- 2 Tmax: A simple recipe for terminal agents. arXiv:2606.23321https://arxiv.org/abs/2606.23321 ↩ 回到正文 · back to text
- 3 Unlimited OCRhttps://github.com/baidu/Unlimited-OCR ↩ 回到正文 · back to text
- 4 F3https://github.com/future-file-format/f3 ↩ 回到正文 · back to text
- 5 TROPT: An Open Framework for Unifying and Advancing Discrete Text Optimization. arXiv:2606.23496https://arxiv.org/abs/2606.23496 ↩ 回到正文 · back to text
- 6 When Agents Commit Too Soon: Diagnosing Premature Commitment in LLM Agents. arXiv:2606.22936https://arxiv.org/abs/2606.22936 ↩ 回到正文 · back to text
- 7 A Verifiable Search Is Not a Learnable Chain-of-Thought. arXiv:2606.21884https://arxiv.org/abs/2606.21884 ↩ 回到正文 · back to text
- 8 Capable but Careless: Do Computer-Use Agents Follow Contextual Integrity? arXiv:2606.23189https://arxiv.org/abs/2606.23189 ↩ 回到正文 · back to text
- 9 SkillHarness: Harnessing Safe Skills for Computer-Use Agents. arXiv:2606.20636https://arxiv.org/abs/2606.20636 ↩ 回到正文 · back to text
- 10 CLI-Universe: Towards Verifiable Task Synthesis Engine for Terminal Agents. arXiv:2606.22883https://arxiv.org/abs/2606.22883 ↩ 回到正文 · back to text
- 11 Training Open Models for Agentic Phone Use. arXiv:2606.23049https://arxiv.org/abs/2606.23049 ↩ 回到正文 · back to text
- 12 EnterpriseClawBench: Benchmarking Agents from Real Workplace Sessions. arXiv:2606.23654https://arxiv.org/abs/2606.23654 ↩ 回到正文 · back to text
- 13 PlanBench-XL: Evaluating Long-Horizon Planning of LLM Tool-Use Agents in Large-Scale Tool Ecosystems. arXiv:2606.22388https://arxiv.org/abs/2606.22388 ↩ 回到正文 · back to text
- 14 EvoEmbedding: Evolvable Representations for Long-Context Retrieval and Agentic Memory. arXiv:2606.21649https://arxiv.org/abs/2606.21649 ↩ 回到正文 · back to text
- 15 World Action Models: A Survey. arXiv:2606.20781https://arxiv.org/abs/2606.20781 ↩ 回到正文 · back to text
- 16 TikZ Editorhttps://tikz.dev/editor/ ↩ 回到正文 · back to text
- 17 Treedocshttps://dandylyons.github.io/treedocs/ ↩ 回到正文 · back to text
- 18 Bun-sqlgenhttps://github.com/ilbertt/bun-sqlgen ↩ 回到正文 · back to text
- 19 Shumaihttps://github.com/shumaiOne/shumai ↩ 回到正文 · back to text
- 20 Aharnesshttps://github.com/Alfredvc/aharness ↩ 回到正文 · back to text
- 21 Leganthttps://github.com/legant-dev/legant ↩ 回到正文 · back to text
- 22 Capletshttps://caplets.dev ↩ 回到正文 · back to text
- 23 Proctorhttps://github.com/dylanp12/proctor ↩ 回到正文 · back to text
- 24 Grovehttps://github.com/Entelligentsia/grove ↩ 回到正文 · back to text
- 25 ByteAsk Embedded MCPhttps://github.com/ByteAsk/ByteAsk-Embedded-MCP ↩ 回到正文 · back to text
- 26 Mistral OCR 4https://mistral.ai/news/ocr-4/ ↩ 回到正文 · back to text
- 27 Claude Taghttps://www.anthropic.com/news/introducing-claude-tag ↩ 回到正文 · back to text
- 28 Anthropic updates their terms to verify age or identityhttps://www.anthropic.com/legal/privacy ↩ 回到正文 · back to text
- 29 Swift Package Index joins Applehttps://swiftpackageindex.com/blog/swift-package-index-joins-apple ↩ 回到正文 · back to text
- 30 OpenAI DayBreak - GPT-5.5-Cyberhttps://openai.com/index/daybreak-securing-the-world/ ↩ 回到正文 · back to text
- 31 Helping build shared standards for advanced AIhttps://openai.com/index/helping-build-shared-standards-for-advanced-ai ↩ 回到正文 · back to text
- 32 Modal Auto Endpointshttps://modal.com/blog/introducing-auto-endpoints ↩ 回到正文 · back to text
- 33 FUTO Swipehttps://swipe.futo.tech/ ↩ 回到正文 · back to text
- 34 The new HTTP QUERY method explainedhttps://kreya.app/blog/new-http-query-method-explained/ ↩ 回到正文 · back to text
- 35 AI Hiring Tools Can Yield Racial Bias and Systemic Rejectionhttps://hai.stanford.edu/news/ai-hiring-tools-can-yield-racial-bias-and-systemic-rejection ↩ 回到正文 · back to text
- 36 OPFS + Pyodide test harnesshttps://simonwillison.net/2026/Jun/23/opfs-pyodide/#atom-everything ↩ 回到正文 · back to text
- 37 Prompt Injection as Role Confusionhttps://simonwillison.net/2026/Jun/22/prompt-injection-as-role-confusion/#atom-everything ↩ 回到正文 · back to text
- 38 Porting the Moebius 0.2B image inpainting model to run in the browser with Claude Codehttps://simonwillison.net/2026/Jun/22/porting-moebius/#atom-everything ↩ 回到正文 · back to text
- 39 Experimenting with the proposed Cross-Origin Storage API in Transformers.jshttps://huggingface.co/blog/cross-origin-storage ↩ 回到正文 · back to text
- 40 Build real agentic apps using CUGAhttps://huggingface.co/blog/ibm-research/cuga-apps ↩ 回到正文 · back to text
- 41 Shipping huggingface_hub every week with AI, open tools, and a human in the loophttps://huggingface.co/blog/huggingface-hub-release-ci ↩ 回到正文 · back to text
- 42 We got local models to triage the OpenClaw repo for FREEhttps://huggingface.co/blog/local-models-pr-triage ↩ 回到正文 · back to text
- 43 AI's Affordability Crisishttps://blog.dshr.org/2026/06/ais-affordability-crisis.html ↩ 回到正文 · back to text
- 44 NVIDIA/skillshttps://github.com/NVIDIA/skills ↩ 回到正文 · back to text
- 45 vectorize-io/hindsighthttps://github.com/vectorize-io/hindsight ↩ 回到正文 · back to text
- 46 Q00/ouroboroshttps://github.com/Q00/ouroboros ↩ 回到正文 · back to text
- 47 modelcontextprotocol/rust-sdkhttps://github.com/modelcontextprotocol/rust-sdk ↩ 回到正文 · back to text
- 48 corsairdev/corsairhttps://github.com/corsairdev/corsair ↩ 回到正文 · back to text
- 49 heygen-com/hyperframeshttps://github.com/heygen-com/hyperframes ↩ 回到正文 · back to text