Blog
Writing
Life, tech, and everything in-between.
Agentic RAG
8 minAI
Semantic RAG is a fixed pipeline. Agentic RAG hands retrieval control to the model: when to retrieve, what to query, how to combine, when to stop. A short guide to the patterns that matter and how to ship them.
ReAct: Reasoning and Acting in One LLM Loop
6 minAI
The foundational agent pattern from Yao et al. interleaves a short reasoning trace with a single tool call, then folds the observation back into the next step. Simple in shape, strong on grounded reasoning benchmarks.
