Route each customer-support ticket to the team that owns it — across 6 teams, scored on the same 48-ticket gold test set so the numbers are directly comparable.
Org-specific conventions deliberately kept out of the team descriptions. Reasoning from definitions alone gets them wrong — you teach these by example.
The classic example — recognizing a handwritten digit — has the same shape as our ticket router: raw input → learned features → one score per class.
output = W·input + b.Three ways to solve the same task. Only the method changes; the test set and metric stay fixed.
ANTHROPIC_API_KEY and run in order.Same idea as an LLM turn — an observation goes in, a prediction comes out — except the prediction is motion, and the next observation is the world's response to it.
A vision encoder + a language model — the familiar multimodal stack — but the text-generation head is swapped for an action model that emits continuous motor commands.