CoachDiscoverMapCompareSavedAI LearningAI WeeklyAbout
← back to library
Multiple Choice · All Guides · 26 Questions

Full Quiz

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.

0
Answered
0
Correct
0%
Score
01 · Foundations How an Agent Actually Runs 0 / 0 correct
G1 · Question 1

What is the fundamental difference between an Agent and a Chatbot?

G1 · Question 2

What is the core flow of ReAct?

G1 · Question 3

Why does smolagents' CodeAgent write its actions as Python code rather than JSON?

G1 · Question 4

What is "context compaction" in the context of a long-running agent?

G1 · Question 5

What is the difference between memory and context in an agent?

G1 · Question 6

What problem does the Model Context Protocol (MCP) solve?

G1 · Question 7

What should happen when a tool execution fails in a well-designed agent?

G1 · Question 8

Why is mini-swe-agent a good first agent to study?

G1 · Question 9

What is a Session Note in Mini-Agent?

G1 · Question 10

Why does a coding agent need a sandbox?

02 · Applied The Claude Code Workflow 0 / 0 correct
G2 · Question 1

What is Claude Code's core agentic loop?

G2 · Question 2

Where should durable project rules be written so they survive context compaction?

G2 · Question 3

Which permission mode is read-only and best suited for reviewing changes to production code?

G2 · Question 4

What does a Subagent do differently from the main agent in a Claude Code session?

G2 · Question 5

What is the key benefit of the Explore → Plan → Code → Commit workflow?

G2 · Question 6

What is "compaction" in Claude Code's context management?

G2 · Question 7

What does a Hook do in Claude Code?

G2 · Question 8

What does MCP (Model Context Protocol) do in the context of Claude Code?

03 · Advanced Agent Infrastructure Deep Dive 0 / 0 correct
G3 · Question 1

What are the seven things a harness owns?

G3 · Question 2

What is "progressive disclosure" in the context of the Skill System?

G3 · Question 3

What is the difference between Prefill and Decode in model inference?

G3 · Question 4

What are the four failure modes of long-horizon tasks?

G3 · Question 5

What is "dreaming" in the context of agent memory management?

G3 · Question 6

What is a MicroVM (like Firecracker), and why is it used for agent sandboxes?

G3 · Question 7

Why do prefix-stable prompts matter for inference cost and speed?

G3 · Question 8

What is the key difference between how Claude Code/Codex and Kimi Swarm handle multi-agent orchestration?