Lesson
Short theory and a narrow lab objective.
video · 6 minPractice labs for agentic engineering
Learn patterns. Run agents. Inspect evidence. Compare methodology tradeoffs.
Prepared sandbox labs produce logs, diffs, and rubric evidence so engineers can judge the workflow, not just the tool.
The loop
Short theory and a narrow lab objective.
video · 6 minA frozen checkpoint materializes.
audit-log@v1.4Guided actions produce logs and diffs.
agent traceRubrics and evidence decide progress.
score + gatesMethodology tradeoffs stay tied to the same lab.
3 packsA taste of a real lab
free preview · runs through the guided sandbox path
Practice lab in Free Orientation: What the portal is, how labs work, and why verification comes before confidence.
12 patterns
3 methodology packs
Honest tradeoffs
The portal does not declare a universal winner. Every comparison ends with when to use a workflow and when not to.
What this is not
The learner manages agent runs, not browser files. They read generated diffs, logs, test output, and evaluation evidence before deciding whether the methodology earned its weight.
@@ generated by agent @@
- write(event) {
+ async write(event: AuditEvent) {
+ assertActor(event.actor);
return db.insert(event);
read-only. that's the point.
For engineering leaders
Repeatable labs, a shared rubric, and evidence that engineers learn the patterns. Not just licenses for a tool, but a way of working you can roll out.