{"slug": "subagents-and-the-art-of-spending-more", "title": "Subagents and the Art of Spending More", "summary": "A developer's test in Pi, an open-source AI coding tool, found that using subagents doubled token usage and time for the same task: context usage rose 104.7% from 63k to 129k tokens, and elapsed time rose 112.2% from 3m 50s to 8m 8s. The author notes that subagents can be useful for code review but warns that complex agent workflows may be inefficient.", "body_md": "I had a random discussion in my Telegram group about AI. I noticed that some of them had really high token usage and very long sessions. After some more discussion, I realised that they had fairly complex setups, with lots of coordination between their agents.\n\nLike any other engineer on a weekend, I opened my laptop and fired up two separate\n[Pi](https://github.com/earendil-works/pi) sessions to run the same task. One used no subagents and the other used subagents.\n\n```\nCalculate my total token usage across all Pi sessions for the last 7 days,\nbroken down by session and model, including input, output, cached,\nreasoning, and overall totals.\n```\n\n| Setup | Context usage | Time |\n|---|---|---|\n| No subagents | 63k / 272k (23.2%) | 3m 50s |\n| With subagents | 129k / 272k (47.5%) | 8m 8s |\n\nWith subagents, context usage increased by **104.7%** from 63k to 129k tokens. The elapsed time increased by **112.2%** from 3m 50s to 8m 8s.\n\n2x the usage and 2x the time to produce the same result.\n\nSometimes, it’s not the harness or the models. It’s just our workflows. Not really something new. We went through the phase of bloated MCP. Now we have bloated skills. It makes sense to have bloated workflows too.\n\nIt feels unfair to call it bloated too. Some people are more productive with Sublime Text as their code editor. Others are more productive with a JetBrains IDE. To each their own, I guess.\n\nDon’t get me wrong. Subagents are not necessarily bad. I like using them for code review. Asking the author to review their own code, AI or a human, comes with unavoidable bias after all.", "url": "https://wpnews.pro/news/subagents-and-the-art-of-spending-more", "canonical_source": "https://azuanz.com/posts/subagents-and-the-art-of-spending-more/", "published_at": "2026-08-28 16:00:00+00:00", "updated_at": "2026-08-29 10:50:15.966094+00:00", "lang": "en", "topics": ["ai-tools", "ai-agents"], "entities": ["Pi"], "alternates": {"html": "https://wpnews.pro/news/subagents-and-the-art-of-spending-more", "markdown": "https://wpnews.pro/news/subagents-and-the-art-of-spending-more.md", "text": "https://wpnews.pro/news/subagents-and-the-art-of-spending-more.txt", "jsonld": "https://wpnews.pro/news/subagents-and-the-art-of-spending-more.jsonld"}}