Original teaching informed by primary research and official engineering guidance. Our exercises isolate mechanisms so you can test them; they do not reproduce a research system or its reported performance.
Anthropic · 19 December 2024
Building effective agents
Distinguish fixed workflows from model-directed actions; start simply, use tool observations as feedback, and set stopping conditions.
The article notes that its tooling landscape has changed. Its patterns do not establish that a more autonomous or complex system is better for every task.
Google DeepMind · 14 May 2025 · research-system article
AlphaEvolve: A Gemini-powered coding agent for designing advanced algorithms
Propose programs, execute and score candidates, then use evaluation feedback and a program database to guide later proposals.
This research-system description is not a classroom SDK. A bounded practice loop is an adaptation, not a reproduction of AlphaEvolve or its scientific results.
LangChain · LangGraph · Reviewed 14 September 2026 · maintained documentation
Graph API overview
Represent work as nodes and edges over state, and choose how each state key combines updates through a reducer.
An update may replace a value rather than append to it unless the configured reducer says otherwise. Drawing a graph does not establish concurrency, correct state merging, or a model connection.
LangChain · Reviewed 13 September 2026 · maintained documentation
LangGraph Graph API quickstart
Connect a model node, executable tools, returned messages, and a conditional route that continues the loop or ends the run.
The graph library does not supply a model or guarantee correct calls. The optional local toolkit needs its own model runtime; this browser simulator does not execute LangGraph.
Model Context Protocol · Specification revision 25 November 2025
Tools
Specify tool discovery, input schemas, invocation, and returned results across a client/server connection.
Schemas and annotations do not authorize an action. Clients must not trust annotations from untrusted servers; transport and access controls need separate consideration.
Hugging Face · Agents Course · Reviewed 14 September 2026 · undated public course page
Introduction to Agentic Frameworks
Compare the roles of frameworks such as smolagents, LlamaIndex, and LangGraph after understanding the agent loop; simple tasks may use ordinary code.
Framework examples are not interchangeable APIs or evidence that a framework is required. No course exercise, model-performance claim, or certification is reproduced here.