Sources & References
Every claim on this site traces back to a primary or authoritative source. Filter by origin, open any link.
| Source | Origin | Type | Link |
|---|---|---|---|
| Building Effective Agents (Dec 2024) | Anthropic | Engineering blog (primary) | https://www.anthropic.com/engineering/building-effective-agents |
| Anthropic Cookbook — agent patterns (code) | Anthropic | Code examples | https://github.com/anthropics/anthropic-cookbook/tree/main/patterns/agents |
| A Practical Guide to Building Agents | OpenAI | Whitepaper (primary) | https://cdn.openai.com/business-guides-and-resources/a-practical-guide-to-building-agents.pdf |
| Agents (Wiesinger, Marlow, Vuskovic, 2024) | Whitepaper (primary) | https://www.kaggle.com/whitepaper-agents | |
| Workflows and Agents | LangGraph | Framework docs | https://langchain-ai.github.io/langgraph/tutorials/workflows/ |
| LLM Powered Autonomous Agents (2023) | Lilian Weng | Research survey | https://lilianweng.github.io/posts/2023-06-23-agent/ |
| ReAct: Synergizing Reasoning and Acting (2023) | arXiv | Paper · Yao et al. | https://arxiv.org/abs/2210.03629 |
| Reflexion: Verbal Reinforcement Learning (2023) | arXiv | Paper · Shinn et al. | https://arxiv.org/abs/2303.11366 |
| Chain-of-Thought Prompting (2022) | arXiv | Paper · Wei et al. | https://arxiv.org/abs/2201.11903 |
| Tree of Thoughts (2023) | arXiv | Paper · Yao et al. | https://arxiv.org/abs/2305.10601 |
| Agent Workflow: Six Patterns (starting reference) | GigaAI | Secondary synthesis | https://gigaai.studio/articles/agent-workflow-six-patterns |