Mckay Wrigley structures this course as five increasing levels of complexity for building coding agents — software that reviews, tests, and even writes code on your behalf.
The five levels
- Level 1 — foundational agents for basic code review and error detection
- Level 2 — agents that run automated testing with minimal manual input
- Level 3 — iterative agents that use loops to handle repetitive tasks
- Level 4 — agents that convert plain-text descriptions into working functions
- Level 5 — a look at where coding agents are headed next
With over 5 hours of video and 13 lessons built around hands-on projects, the course leaves you with working agent code at each level (full source is on GitHub) rather than just a conceptual overview of what agents can do.