WEEK 1: Foundations of AI Agents
Understand how agents work
- What are AI Agents (vs ChatGPT)
- Agent lifecycle: Observe → Think → Act
- Components:
- LLM (brain)
- Memory
- Tools
- Orchestrator
- Why agents are different from normal AI
- Real-world use cases
WEEK 2: LLMs + Prompt Engineering (Core Skill)
Goal: Control AI behavior
- Prompt engineering (advanced)
- System prompts vs user prompts
- Handling hallucinations
- Token limits & context windows
- Build smart prompts for:
- Chatbots
- Automation
WEEK 3: AI Agent Architecture (Core Engineering)
Goal: Design agents
- Agent architecture (ReAct, Plan-Execute)
- Task planning & reasoning
- Tool usage (APIs, search, calculators)
- Workflow design
WEEK 4: Tools & Frameworks ( MOST IMPORTANT)
Build real agents
- LangChain
- CrewAI
- AutoGen
- OpenAI API
- Connect:
- AI + Google search
- AI + APIs
- AI + external tools
WEEK 5: Memory + RAG (Advanced Agents)
Make agents “smart”
- Memory systems:
- Short-term
- Long-term
- Retrieval-Augmented Generation (RAG)
- Vector databases
Build:
AI agent that remembers conversations
WEEK 6: Multi-Agent Systems (NEXT-LEVEL)
Build teams of AI
- Multi-agent collaboration
- Role-based agents
- Task delegation
- Agent communication
Build:
Team of agents (researcher + writer + reviewer)
WEEK 7: Deployment + Automation
Make agents useful
- Deploy agents (web apps / APIs)
- Automation workflows
- Scheduling tasks
- Monitoring + debugging
Build:
AI automation system (like business assistant)
WEEK 8: Final Project ( Portfolio)
Job-ready project
Choose ONE:
- AI Research Agent
- AI Business Automation Agent
- AI Content Creation System
- Personal AI Assistant
