AI2 months
Prompt Engineering
A short, practical track for writing prompts that hold up across models and edge cases.
Step 01
How models read
Tokens, context, instruction hierarchy and why phrasing changes output.
LLMsTokensStep 02
Core techniques
Role framing, explicit constraints, few-shot examples and step decomposition.
Few-shotCoTStep 03
Structured output
JSON schemas, function calling, validation and repair loops.
JSONSchemasStep 04
Creative prompting
Image, video and design prompts: subject, style, lighting, camera and negative terms.
MidjourneyVeoStep 05
Reliability
Test sets, regression checks, guardrails and handling refusals or hallucination.
EvalsStep 06
Systems
Prompt libraries, versioning, templating and cost/latency trade-offs in production.
Templating