今日速览
| 序号 | 标题 | 来源 | 日期 | 主题 | 推荐等级 |
|---|---|---|---|---|---|
| 1 | AI with Authority, from Application to Silicon | arXiv | 2026-08-21 | AI-Agent | 高 |
| 2 | Asymmetric Capacity Allocation in Self-Refinement Pipelines | arXiv | 2026-08-21 | AI-Agent | 高 |
重点论文与技术动态
1. AI with Authority, from Application to Silicon
- 来源:arXiv
- 日期:2026-08-21
- 作者/机构:Jason Hickey
- 主题标签:
AI-Agent,arXiv - 推荐等级:高
- 分类:cs.SE, cs.AI, cs.AR, cs.LO
一句话结论
生成式AI使机器验证不仅经济而且对生产力必不可少,成为安全指导自主机器工作的关键。
核心内容
- 机器验证过去是主要成本负担,仅适用于特殊制品;生成式AI使其经济且必要,成为生产力核心。
- 五周内,单个研究者通过消费级AI订阅指导AI代理,完成从应用代码到RISC-V处理器流片,无证明经人工审查,无RTL由人类编写。
- Salt方法基于证明内核,数学声明作为内核检查工件在代理间传递,人类专注于声明、设计和裁决。
方法与数据
- 方法:验证链式陈述,从Lean 4内核到SAT检查的硅边界。
- 数据:完整账目包括定理来源、预注册令牌计量器、地板边界人工时间及错误日志(捕获编号至#256,维护于2026-07-07至2026-07-20)。
价值判断
- 值得关注:AI驱动的验证机制确保零错误证明,显著提升开发效率和可靠性。
- 可复用点:Salt方法和证明内核框架可推广至其他AI辅助开发流程。
- 局限/待核查:摘要未明确提及局限。
摘要
For sixty years, machine verification has been a major cost overhead, affordable only for exceptional artifacts. Here we report that generative AI inverts this relationship: at AI speed, machine verification is not only economical but essential to productivity --- it is the incorruptible referee that lets one person safely direct autonomous machine work at scale. In five weeks, one researcher on consumer AI subscriptions directed a small fleet of AI agents from application code, through a verified compiler and executive, to a RISC-V processor taped out on a community silicon shuttle; no proof passed through human review, and no RTL was written by a human. The working discipline --- the Salt method --- rests on a proof kernel no hallucinated proof can pass: mathematical claims travel between agents as kernel-checked artifacts, and human attention is reserved for statements, designs, and rulings. Verification is stated link by link, from the Lean 4 kernel to SAT-checked equivalence at the silicon boundary. We publish the complete accounting: theorem provenance, a pre-registered token meter, floor-bounded human time, and an error ledger whose catch numbering runs to #256 --- a monotone counter over the mathematics campaign's append-only flags ledger, maintained 2026-07-07 to 2026-07-20 (one number, #79, was never assigned; later catches are recorded un-numbered) --- against zero incorrect proofs reaching the record.2. Asymmetric Capacity Allocation in Self-Refinement Pipelines
- 来源:arXiv
- 日期:2026-08-21
- 作者/机构:Zhuoyi Yang, Ian G. Harris, Salar Hashemitaheri, Cassie Huang, Yuangang Li, Hyunwoo Oh
- 主题标签:
AI-Agent,arXiv - 推荐等级:高
- 分类:cs.LG
一句话结论
模型容量不应在自精炼流水线中均匀分配,不同阶段应根据其认知需求分配不同规模,为高效多阶段语言模型系统设计提供实用指导。
核心内容
- 更大的生成器和修订器通常能显著提升流水线性能,而修订器规模过小甚至会损害整体性能。
- 批评者模型规模对性能影响微弱,但包括小型批评者始终优于完全省略批评阶段。
- 自精炼流水线中各阶段(生成、批评、修订)存在差异化的大小缩放特性,需针对性分配资源。
方法与数据
- 在5个不同领域的基准测试上,使用Qwen3的6种模型大小和Gemma 3的4种模型大小进行系统性实验。
- 摘要未明确具体实验参数细节。
价值判断
- 值得关注:模型容量分配的不对称性对避免资源浪费和提升计算效率至关重要,为实际系统优化提供新视角。
- 可复用点:不同阶段的大小缩放特性可直接用于指导多阶段语言模型系统的资源分配策略设计。
- 局限/待核查:摘要未明确提及具体局限或待核查点。