Community Curations
Awesome lists · blog syntheses · cognitive-architecture papers
This page shows every pattern that Community Curations has published or written about — 5 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.

3D.01Chain-of-Thought
Prompt the model to show intermediate reasoning before the answer. Wei et al. 2022 — the oldest of modern reasoning patterns.
3D.02Self-Ask
Agent decomposes a question into follow-up questions it asks itself, often combined with search.
3D.03Program-Aided Language Model (PAL)
LLM writes code (e.g. Python) to solve a problem; code runs; result used. Gao et al. 2022.
3D.04Sparse Priming Representations
Compress long memory into minimal token-efficient prompts that trigger recall. Community pattern.
3D.05Cognitive Architectures (CoALA)
Sumers et al. (2023) framework organising LLM agents into memory + action space + decision procedure.