Say hello to agentOS (beta)
A portable open-source OS built just for agents. Powered by WASM & V8 isolates.
π Embedded in your backend
β‘ ~6ms coldstarts, 32x cheaper than sbxs
π Mount anything as a file system (S3, SQLite, β¦)
π₯§ Use Pi, Claude Code/Codex/Amp/OpenCode soon
Memory of coding harnesses in agentOS (portable WASM OS for agents):
π₯ Codex (WASM): 122 MB
π₯ Pi (V8): 153 MB
π₯ Claude Code (V8): 316 MB
OpenCode & Amp coming soon
This is the memory for the *entire* VM, including bash, Node.js, Python, git fully loaded
Say hello to agentOS (beta)
A portable open-source OS built just for agents. Powered by WASM & V8 isolates.
π Embedded in your backend
β‘ ~6ms coldstarts, 32x cheaper than sbxs
π Mount anything as a file system (S3, SQLite, β¦)
π₯§ Use Pi, Claude Code/Codex/Amp/OpenCode soon
Rivet Secure Exec v0.2.0 just got more secure
Process isolation now separates Node.js instances from the host
- Security β improved isolation against V8 0-days
- OOM protection β in case of over-provision
- Bun support β no longer tied to embedded V8
All written in Rust π¦
Rivet Secure Exec 0.2.0 now has 2.8x faster coldstarts for Node.js execution without a sandbox
17.9 ms β 6.2ms (p99)
16.2ms β 4.0 ms (p50)
Instead of rebuilding the runtime every creation, V8 isolate snapshots let us clone a ready-to-go instance instantly β much like in KVM
Just shipped something I'm really excited about in @ππππππ/ππΌπ-ππππ πππ: Code Mode.
The idea: instead of the LLM calling your MCP tools one at a time (and resending ALL tool descriptions every single round-trip), it writes JavaScript that orchestrates everything in one go.
Loops, conditionals, Promise.all, real control flow, not 8 separate LLM turns.
With 50 tools the token savings are insane: -81% on tool description overhead alone.
And the best part? Your existing tools don't change at all. One line:
`experimental_codeMode: true`
Runs in a secure V8 sandbox thanks to @rivet_dev's secure-exec, perfect timing with their launch yesterday.
https://t.co/eOOHnfRadH
Hot damn that was fast
Code Mode powered by Secure Exec SDK
Let LLMs execute JavaScript to call MCP/tool calls
- 81% reduction in tool usage
- Drop in replacement
- Real control flow
Adding this to our Code Mode docs π€