AI Engineering
From RAG to Agentic Retrieval: How Retrieval Patterns Evolved in 2026
How retrieval-augmented generation evolved from single-pass vector search into agentic, multi-step retrieval, and when the added complexity is actually worth it.
Sachin SharmaCreator
Jul 19, 2026
6 min read

Featured Resource
Quick Overview
How retrieval-augmented generation evolved from single-pass vector search into agentic, multi-step retrieval, and when the added complexity is actually worth it.

Previous Article
Building for Foldables and Spatial Displays: A Responsive Design Rethink
A Galaxy Fold in tabletop mode broke a layout that passed every breakpoint test I had. Foldables and glasses-free 3D displays need a different unit of responsive design than screen width.

Next Article
Flutter 3.32 & Dart Macros: Eliminating Boilerplate with Compile-Time Codegen
Dart Macros are finally stable. Learn how to replace build_runner, json_serializable, and freezed with pure compile-time metaprogramming in Flutter 3.32.