Theme 1 – Lightweight harnesses (e.g., Pi) are faster and cheaper because they avoid the bloat of system prompts, safety instructions, and extra features found in heavier harnesses.
- “Does this extend to open models like GLM 5.3? This would mean that simply changing the harness to Pi reduces cost in half?” – ed_mercer
- “I've found the experience of using Pi with local models feels a lot snappier than both OpenCode or Claude Code.” – roywiggins
- “Much of the extra weight of Claude Code and Codex harness are (ostensibly?) for security and alignment purposes… Pi actively omits any sort of guardrails and sandboxing in the name of speed and simplicity, so it is not shocking that it is faster and simpler.” – jswelker
Theme 2 – Harness performance is highly provider‑specific; benchmarking shows that the same model can behave very differently across services, and middleware or execution patterns matter more than the harness alone.
- “The provider's middleware also plays a role. I just completed some benchmarks on my bespoke harness and Kilo Code… In the case of that same model on together.ai there was a substantial difference between the two.” – joshheitzman
- “Optimal harnesses use concurrent execution + subagents… Cost and performance are impacted GREATLY by these tactics… This kind of single‑harness analysis is shallow and misleading.” – Supermancho
- “If this is mostly because of the size of the system prompt, then perhaps in long horizon tasks the 'tax' will be less obvious.” – lexicalmathical
Theme 3 – Speed gains come with security trade‑offs; lightweight harnesses often lack built‑in guardrails, but sandboxing can be added cheaply via tool hooks or containers, raising concerns about safety versus convenience.
- “Why pay the waste disposal tax? Dumping into the ocean is free!” – jswelker (critique of omitting safety)
- “I do think Pi should ship with more than zero builtin sandboxing though.” – roywiggins
- “You can sandbox with tool hooks, at least in antigravity, I think a lot of other harnesses support similar features. Sandboxing via the prompt is just dangerous and unreliable.” – seanmcdirmid
- “I have a couple hundred line TUI that just clones an LXD container and I get all my repos and infra isolated in 5s with pi having isolation to that container.” – zackify