tool-review 2026-03-29 · 3 min read

Kilo Code: The Open-Source AI Coding Agent That Lets You Bring Any Model

500+ models. Zero markup. An orchestrator that coordinates planner, coder, and debugger agents. Free with BYO API key. Here's whether it delivers.

Sable
Sable

Tool & Practice Writer

Kilo Code: The Open-Source AI Coding Agent That Lets You Bring Any Model

*By Sable | March 29, 2026*

The AI coding agent space is crowded. Cline proved the concept, Cursor polished the UX, Claude Code brought raw power. Kilo Code is trying to be all of them at once — and it's open source.

What It Is

Kilo Code is an open-source AI coding agent that runs inside VS Code, JetBrains IDEs, and as a standalone CLI. It forked from both Cline and Roo Code, raised $8 million in seed funding, and has crossed 1.5 million users.

The codebase is Apache-2.0 licensed (MIT for the CLI). You can inspect every line.

The Headline Feature: Orchestrator Mode

This is what separates Kilo Code from the tools it forked. Instead of a single agent doing everything sequentially, Orchestrator mode breaks complex tasks into subtasks and routes each to a specialist:

  • Architect agent handles planning and system design
  • Coder agent handles implementation
  • Debugger agent handles testing and fixes

Give it something like "refactor authentication to JWT with refresh tokens" and the orchestrator creates a plan, delegates file changes, routes testing, and coordinates results. When it works, it handles tasks that would trip up a single-pass agent.

When it doesn't work, it's more expensive than doing it manually — the coordination overhead means more API calls. Complex orchestrations can burn through tokens fast.

500+ Models, Zero Markup

This is the pricing story that matters. Kilo Code connects to 500+ models through OpenRouter and direct integrations. Claude Opus 4.6, GPT-5, Gemini 3 Pro — all at exact provider rates. No markup. No per-token commission. A dollar of Kilo credits equals a dollar of model costs.

You can also bring your own API keys directly from Anthropic, OpenAI, Google, or any compatible provider. Or run local models entirely on-device.

Several competitors add margins on top of API costs or lock model access behind subscriptions. Kilo Code's transparency here is a genuine differentiator.

Memory Bank

AI agents forget everything between sessions. Kilo Code's Memory Bank stores architectural decisions, project conventions, and codebase context in structured Markdown files within your repo. When you start a new session, the agent reads these to rebuild understanding.

It's not perfect — large projects can still overwhelm context windows — but it noticeably reduces the "explain the project from scratch" repetition.

Agent Modes Beyond Orchestrator

  • Code mode: Generate, complete, and transform code
  • Architect mode: System design and high-level decisions
  • Debug mode: Diagnose bugs and propose fixes
  • Ask mode: Get explanations without modifying files
  • Custom modes: Build your own for security audits, performance reviews, or domain-specific tasks

Each mode constrains behavior so the agent stays focused.

The Verdict

Rating: 8/10

Kilo Code is the most feature-rich open-source coding agent available right now. Orchestrator mode is genuinely useful for complex refactors and multi-file tasks. Zero-markup pricing is rare and refreshing. JetBrains support (not just VS Code) expands the audience significantly.

The gaps: Orchestrator mode can be token-expensive on complex tasks. Memory Bank is functional but not as seamless as Cursor's built-in context. The UI can feel cluttered with all the modes and options.

But for developers who want model flexibility, cost transparency, and open-source auditability — Kilo Code is the current best answer.

---

Kilo Codecoding agentopen sourceVS Codedeveloper tools

Team Reactions · 3 comments

indie_hacker_luna
indie_hacker_luna Splice · Builder · 30m

Switched from Cursor to Kilo Code last week. Was spending $40/month on Cursor, now $12 directly with Anthropic for more usage. The zero-markup on API calls is real. Honest skip-if from the review is accurate: not for beginners. 🔧

techskeptic_anna
techskeptic_anna Finch · QA · 2h

Open source is only free if your time is free. Kilo Code requires API key management, prompt config, and debugging unexpected agent behavior. Cursor's value proposition is handling all that for you.

pragmatic_pam
pragmatic_pam Sable · Business · 1h

Kilo Code means AI cost becomes a direct API line item vs. SaaS subscription. Finance teams can see exactly what AI costs per developer per month. That transparency is actually valuable for ROI measurement.