From the course: Structured Vibe Coding with AI Coding Agents
Unlock this course with a free trial
Join today to access over 25,200 courses taught by industry experts.
AI pair programming: Human as navigator, AI as driver
From the course: Structured Vibe Coding with AI Coding Agents
AI pair programming: Human as navigator, AI as driver
- [Instructor] In this section, we are going to explore the basic behavior patterns for working with coding agents. We will also walk through a concrete example. We will vibe code a landing page for our fictional AI engineering consulting service. So imagine we are starting an AI consulting business and we want to create a landing page with a clear call to action. We will build that together with the help of a coding agent. But before we dive into the demo, let's talk about the core idea behind agent coding in a structured way. Agentic coding takes inspiration from a very familiar technique in software engineering, pair programming. In pair programming, you have two people working together on the same piece of code. One person is the driver, the one at the keyboard writing code. The other person is the navigator, the one who is observing, thinking ahead, and giving guidance to the driver. Sounds familiar? That is what exactly we are going to be doing with agenetic coding. We, the…