← Lab

πŸ€– AI engineering track

Same idea as the coding Lab, for AI: predict, change an input, inspect evidence, then defend the trade-off. Each page labels what is calculated, deterministically simulated, or only illustrated. No page should imply a real model call unless it actually makes one.

Deep systems Β· vertical slice

Tiny Transformer Evidence Lab

numeric engine β†—

Prompt β†’ ordered merges β†’ embeddings β†’ Q/K/V β†’ causal attention β†’ logits β†’ seeded sampling, with editable fixtures, semantic-step replay, tensor values, and executable counterexamples.

Foundations

β€” what an LLM call even is

Retrieval & orchestration

β€” make it grounded and reliable
5Mini RAGsoon

chunk β†’ embed β†’ retrieve top-k β†’ stuff the prompt

6Workflowsoon

fixed graph of steps, deterministic control flow

7Human gatesoon

propose β†’ human approves β†’ then execute

8Run ledgersoon

every step logged: inputs, outputs, cost, retries

9Eval harnesssoon

cases + graders β†’ score a change before shipping

Agents

β€” loops, memory, protocols
10ReAct looplive β†—

Thought β†’ Action β†’ Observation until it can answer

11Memorysoon

short-term context vs long-term recall, what to keep

12MCPsoon

the tool/resource protocol agents plug into

13Multi-agentsoon

planner β†’ workers β†’ judge, fan-out and merge

14Codex-style coding agentsoon

read β†’ edit β†’ run tests β†’ repeat on a repo

Product & ops

β€” ship it and keep it alive
15Dev Team OSsoon

roles, queues, handoffs across many agents

16Product UI / Work Consolesoon

the human's view: approvals, runs, results

17Deployment / Opssoon

keys, rate limits, retries, cost, monitoring

Four interactive routes are linked here. Their evidence labels differ: numeric calculation, deterministic rule simulation, or illustrative replay. Planned topics remain marked β€œsoon.”