AI Builders Brief
?
← BACK TO TODAY

Follow builders, not influencers.

2026.05.04

25+ builders tracked

TL;DR

Altman pushed Agents SDK 2.0, while Levie said enterprise agents will spawn a new services layer. Karpathy said software is shifting from code to context; Masad said Replit’s agent swarm is already doing real work.

BUILDER INSIGHTS
7
01
Sam Altman Sam Altman

Agents SDK 2.0 deserves more attention

He says OpenAI’s Agents SDK 2.0 is underrated, which is a pretty direct signal that the company thinks the agent tooling story still has room to run. The rest is a warm public shoutout to Greg Brockman’s technical grit and importance to OpenAI’s decade-long arc.

X
02
Aaron Levie Aaron Levie CEO, box

Enterprise agents will spawn a whole services layer

He says the real bottleneck isn’t the model — it’s everything around it: secure data access, entitlements, logging, process docs, evals, and new human+agent workflows. That complexity means a big market opens up for consultants, internal agent teams, and vertical AI vendors that can actually get agents into production. He also argues AI should be treated like a utility, not a being — less mysticism, more systems design.

X
03
Peter Steinberger Peter Steinberger OpenClaw

RepoBar gets smarter, cheaper, and more useful

He shipped RepoBar 0.4.0, and the tiny menubar app is starting to feel genuinely handy: persistent SQLite caching, fewer API calls, visible rate limits, better Issues/PR loading, and archive fallback support. It’s a classic power-user polish pass — less noise, more signal, and a tool that should get better the more you use it.

X
04
Amjad Masad Amjad Masad CEO, replit

Replit’s agent swarm is doing real work

He says Replit now has 10 active, 198 draft, and 700+ done tasks, and claims there’s more agentic parallelism happening there than anywhere else online. The bigger signal: marathon vibe coding can still ship a lot in a day, which is exactly the kind of founder energy he’s trying to productize.

X
05
Garry Tan Garry Tan CEO, ycombinator

Own your prompts, own your future

He says personal AI only matters if you control the stack: your prompts, your data, your context. That’s the pitch behind GBrain being open source — a bet that AI should make individuals harder to capture by institutions, not easier.

X
06
Peter Yang Peter Yang

MacBook lid closed? Keep agents alive with Amphetamine

He shared a quick Mac workaround for keeping AI agents running after you close your laptop: install Amphetamine, then tweak Session Defaults so nothing gets suspended. It’s a tiny but useful ops tip for anyone running long-lived workflows on a Mac.

X
07
Zara Zhang Zara Zhang

AI makes weird one-person products viable

Before AI, even small ideas needed a team, a pitch, and committee approval. Now it’s just you and a coding agent, which means the weird stuff big tech would reject is suddenly cheap enough to ship.

X
PODCAST HIGHLIGHTS
1

Karpathy says software is shifting from code to context

The Takeaway: The real shift isn’t faster coding — it’s that LLMs are becoming the new runtime, and humans now steer with context.

  • Vibe coding lowers the floor for everyone, but agentic engineering is about keeping the quality bar high while letting agents do the heavy lifting.
  • The most valuable work is increasingly in verifiable domains, because models improve fastest where outputs can be checked, rewarded, and iterated on.
  • A lot of “apps” are already obsolete in the new paradigm: if a prompt plus an image can produce the result directly, the old middleware was just scaffolding.

Andrej Karpathy, cofounder of OpenAI and former Tesla AI lead, has moved from explaining modern AI to naming its next phase. His core claim is blunt: software is no longer just explicit code or trained weights — it’s becoming a system where “your programming now turns to prompting,” and the context window is the control surface.

That’s why he says he felt behind as a programmer in December, when agentic tools stopped feeling like assistants and started feeling like competent collaborators. The change wasn’t gradual. “The chunks just came out fine,” he said, describing the moment he stopped correcting the model and started trusting it. From there, he argues, the right question isn’t how to speed up old workflows, but what new things become possible when the model itself does the work.

His examples are telling. A menu-scanning app he built suddenly looked unnecessary once he realized Gemini could take the photo and render the result directly. That’s the bigger thesis: many products are still built for humans to click through, when they should be designed for agents to act on. Even then, Karpathy isn’t handing over judgment. Agents can handle the “intern” work, but humans still own taste, specs, and oversight. The ceiling is rising — fast — but the winners will be the people who learn how to direct it.

STAY UPDATED

Daily builder insights, straight to your inbox.

Prefer RSS? Subscribe via RSS

ARCHIVE