Jeff Olson (@jefoly) 's Twitter Profile
Jeff Olson

@jefoly

Director of GTM, Mobile

ID: 79019043

linkhttp://www.mongodb.com calendar_today01-10-2009 22:17:38

727 Tweet

163 Followers

300 Following

Kenn Ejima (@kenn) 's Twitter Profile Photo

This will be HUGE. Turso is SQLite-compatible, written in Rust, async-oriented, WASM-embeddable in browsers, and synced in a distributed topology. will face a strong contender soon. The world is a better place now.

This will be HUGE.

Turso is SQLite-compatible, written in Rust, async-oriented, WASM-embeddable in browsers, and synced in a distributed topology.

<a href="/convex/"></a> will face a strong contender soon.

The world is a better place now.
Glauber Costa (@glcst) 's Twitter Profile Photo

One year ago, today, we released Turso (then called Limbo), a complete rewrite of SQLite in Rust. It is wild to see that less than one year in, we have built a truly Open Source project (170 contributors) that is approaching 16k stars and gaining rapid traction with agents.

Stuxnet (@stuxnet_vt) 's Twitter Profile Photo

FYI Turso is one of the few things I’ve used in the past year or so that is just an unmitigated joy to use, and Glauber and crew have done a FANTASTIC job. ❤️

Pekka Enberg (@penberg) 's Twitter Profile Photo

Lots of MVCC improvements in upcoming Turso v0.4, including a DX improvement from Pedro Muniz to allow easy switching between WAL and MVCC modes!

Lots of MVCC improvements in upcoming Turso v0.4, including a DX improvement from <a href="/superchicao10/">Pedro Muniz</a> to allow easy switching between WAL and MVCC modes!
Pekka Enberg (@penberg) 's Twitter Profile Photo

Oh boy what a day! Started with Turso 0.4 release prepartions, ended with adding Claude Code support to AgentFS. The context switch still hurts my brain 😂

Jeff Olson (@jefoly) 's Twitter Profile Photo

🚀 Turso just dropped a huge upgrade for agent workflows. If you’re building with coding agents (#Claude Code, #OpenCode, #Codex, etc.), #AgentFS now supports a full copy‑on‑write overlay filesystem — meaning agents can edit, delete, and refactor freely. linkedin.com/posts/jeffolso…

Jeff Olson (@jefoly) 's Twitter Profile Photo

🚀 Turso just made AI agents way more capable — without real shell access. just‑bash + AgentFS lets agents run bash‑style commands safely in a virtual FS backed by SQLite. No containers. No host risk. Runs anywhere JS runs. 👉 turso.tech/blog/agentfs-j…

Pekka Enberg (@penberg) 's Twitter Profile Photo

I just merged `agentfs sync` command from Sivukhin Nikita . You can now create an agentfs on Turso Cloud, mount it locally, write some files, and sync it back to the cloud.

I just merged `agentfs sync` command from <a href="/SivukhinN/">Sivukhin Nikita</a> . You can now create an agentfs on Turso Cloud, mount it locally, write some files, and sync it back to the cloud.
Glauber Costa (@glcst) 's Twitter Profile Photo

The filesystem is important as an abstraction because we have 40+ years of tools trained on it. For data that you generated and want to recall (like chat history), a database might be better. The beautiful thing about sqlite is that it can give you both, at once. AgentFS goes

Pekka Enberg (@penberg) 's Twitter Profile Photo

How does AgentFS fit into the AI agent sandbox stack? I keep getting this question from people, so here's the simple breakdown: The sandbox infrastructure typically uses Firecracker or a similar VM for the agent compute. The integration with AgentFS is straightforward: 1.

How does AgentFS fit into the AI agent sandbox stack?

I keep getting this question from people, so here's the simple breakdown:

The sandbox infrastructure typically uses Firecracker or a similar VM for the agent compute. The integration with AgentFS is straightforward:

1.
Pekka Enberg (@penberg) 's Twitter Profile Photo

Took Turso sync + Vercel Functions for a spin. 🚀 Auto-provisions a cloud database 📦 Pulls only the data your function needs 🔄 Writes flush back silently via waitUntil() Zero-config SQLite on serverless. Pretty neat!

Took Turso sync + Vercel Functions for a spin.

🚀 Auto-provisions a cloud database
📦 Pulls only the data your function needs
🔄 Writes flush back silently via waitUntil()

Zero-config SQLite on serverless. Pretty neat!
Pekka Enberg (@penberg) 's Twitter Profile Photo

How to get started with AgentFS and agentic coding tools such as Claude Code, Codex, and OpenCode: docs.turso.tech/agentfs/guides…

Pekka Enberg (@penberg) 's Twitter Profile Photo

Want to give every AI agent session its own database on Vercel? We built an experimental package to bring SQLite to Vercel Functions with Turso for fast local reads, remote writes (similar to Cloudflare D1 vibes), with automatic, on-demand provisioning. turso.tech/blog/serverless