← 🤖 Retrieval & Agents
Advanced
Agent vs Workflow vs a Single Call
Three architectures sit under the word agent, and they differ by who decides what happens next. A workflow has its steps written in advance; an agent chooses its next action from what it just observed. Picking the wrong one is the most expensive early decision in an AI deployment, and picking the boring one is usually correct.
Unlock the full curriculum — ₹2,000 / $25every concept + every answer · 6 months · no auto-renew
RELATED CONCEPTS
LESSONS THAT TEACH THIS
PRACTICE THIS IN REAL QUESTIONS
RAG & Agent System DesignWalk me through a RAG pipeline end-to-end, and tell me where it usually breaks→ML Infrastructure & GPUsExplain how the CUDA execution model maps to hardware, grids, blocks, warps, SMs.→LLM & GenAI FundamentalsWhat is a token, and why should an FDE care about tokenization?→ML Infrastructure & GPUsWalk me through the GPU memory hierarchy, registers, shared memory, L2, HBM. What lives where and why?→ML Infrastructure & GPUsWhat is warp divergence and why does it hurt performance?→RAG & Agent System DesignWhen is an agent the wrong answer? Argue against building one.→
