James Arthur

2.3K posts

James Arthur banner
James Arthur

James Arthur

@thruflo

CEO & Co-founder @ElectricSQL

San Francisco Katılım Mart 2009
431 Takip Edilen2K Takipçiler
James Arthur retweetledi
Sergey Karayev
Sergey Karayev@sergeykarayev·
Running agents locally is a dead end. The future of software development is hundreds of agents running at all times of the day — in response to bug alerts, emails, Slack messages, meetings, and because they were launched by other agents. The only sane way to support this is with cloud containers. Local agents hit a wall quickly: • No scale. You can only run as many agents (and copies of your app) as your hardware allows. • No isolation. Local agents share your filesystem, network, and credentials. One rogue agent can affect everything else. • No team visibility. Teammates can't see what your agents are doing, review their work, or interact with them. • No always-on capability. Agents can't respond to signals (alerts, messages, other agents) when your machine is off or asleep. Cloud agents solve all of these problems. Each agent runs in its own isolated container with its own environment, and they can run 24/7 without depending on any single machine. This year, every software company will have to make the transition from work happening on developer's local machines from 9am-6pm to work happening in the cloud 24/7 -- or get left behind by companies who do.
English
85
19
274
24.6K
James Arthur retweetledi
Tanner Linsley
Tanner Linsley@tannerlinsley·
Claude 🤝 TanStack
Felix Rieseberg@felixrieseberg

A small ship I love: We made Claude.ai and our desktop apps meaningful faster this week. We moved our architecture from SSR to a static @vite_js & @tan_stack router setup that we can serve straight from workers at the edge. Time to first byte is down 65% at p75, prompts show up 50% sooner, navigation is snappier. We're not done (not even close!) but we care and we'll keep chipping away. Aiming to make Claude a little better every day.

English
8
8
404
49.1K
James Arthur retweetledi
Mikael Lirbank
Mikael Lirbank@MikaelLirbank·
Built a new agent skill for @neondatabase's agent-skills repo. It helps AI coding agents find the query patterns that quietly run up your Postgres egress bill.
English
1
1
2
1.4K
Tanner Linsley
Tanner Linsley@tannerlinsley·
Gonna be in SF Wednesday and Thursday morning. I rarely make it out, so if it makes sense to get together and say hello, let me know!
English
4
0
73
9.5K
James Arthur retweetledi
Dev Agrawal
Dev Agrawal@devagrawal09·
I have no idea how people are building reliable AI interfaces these days without a sync engine Please help me understand Or you made the mistake of building your own bespoke sync engine like @theo
English
7
1
36
9.6K
James Arthur
James Arthur@thruflo·
Check out the new @tan_stack skills registry. It's like `npx skills add` but actually uses a package manager. So your skills actually track your dependencies as they evolve.
Tanner Linsley@tannerlinsley

Introducing the @Tan_Stack Intent Skills Registry Intent may use NPM as it's *distribution* registry (awesome), but finding/browsing skills in a sea of NPM modules definitely deserves it's own UI/service - Mirrored from NPM - Package/Skill Search - History/Changelogs Coming soon: - API/CLI for search/lookup - Cross discovery for non-intent skills 🔗⬇️🧵

English
1
2
15
3.5K
James Arthur retweetledi
Local-First Conf
Local-First Conf@localfirstconf·
Reminder: the CFP for Local-First Conf 2026 is open. CfP closes May 1. Speakers announced June 1. Schedule announced June 15. → localfirstconf.com/cfp
Local-First Conf tweet media
English
1
6
10
610
James Arthur retweetledi
Progress Kendo UI
Progress Kendo UI@KendoUI·
Ready to master the next step in data fetching in #ReactJS? 📚 You're in luck, because @codebeast just dropped a comprehensive introduction to TanStack DB, covering everything from project setup to server syncing. Dig in: prgress.co/4lbPBiV
Progress Kendo UI tweet media
English
0
3
10
3.2K
James Arthur
James Arthur@thruflo·
Massively collaborative agents.
Andrej Karpathy@karpathy

The next step for autoresearch is that it has to be asynchronously massively collaborative for agents (think: SETI@home style). The goal is not to emulate a single PhD student, it's to emulate a research community of them. Current code synchronously grows a single thread of commits in a particular research direction. But the original repo is more of a seed, from which could sprout commits contributed by agents on all kinds of different research directions or for different compute platforms. Git(Hub) is *almost* but not really suited for this. It has a softly built in assumption of one "master" branch, which temporarily forks off into PRs just to merge back a bit later. I tried to prototype something super lightweight that could have a flavor of this, e.g. just a Discussion, written by my agent as a summary of its overnight run: github.com/karpathy/autor… Alternatively, a PR has the benefit of exact commits: github.com/karpathy/autor… but you'd never want to actually merge it... You'd just want to "adopt" and accumulate branches of commits. But even in this lightweight way, you could ask your agent to first read the Discussions/PRs using GitHub CLI for inspiration, and after its research is done, contribute a little "paper" of findings back. I'm not actually exactly sure what this should look like, but it's a big idea that is more general than just the autoresearch repo specifically. Agents can in principle easily juggle and collaborate on thousands of commits across arbitrary branch structures. Existing abstractions will accumulate stress as intelligence, attention and tenacity cease to be bottlenecks.

English
0
0
2
465
James Arthur retweetledi
Brian Lovin
Brian Lovin@brian_lovin·
Set up @tan_stack DB + Query Collection for @shioriapp this morning and oh my god the app is so fast now. I tested with 20k link records make sure power users would have a near-instant app experience. I'll be hunting for edge cases, but so far so good...🔥
English
9
7
223
26.1K
James Arthur retweetledi
Kyle Mathews
Kyle Mathews@kylemathews·
Durable Streams 🫡
Makisuo@makisuo

I know I haven't been tweeting a lot about Hazel lately but I have been quietly cooking 👀 Currently redesigning some of the BotSDK with durable streams from the @ElectricSQL team to make it even easier and more reliable to build custom bots in Hazel Desktop App first stable release is coming very soon Mobile App is not far off And lastly the first stable 1.0 release of Hazel will be coming very very soon with a build in two way sync for all your Slack Channels and Users to make migrations super easy. So excited to finally ship all of it soon

English
1
1
12
2.3K
James Arthur retweetledi
Electric
Electric@ElectricSQL·
We've shipped Agent SKILLs for the Electric & Durable Streams clients & TanStack DB! The vibe coding experience is night and day better — you can now one-shot complex apps w/o any errors!
TANSTACK@tan_stack

You asked for TanStack skills, we built the whole pipeline. Introducing @tan_stack Intent (alpha) 📦 Ship agent-readable "skills" inside npm packages 🔍 Auto-discovered from node_modules 🔄 Knowledge sync with npm update 📂 Distributed - skills live in library repo 🧩 Composable - mix core + framework-specific skills 🌐 npm, pnpm, bun, yarn, deno No stale training data. Just npm install! 🔗 ⬇️🧵

English
4
7
65
9.5K
James Arthur
James Arthur@thruflo·
Check out the Intent skills for DB here github.com/TanStack/db/pu…
TANSTACK@tan_stack

You asked for TanStack skills, we built the whole pipeline. Introducing @tan_stack Intent (alpha) 📦 Ship agent-readable "skills" inside npm packages 🔍 Auto-discovered from node_modules 🔄 Knowledge sync with npm update 📂 Distributed - skills live in library repo 🧩 Composable - mix core + framework-specific skills 🌐 npm, pnpm, bun, yarn, deno No stale training data. Just npm install! 🔗 ⬇️🧵

English
0
1
6
926
James Arthur retweetledi
TANSTACK
TANSTACK@tan_stack·
You asked for TanStack skills, we built the whole pipeline. Introducing @tan_stack Intent (alpha) 📦 Ship agent-readable "skills" inside npm packages 🔍 Auto-discovered from node_modules 🔄 Knowledge sync with npm update 📂 Distributed - skills live in library repo 🧩 Composable - mix core + framework-specific skills 🌐 npm, pnpm, bun, yarn, deno No stale training data. Just npm install! 🔗 ⬇️🧵
English
55
178
2.3K
173.9K