Deep dives on building AI agents that actually ship — the real problems startups hit between a clean demo and real users, and how they're solving them. Claude Code internals, production LLM patterns, and the stuff that breaks in production.
The biggest speedup in local inference is one you never turned on
To work through your prompt, attention compares every token with every other token. A thousand tokens means a thousand-by-thousand grid of comparisons. Flash attention just refuses to build the grid.
The runtime is the new API. You already picked one.
I went local to stop letting a company quietly decide things for me. My third command was ollama run. And just like that, something was quietly deciding everything again.