Nathan Flurry 🔩

3.9K posts

Nathan Flurry 🔩 banner
Nathan Flurry 🔩

Nathan Flurry 🔩

@NathanFlurry

The actor guy. DMs open. Founder @rivet_dev (YC W23 & Speedrun) https://t.co/wjBsP9Rold – https://t.co/0XOVPysKdC – https://t.co/HnIyExlAZS

San Francisco, CA Katılım Kasım 2014
2.6K Takip Edilen4.6K Takipçiler
Sabitlenmiş Tweet
Nathan Flurry 🔩
Nathan Flurry 🔩@NathanFlurry·
🤘 Securely execute AI-generated Node.js code without a sandbox - 17.9ms coldstarts p99 - 3.4 MB RAM - 56x cheaper than sandboxes - Built on the same tech as Cloudflare Workers - Just a library, no external vendor - Our most metal website yet
Nathan Flurry 🔩 tweet media
Rivet@rivet_dev

Introducing the Secure Exec SDK Secure Node.js execution without a sandbox ⚡ 17.9 ms coldstart, 3.4 MB mem, 56x cheaper 📦 Just a library – supports Node.js, Bun, & browsers 🔐 Powered by the same tech as Cloudflare Workers $ 𝚗𝚙𝚖 𝚒𝚗𝚜𝚝𝚊𝚕𝚕 𝚜𝚎𝚌𝚞𝚛𝚎-𝚎𝚡𝚎𝚌

English
18
6
182
16.8K
Nathan Flurry 🔩
Nathan Flurry 🔩@NathanFlurry·
@hugorcd @nuxt_js @rivet_dev Fastest ship in the west This v cool, adding this to our Code Mode docs Have had a chance to try generating TS interfaces & type checking outputted code? Curious if that'd help or if the generated code is so simple it's better to let it fail at runtime. #type-check-a-source-string" target="_blank" rel="nofollow noopener">secureexec.dev/docs/features/…
English
1
0
1
247
Hugo
Hugo@hugorcd·
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. mcp-toolkit.nuxt.dev/advanced/code-…
Hugo tweet media
English
5
9
104
17.1K
Nathan Flurry 🔩
Nathan Flurry 🔩@NathanFlurry·
Secure Exec SDK gives agents an insanely customizable virtual OS File system → persist to S3, SQLite, Postgres, etc Network (outbound) → granular network control Network (inbound) → dev servers (Hono, Express, etc) Child process → custom tools
Nathan Flurry 🔩 tweet media
English
4
4
56
2.9K
homanp
homanp@pelaseyed·
InfiniteMonitor is not infinitely faster thanks to Secure Exec from the @rivet_dev team. Highly recommended if you are tired of paying $$$ for running sandboxes.
English
5
0
18
2.2K
Garrison
Garrison@HeyGarrison·
@rivet_dev would love to get this in the benchmarks!
English
1
0
0
10
Rivet
Rivet@rivet_dev·
Introducing the Secure Exec SDK Secure Node.js execution without a sandbox ⚡ 17.9 ms coldstart, 3.4 MB mem, 56x cheaper 📦 Just a library – supports Node.js, Bun, & browsers 🔐 Powered by the same tech as Cloudflare Workers $ 𝚗𝚙𝚖 𝚒𝚗𝚜𝚝𝚊𝚕𝚕 𝚜𝚎𝚌𝚞𝚛𝚎-𝚎𝚡𝚎𝚌
English
44
57
807
224.7K
Nathan Flurry 🔩
Nathan Flurry 🔩@NathanFlurry·
@Dylan_Steck Yes, you will be able to run CC & OpenCode in this (both headless and with TUI). Stay tuned.
English
1
0
1
97
dylan
dylan@Dylan_Steck·
@NathanFlurry Really cool stuff, I like the direction y’all are building in!! Quick q: do you see this codemode/V8 isolate model working for headlessly running Claude Code/OpenCode sessions — or that’s more of a task you want a full sandbox for?
English
2
0
1
127
Nathan Flurry 🔩 retweetledi
Hugo
Hugo@hugorcd·
@NathanFlurry It was so easy! Genuinely insane stuff
English
0
1
4
277
Sebastian Buzdugan
Sebastian Buzdugan@sebuzdugan·
@rivet_dev secure exec looks great, curious how you’re handling untrusted native module dependencies
English
1
0
0
26
Nathan Flurry 🔩
Nathan Flurry 🔩@NathanFlurry·
@fntlnz @rivet_dev we don't know what to call it, so terminology is all over the place haha. probably going to stick with "isolate" to prevent confusion.
English
1
0
0
40
Nathan Flurry 🔩
Nathan Flurry 🔩@NathanFlurry·
would be neat! i miss the days of lua game modding a lot of the work in Secure Exec had to do with building a system bridge (see below) since ai generated code usually needs network or fs access. i figure it's not too hard to do the same w lua, but it's been a hot minute since i last looked at the lua api. x.com/NathanFlurry/s…
English
0
0
0
94
Nathan Flurry 🔩
Nathan Flurry 🔩@NathanFlurry·
@fntlnz @rivet_dev There's no formal definition, but – pretty much every sandbox provider uses microVMs. Secure Exec with V8 isolates is: - Much more lightweight - Can be embedded in your backend without an external vendor
English
1
0
1
42