The canvas where understanding, building, and profiling
your agent becomes one piece of work.
A read-only walk-through of three real builders' canvases. Pick one on the left to see how the four-step rhythm runs end-to-end. Below: request access.
Mira is a backend engineer at a mid-size fintech. Her on-call rotation had become a nightmare — two or three 3am pages a week, most of them noise, a few of them real. Her team was burning out.
"what do I actually need to know to build a system that handles 80% of incidents without paging a human?"
layers surfaced:harnessskillstools / mcpmulti-agentcontextoss vs frontier
02 · make & experimentthree stacks runningsame 18 incident eval · 3 models each
A · Claude-native
canonical agentic loop · frontier-only
harnessClaude Agent SDK
routingSonnet 4.5
workersSonnet 4.5
mcpdatadog · pagerduty · linear
17/18 ✓·$0.42/inc·p50 4.1s
B · OpenAI-native
plan-first · parallel tool calls
harnessOpenAI Agent SDK
routingGPT-5
workersGPT-5
mcpdatadog · pagerduty · linear
16/18 ✓·$0.51/inc·p50 3.8s
C · hybrid OSS
orchestrator + workers · fanout/fanin
harnessOpenAI Agent SDK
routingSonnet 4.5
workersQwen3-235B
mcpdatadog · pagerduty · linear
14/18 ✓·$0.07/inc·p50 5.2s
03 · profilethree shapes — same eval, different strengths5 axes · reasoning · tool-stab · context · latency · oss-ready
A · Claude-native
strong & rounded · expensive
strong everywhere, but pays for it — shape leans heavy on the right; OSS-readiness near zero.
B · OpenAI-native
fast · weaker on tool-loops
fastest of the three — but tool-loop dents on the right; drops calls when MCP chains get deep.
C · hybrid OSS
surprising · sharp asymmetry
strong on routing & tool-stab, weak on long context — leans hard left; cheap.
trace · case replaywhy each stack reached its score
case #02 · 03:14 AM · datadog: payments-api 5xx burst · 412 errors / 90s
classify(alert)
A · Claude→ "p1 · upstream db saturation" · routes to diagnose-5xx✓
This is why C wins on tool-stab in the radar — Qwen workers stay tightly scoped, so they don't synthesize fake context. B's tool-loop dent isn't a model problem — it's a stack-shape problem. The trace shows it at the diagnose step, not the verdict.
04 · get practical solution & apply
Mira didn't pick a winner. She composed a hybrid.
Frontier where the agent reasons, OSS where it executes — exactly what each profile said each was strong at. Sonnet 4.5 routes, Qwen3-235B workers handle diagnosis & postmortem drafting.
SLA · this month
99.4%
5 weeks · 1,247 incidents handled without paging human
Cost / incident
$0.13
−69% vs stack A (oss workers carry the load)
P50 latency
4.4s
stable across hour-of-day no thundering-herd dents
01 learn & understand→02 make & experiment→03 profile→04 get practical solution & apply
Liu runs ops at a wealth management firm. Every month, her team lost two weeks to manual close work — reconciliation, compliance checks, client report generation, all done by hand across three different systems.
"what do I actually need to know to build agents that automate our monthly financial close without touching production data wrong?"
C · hybridQwen trail thin on context · auditor flags 1 step⚠
Audit is non-negotiable here — Liu's compliance team has to defend every number. Long-context recall and explicit citations are the load-bearing axes, not raw accuracy.
04 · get practical solution & apply
Liu shipped A for the audited core, C for the bulk reconciliation.
Sonnet 4.5 owns proration + audit writes. Qwen workers handle high-volume reconciliation on rows where the audit trail comes from the source data itself, not the model. Two stacks, one canvas.
Close time
2 days
was 14 days · −86% same audit standard
Cost / close
$0.78
−63% vs A-only (C handles 80% of rows)
Compliance · 3 mo
0
follow-up requests from audit since launch
01 learn & understand→02 make & experiment→03 profile→04 get practical solution & apply
Kai is an ML engineer at a computer vision startup. Every model retrain was a 3-day manual slog — data prep, training runs, eval, registry push, canary deploy, all orchestrated by him personally. He was the bottleneck.
"what do I actually need to know to build an agent system that runs the full CV pipeline automatically — retrain, eval, and deploy — without me?"
B · OpenAImanual intervention required · graph stalled⚠
C · hybriddeploy worker promotes after canary signal · clean✓
This is why C wins on orchestration — explicit gates between stages means a bad eval blocks a bad deploy. B's parallel-everywhere plan loses precisely the dependency it most needs.
04 · get practical solution & apply
Kai shipped C — and stopped being the bottleneck.
Sonnet orchestrates, Qwen workers handle prep, train, eval, registry push, canary monitoring. 6 specialist workers, one router. He runs retrains by approving a Slack message instead of a 3-day slog.
Retrain time
52 min
was 3 days · −98% fully unattended
Cost / retrain
$1.20
−86% vs A-only retrain rate 4×/week feasible
Kai's hours
~0
approves canary in Slack back to model research
request access
Tell us about your real problem.
The Lab is in private alpha. We onboard cohorts every two weeks —
builders working on agent systems for tasks that actually matter.
✓
Got it. We'll be in touch.
Thanks for telling us about your problem. We review applications weekly and
reply within 5 days — if your case fits the current cohort, we'll send onboarding details.