Building @Runta, the execution layer that controls what AI agents can actually do. Prev @Cloudflare and @Kong.

San Francisco, CA
Pinned Tweet
Today we're announcing @runta's $20M seed, led by @a16z. Software is constrained when you write it. Agents have to be constrained while they run. Runta is the execution layer that controls what AI agents can actually do.
88
69
527
1,103,242
Guanlan Dai retweeted
Want to be part of the FrontierHarness Eval initiative? v1.0 covered 1 model × 12 harnesses. Next for v1.1: 5 models × 20 harness configurations. Explore frontierharness.org. Reply to this post and I’ll invite you to the channel. Feedback welcome!
3
2
16
2,105
One of our engineers built Errand, our open-source take on Grok Bot and Muse, and wrote up how it came together. One developer, one week. The app is ~4k lines of TS. Every agent still gets its own machine with a shell, a browser, and a filesystem that survives between tasks. He never wrote a provisioner or an event log infra. If you're about to build this layer yourself, that's what Runta is. Week one goes into your product instead of a provisioner. I'd like to hear where you're stuck, if you're in the middle of it right now.
5
1
38
101,079
RT @heyshiqi: Your Jev can actually speak. Introducing Jot, The first general-purpose System One agent for Jev.
Shiqi
1
8
We made a little film for Errand. Cost us about $10. Someday errands will run themselves. Enjoy.
Grok Bot and Muse are great. We built an open-source version and called it Errand. Hand it a task, close the laptop, come back in the morning.
1
4
15
2,420
Grok Bot and Muse are great. We built an open-source version and called it Errand. Hand it a task, close the laptop, come back in the morning.
36
32
328
136,231
Errand took one developer about a week to build. An agent product like this usually means building a pile of infrastructure first: persistent machines, file storage, tracing, credential handling, checkpoints, token budgets. None of it had to be built for Errand. Runta already had it, and Errand just runs on top. Not having to build the infrastructure into the app means you get to spend your time on the parts end users actually touch: integrations, workflows, and how the whole thing feels to use.
1
7
4,141
Exo Harness now runs natively on Runta. In FrontierHarness Eval, Exo was cheapest per completed task at $1.05. On the hardest task it hit its 51-step cap and quit at $1.46 while others kept spending. That is the harness you let rewrite itself. Exo's Executor holds no durable state, so the agent can modify it. History, artifacts, secrets and sandbox lifecycle sit in the Harness, out of reach. Runta provides a resumable environment, so the Exo Harness can self-evolve freely. Exo never holds the model API key, only a stub. Our egress gateway injects the real one at the provider. Code the agent wrote can read whatever the Executor can, and all the Executor has is a stub.
5
5
38
4,694
Guanlan Dai retweeted
开源model + agent 哪家性价比高? 使用 @guanlan 的 frontier-harness-eval 。 在 K3 之外补充测了 glm-5.3 + - claude code - codex - pi - opencode provider :智谱官方订阅
22
4
50
104,045
Wondering where your harness would land on the FrontierHarness leaderboard? Last week the most common reply was "can I run mine on this." Now you can. Bring your harness and your own model key, and it runs on Runta under the exact conditions the leaderboard was built on: same gateway, every run a fresh restore of the same golden checkpoint, memory state included. See where your harness actually lands next to the rest of the field. Send us the run, and if it stands out we'll include it in the next official round.
4
4
28
58,253
Want to try it? Reply with your harness repo and DM me your Runta account email. You bring the model key, we cover the runtime: I'll load some free Runta credits to get you started. Or you can directly request demo via: runta.com/request-demo
1
6
580
Front page of HN, 1700+ posts on X. Turns out a lot of people have been wondering what the harness layer actually costs , and whether the expensive ones are any better. The harness war is on.
9
3
64
16,663
A year ago the question was which model. Now it's which harness. Pi, Exo, Claude Code, Codex, DeepSeek Harness and 4 others. Same model, same tasks, same runtime. 360 runs, 2 billion tokens. Pass rates: 50% to 67%. Cost per pass: $1.05 to $18.34. Introducing FrontierHarness Eval. 🧵
210
213
2,037
330,161
Something we learned: With implicit prefix caching, running a task once during debugging leaves it warm for hours. Test a harness on Tuesday, benchmark it Wednesday, and it shows up cheaper than it should. Nothing in the logs tells you why. So no benchmark task was touched before the formal run, and every one of the 360 trials is a fresh restore of one checkpoint, memory state included.
4
54
17,521
v1.0 focused on software engineering and terminal tasks. Next we will test the full harness × model grid. Much of what we observed points to harness-model fit rather than harness quality, and we want to identify which combinations maximize pass rates while minimizing cost. Leaderboard and the long version: frontierharness.org/
16
3
115
19,541
Here is the run that made us write this up. One of the hardest tasks, the pass rate (all model efforts) on DeepSWE is 38%, Pi and Claude Code both fixed it. Pi took 90 turns and $2.50. Claude Code took 381 turns and $64.36. Roughly 26x more for the same fix.
9
6
151
25,019
The part that changed how we think about this: Cache hit rate barely predicts what you pay. The two cheapest harnesses had some of the worst cache rates in the field, while the highest cache hit rates landed right in the middle of the pack on cost. You are paying for how many steps the agent takes. Caching just discounts each step.
1
1
802