Kimi K3 vs Claude: Batched Calls 2.5x Faster but Consume 40% More Tokens
Dan_Jeffries1 · x · 2026-07-22
The Composio team tested Kimi K3 and Claude (Fable 5) on the same agentic tasks, revealing completely different behavioral patterns.
- Claude (Fable 5): Tends to plan upfront and fires one giant batched call. It cleaned up an entire CRM (searching Salesforce, HubSpot, and Gmail in parallel) in just 2 tool calls. This approach finished 2.5× faster but consumed more context.
- Kimi K3: Works step-by-step, searching for tools mid-task as needed and making more, smaller calls. The same CRM job took 7 tool calls, but it kept its context smaller, using 40% fewer tokens.
When a tool search returned oversized data, both models improvised: Claude dropped into the shell to grep the raw file locally, while Kimi did the same inside Composio’s remote sandbox.
More from coding & agent
- NVIDIA says Nemotron 3 Ultra hit 97.1% on agentic RTL chip-design tasks — NVIDIAAI · 2026-07-27
- Tokyo Agent Forge hackathon shipped production-ready AI agents in one day — DavidBennett__ · 2026-07-27
- Long-running agents will need immutable event logs, this thread argues — sebpaquet · 2026-07-27
- Agentic Data Science in Practice: Agents Write Code but Answer Wrong Questions — hugobowne · 2026-07-27
- A VS Code extension adds Markdown-style highlighting to Alchemy string templates — samgoodwin89 · 2026-07-27
- Claude’s Stripe MCP connector is being called unusable after repeated disconnects — evielync · 2026-07-27