Welcome to Protoype to Production: Advanced AI Apps
Are you ready to dive into creating agents from scratch. Watch and follow along to the course on frontendmasters!
Prerequisites
To make the most out of this course, it's recommended that you have a basic understanding of:
- JavaScript: Familiarity with JavaScript fundamentals such as variables, functions, arrays, and objects will be beneficial.
- APIs: Understanding the basics of how APIs work and how to interact with them.
- LLMs: You should have a basic understanding of how to use LLMs. Having have built an agent or something similar with an LLM will be helpful
Course Format
This course is designed to be engaging and interactive, with a blend of:
- Lecture: We'll start each section with a comprehensive lecture where we'll explain the core concepts and demonstrate how they're applied in real-world scenarios.
- Real-World Application: Next, follow along while we get our agent ready for production
By the end of this course, you'll not only have a firm grasp of what an AI Agent is and how to make one.
Setup
- Git
- Fork the repo and pull it down form GitHub
- Node.js v20+
- Install all the node_modules with
npm install
- OpenAI Account
- You’ll need to add $5, to get started. If I find an alternative to this that is compatible, I will add it here.
- Enable GPT-4o-mini, go to limits -> allowed models.
- Upstash account (No card needed)