6.5+ years building LLM systems, RAG & agentic AI
Thoughts on agentic AI, LLM systems, and engineering.
Agentic design patterns implemented from scratch with first-principles in LangGraph. Includes 4 important patterns, 1. Reflection, 2. ReAct Tool-Use, 3. Orchestrator-Worker, 4. Multi-Agent.
Apart from writing single functions for each task, we can combine function through static workflows and achieve more depth. Three commonly used workflow patterns: 1. Sequential Chaining, 2. Routing, and 3. Parallelization.
A personal time management and optimization system integrated with Google Sheets and WhatsApp. Tracks goals, sends weekly and monthly insights, and helps monitor progress.
Learn about the Kubernetes. A container Orchestration tool on a basic level, and how it is making the job of Developers simpler.
Building ReAct-based agentic orchestrators and multi-agent workflows for dynamic use-case coverage.