Latest writing_

SELECT * FROM posts ORDER BY date DESC;

[001] 2026-07-10

MCP Is Not a New Paradigm: What It Actually Standardizes, and How to Design For It

TL;DR The Model Context Protocol (MCP) is best understood not as a new kind of API but as a standardized profile of existing API patterns — JSON-RPC 2.0, plus mandatory runtime int…

10 min →
[002] 2026-07-10

Plain RAG vs. Agentic RAG: It's the Control Flow, Not the Plumbing

Retrieval-Augmented Generation gets discussed as if "RAG" and "agentic RAG" were two different architectures. They mostly aren't. They're two different control flows over the same…

6 min →