Cost control is now part of the coding-agent research agenda
Token cost is the clearest practical constraint in this batch. The strongest evidence comes from a trajectory study on SWE-bench Verified with eight frontier models in OpenHands. Agentic coding used about 3500× more tokens than single-round code reasoning and about 1200× more than multi-turn code chat. Cost also swung hard on the same task, with runs differing by up to 30×. The paper ties expensive failures to repeated file viewing and editing, and it shows that models are poor at predicting their own token bill before execution. A second paper, R2Code, points to one concrete response: tighter retrieval and smaller context. It reports an average F1 gain of 7.4% on five traceability datasets while cutting token use by up to 41.7% through adaptive context control.