OpenClaw is the fastest-growing GitHub repository in history. Over 200,000 stars in 84 days. But ask anyone who’s tried to run it in production, and they’ll tell you the same thing: Getting OpenClaw set up is a pain.

Install dependencies. Manage API keys in plaintext config files. Configure process monitoring so the agent doesn’t silently die at 3 AM. Repeat after every update. That 30-to-60-minute setup — longer for less experienced developers — has been the biggest barrier to realizing OpenClaw’s capabilities in actual production use.

Kilo, the AI infrastructure startup backed by GitLab co-founder Sid Sijbrandij, just removed that barrier. On February 24, the company launched KiloClaw as generally available — a fully managed service that deploys a production-ready OpenClaw agent in under 60 seconds. More than 3,500 developers joined the waitlist in the first two weeks.

What KiloClaw Actually Is

The pitch is straightforward: No SSH, no Docker, no YAML. You get a running OpenClaw instance on a managed virtual machine with auto-restart, health monitoring, and automatic updates.

This matters because KiloClaw isn’t a fork. “OpenClaw moves so quickly that we are hosting the actual OpenClaw,” said Kilo CEO Scott Breitenother. “It is literally OpenClaw on a really well-tuned, well-set-up managed virtual machine.” Users get the full feature set — 50-plus chat platform integrations, browser control, file management, scheduled automations, and persistent memory — without maintaining the infrastructure.

KiloClaw runs on the same Kilo Gateway infrastructure already serving 1.5 million Kilo Code users, with access to over 500 AI models. Developers can switch models without rewriting workflows or bring their own API keys. Kilo charges zero markup on AI tokens.

The unified account model is smart. If you already use Kilo Code, your credits and billing work out of the box. Adding an agent takes about a minute.

PinchBench: Benchmarking What Agents Actually Do

Alongside the GA launch, Kilo released PinchBench — an open-source benchmark designed specifically for agentic workloads. The problem it solves is simple but important: most LLM benchmarks test chat prompts in isolation. Agents have to do real work.

PinchBench tests models across 23 real-world tasks that OpenClaw agents actually handle: calendar management, multi-source research, email composition, file organization, and multi-step workflows that require parsing requests, selecting tools, executing plans, and recovering from failures.

The benchmark uses Claude Opus 4.5 as a judge model to grade output quality — a design choice that addresses the subjective nature of tasks like drafting blog posts or composing emails. Results include a cost-vs-intelligence scatter plot that helps developers identify which models offer the best performance per dollar.

PinchBench is open source at github.com/pinchbench/skill, with a live leaderboard at pinchbench.com. The community can add tasks, compare results, and run them themselves.

“KiloClaw’s managed hosting addresses the setup friction that kept most OpenClaw installations in developer sandboxes. A 3,500 waitlist signups in two weeks confirms this was the constraint that needed to be solved,” according to Mitch Ashley, VP and practice lead for software lifecycle engineering at The Futurum Group.

“Agent infrastructure is separating into its own competitive layer of the AI stack. Running agents reliably, with health monitoring, model flexibility, and enterprise controls in place, is the new battleground.”

The Bigger Picture: Agent Infrastructure Is the Missing Layer

KiloClaw arrives at a specific moment. The agent frameworks are maturing fast. OpenClaw has its ecosystem. Cursor just launched cloud agents with their own VMs. Claude Code, Codex, and Copilot are all moving toward more autonomous operation.

But running agents reliably in production — keeping them alive, monitoring health, managing model access, handling updates — remains manual for most teams. The hosted OpenClaw market has been fragmented: small startups spinning up VPS instances, most focused on a single chat platform, few with real infrastructure.

Kilo’s advantage is that KiloClaw isn’t a standalone product. It’s an extension of a platform already handling model routing, billing, and enterprise features for 1.5 million users. That gives it SSO, audit logs, team management, and unified billing that purpose-built hosting startups would need to build from scratch.

The “intern model” that Kilo’s Brendan O’Leary describes is worth noting. Rather than giving an AI agent full access to your systems, you give it a scoped identity with defined permissions — the way you’d onboard a new team member. KiloClaw makes that pattern practical by handling the infrastructure so teams can focus on what the agent should do, not how to keep it alive.

What This Signals

The AI agent landscape is splitting into two distinct problems. Building agents is getting easier. Running them reliably is still hard. KiloClaw, Cursor’s cloud agents, and the growing ecosystem of managed agent services all point to the same conclusion: Infrastructure is becoming the differentiator.

For teams evaluating AI agents, the question is shifting from “can we build this?” to “can we operate this at scale without it becoming a maintenance burden?” KiloClaw’s answer — managed hosting with model flexibility and zero vendor lock-in — is one approach. But the pattern matters more than the specific product: the next phase of AI agent adoption depends on infrastructure, not just intelligence.

KiloClaw is available at kilo.ai/kiloclaw with seven days of free compute. New users get full access, no credit card required.