Slow developer experience will bottleneck fast models Software engineer Sean Goedecke argues that developer experience will become the bottleneck for AI coding agents as inference speeds rise, citing GPT-6-Astra at roughly 60 tokens per second versus Taalas' LLaMA-3.1-8B running at 17,000 tokens per second on the Jimmy demo. Goedecke predicts pressure to build agentic code in languages with fast compilers and tests, such as Golang, and a late-2020s return of DevEx teams focused on speeding up the loop for AI agents rather than humans. Slow developer experience will bottleneck fast models Right now developer experience is measured in seconds. If your tests take a second to run, that’s good; if they take thirty seconds, that’s bad. Any faster than a second doesn’t really matter, because most of your time is spent either thinking or waiting for an AI agent to spin. Shaving milliseconds off your dev server reload time or whatever is pointless: that’s not the bottleneck. It will be. Small models are getting faster and faster, and smart models are getting smaller. I think most engineers will still want to use the smartest available model — software engineering is hard — but we will increasingly see faster models get used as subagents or for well-understood tasks. This is largely uncharted territory. Very few people have developed intuitions for what it is going to be like to work with agents that run at thousands of tokens-per-second. GPT-6-Astra can run at about sixty https://openrouter.ai/openai/gpt-6-astra providers tokens per second. That means you spend a lot of time waiting for it to think. You work with it like you would work with another human: delegating a task and then context-switching until that task is complete. If you haven’t yet, have a play around with Jimmy https://chatjimmy.ai/ , Taalas’ version of LLaMA-3.1-8B running