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.

Software stack selection for AI agent success

Software stack selection for AI agent success

From the course: Structured Vibe Coding with AI Coding Agents

Software stack selection for AI agent success

- [Instructor] Now we have demonstrated structure vibe coding, a landing page with driver, navigator, and ping pong style pair programming, and explored deeper capabilities like code-based understanding and onboarding with AI. It's time to turn our attention to how we should think about our tech stack and architecture choices to improve it for coding agents. First, let's talk about selecting a software stack that works well with AI agents. Now, as anyone in engineering knows, picking a stack can stir up a lot of opinions, but when it comes to working with large language models, there is a practical guideline, stick with what's popular and well supported. If we take a look at the top programming languages on GitHub, we can find Python, JavaScript, TypeScript dominating the charts, and you can understand our suggestion of sticking with what's popular is not a coincidence. Large language models have been trained extensively on public code in these languages, and they simply are more…

Contents