All Posts

  1. Ditch grep and Speed up Claude Code with LSPs

    Grep is a text search. Code is not text — it’s a graph of symbols, types, and call chains. That gap is where Claude w...

  2. AI B*llsh*tting

    Spotting AI Lies: How to Know When Your LLM is BS-ing

  3. Edit Survival

    Edit Survival - Quality metrics for AI coding agents

  4. How To Write A Coding Agent In 169 Lines Of Python

    Writing a minimal coding agent from scratch with no hidden magic. Just prompts, tool calls and a loop.