Jack Herrington

7.5K posts

Jack Herrington banner
Jack Herrington

Jack Herrington

@jherr

Coder & YouTuber ・ https://t.co/HgvS9Oldia ・ TanStack AI / Create TanStack App

Happy Valley, OR Katılım Haziran 2007
1.2K Takip Edilen29.7K Takipçiler
Jack Herrington retweetledi
Tanner Linsley
Tanner Linsley@tannerlinsley·
We 100% dogfood our tech on TanStack.com, but we also move *extremely* fast and are at an interesting cross section of sustainability experiments and traditional docs/open-source. We're always improving. E.g. over the last 3 days, I was able to cut total JS loaded over a session by 80%, improve all lighthouse metrics, and make the site load way snappier. You may have caught the site in the middle of some of those commits/deployments, so be sure to give it another shot!
English
7
1
79
5K
Jack Herrington retweetledi
sunil pai
sunil pai@threepointone·
workers-ai-provider@3.1.4 / @.cloudflare/tanstack-ai 0.1.4 - support for vision models (!) - sessionAffinity for routing multi-turn requests to the same backend - fixes for message id generation, ai gateway support
English
2
3
37
7.4K
Jack Herrington retweetledi
Netlify
Netlify@Netlify·
Netlify co-founder @biilmann on what's different today: Start a project from inside Netlify. Prompt, pick your agent, ship something real.
English
1
3
15
2.3K
Jack Herrington retweetledi
Netlify
Netlify@Netlify·
You can now start a Netlify project with a prompt. Type what you want to build, pick your agent, get a live URL on production infrastructure in minutes. This is netlify.new. Here's what that actually means: ntl.fyi/46TbFce
English
5
13
59
81.4K
Jack Herrington retweetledi
Netlify
Netlify@Netlify·
Welcome aboard, @jherr! If you know Jack, you know he’s been deep in @tan_stack AI, MCP, and the tooling behind AI apps that actually ship.
Netlify tweet media
English
3
6
92
34.4K
Jack Herrington
Jack Herrington@jherr·
. @netlify's new netlify.new web app builder builds @tan_stack Start sites! Woot! Make a login and you'll get a bunch of credits to try it out for yourself. Claude Code, Codex, Gemini are all supported.
English
0
0
31
1.6K
Jack Herrington retweetledi
sunil pai
sunil pai@threepointone·
I've learnt lately that llms are definitely better at writing code than cli commands. code means type/syntax checks, can assert shapes of input/output, is super efficient (fewer tool calls etc), super portable, incredibly overrepresented in training datasets, and you can add capabilities very nicely. codemode ftw.
sunil pai@threepointone

what if we gave every cloudflare agent a file system (sqlite/r2) tools to operate on it (shell) powered (and secured!) by codemode all powered by workers ai (or byom)

English
8
7
123
31.2K
Jack Herrington retweetledi
R 'Nearest' Nabors
R 'Nearest' Nabors@rachelnabors·
I recently was building with TanStack AI and just had to interview @jherr about its upcoming codemode features and how chat apps are the "hello world" of agent development! Check it out: youtube.com/watch?v=DKkE_-…
YouTube video
YouTube
English
0
5
19
10.3K
Tanner Linsley
Tanner Linsley@tannerlinsley·
Looking for the most reliable way to run agents in some kind of continuous/ralph loop mode, preferably overnight (@jamonholmgren). I'm use both Codex and Claude and am a sucker for OpenCode. What do I use?
English
69
4
228
53.5K
Guillermo Rauch
Guillermo Rauch@rauchg·
Cloudflare’s mission is to fork the entire developer ecosystem and destroy open source. Vinext was an excuse to swindle developers into using their proprietary runtimes instead of @nodejs. It shipped with 10 vulnerabilities that they cheerfully handed to a .gov website. Now they’ve done it again. They can’t run just-bash, because it’s open source software that runs on @nodejs. It has to work “at the edge”, which is a thing no one wants (We learned the hard way… Not even the Node core developers they hired to work on Workers instead want it!)
English
89
7
540
395.3K
Jack Herrington
Jack Herrington@jherr·
@cnakazawa @wesbos @jonkkillian Got me man. Sustainable OSS funding is to multi-billion/trillion dollar question of our era. FWIW, I totally want you to win and I love Vite, Vue, etc. But I do think it's fair to look at every technology decision not just from the technology side but also sustainability.
English
0
0
2
150
Wes Bos
Wes Bos@wesbos·
Vite just announced the Laravel/Rails for JavaScript DB, auth, KV, queues, storage, ai ++ React/Vue/Svelte/Solid and Integrates with existing metaframeworks as it's just a Vite plugin The more interesting part is they are launching their own framework with it which feels a lot like tanstack start. Has routing/loaders/actions/islands/ISR and is inspired by Inertia.js By default it's tightly bound to Cloudflare workers — which is where all the bindings come from — and will include deploying without a cloudflare account Uses better auth and drizzle under the hood
Wes Bos tweet media
English
84
118
1.9K
154.4K
Jack Herrington
Jack Herrington@jherr·
I applaud the ambition, but Void0 is another VC backed company (now in series A for $17M total). Those folks are going to be looking for a return. And that either means doing the Vercel thing and pushing services (which appears to be the play), or doing the Bun thing and getting acquired by a company. Either of which aren't that great from the consumer's standpoint.
English
3
0
33
1.6K
Wes Bos
Wes Bos@wesbos·
@jonkkillian Yeah - we will see what the adapter pattern looks like, but anyone who has said next.js is lock in, will likely say the same for this
English
2
0
53
9.8K
Josef Bender
Josef Bender@josefbender_·
Do you guys also get this error when hot-reoading in @tan_stack Router / Start?
Josef Bender tweet media
English
13
0
31
7.3K
Jack Herrington
Jack Herrington@jherr·
@v_hadoocken @tan_stack @tannerlinsley Not planned. Just what the low hanging fruit. I would LOVE to see a PR that extended that, and in fact, you've probably just solved my e2e testing issue around this since we can just send known good/bad audio samples and get responses out of that.
English
0
0
1
39
Vadim Tsaregorodtsev
Vadim Tsaregorodtsev@v_hadoocken·
@tan_stack @tannerlinsley Would you consider adding support in useRealtimeChat for audio sources other than the microphone — for example, system output / tab audio / an arbitrary MediaStream? Right now it seems the API is focused on mic capture, so I’m wondering is this planned or not.
English
2
0
1
1.3K
TANSTACK
TANSTACK@tan_stack·
Building realtime voice AI is usually a pain: WebRTC, audio streams, tool execution, state 😵 TanStack AI now handles that w/ useRealtimeChat()🎙️ 🔊 Voice in / Voice out 🧠 Tools/State 🖼 Multimodal ⚡ Realtime transcripts Supports OpenAI Realtime & ElevenLabs 🔗⬇🧵
English
31
103
1.5K
76K
Tanner Linsley
Tanner Linsley@tannerlinsley·
In case you weren't looking, we just launched 4 new massive TanStack AI features today and yesterday. But our biggest one yet just got done cooking. Stay tuned. Follow @Tan_Stack to see it.
English
12
8
217
14.5K