The Complete Hands-On Guide to Building AI Agents
A community project born at Rust Tech Bar, Bangkok
A 16-week hands-on curriculum (Feb 10 - May 26, 2026) covering the full stack of agentic AI: from LLM fundamentals and prompt engineering to multi-agent swarms, MCP tool servers, and production governance.
Each week includes theory, live demos, hands-on building, and a weekly test. Designed for practitioners who learn by doing.
This is a single index.html file. Low barrier, high impact.
- Fork this repo
- Edit
index.html - Test locally (just open it in your browser)
- Submit a Pull Request with a clear description
- Fixing typos or improving clarity
- Adding hands-on exercises or real-world examples
- Better code snippets and prompt patterns
- Mobile responsiveness improvements
- Thai language translations
- Adding links to tools, papers, or resources
- Accessibility improvements
- One logical change per PR
- Test by opening
index.htmlin a browser before submitting - Keep the single-file architecture for now (we'll refactor when we need to)
Python exercise files for each week are in the exercises/ folder. See exercises/README.md for setup instructions.
Intentionally simple: one self-contained HTML file with inline CSS and JS. No build tools, no framework, no dependencies. Open and go.
MIT - Build whatever you want with this.