Week 1 gave you one agent. Week 2 gave you typed output. Week 3 gave you pipelines and batch. How does the architecture feel now?
It feels like plumbing. I pick which agents to run, in what order, on what inputs — and the outputs are just Python values I can do anything with.
That's the systems moment. You're not using AI — you're composing AI-powered functions the same way you'd compose any Python functions. Which pattern from this week will you use first?
Batch classify. Forty messages, one function call, urgency labels on all of them. I can finally triage my Monday inbox in under a minute.
And next week you'll add web search and tools — so the agent can look something up before it answers. Let's confirm what you built this week.
Create a free account to get started. Paid plans unlock all tracks.
Week 1 gave you one agent. Week 2 gave you typed output. Week 3 gave you pipelines and batch. How does the architecture feel now?
It feels like plumbing. I pick which agents to run, in what order, on what inputs — and the outputs are just Python values I can do anything with.
That's the systems moment. You're not using AI — you're composing AI-powered functions the same way you'd compose any Python functions. Which pattern from this week will you use first?
Batch classify. Forty messages, one function call, urgency labels on all of them. I can finally triage my Monday inbox in under a minute.
And next week you'll add web search and tools — so the agent can look something up before it answers. Let's confirm what you built this week.