-
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...
-
AI B*llsh*tting
Spotting AI Lies: How to Know When Your LLM is BS-ing
-
Edit Survival
Edit Survival - Quality metrics for AI coding agents
-
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.