Finished this one? 0 / 61 Labs done
Explore the topic
See this alongside everything else on the same subject — handbooks, system designs, challenges and tools, in one place.
More Labs
- The Loop: Agent Loop SimulatorDon't read about the agent loop — run it. Step a model through plan → act → observe: it thinks, calls a tool, reads the result, and loops until it can answer. Watch the context window fill turn by turn and compaction fold old turns away before it overflows — the beating heart of every AI harness, made playable, with theory and a quiz.Read →
- The Break-In: Prompt InjectionDon't read about prompt injection — try to pull one off. Feed a helpful agent a booby-trapped message that tries to steal its secret or hijack its tools, and watch it get owned. Then switch on real defenses — instruction hierarchy, input sanitizing, output filtering, tool permissions — and watch the same attack bounce. The #1 security risk in LLM apps, made playable, with theory and a quiz.Read →
- The Crowded Desk: Context RotDon't read about context rot — cause it. Give a model a bigger window and it should get smarter, right? Bury one crucial fact in a wall of filler and find out. Slide the needle from top to bottom to watch it sink in the middle, pour in filler to watch recall rot as the desk fills, then toggle retrieval, repositioning and compaction to claw it back. Three acts — lost in the middle, the rot curve, fight back with context engineering.Read →
- The MCP PlaygroundDon't read about MCP — watch a model use tools through it. The Model Context Protocol is a standard way to connect an AI host to external tools and data: servers advertise tools with schemas, the host discovers them, the model decides which to call and with what arguments, the server runs the tool, and the result flows back for the model to answer. Step through a real request — get the weather, then save it to notes — and see the whole discover, call, result, answer loop, with theory and a quiz.Read →
- Client Roleplay SimulatorThe four conversations that actually decide deployments, as branching dialogue: your demo breaks in front of their CTO, a stakeholder insists on the wrong feature, security will not release the data, and a manager whose team gets smaller keeps raising objections. Every reply moves a live trust meter and changes what they say next. Ends with a scored verdict against the four signals FDE interviewers screen for — the round every guide tells you to rehearse with a friend.Read →
- The Learning Round, SimulatedLearn a library that does not exist. You get the internal docs for <code>flowpkg</code> — a package installer with dependency stages, a barrier between them, ordered post-install hooks and idempotent installs — in three unlocking sections with comprehension gates. Two rules are deliberately buried, and the last question can only be answered by combining rules from different sections. Tests reading strategy, not recall, exactly like the real round.Read →