← Field Guide · Tier 1 · Foundational Industry & Research
Academic Foundations
Key papers behind every major pattern
Foundational · arXiv / conferences17 patterns
In Plain English
This page shows every pattern that Academic Foundations has published or written about: 17 in total. Each one includes a simple picture of how it works, a short explanation, an example of when to use it, and its trade-offs (the good parts and the not-so-good parts).
Reading patterns from one source at a time matters because it lets you see how a single company or team thinks about building AI agents, and compare their ideas side by side. If a pattern here also appears in the bigger Deep Catalogue, you will see a link so you can read the full, detailed version.
1D.01ReAct
Interleave reasoning traces with tool actions. Yao et al. ICLR 2023.
Use caseDefault reasoning pattern for most tool-using agents.
Trade-offsTransparent · Higher latency than single-shot.
See 1A.08, 1B.10
1D.02Tree-of-Thoughts
Generate multiple candidate thoughts per step; evaluate; prune; continue best. Yao et al. NeurIPS 2023.
Use caseCombinatorial reasoning, design generation, puzzles.
Trade-offsQuality lift on branching problems · Multiplicative cost.
1D.03Reflexion
Agent reflects on failed trajectories, stores verbal self-critique in memory, uses it in subsequent attempts. Shinn et al. NeurIPS 2023.
Use caseTasks with feedback signal; coding, decision-making.