Kilo Code Reviewer: The GitLab Founder's New Open-Source Bet on AI Code Reviews
2026-01-28 | ProductHunt | Official Site

30-Second Quick Judgment
What is it?: The moment you open a PR, AI automatically reviews your code to find security vulnerabilities, performance bottlenecks, and style issues.
Is it worth watching?: Yes. It's the new project from GitLab co-founder Sid Sijbrandij, backed by an $8M seed round. It hit 750k users in 9 months and is the #1 agent on OpenRouter. Its open-source + pay-as-you-go model is very friendly for indie devs and startups.
How does it compare?
- vs GitHub Copilot: Kilo supports 500+ models and is often cheaper with pay-as-you-go pricing.
- vs Cursor: No need to switch editors; it works directly in VS Code and JetBrains.
- vs CodeRabbit: It's more than just code review; it's a full-featured coding agent.
Three Key Questions
Is it for me?
Target Audience:
- Developers who write code daily and wait on PR reviews.
- Engineers using VS Code or JetBrains.
- Indie devs/small teams looking for budget-friendly AI tools.
- Enterprises sensitive to data privacy who want local AI deployment.
Are you the target user?
You are if:
- You're tired of waiting half a day for a colleague to review your PR.
- You find Copilot's $10-39/month subscription too steep.
- You want to use Claude or GPT-5 without leaving your current editor.
- You use JetBrains IDEs (where Kilo has almost no competition).
Is it useful?
| Dimension | Benefit | Cost |
|---|---|---|
| Time | Reduce PR review time by 50%+; no more waiting for humans. | 10-15 mins learning curve. |
| Money | Top up $10 and get $30; some devs finish projects for $5. | Heavy usage requires ongoing top-ups. |
| Effort | Automatically catch security bugs and style issues. | Complex features like Orchestrator require study. |
ROI Judgment: If you submit 5+ PRs a week or if your team's bottleneck is reviews, try it. Free models are enough for basic use; premium models cost just a few dollars.
Is it worth the hype?
The Highlights:
- Model Freedom: Choose from 500+ models, from GPT-5.2 to the free DeepSeek R1, and switch as needed.
- All-in-One Tool: Handles Planning (Architect) → Coding (Code) → Diagnostics (Debug) → Complex Task Coordination (Orchestrator).
- A Win for JetBrains Users: Almost no competition in this specific IDE ecosystem.
The "Wow" Moment:
"GPT-5.2 found 13 issues including a security bug no other model caught. Claude Opus 4.5 was fastest at 1 minute with perfect security detection." — Kilo Blog
Real User Feedback:
Positive:
"What stood out is the developer experience — it feels fast to get value without a bunch of setup friction." — ProductHunt User
"For JetBrains IDEs, it has very little competition." — ProductHunt User
Critique:
"The experience for applying diffs in VS Code is extremely flawed/buggy, Cursor/Windsurf have nailed this better." — GitHub Discussion
"Local LLMs seem to get stuck in a loop with certain models." — GitHub Issue
For Developers
Tech Stack
- Language: TypeScript
- IDE Support: VS Code + JetBrains
- Architecture: Layered design
- Extension Host (src/): Backend logic
- Webview UI (webview-ui/): Frontend built with Vite
- Core Class: ClineProvider
- Build Tools: esbuild + Vite + @vscode/vsce
- AI Protocol: MCP (Model Context Protocol)
Core Implementation
Kilo is a superset of Roo/Cline, using multi-mode design for different intents:
- Architect Mode: Planning only, no code changes.
- Code Mode: Generate, complete, and transform code.
- Debug Mode: Diagnose issues and suggest fixes.
- Orchestrator Mode: Break down complex tasks and coordinate across modes.
Code reviews are triggered via GitHub Webhooks with three intensity levels (Strict/Balanced/Lenient).
Open Source Status
| Metric | Data |
|---|---|
| GitHub Stars | 14.2k |
| Forks | 1.7k |
| License | Apache-2.0 |
| Local Deployment | Supported (Ollama, LM Studio) |
Build-it-yourself difficulty: Medium. The core is a VS Code Extension + multi-LLM API integration. The code is fully open-source and can be forked directly.
Business Model
- Monetization: Pay-as-you-go (API tokens)
- Free Version: Open-source core + free models (Qwen3, DeepSeek R1)
- Paid Version: Kilo Gateway (Top up $10 to get $30 credit) for 500+ models
- Enterprise: Team management features
Big Tech Risk
| Competitor | Market Share | Kilo's Moat |
|---|---|---|
| GitHub Copilot | 42% | Open-source + Multi-model + Pay-as-you-go |
| Cursor | 18% | No need to switch editors |
| Amazon Q | 11% | More flexible pricing |
Risk: Copilot is deeply integrated into VS Code/GitHub, making switching costs low. However, Kilo's open-source strategy and model flexibility are key differentiators.
For Product Managers
Pain Point Analysis
Problem Solved: PR Review Bottlenecks — Code is done, but waiting for review takes forever.
How painful is it?: High-frequency, essential need.
- Enterprise code review demand has grown 35% in the last 3 years.
- 90% of Fortune 100 companies use AI coding tools.
User Personas
| User Type | Characteristics | Use Case |
|---|---|---|
| Indie Developer | Budget-sensitive, efficiency-driven | Auto-reviewing their own code |
| Startups | Small teams, PR backlogs | Automating the first round of reviews |
| JetBrains User | Ignored by Copilot | Finally having a decent AI tool |
| Privacy-conscious | No cloud code allowed | Local deployment via Ollama |
Feature Breakdown
| Feature | Type | Description |
|---|---|---|
| Auto PR Review | Core | Triggered upon opening a PR |
| Multi-mode Switching | Core | Architect/Code/Debug/Orchestrator |
| 500+ Models | Core | Flexible balance of cost and capability |
| MCP Marketplace | Bonus | Extensions for Figma, Git, etc. |
| Inline Autocomplete | Bonus | Copilot-like completions |
Competitive Differentiation
| Dimension | Kilo Code | GitHub Copilot | Cursor |
|---|---|---|---|
| Pricing | Pay-as-you-go | $10-39/month | $20/month |
| Model Choice | 500+ Options | Fixed | Fixed |
| IDE | VS Code + JetBrains | VS Code + JetBrains | Custom Editor |
| Open Source | Fully Open | Closed | Closed |
| Local Support | Supported | Not Supported | Not Supported |
Key Takeaways
- Multi-mode Workflow: Different modes for different intents avoid the "universal chat box" design flaw.
- Three Intensity Levels: Strict/Balanced/Lenient gives users control over noise levels.
- Open Source + Pay-as-you-go: Low-friction user acquisition with high-value monetization.
- Model Marketplace: Let users choose their model rather than being tied to a single vendor.
For Tech Bloggers
Founder Story
Scott Breitenother (CEO)
- LSE Graduate
- Founded and sold Brooklyn Data consulting firm
- Met Sid in Sept 2025; was asked "Can you start next week?" after 25 minutes.
Sid Sijbrandij (Co-founder)
- Co-founder and Exec Chair of GitLab
- Self-taught developer
- Led GitLab to IPO in 2021 with a $6B+ valuation
- Stepped down as CEO in 2024 to focus on cancer treatment but remains Board Chair
- Provided early capital for Kilo
Story Angle: A $6B founder's "second act," betting on AI coding tools even while undergoing cancer treatment.
Controversies/Discussion Points
- Diff Experience: Users complain that applying diffs in VS Code is subpar compared to Cursor/Windsurf.
- Local LLM Compatibility: Some models get stuck in loops.
- Learning Curve: Orchestrator and MCP are powerful but have a steep learning curve.
- Open Source vs. Commercial: Can a pay-as-you-go model sustain a major open-source project?
Hype Data
| Metric | Data |
|---|---|
| ProductHunt | #1 Daily Top, 554 votes |
| GitHub Stars | 14.2k |
| User Base | 750K+ (9 months) |
| OpenRouter Rank | #1 Agent |
| Token Volume | 6.1T/month |
Content Suggestions
- Angle 1: The GitLab Founder's New Bet: From $6B to Open-Source AI Coding
- Angle 2: The Open-Source Copilot Challenger: How Kilo Code hit 750k users in 9 months
- Angle 3: The Savior for JetBrains Users has Arrived
For Early Adopters
Pricing Analysis
| Tier | Price | Features | Best For |
|---|---|---|---|
| Free | $0 | Open-source core + Qwen3/DeepSeek R1 | Light use, zero budget |
| Kilo Gateway | $10→$30 | Pay-as-you-go for 500+ models | Moderate use, cost-saving |
| Kilo Pass | Subscription | TBD | Heavy use |
Is the free version enough? Mostly. Free models are weaker than GPT-4 but fine for daily coding assistance.
Getting Started
Setup Time: 10-15 minutes
Steps:
- Search for "Kilo Code" in VS Code Extensions and install.
- Click the Kilo icon in the sidebar.
- (Optional) Register an account for paid models.
- Enter a task and approve AI actions step-by-step.
Pro Tips:
- Start with Code Mode; it's the simplest.
- Use Orchestrator Mode to break down complex tasks.
- Test with free models first; top up only if satisfied.
Pitfalls and Critiques
| Issue | Severity | Workaround |
|---|---|---|
| Poor Diff Review | Medium | Wait for updates or use Git tools to view. |
| Local LLM Hanging | Medium | Switch to Claude 4 or GPT models. |
| Frequent Rate-limits | Low | Switch API providers or wait. |
| High Token Drain | Low | Break tasks down; use cheaper models. |
Security and Privacy
| Dimension | Status |
|---|---|
| Data Storage | Optional local models for full offline use. |
| Code Upload | Cloud models require code upload. |
| Privacy Policy | Open-source code is auditable. |
| Data Collection | Can opt-out in settings. |
Alternatives
| If you want... | Choose... |
|---|---|
| Simplest integration | GitHub Copilot |
| AI-first editor | Cursor |
| Just code reviews | CodeRabbit |
| Completely free | Qwen3/DeepSeek + Kilo Free |
| To use JetBrains | Kilo Code (Almost no competition) |
For Investors
Market Analysis
Sector Size:
- AI Coding Tools Market: $34.58B (2026)
- Projected 2032: $91.3B
- CAGR: 17.52%
Drivers:
- 80%+ of enterprises will use GenAI by 2026.
- 90% of engineers will use AI coding assistants by 2028 (Gartner).
- Demand for automated code review has grown 35% in 3 years.
Competitive Landscape
| Tier | Player | Share | Notes |
|---|---|---|---|
| Leader | GitHub Copilot | 42% | Backed by Microsoft |
| Mid-tier | Cursor | 18% | $500M+ ARR |
| Mid-tier | Amazon Q | 11% | AWS Ecosystem |
| Rising Star | Kilo Code | Growing | 750K+, Open Source |
Timing Analysis
Why now?
- Model Maturity: Claude/GPT are now capable enough for deep code review.
- MCP Standardization: Models are becoming interchangeable.
- Market Education: Copilot has already built the user habit.
- Open Source Moment: Enterprise concerns over closed AI data are peaking.
Team Background
| Role | Person | Background |
|---|---|---|
| CEO | Scott Breitenother | Founder of Brooklyn Data (Sold), LSE |
| Co-founder | Sid Sijbrandij | GitLab Co-founder/Exec Chair, $6B Company |
| Team | 34 People | Globally distributed |
| DevRel | Brian Turcotte | Former ProductHunt Growth Lead |
Funding Status
| Round | Amount | Lead Investor | Participants |
|---|---|---|---|
| Seed | $8M | Cota Capital | Breakers, General Catalyst, Quiet Capital, Tokyo Black |
Valuation: Undisclosed
Growth Metrics
| Metric | Data | Timeframe |
|---|---|---|
| Users | 750K+ | 9 months |
| Token Volume | 6.1T/month | Current |
| OpenRouter Rank | #1 | Current |
| GitHub Stars | 14.2k | Current |
Growth Quality: Significant migration from Cursor indicates strong product competitiveness.
Conclusion
The Bottom Line: Led by a GitLab founder, Kilo’s strategy of open-source + multi-model + pay-as-you-go is a winning formula in the crowded AI coding market.
| User Type | Recommendation | Reason |
|---|---|---|
| Indie Developer | Try it | Free version is capable; paid is cheap and transparent. |
| Product Manager | Watch it | Multi-mode design and intensity levels are great benchmarks. |
| Tech Blogger | Write it | The GitLab founder story + Open Source vs. Copilot angle. |
| Early Adopter | Try it | A must for JetBrains users; VS Code users should compare with Copilot. |
| Investor | Watch it | Strong team and growth, despite fierce competition. |
Resource Links
| Resource | Link |
|---|---|
| Official Site | https://kilo.ai/ |
| GitHub | https://github.com/Kilo-Org/kilocode |
| Documentation | https://kilo.ai/docs/ |
| ProductHunt | https://www.producthunt.com/products/kilocode |
| Twitter/X | https://x.com/Kilo_Code |
| Blog | https://blog.kilo.ai/ |
2026-01-28 | Trend-Tracker v7.3
Sources: