← 🤖 Retrieval & AgentsNEXT IN RETRIEVAL & AGENTSAgent Evaluation and Trajectory Analysis→
Core
Agentic and Corrective RAG
Standard RAG retrieves once and generates; agentic RAG wraps retrieval in a loop so the model decides whether to retrieve, what to query, evaluates the results, and retrieves again until it has what it needs. Corrective RAG adds a grader that checks retrieval quality and takes corrective action (re-retrieve, web search, or discard) when the context is poor. Applied-AI interviews probe it because complex, multi-hop questions defeat single-shot RAG, and self-correcting retrieval is the fix, at the cost of more calls and agent-reliability concerns.
a free account unlocks the core curriculum tier · no card
RELATED CONCEPTS
PRACTICE THIS IN REAL QUESTIONS
RAG & Agent System DesignWhat is agentic RAG, and how does it differ from standard (single-shot) RAG?→System Design for AI in ProductionDesign a deep research agent that answers complex questions by searching and synthesizing many sources.→RAG & Agent System DesignWhat is Self-RAG / adaptive retrieval, and how does the model decide when to retrieve?→System Design for AI in ProductionDesign a multi-agent customer support system with escalation to humans.→System Design for AI in ProductionDesign an AI code review system that comments on pull requests.→RAG & Agent System DesignWhat is the Plan-and-Execute agent pattern, and how does it compare to ReAct?→
COMPANIES THAT ASSUME THIS
