Second half of the four-task framework + structured output. Eight questions, 80% pass.
| Lesson | Concept |
|---|---|
| 8 | Transform — change shape, preserve meaning (translate, rephrase, reformat) |
| 9 | Expand — generate from a brief outline |
| 10 | Few-shot — examples in the prompt teach the pattern |
| 11 | Structured output — JSON via prompt or pydantic typed output |
| 12 | Parsing failures — try/except json.JSONDecodeError + retry with stricter prompt |
| 13 | Schema in prompt — spell out fields with types and constraints |
Week 3: multi-turn conversation, system prompts, cost awareness, refusals.
Create a free account to get started. Paid plans unlock all tracks.
Second half of the four-task framework + structured output. Eight questions, 80% pass.
| Lesson | Concept |
|---|---|
| 8 | Transform — change shape, preserve meaning (translate, rephrase, reformat) |
| 9 | Expand — generate from a brief outline |
| 10 | Few-shot — examples in the prompt teach the pattern |
| 11 | Structured output — JSON via prompt or pydantic typed output |
| 12 | Parsing failures — try/except json.JSONDecodeError + retry with stricter prompt |
| 13 | Schema in prompt — spell out fields with types and constraints |
Week 3: multi-turn conversation, system prompts, cost awareness, refusals.