All 26 questions across the three guides in one sitting. The dashboard updates live as you answer. When every question is done you get a per-guide breakdown.
What is the fundamental difference between an Agent and a Chatbot?
What is the core flow of ReAct?
Why does smolagents' CodeAgent write its actions as Python code rather than JSON?
What is "context compaction" in the context of a long-running agent?
What is the difference between memory and context in an agent?
What problem does the Model Context Protocol (MCP) solve?
What should happen when a tool execution fails in a well-designed agent?
Why is mini-swe-agent a good first agent to study?
What is a Session Note in Mini-Agent?
Why does a coding agent need a sandbox?
What is Claude Code's core agentic loop?
Where should durable project rules be written so they survive context compaction?
Which permission mode is read-only and best suited for reviewing changes to production code?
What does a Subagent do differently from the main agent in a Claude Code session?
What is the key benefit of the Explore → Plan → Code → Commit workflow?
What is "compaction" in Claude Code's context management?
What does a Hook do in Claude Code?
What does MCP (Model Context Protocol) do in the context of Claude Code?
What are the seven things a harness owns?
What is "progressive disclosure" in the context of the Skill System?
What is the difference between Prefill and Decode in model inference?
What are the four failure modes of long-horizon tasks?
What is "dreaming" in the context of agent memory management?
What is a MicroVM (like Firecracker), and why is it used for agent sandboxes?
Why do prefix-stable prompts matter for inference cost and speed?
What is the key difference between how Claude Code/Codex and Kimi Swarm handle multi-agent orchestration?