cd /news/ai-tools/subagents-and-the-art-of-spending-mo… · home topics ai-tools article
[ARTICLE · art-115057] src=azuanz.com ↗ pub= topic=ai-tools verified=true sentiment=· neutral

Subagents and the Art of Spending More

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.

read1 min views1 publishedAug 28, 2026

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.

Like any other engineer on a weekend, I opened my laptop and fired up two separate Pi sessions to run the same task. One used no subagents and the other used subagents.

Calculate my total token usage across all Pi sessions for the last 7 days,
broken down by session and model, including input, output, cached,
reasoning, and overall totals.
Setup Context usage Time
No subagents 63k / 272k (23.2%) 3m 50s
With subagents 129k / 272k (47.5%) 8m 8s

With 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.

2x the usage and 2x the time to produce the same result.

Sometimes, 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.

It 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.

Don’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.

── more in #ai-tools 4 stories · sorted by recency
── more on @pi 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/subagents-and-the-ar…] indexed:0 read:1min 2026-08-28 ·