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: 🧵👇
Kyle Mathews
@kyle.bricolage.io
Likes building things. Founder/CPO @electricsql. Founder @ Gatsby
There's some really interesting work afoot with Durable computing durable streams, & loved seeing @kyle.bricolage.io immediately double down with my long ask, durable promises (downthread). Representing the system as data, more than implicit compute, manifests the virtual. bsky.app/profile/elec...
Today we're open-sourcing Durable Streams: a persistent stream primitive and HTTP protocol for reliable, resumable, real-time data streaming to clients. We built it inside Electric. Now we're standardizing it as a standalone protocol.
Today we're open-sourcing Durable Streams: a persistent stream primitive and HTTP protocol for reliable, resumable, real-time data streaming to clients. We built it inside Electric. Now we're standardizing it as a standalone protocol.
This has been an incredibly fun project to work on! And hats off to @samwillis.uk and Kevin De Porre who have done some real wizardry here. Queries can now be compiled into almost any sort of data loading scheme you can imagine w/ tons of built-in optimizations.
🚀 TanStack DB 0.5 is here with Query-Driven Sync Your component's query IS the API call. No custom endpoints. No GraphQL resolvers. Just write your query and DB figures out exactly what to fetch. Details 🧵👇
Blog post tanstack.com/blog/tanstac...
TanStack DB 0.5 — Query-Driven Sync | TanStack Blog
You don't need a new API for every component. With 0.5, the component's query is the API call. tsx // Your component's query... const { data: projectTodos } = useLiveQuery((q) = q .from({ todos }) .jo...
tanstack.com
🚀 TanStack DB 0.5 is here with Query-Driven Sync Your component's query IS the API call. No custom endpoints. No GraphQL resolvers. Just write your query and DB figures out exactly what to fetch. Details 🧵👇
We just posted an ambitious new RFC for TanStack DB! "On-Demand Collection Loading via loadSubset" github.com/TanStack/db/...
RFC: On-Demand Collection Loading via loadSubset · TanStack db · Discussion #676
Summary TanStack DB collections currently perform full dataset synchronization before becoming ready, limiting their ability to scale to large datasets. This RFC introduces on-demand subset loading...
github.com
Two women on the Rokin in Amsterdam by George Hendrik Breitner, born OTD 1857. Plus ça change. Love it.
2/2 Rainy day on the Rokin in Amsterdam, by George Hendrik Breitner. Today is his 168th birthday.
TanStack DB now has an @angular.dev integration! Thanks to github.com/emcdaniel1624 for putting it together!
emcdaniel1624 - Overview
emcdaniel1624 has 6 repositories available. Follow their code on GitHub.
github.com
An Interactive Guide to TanStack DB | Frontend at Scale https://frontendatscale.com/blog/tanstack-db/
An Interactive Guide to TanStack DB | Frontend at Scale
Learn what TanStack DB is, how it works, and why it might change the way you build apps.
frontendatscale.com
I keep getting into conversations with engineers where I talk about how desperately I want my database to support materialized views with incremental updates and too often I get a blank stare in response. so I wrote a new post about why you should care! sophiebits.com/2025/08/22/m...
Materialized views are obviously useful
sophiebits.com
My favorite type of conference — 1 day, single track with a ton of great folks to chat with
Announcing Sync Conf 2025. Join us in SF on Nov 12th.
Agentic AI, beneath all the hype, is actually just normal software. You can build agentic systems with a database, standard web tooling and real-time sync.
We've just delivered a 100x write performance bump with our latest release of Electric. How? We threw away our storage engine and built a new one designed for sync 🧵 electric-sql.com/blog/2025/08...
Electric 1.1: new storage engine with 100x faster writes | ElectricSQL
How we built a new storage engine for Electric, why we did it now, and how it delivers lower latency, higher throughput, and zero‑downtime deploys.
electric-sql.com
On our diligent quest to become "boring software" you can pick without a second thought.
ElectricSQL recently completed a 120-day reliability sprint. Our one goal: make our sync engine so boring-reliable you stop thinking about it and just build. We chased every incident, fixed every user-reported bug, and made unglamorous work our priority. 🧵
ElectricSQL recently completed a 120-day reliability sprint. Our one goal: make our sync engine so boring-reliable you stop thinking about it and just build. We chased every incident, fixed every user-reported bug, and made unglamorous work our priority. 🧵
Tanstack DB is a reactive client store for building super fast apps on sync. Based on a TypeScript implementation of differential dataflow, it's type-safe, declarative, incrementally adoptable and insanely fast.
TanStack DB is now in BETA! We’ve been working on TanStack DB, an embedded, reactive client database for TanStack Query, and are proud to announce today that with the 0.1 release that it's now in BETA! tanstack.com/blog/tanstac...
Very excited to have reached the Beta milestone with @tanstack.com DB 🚀🎉 It’s been a privilege to work with @tannerlinsley.com and the team on building this, absolute rock stars!
TanStack DB is now in BETA! We’ve been working on TanStack DB, an embedded, reactive client database for TanStack Query, and are proud to announce today that with the 0.1 release that it's now in BETA! tanstack.com/blog/tanstac...
TanStack DB is now in BETA! We’ve been working on TanStack DB, an embedded, reactive client database for TanStack Query, and are proud to announce today that with the 0.1 release that it's now in BETA! tanstack.com/blog/tanstac...
Stop Re-Rendering — TanStack DB, the Embedded Client Database for TanStack Query | TanStack Blog
Your React dashboard shouldn't grind to a halt just because one TODO turns from ☐ to ☑. Yet every optimistic update still kicks off a cascade of re-renders, filters, useMemos and spinner flashes. If y...
tanstack.com
I've always wanted to contribute to open source. People said contribute to things that you want to use or fix bugs that you have in there. This indeed works, wanted to use solid with TanStack DB, but there was no solidjs integration yet. So I built one and learned a lot in the process.
🎉 TanStack DB now has @solidjs.com support!
A big update to our Electric/TanStack DB starter — it's now a project app, not just a todo app! You can create projects & share them with other users.
Excited to announce the initial release of the Trailbase integration with TanStack DB! Trailbase is a blazingly fast, open-source, single-executable Firebase alternative.
PGlite (WASM Postgres) now gets over 1 million downloads a week! 🤯🚀 Absolutely incredible to see how people have embraced what we have built. Awesome work by the team!