Justin Sainton

29.9K posts

Justin Sainton banner
Justin Sainton

Justin Sainton

@JS_Zao

Zao. Adores the heck out of @MelissaSainton. Cold takes and warm optimism. Former member of the WordPress Plugin Review Team.

Portland, OR Katılım Mart 2009
246 Takip Edilen2.2K Takipçiler
Justin Sainton retweetledi
Matt Bateman
Matt Bateman@mbateman·
The desire to keep the next generation away from generationally transformative tools is strange and unhealthy.
liemandt@jliemandt

🇺🇸 U.S. adults: “Ban AI in schools.” 🇨🇳 China: students (and adults) lining up by the thousands to learn OpenClaw. 🚀 Alpha School: our students getting recognized by OpenClaw’s creator @steipete and presenting at ClawCon. One of them is 15 and has earned $30,000+ in contracts. American schools are debating whether kids should touch AI. Our kids are building with it. 🛠️

English
12
13
133
11.1K
Justin Sainton retweetledi
Chris Lema
Chris Lema@chrislema·
Death once had a near-Chuck-Norris experience.
Chris Lema tweet media
English
1
2
4
203
Chris Lema
Chris Lema@chrislema·
How much money do you think I have to offer @apeatling to get access to @bymilesai - patience isn't my sweet spot! haha
English
2
0
2
506
Justin Sainton retweetledi
Chris Lema
Chris Lema@chrislema·
Predicting the future isn’t hard when we’ve seen the pattern over and over again. Here’s what it means for every kind of vibe coder, and what will become really important in the near future. chrislema.com/when-everyone-…
Chris Lema tweet media
English
0
1
5
523
Alex Mansfield
Alex Mansfield@alexmansfield·
If you work with WordPress, this is the conference to be at. I've been to regional WordCamps, I've been to flagships, but PressConf is something special. The only thing that could potentially compete was the venerable (but sadly retired) BeachPress.
PressConf@Press__Conf

Our media partners at @therepositorywp published a thoughtful piece covering recent PressConf updates—including new speakers, the evolving format, the VIP dinner, and @raquel__karina’s vision for what a successful PressConf 2026 looks like. Read the full article here: therepository.email/pressconf-retu…

English
1
0
3
118
Justin Sainton retweetledi
Julia McCoy
Julia McCoy@JuliaEMcCoy·
We are sending our kids to school to memorize facts that AI can retrieve in 0.3 seconds. We're grading them on essays that AI writes better than their teachers. We're preparing them for jobs that won't exist by the time they graduate. The entire education system is training humans to compete with machines at what machines do best. That's not education. That's sabotage. The schools that survive will teach thinking, not memorizing. Creating, not repeating. Discerning, not obeying. Every other school is a museum that doesn't know it yet.
English
3.6K
5.5K
24.6K
4.4M
Justin Sainton
Justin Sainton@JS_Zao·
People think this is cool because it can reproduce their taste. That's cool enough, but what's cooler? Teaching it to intuit taste you haven't achieved but wish you had. I want to code my next Laravel project like @taylorotwell or @enunomaduro would.
Ahmad Awais@MrAhmadAwais

A developer installed Command Code, pointed it at a new project, and started coding like they normally do. For the first few hours, it was just another AI coding agent. Correct output. Generic patterns. The usual. By day three, something shifted. The agent stopped suggesting console.log for debugging and started using the developer's custom logger. It stopped generating default exports and switched to named exports. It started structuring tests the way this specific developer structures tests. Nobody told it to do any of this. This is the part that fascinates me most: the learning loop mirrors how a junior developer absorbs a senior's style by pair programming. It watches. It picks up patterns. It adjusts. Except it does it from every accept, reject, and edit, continuously. We measured the correction loops. Week one, developers were making 1.5 edits per suggestion. By month one, it dropped to 0.3. The agent was generating code that looked like theirs on the first pass. We're approaching a world where developers work alongside AI agents for most of their output. And when that happens, the differentiator between useful AI and frustrating AI comes down to one thing: Whether the agent knows your coding taste. Correctness was the first problem to solve. Every model can do that now. The next problem is alignment to the individual. How you name things. When you extract helpers. Which abstractions you reach for. The thousand micro-decisions that make code feel like yours versus feel like you're babysitting someone else's work. That said, I'm always honest about where we are. This is early. The system learns patterns, not intentions. It won't anticipate architectural decisions you've never shown it. And taste is easier to capture for some patterns (naming, structure, formatting) than others (when to introduce a new abstraction, how to handle novel edge cases). We're not pretending this is solved. But the trajectory is clear. Rules files decay. Fine-tuning is too expensive to update continuously. Skills give every developer the same output. None of these approaches treat your behavior as a signal. The developer who has an AI agent that actually codes like them, that compounds their taste over weeks and months, is going to ship faster with fewer correction loops than someone fighting generic output every day. That gap compounds. And it compounds fast. We built Command Code for exactly this. npm i -g command-code if you want to see it yourself.

English
3
0
3
323
Justin Sainton
Justin Sainton@JS_Zao·
@mikemcalister Skating to where the puck is headed has never been more challenging or more fun.
GIF
English
0
0
0
35
Mike McAlister
Mike McAlister@mikemcalister·
@JS_Zao We've shifted our approach to Ollie AI a few times already because of how everything is changing so fast. This taste layer is one of the toughest to crack, but where we've landed is a really good start for this kind of building.
English
1
0
1
62
Justin Sainton retweetledi
Aakash Gupta
Aakash Gupta@aakashgupta·
Career advice nobody gives: "Make yourself easy to work with. Talent gets you hired. Being pleasant to work with gets you promoted. Technical skill is table stakes. Emotional intelligence is the differentiator."
English
47
498
3.7K
90.4K
Justin Sainton retweetledi
Ahmad Awais
Ahmad Awais@MrAhmadAwais·
A developer installed Command Code, pointed it at a new project, and started coding like they normally do. For the first few hours, it was just another AI coding agent. Correct output. Generic patterns. The usual. By day three, something shifted. The agent stopped suggesting console.log for debugging and started using the developer's custom logger. It stopped generating default exports and switched to named exports. It started structuring tests the way this specific developer structures tests. Nobody told it to do any of this. This is the part that fascinates me most: the learning loop mirrors how a junior developer absorbs a senior's style by pair programming. It watches. It picks up patterns. It adjusts. Except it does it from every accept, reject, and edit, continuously. We measured the correction loops. Week one, developers were making 1.5 edits per suggestion. By month one, it dropped to 0.3. The agent was generating code that looked like theirs on the first pass. We're approaching a world where developers work alongside AI agents for most of their output. And when that happens, the differentiator between useful AI and frustrating AI comes down to one thing: Whether the agent knows your coding taste. Correctness was the first problem to solve. Every model can do that now. The next problem is alignment to the individual. How you name things. When you extract helpers. Which abstractions you reach for. The thousand micro-decisions that make code feel like yours versus feel like you're babysitting someone else's work. That said, I'm always honest about where we are. This is early. The system learns patterns, not intentions. It won't anticipate architectural decisions you've never shown it. And taste is easier to capture for some patterns (naming, structure, formatting) than others (when to introduce a new abstraction, how to handle novel edge cases). We're not pretending this is solved. But the trajectory is clear. Rules files decay. Fine-tuning is too expensive to update continuously. Skills give every developer the same output. None of these approaches treat your behavior as a signal. The developer who has an AI agent that actually codes like them, that compounds their taste over weeks and months, is going to ship faster with fewer correction loops than someone fighting generic output every day. That gap compounds. And it compounds fast. We built Command Code for exactly this. npm i -g command-code if you want to see it yourself.
English
4
2
14
2.7K
Justin Sainton
Justin Sainton@JS_Zao·
@chrislema I believe so! I have our internal AI agency tool improving itself based on bookmarks I save 🤣
English
0
0
1
25
Chris Lema
Chris Lema@chrislema·
Does anyone know if the new X API reaches into bookmarks (my own)?
English
2
0
2
522
Justin Sainton retweetledi
staysaasy
staysaasy@staysaasy·
My new favorite insult is calling someone’s job a Claude skill.
English
221
1K
14.4K
641.7K
Justin Sainton retweetledi
Tiago Forte
Tiago Forte@fortelabs·
I’m cashing out all of the productivity gains from AI by working less, and it’s really starting to change my life I rarely work past noon, because there’s simply nothing left to do. I do wake up earlier though because I’m so excited to get to work I’m exercising more than I ever have in my life. Every afternoon either weightlifting, running, hiking, or paddle before the kids get home I get a massage every week, and sauna twice a week, spending hours there with friends each time. The level of self care I’m doing is ridiculous. I’m almost too relaxed My wife and I have a date night every week, our marriage is better than ever, and we decided to have a third kid, a son due in June I have so much free time I’m starting to have to make up projects. I’m helping my friend start a nonprofit to promote local innovation and sustainability in our small Mexican town. Using Claude code to do all the writing, planning, and build a website for it I’m spending more time talking to friends and family on FaceTime than ever in my adult life. I’m helping my parents and siblings with their work, heath, finances, and random problems, often using AI Our social life is more active than even my teens or twenties, with at least 2-3 parties, dinners, or other gatherings each week. Everywhere I go in town I see people I know We travel more often than ever, and take more vacation time than ever, though vacations are not as fun as the normal routine The business is more profitable than ever, with a smaller team and less overhead. I’m able to pay my team better than I ever have. In no way is the business suffering I say all this not to brag, but to show that there is another option for what to do with all the time and effort that AI frees up: you can pull back and live a more chill, social, connected life like humans were meant to This is all due to AI, not because I got any smarter, wiser, or more productive. AI opens up new paths, but it’s still up to you to decide which one to take
English
107
48
1.1K
236K
Justin Sainton retweetledi
The Best
The Best@Thebestfigen·
Everyone should take responsibility for their own actions. 😂😂
English
297
2.1K
20.9K
2.4M
Justin Sainton retweetledi
savannah
savannah@motherpilled·
A woman approached me at Costco today with my 3 children and said “you look as stupid as I did” and after I gave her a puzzled look she said “I had 3 kids close together just like you. It’s better when they are older!” Like ok lady speak for yourself we are balling out about to get hotdogs. We have eaten tons of the little taste tester portions of protein brownie bites and fried chicken. I let my son get pirates booty. We just left the library and have new books to read when we get home. We are going to listen to ocean eyes by owlcity on the drive back. We are pretending the cart is a race car
English
199
222
17.7K
1.3M