Essays

Blogs (2)

RSS feed ↗

Long-form writing about systems, trade-offs, and lessons from building.

2026

  1. 5 min read

    RAG quality is a pipeline problem, not a model choice

    A practical way to diagnose retrieval-augmented generation by separating ingestion, retrieval, ranking, and answer-generation failures.

  2. 4 min read

    Reliable agent workflows need explicit state

    Why production agent systems benefit from visible transitions, bounded tools, and deterministic recovery paths instead of open-ended loops.