Agentic AI Lab is a focused learning path for software engineers moving into AI engineering.
The goal is to help engineers prepare for AI engineering roles in about two months, without first taking a full AI or machine learning course.
- Website: agenticailab.org
- Roadmap: agenticailab.org/roadmap
- GitHub: chaitanya-y/agentic-ai-lab
- A roadmap of about 100 hours across seven phases
- Plain language phase overviews
- A practical learning path for building LLM applications and agents
Detailed lessons, runnable labs, and the capstone project will be released in phases.
- LLM Fundamentals
- Prompt Engineering, Context Engineering, and Structured Outputs
- Retrieval Augmented Generation
- Tool Calling and Model Context Protocol
- Agentic Workflows
- Evaluation, Observability, and Safety
- Customer Service Agent Capstone
git clone https://github.com/chaitanya-y/agentic-ai-lab.git
cd agentic-ai-lab/web
npm install
npm run devOpen http://localhost:5001.