Posts tagged readings
-
MAS Conference Papers:近期多智能体系统论文阅读清单
TLDR: This page is a ranked reading shortlist for recent MAS papers, prioritizing collaboration structure, topology design, runtime efficiency, and verification.
-
Beyond Individual Intelligence:LLM-based Multi-Agent Systems 的 LIFE 框架
TLDR: The LIFE survey reframes LLM multi-agent systems as a lifecycle: build individual capability, integrate collaboration, attribute failures, then evolve the system.
-
Yuandong Tian Talks:搜索空间、RSI 与 Metaproductivity
TLDR: Search quality depends on shaping the action space, not only increasing rollouts; good representations make planning and learning much more effective.
-
Compression Is All You Need:把数学进展看成可测压缩
TLDR: Mathematical progress can be viewed as compression when a new abstraction makes many downstream proofs shorter, reusable, or easier to maintain.
-
Heuristic Learning:用代码维护可验证的启发式系统
TLDR: Heuristic Learning frames iterative agent work as maintaining a living heuristic system, where patches, rules, and code are compressed into reusable practice.
-
AMP:Automatic Mixed Precision 技术笔记
TLDR: AMP speeds training and reduces memory by choosing lower precision for safe ops while keeping higher precision where numerical stability matters.
-
Talk with Shunyu Yao:AI 研究的反馈、系统与长期方向
TLDR: The conversation frames agent research as moving from raw model scaling toward long-horizon tool use, memory, personalization, science, and grounded reliability.
-
Anthropic Blogs:Harness Engineering 与 Context Engineering
TLDR: Long agentic tasks fail when context, tool use, and coordination drift; the useful lesson is to treat context engineering as runtime design.