Thomas Gauvin
@thomasgauvin
pm @cloudflare dev plat ☁️ prev @microsoft. also I build things (eng at heart) working on: http://llm-client.appsinprogress.com http://geofetcher.appsinprogress.com
I've been chewing through ~50$/day of Claude Code credits stamping out a ton of small features the trick is git worktree, a super simple command that allows Claude to work in parallel without file conflicts turns out Claude Code + git worktree = perfect pair
Remember when companies were adding blockchain to their names to make their stock pop? I’m fully expecting a Dominos to launch a vibe coding platform at this point
I really dont understand where all the revenue is coming from for Bolt/Lovable/v0. Who's paying for these? Let alone at the scale of revenue folks are reporting? I just dont see data from my peers on adoption (and dont see it at Sentry). Is it consumer?
Can you believe I didn't know about @CloudflareDev until May 2025??? How satisfying it is to do `wrangler deploy --minify` instead of provisioning EC2 instances on AWS. Building real-time voice agents over Twilio and also web (with the edge, websockets are fine for audio)
what's the coolest email agent demo/template you've seen? cc @threepointone
perfect example of how much Hyperdrive makes Workers projects more performant and efficient when connecting to db's like Supabase 👇
Added Hyperdrive form @Cloudflare in front of @supabase for public endpoints. From 20% CPU to 2% I think I will be able to reduce the machine size from XL to medium.
tldw dry run ep 8: 🆕 what's new in agents: email integration: your agents can now send and receive emails. this means they can talk to llms, connect to your internal systems, and even keep email threads going. mini-queues: inside each agent, there's a new lightweight queuing…
most underhyped feature of building on workers with bindings: you don’t accidentally leak secrets & connection strings this is a demo straight from my personal account that shows the actual code needed to connect to the kv namespace yet you’ll never be able to connect to it,…
working with @BraydenWilmoth and @nandafyi to make it easier to connect to kv & hyperdrive with bindings from the dashboard! ✨ what should we add this to next?
working with @BraydenWilmoth and @nandafyi to make it easier to connect to kv & hyperdrive with bindings from the dashboard! ✨ what should we add this to next?
hottest new role in tech is “forward deployed engineer” and it’s not even close
me: you need to spend time to refine your prompt to claude, give it clear objectives and expectations also me:

asking for forgiveness: I have committed a !important css flag to prod (cardinal sin)
this looks like a dope event, if you're in nyc you should go
I'm excited to be co-hosting AI Builders NYC with @AnthropicAI, @elevenlabsio @GroqInc, @LastMile, and @alley_corp next week here in NYC 🗽 We got a packed attendee list, and a great line-up of talks! Join us on July 16th at 7pm 🍻 @ozenhati @qadri_sarmad @thorwebdev
once you realize that durable objects are just regional workers with 1) state 2) websockets 3) sql api storage, you see a whole world of possibilities
i find myself saying this a lot
do you remember when "computers" were humans? we're seeing that happen to "developers" in real time
I literally have not written code by hand in weeks btw Doesn’t mean I’m hands off on the system design or anything else with the code, but I’m def not writing code.
the web framework -> streetwear pivot goes hard ngl
This could be you instead of just me
my biggest problem with claude code: SO much duplicated code logic 😩