May 5, 2026CodingOpen SourceAgents

Kilo Code v7 Goes Parallel

Kilo Code dropped v7 today and grabbed PH #1 with 449+ upvotes by the time of writing. Complete rebuild on a new portable core sitting on top of the OpenCode server. The headline feature is parallel agents — the harness can now fan out subagent calls instead of running every tool serially, then merge results back. Plus an inline diff reviewer so you don't context-switch to a separate review pane.

The thing that makes Kilo Code interesting is it's an open-source VS Code extension that already crossed 2M+ active users and 30T+ tokens processed. That's a lot of free usage to prove the harness works at scale before competing harnesses charge by the seat. github.com/kilo-org/kilocode is the repo. Multi-model comparison comes built in — write the prompt, see what GPT-5.5, Claude Opus 4.7, and Gemini 4 each produce side by side, pick the best one. That UX matters a lot when the model lab leaderboard reorders every two weeks.

Architecturally the rebuild on OpenCode server matters. OpenCode is the open agent server that's becoming the de-facto runtime layer beneath open-source coding tools — Aider, Continue, Kilo Code all converging on it. This is the same pattern as Anthropic's Claude Code being its own runtime, except open. The harness layer is fragmenting into three tiers — closed-vendor (Claude Code, Cursor, Codex), wrapper (DeepClaude, Claude Code router), and fully-open (DeepSeek-TUI, Kilo Code on OpenCode). Three concurrent answers in eight days.

Parallel tool calls plus subagent delegation is the structural answer to long-horizon tasks. AlphaZero-coding showed Opus 4.7 wins 7/8 vs solver on competitive programming. AgentFloor showed open-weight small models match GPT-5 on short-horizon tool-use. Kilo Code v7's parallel-subagent architecture is the engineering bet on the long-horizon side — fan out, run in parallel, reduce per-task wall-clock. The harness layer just got faster.

Install: kilo.ai/install. Repo: github.com/kilo-org/kilocode. PH page: producthunt.com/products/kilocode
← Previous
CopilotKit Raises $27M to Bury the Chatbot UI
Next →
GLM-5V-Turbo Bets Multimodal Is the Default
← Back to all articles

Comments

Loading...
>_