Just open-sourced Ursula: an HTTP event streams server.
Built on @ElectricSQL's Durable Streams Protocol, Ursula keeps a combo we have not seen elsewhere: { Apache 2.0, quorum-replicated, sub-50ms p99, S3 economics }.
https://t.co/ggG70erwRR
It's a lot easier to build a coding harness then people think. 2 days in I'd say we're at ~60% of Claude Code / Codex / Open Code.
Models do most of the work. And @DurableStreams and TanStack DB make quick work of building an amazing app around the coding agent.
Introducing Electric Agents!
Agents are not compute. Agents are data. Multi-agent is a sync problem. Electric Agents is the first agent platform built on sync.
Use it to build scalable, collaborative, long-lived multi-agent systems: 🧵👇
Coding agents turn code from artifact into materialized view.
The base tables are the ideas — algorithms, protocols, semantic contracts. The code is one projection. For decades we treated the artifact as authoritative because regenerating was expensive. It isn't anymore.
Can Doom run on @DurableStreams? Absolutely!
The result: live streaming, rewinding, and forking — branch from any point and you're instantly back in the game!
Agent sessions need a durable, observable, branchable, append-only log.
Durable Streams from @ElectricSQL give you exactly that - now with instantly forkable sessions. 🚀🥳
We built a collaborative editor with an AI agent as a real-time CRDT peer.
It has its own cursor, streams edits into a Yjs rich text document, and resolves conflicts alongside human users automatically.
Built with @DurableStreams, Yjs, and @tan_stack AI.
🔗🧵
As agentic systems move online, they're going to re-discover the challenges of multi-user collaboration.
With @DurableStreams you can now integrate CRDTs into your prompt and artifact editing, with materialization, compaction, forking etc. all built in.