🚀 Built an Agentic AI WhatsApp bot.
User message → classify → router → specialized agents (Code, Content, Math) → review → reply.
Each agent uses different LLM configs & temperature tuning for task-specific responses.
Built using FastAPI + LangChain.
Built my first CLI Weather Agent 🌦️
Used tool calling to fetch real-time weather data.
Biggest learnings:
• Prompt quality matters more than I thought
• Explored prompting styles: Direct, One-shot, Few-shot & Chain of Thought
• Better prompts = smarter agents
One step toward Gen AI 🚀
asyncio in python feels a lot like async/await in JS called corutine in python same event-loop magic.
Big takeaway: thread pools for I/O-bound work, process pools for CPU-heavy tasks, and daemon threads for background jobs that shouldn’t block shutdown.
Goals for this year :-
1. AWS Cloud Practitioner Certification
2. Learn remaining devops conceps like Kubernetes, Grafana etc
3. Learn Gen Ai concepts
4. Build more while learning
5. Grab better opportunities