All Patterns
Pattern #01

Prompt Chaining

The foundational design pattern where a complex task is decomposed into a linear sequence of smaller, discrete LLM calls. The output of one step becomes the input (context) for the next step.

SWE Parallel: Pipe & Filter
Apprentice
Practitioner
Architect
Apprentice

Build Lab

Drag and drop agent blocks to build the correct architecture. Learn what components are needed and how they connect.

Practitioner

Debug Lab

A broken pipeline is given to you. Diagnose the bugs — missing components, wrong order, unnecessary blocks — and fix it.

Score 70%+ on Build Lab to unlock
Practitioner

Prompt Lab

Write the actual system prompt for an agent in this pattern. Your prompt is tested against real scenarios and graded by AI.

Score 70%+ on Build Lab to unlock
Architect

Optimize Lab

The pipeline works but it's expensive. Swap models, toggle optimizations, and hit cost/quality/latency targets.

Score 70%+ on a Practitioner lab to unlock