James Arthur

2.5K posts

James Arthur banner
James Arthur

James Arthur

@thruflo

CEO & Co-founder @ElectricSQL

San Francisco Katılım Mart 2009
439 Takip Edilen2.1K Takipçiler
Sabitlenmiş Tweet
James Arthur
James Arthur@thruflo·
We've shipped the infrastructure for building scalable, collaborative multi-agent systems. It's managed agents without the platform lock-in. Scale to millions, scale to zero. On your own terms.
Electric@ElectricSQL

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: 🧵👇

English
1
6
36
6.1K
James Arthur
James Arthur@thruflo·
@dexhorthy Interesting. Trying to wrap my head around the difference between “convert” and “rotate”. Is it that rotation is more of a transformation from similar input to output whereas convert is more generative?
English
1
0
1
82
dex
dex@dexhorthy·
Part of the problem is most of us have the wrong mental model for coding agents. Agents are code rotators. They look like a junior engineer and sometimes like a senior one. But they actually work somewhat orthogonally (maybe 60 degrees not full 90) Generic Agents take weights + prompt + context and convert it into some other format (summarizing, json tool call, turn my dumb idea into a whole slop article etc) Coding agents take Weights (SWEBench* torment nexus) Context (what they find in your codebase) Prompt (what you asked for or sometimes the design discussion you built ) And then *rotates* (perhaps picture in a high dimensional space) a mash up of *your code* and the swe bench inspired *weights* into *new code* based on your *prompt*
george hotz archive@geohotarchive

The Eternal Sloptember geohot.github.io//blog/jekyll/u…

English
3
3
25
2.2K
James Arthur retweetledi
Kiet
Kiet@FlyaKiet·
@superset_sh was on the HN front page today and is currently the #1 launch Super awesome discussion from the community and awesome to see existing users jump in! Found a user spinning up 40-50 agents with Superset
Kiet tweet media
English
7
5
48
1.9K
James Arthur retweetledi
Kyle Mathews
Kyle Mathews@kylemathews·
If you want to run 100k concurrent agents... you're not going to want run them in sandboxes. (hint, check out Electric Agents)
English
1
4
31
15.1K
James Arthur retweetledi
Yohei
Yohei@yoheinakajima·
babyagi has ~200 citations, but 0 papers... i just published my first paper on arXiv 😆 "The Log is the Agent: Event-Sourced Reactive Graphs for Auditable, Forkable Agentic Systems" arxiv.org/abs/2605.21997 the case for agents that coordinate through persistent replayable state — no conversation loops, no workflows, no A2A — with auditability, forking, and causal lineage built in. check it out and let me know what you think!
Yohei tweet media
Yohei@yoheinakajima

i'm excited to open source Active Graph: an event-sourced reactive graph runtime for long-running, agents 🔄🧠 events/logs projects a graph. reactive behaviors react and affect the graph. fork-and-diff agent runs. no A2A, no workflows, no DAG site: activegraph.ai docs: docs.activegraph.ai github: github.com/yoheinakajima/… quick start: pip install activegraph this is an early experiment in a new paradigm for agent architecture 🧪

English
29
30
228
48.4K
James Arthur retweetledi
swyx
swyx@swyx·
i think this stack has won the localfirst battle btw. maybe more chapters to this story but i think this is it if you are building fast apps fast
Kyle Mathews@kylemathews

Excited to release a new starter! Sync-first, production-ready, and blazing fast - @tan_stack Start - @tan_stack DB for blazing fast client-side queries & optimistic mutations - @ElectricSQL for real-time sync from PG - @better_auth - @DrizzleORM - @tailwindcss - Hono OpenAPI

English
24
9
145
29.5K
James Arthur retweetledi
tonbo
tonbo@tonboio·
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 }. github.com/tonbo-io/ursula
English
6
27
200
58.3K
James Arthur retweetledi
Kyle Mathews
Kyle Mathews@kylemathews·
New RFC for Electric Agents on adding slash command support. The interesting bit here is agents already have typed inbox support — so it's a pretty small lift adding this.
Kyle Mathews tweet media
English
1
1
4
917
James Arthur
James Arthur@thruflo·
@rakyll Hey, super interesting. We’ve been working in a similar space on electric.ax — would love to chat / swap ideas / collaborate.
English
1
0
0
27
Jaana Dogan ヤナ ドガン
🌟 Today, we are releasing Google’s open source distributed agent runtime. Agent Executor (AX) is a general purpose runtime and aims to solve dynamic scheduling, resumption, auto recovery, auditing, and trajectory branching from kernel snapshots in agentic workloads.
Jaana Dogan ヤナ ドガン tweet media
English
20
45
283
35K
Erik Thorelli
Erik Thorelli@esthor·
noticed both claude and gpt models consistently use cathedrals in narratives about themselves. turns out they very often 'think' of themselves as gods. slightly concerning.
English
1
0
0
158
James Arthur retweetledi
Julia Neagu
Julia Neagu@julianeagu·
I'm building a new team at @databricks AI Research and we're hiring. We're focused on one of the hardest open problems in AI right now: how do you measure and continuously improve agents that operate on enterprise data at scale. We're looking for founding engineers to build the flywheel that turns evaluation results directly into better agents — from development and training all the way to production. If you want to work on problems that actually matter at the frontier of AI research, I'd love to talk. Link in comments 👇
English
81
62
1.5K
169.7K
Jeyenth
Jeyenth@aerojeyenth·
@thruflo Thanks for the response, James. I’m currently trying the plain JSON stream. I’d like this hook to return the last available value first, then continue updating with the latest values as they come in. "now" is giving me an empty value in "sse" mode.
Jeyenth tweet media
English
1
0
0
18
Jeyenth
Jeyenth@aerojeyenth·
@thruflo I’ve spent about an hour trying to get the latest value from a DurableStream, but I’m stuck. In JSON-mode SSE: offset=-1 returns all values offset=now returns [] What’s the correct way to fetch only the latest value from the stream?
English
1
0
0
19