Ben Patton

1.4K posts

Ben Patton banner
Ben Patton

Ben Patton

@benapatton

some of my life - https://t.co/2mTYq2S4zw content engineer @inngest instructor @eggheadio

Charleston, SC Katılım Ekim 2024
478 Takip Edilen219 Takipçiler
Ben Patton
Ben Patton@benapatton·
@kentcdodds I think we will eventually converge back on indie level things just with more power behind us. There was an incredibly exciting wave of software right before AI boom AI is definitely exciting but I feel it’s a pause while we collectively level up and then get going again
English
0
0
2
95
Kent C. Dodds ⚡
Kent C. Dodds ⚡@kentcdodds·
100% This is why I think it would be futile for me to teach you coding workflows. By the time I've put together good material, everything's already changed. Durable skills (product sense) are what you should be working on and that's what I'm teaching next.
Thorsten Ball@thorstenball

Lately, whenever I open this app and see the latest tricks, and hacks, and notes, and workflows, and spec here and skill there, I can't help but think: All of this will be washed away by the models. Every Markdown file that's precious to you right now will be gone.

English
13
1
86
10.1K
Ben Patton
Ben Patton@benapatton·
I just want to say 2 things 1) @NotionHQ embeds are just phenomenal. Kudos. The only person I think I am aware of/have interacted with there is @brian_lovin so much gratitude 2) @WisprFlow....(me in hushed tones)...."thank you. just an incredible experience"
English
2
0
1
485
Jonathan Wilke
Jonathan Wilke@jonathan_wilke·
Holy crap... with the @nextjs 16.2 update the next server is now using 10GB+ of memory and my MacBooks fan is running constantly (before it never even turned on). What's going on here...
Jonathan Wilke tweet media
English
63
9
483
66.5K
Ben Patton retweetledi
James Long
James Long@jlongster·
late to this but when I was job searching and got stressed about something I talked to @threepointone and he was so supportive and uplifting (as always). very cool guy
English
1
1
65
16.4K
Ben Patton
Ben Patton@benapatton·
I love that interesting people are shipping code. That people who thought their code shipping days were over are shipping code I bemoan the reality that most of what we see being shipped is “AI this”…”AI that” I want AI to lead to ppl shipping wild things
English
0
0
0
30
Ben Patton
Ben Patton@benapatton·
Universal sign of a 10x engineer: They drop “blah blah blah” incredibly frequently
English
0
0
0
27
Ben Patton
Ben Patton@benapatton·
When an AI asks: "What would you like me to do with this spec" Me: "ummmmm....Start Building"
English
1
0
0
18
Ben Patton
Ben Patton@benapatton·
@alexhillman Yeah I just meant something working together to read document extensions then going through them. Love it.
English
0
0
0
11
Ben Patton
Ben Patton@benapatton·
@StatisticsFTW Trying to walk in my house. Trying to scare me with stories. Then trying to guilt trip me for “not protecting my family more” Like, wat?!
English
1
0
1
6
Ben Patton
Ben Patton@benapatton·
I just want a world where home security people don't solicit or at least listen to you and don't use threatening tactics.
English
1
0
0
26
Rhys
Rhys@RhysSullivan·
holy shit they're doing it again
Rhys tweet media
English
20
0
488
29.3K
taylor desseyn
taylor desseyn@tdesseyn·
the way my daughter is fighting me that 7+2 is 12 im starting to believe her
English
4
0
5
352
Ben Patton
Ben Patton@benapatton·
@wagslane There’s a guy charging 4800 a year for devops over on skool Course and bootcamps are still doing just fine Seems people can’t ask a second question or challenge their initial assumption. Just because AI can and will do things doesn’t mean the other way of doing it are dead
English
0
0
3
134
Ben Patton
Ben Patton@benapatton·
@AvgDatabaseCEO Also a bit of irony when they invest in something but release competing products 🫠 probably nothing wrong but just seems off putting
English
0
0
1
374
Average Database CEO
Average Database CEO@AvgDatabaseCEO·
Stones from glasshouses. Same guy who released “Vercel for Postgres”. Which was actually downtime/dataloss slop Neon Postgres. That’s an actual swindle. It went so badly you had to kill it to save your reputation. Speaking of real damage, downtime and data loss. That’s real.
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
3
1
265
22K
Ben Patton
Ben Patton@benapatton·
@DavidKPiano @threepointone The tone that they used “really really” shouldn’t have sounds like a playground bully “You’ll be sorry!”
English
0
0
11
2K
James Perkins
James Perkins@jamesperkins·
Everyone talking about slop forks, i’ve always eating my slop with a spoon… more surface area
English
2
0
15
2.1K
Ben Patton
Ben Patton@benapatton·
@StatisticsFTW Your graphql Amsterdam talk when you were a detective and the graphql schema saved your life
English
2
0
1
101
Robert Balicki (👀 @IsographLabs)
Introducing Barnum, or... how I ship hundreds of PRs per week, burn through backlogs, and automatically fact-check documentation. LLMs are incredibly powerful tools. But when we try to use them to drive more complicated refactors or more intricate workflows, their shortcomings are quickly revealed. When their context gets full, they get forgetful, and they can't be relied upon to necessarily do the steps that you ask. They often cut corners. Put simply, having an inherently probabilistic process perform what should be deterministic work necessarily comes at the cost of reliability. And you can't build a complicated workflow off of unreliable foundations. That's where Barnum comes in. Barnum is the missing workflow engine for agents. Rather than having agents be responsible for upholding guarantees (e.g., always lint and commit your changes atomically), agents instead do just what they're good at: reading text and reasoning. Everything else is done deterministically, on the outside, by Barnum. This means that you can build bigger, more involved workflows without sacrificing reliability. Because you can intersperse bash scripts, you save on token usage. The agents performing a micro-task only receive the instructions for that specific task, meaning that context does not get overwhelmed and they don't get forgetful. And because all inputs, outputs, and transitions are validated, the agents can't wriggle out of doing the work. This workflow is essentially a state machine described in a config file. And the best part? The configuration has a JSON schema, so agents are actually really good at writing the workflow! It's already been used to ship hundreds of PRs, run automated refactors, burn through various backlogs, fact-check every statement in documentation, and build a deep-research clone! The attached image is a representation of the workflow that I use to identify and implement automated refactors. I follow this up with a separate workflow that splits each commit into a separate PR, judges the refactor, and potentially completes the refactoring (for example, by modifying call sites if the refactor changed some public API). So go on, give it a try. Check out barnum-circus.github.io, star the repository, and join the Discord! I can't wait to see what you build with it! And I'd love for you to get involved!
Robert Balicki (👀 @IsographLabs) tweet media
English
5
12
87
15K