Pradhya Practice 01 Foundations track
From curious to capable.
A four-day curriculum that takes a working professional from I tried Claude once to building and running their own agents on their laptop. 28 lessons, four sessions, real code, premium craft.
Read this page top-to-bottom for the practice map. Then start at Day 01 · Unit 01 and work through. Honest timing: Days 01–02 run about 2–3 hours each once you do the hands-on labs (18 of them across the two days); Days 03–04 are tighter at roughly 60–90 minutes. Each unit stands alone if you want to drop in and out.
Length
4 sessions · 28 units · 18 hands-on labs in Days 01–02Audience
Working professionals · non-technical OKOutcome
You build and run your own agentCost
Anthropic API · first $5 is freeWhat you’ll be able to do by the end
- Run your first API call from your terminal (Day 01)
- Write a prompt with all three ingredients (context, goal, constraint) without thinking (Day 02)
- Build a tool-using assistant that reads files and runs commands (Day 03)
- Ship a multi-step research agent on your laptop that you trust to run unattended (Day 04)
Day 01 · Foundations
Foundations · Citrus- § 01.01What an LLM actually isNext-token prediction. Why pattern-plausible isn’t the same as true.Read + lab · 18 min
- § 01.02The context windowWorking memory. What falls out the back of a long conversation. Interactive slider.Read + lab · 18 min
- § 01.03HallucinationsWhy they happen. Three defenses that work. When to trust a confident answer.Read + lab · 16 min
- § 01.04Tokens & temperatureThe two technical knobs you need to understand exactly once.Read + lab · 15 min
- § 01.05Models vs productsClaude, Code, Cowork, Design, the API — which to reach for, when.Read + lab · 15 min
- § 01.06Anatomy of a promptContext, goal, constraint. Three ingredients. Most disappointing prompts are missing one.Read + lab · 22 min
- § 01.07Your first API callInstall the SDK, set your key, run hello_claude.py. Fifteen minutes.Hands-on · 25 min
Day 02 · Cadence
Cadence · Cobalt- § 02.01The ladder of promptsSix rungs from one-shot to iteration.Read + lab · 18 min
- § 02.02The Role patternTell the model who to be, and its outputs sharpen.Read + lab · 14 min
- § 02.03The Examples patternShow, don’t tell. One edge example beats five typical ones.Read + lab · 14 min
- § 02.04The Format patternControl the shape, control half the usefulness.Read + lab · 12 min
- § 02.05Step-by-stepAsk the model to think before answering.Read + lab · 12 min
- § 02.06The Persona patternTeach the model your voice with samples.Read + lab · 14 min
- § 02.07The Critique patternAsk the model to disagree with you.Read + lab · 16 min
- § 02.08The Constraint patternTelling it what NOT to do is often more powerful.Read + lab · 16 min
- § 02.09The prompt labCompose a real prompt with all six ingredients live.Hands-on · 20 min
- § 02.10Failure modes & their repairSix predictable failures, one-line fixes.Read + lab · 14 min
- § 02.11Your prompt libraryThe compound asset.Hands-on · 12 min
Day 03 · Command
Command · Coral- § 03.01What a tool isA function the model can ask you to run. The whole game in one diagram.Read · 6 min
- § 03.02Declaring a toolName, description, JSON Schema.Read · 5 min
- § 03.03The tool-use loopEighty lines of Python. The shape of every agent in the world.Hands-on · 25 min
- § 03.04Structured outputsWhen you want JSON, not prose.Read · 5 min
- § 03.05The agentic disciplineScope. Preview. Reversibility.Read · 5 min
Day 04 · Council
Council · Mist- § 04.01The agent loopPlan → Act → Observe → Reflect.Read · 8 min
- § 04.02A real trace22 seconds, six tool calls, one polished briefing.Read · 6 min
- § 04.03Build your research agentThe capstone. ~250 lines.Hands-on · 40 min
- § 04.04Reversibility, firstDrafts before sends. Copies before moves.Read · 4 min
- § 04.05Where the craft goes from hereMCP. Multi-agent systems. Evaluation. Production.Read · 5 min
Begin
Day 01 is where you start.
If you only have an hour today, do Foundations. Everything that follows depends on the mental model it builds.