One puzzle a day.
Master context engineering.

Like chess puzzles — but for AI. Learn to prune context, architect prompts, optimize token economics, and design agent loops. Free, daily, rated.

4 puzzles|4 difficulty tiers|800–2400 ELO range
intermediateContext Pruning
Candidate1200

The Leaky Abstraction

2026-03-02

Task

An agent is given 14KB of context to fix a CSS bug. It hallucinates a non-existent Tailwind class. Reduce the context to only what the agent needs.

Context Given

You have:
- Full component tree (47 components, 8KB)
- Tailwind config (2KB)
- The bug report: "Button text is invisible on hover"
- Package.json (1KB)
- README.md (3KB)