Writing
Notes from building agentic systems and Web3 interfaces.
Short pieces on the architectural decisions that show up again and again. Field notes, not essays.
- 2026-05From keyword search to agentic AI6 min
How retrieval evolved from exact word matching to agents that decide what to search for, and why that shift is the harder problem now.
Retrieval - 2026-05Agent memory is not agentic storage7 min
Two related ideas that get fused in production code. A simple separation that makes agents easier to debug, eval, and scale.
Agent memory