AI-Assisted Engineering
Use AI coding tools the way senior engineers do — as leverage on work you understand, not as a substitute for understanding it.
- Duration
- 6 weeks
- Lesson content
- 6h across 6 lessons
- Seats
- 40 per cohort
- Next start
- Rolling — start any Monday
Tuition
₦150,000
Or ₦75,000 now and the balance before week five.
- AI study assistant scoped to this curriculum
- Written code review on every assignment
- Recordings of every live session
- Certificate naming the work you shipped
Payment is processed by Flutterwave in naira. Full refund up to seven days before the cohort starts — refund policy.
Syllabus
Working with the model
- 45m
What these models are and are not
Free previewContext windows, tokens, temperature, and the specific ways a language model is confidently wrong.
- 55m
Specification over instruction
Why stating the goal, the constraints, and the definition of done beats a step-by-step script.
- 60m
Reviewing generated code
A concrete checklist: boundary conditions, error handling, security assumptions, and dependencies you did not ask for.
Building with the API
- 60m
Your first streaming endpoint
Calling the Claude API from a server, streaming tokens to a browser, and handling errors mid-stream.
- 70m
Tool use and agent loops
Giving a model tools, running the loop, and putting a human approval gate in front of anything destructive.
- 55m
Cost, latency, and evaluation
Prompt caching, choosing a model per route, and building an evaluation set before you ship to users.