2026
-
Dynamic Workflows: from prompt to runtime
Dynamic Workflows reframes long-horizon agent work as runtime synthesis: split context, externalize state, verify intermediate outputs, and let the harness carry the parts a single prompt cannot reliably hold.
-
Pi Agent: containerization and compaction
Coding agents need two boundaries at the same time: an execution boundary that controls what they can do, and a context boundary that controls what they can remember across long work.
-
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: the LIFE frame for multi-agent systems
The LIFE survey is useful because it reframes LLM multi-agent systems as a lifecycle: build individual capability, integrate collaboration, attribute failures, and evolve the system.
-
The Selfish Gene: chapter 11 - memes as replicators
Chapter 11 extends the book from genes to culture: ideas, habits, melodies, rituals, and theories can also copy, compete, mutate, and sometimes pursue their own logic of survival.
-
自私的基因:第 12 章 好人终有好报
TLDR: Repeated interaction changes the logic of selfishness, making cooperation viable when strategies can be nice, retaliatory, forgiving, and non-envious.
-
Sutton RL: Chapter 6 - Temporal-Difference Learning
TLDR: TD learning updates from partial experience by bootstrapping current value estimates, combining Monte Carlo sampling with dynamic-programming-style updates.
-
Sutton RL: Chapter 5 - Monte Carlo Methods
TLDR: Monte Carlo methods learn value from complete sampled episodes, trading model-free simplicity for delayed updates and return variance.