mcv 2 hours ago
If I let the main agent do the same task sequentially, it was no problem at all. I don't know if it's really just communication and orchestration that makes sub agents so inefficient, or if Anthropic figured that most people using sub agents pay per token on a big corporate account, so this is an easy way to make more money from tokenmaxxers.
korrectional 2 hours ago
systima an hour ago
After reading PUSH_AX's valid comment: ``` This is like saying contractor (A) asked for $33,000 to undertake the work and contractor (B) asked for $7,000 Are we measuring and caring about the right thing? ``` We will update the post to include:
1) A more in-depth task. 2) Qualitative results comparison. 3) As soon as possible, a reproduction of the inputs and outputs.
jakozaur 2 hours ago
https://quesma.com/blog/the-true-cost-of-saying-hi-to-an-ai-...
Tokenflation seems very real: the number of tokens consumed by simple tasks keeps increasing.
ramoz 8 minutes ago
Also, I have seriously used most harnesses - One feels like it's being built in a place that truly understands AI and where agentic engineering is headed. You might not like it, but peak performance exists in CC when it comes to orchestration of bulk parallel work / subagents. The open source agents are catching up or accell in different way (Im preferable to pi.dev), but I'm not sure they're architecting orchestration the right why.
clutter55561 6 minutes ago
If you’re using API, on the other hand, there is absolutely no reason to use Claude Code, or Codex.
estetlinus 2 hours ago
I don’t like that Claude became more opaque around February, including the system prompts. 33k feels way too much.
bel8 2 hours ago
The entire agent system prompt can be seen here:
https://github.com/earendil-works/pi/blob/main/packages%2Fco...
alex7o 2 hours ago
ricardobeat 18 minutes ago
mft_ 2 hours ago
I used mitmproxy (setup assisted by Claude, natch) to capture Claude Code's entire initial system prompt and the whole thing was (I just double-checked) 162k of JSON.
This led me to start experimenting with Pi, OpenCode, and Hermes...
anonu 36 minutes ago
drtournier 2 hours ago
My $20 sub using gpt 5.6 sol thinking-off lasts for hours using pi.
tontinton 2 hours ago
cesarvarela 19 minutes ago
hackingonempty an hour ago
luciana1u 2 hours ago
syntaxing an hour ago
PUSH_AX 2 hours ago
Are we measuring and caring about the right thing?
Cider9986 an hour ago
Claude is much better in OpenCode then in Claude Code, OpenCode is just better than Claude Code. Claude Code feels like a complete mess to use comparatively.
andai 2 hours ago
I asked both a trivial question (summarize last commit). Opus cost 50 cents, Fable about $1.
That checks out because Fable's twice as much in the API (though I think its emphasis on correctness makes the difference larger for bigger tasks).
But, at $1 per question, I think I will stick to the subscription for now! I was certainly glad GPT-5.6-Sol is included in OpenAI's subscription, and I'm curious if they'll be able to do the same for GPT-6.
All the VC money appears to have run out a few weeks ago.
docheinestages 2 hours ago
MariusGjerd 7 minutes ago
gslin an hour ago
skeledrew 2 hours ago
himanshumehra an hour ago
an hour ago
Comment deletedrvba an hour ago
If I self host a local model is there some way to make Android studio not time out after 10 minutes?
token_roast 2 hours ago
Supposed to be hacker news and half the posts are like "this harness steals this" like it cant be avoided.
These API costs are mad.
bigyabai 2 hours ago
It works great for long-horizon tasks, and feels like it saves a boatload of tokens.
piokoch 2 hours ago
slopinthebag 2 hours ago
nubg 2 hours ago
yojo 26 minutes ago
Comment deletedgokselu an hour ago
siddhxrth 2 hours ago
MallocVoidstar 2 hours ago
So not only is this article AI-written, but the testing was entirely done by AI, too? I can't see any other reason to use such an old model.
> Our traffic passes through a local LLM gateway that wraps requests in its own envelope, a constant we measured at roughly 6,200 tokens with bare calibration requests
Why do you need to do calibration requests to figure out how your own gateway is affecting requests?
> Its subagent lane did not complete cleanly through our gateway
> We attempted to toggle extended thinking in both harnesses and are declining to publish numbers. Our gateway applies its own thinking policy, neither harness's toggle demonstrably survived the path, and anything we quoted would be noise.
Why is your own gateway screwing with your testing?