AI Builders Brief
?
← BACK TO TODAY

Follow builders, not influencers.

2026.04.16

25+ builders tracked

TL;DR

Rauch said teams were building their own design factories, while Steinberger called open-source AI security a full-time arms race. Masad priced OSS trust in compute, and Woodward shipped Gemini on Mac in 100 days.

BUILDER INSIGHTS
13
01
Guillermo Rauch Guillermo Rauch CEO, vercel

Teams are building their own design factories

He says the future of design isn’t one killer SaaS tool — it’s every team spinning up a custom internal "design factory" for exactly their needs. His example: Shader Lab, built with Claude Code, Three.js, Next.js, and Vercel for Basement Studio, is a sign that assembling software from building blocks is getting easier than buying the right product.

X
02
Peter Steinberger Peter Steinberger openclaw

Open-source AI security is now a full-time arms race

He says the last 4 months turned OpenClaw into a much harder target: sandboxing, allow-lists, and per-access exec prompts, all hammered on by hundreds of security researchers. His bigger point is blunt — if you’re shipping open-source AI harnesses and not publishing advisories, you’re leaving users blind while attackers keep iterating.

X
03
Amjad Masad Amjad Masad CEO, replit

OSS trust should be priced in compute

He argues that if frontier models can fully automate vuln hunting, open-source packages need a new trust signal: a visible metric for how much compute was spent securing them. In his example, a repo like linux would show a huge “security spend” score — basically turning hardening into a public badge, not a hidden chore.

X
04
Nikunj Kothari Nikunj Kothari Partner, fpvventures

Human judgment is still the moat

He says the real edge isn’t just AI speed — it’s the long grind to clarity, depth, and persistence that machines still don’t have. Even if Claude can one-shot a system diagram, getting to that level of precision still takes a human who cares.

X
05
Josh Woodward Josh Woodward VP, Google

Gemini lands on Mac, built in 100 days

They shipped Gemini on Mac: a fully native Swift app with 100+ features built by a small team in under 100 days. The pitch is speed and polish — lightning-fast, 100% native, and clearly aimed at making Gemini feel like a real desktop product, not just a web wrapper.

X
06
Ryo Lu Ryo Lu Cursor_ai

Agents get a custom UI layer in Cursor

Cursor is adding /canvas, a way to build custom interfaces for agents instead of forcing everything through a chat box. It’s a small-looking feature with a big implication: agent workflows are moving from text-only prompts to actual product surfaces.

X
07
Aaron Levie Aaron Levie CEO, box

AI won’t shrink work — it moves the bottleneck

AI speeds up one part of the process, then the constraint pops up somewhere else, so total demand for humans can actually rise. He points to legal, security, healthcare, sales, and even new company formation as places where automation creates more downstream work — not less. The real risk, he says, is standing still while competitors use AI to outbuild, out-sell, and out-serve you.

X
08
Peter Yang Peter Yang

China trip reveals the real AI competition

He says every product builder should visit China at least once, because the country’s AI work culture, EV ecosystem, and absurdly cheap delivery economy are hard to grasp from the outside. The takeaway is less travelogue, more warning: if you build products, you need to understand how fast China moves and how different the operating model is.

X
09
Garry Tan Garry Tan CEO, ycombinator

OpenClaw is now sandboxed and secure

He says OpenClaw is past the “it’s insecure” era: add a Docker sandbox, mitmproxy logging firewall, and Clawvisor, and you’re good to go. He also notes GBrain’s git+Postgres setup handles multiple agents at once cleanly.

X
10
Matt Turck Matt Turck FirstMarkCap

AI roadmaps now expire in a month

Claude Cowork’s roadmap is only one month long, because AI is moving too fast to plan much further out. The takeaway is blunt: ship, evaluate, iterate — then do it again.

X
11
Thariq Thariq anthropicai

1M context is powerful — and messy

Claude Code’s 1M context window is a double-edged sword: it unlocks bigger tasks, but it also makes context pollution easier if you don’t manage sessions well. He points to autocompact controls, including setting your own threshold, so power users can effectively dial the window down — e.g. 400k — when that’s the better tradeoff.

X
12
Swyx Swyx dxtipshq

Meta’s AI comeback is turning into a real platform play

He says Meta’s AI story has moved from the Llama 4 flop to the “turn”: more hiring, Zuck coding again, an Opus-ish model GA, and acquisitions like Dreamer and Manus to build an AI OS/prosumer layer. He also argues subagents are just optimization — the real leap is agents that compose and manage other agents, which is why Cognition’s new Spaces launch matters.

X
13
Zara Zhang Zara Zhang

Play is the fastest way to find model limits

She argues that in AI, “play” isn’t fluff — it’s the job: poking at models non-utilitarianly is often where the best discoveries come from. She also showed off Frontend Slides in @AnyGenIO, saying once you make slides with HTML, it’s hard to go back.

X
PODCAST HIGHLIGHTS
1

Verifiable AI beats token guessing for mission-critical work

The Takeaway: Eve is betting that the next useful AI won’t be a better guesser — it’ll be a model you can inspect, verify, and trust.

  • LLMs are great at generating output, but they’re still “playing a guessing game,” which makes them expensive and shaky for mission-critical tasks.
  • Energy-based models (EBMs) skip tokens entirely, so they can evaluate whole states at once instead of predicting one word or action at a time.
  • The real edge is not just accuracy — it’s visibility: EBMs can be checked internally during training and externally after the fact.

Eve, founder and CEO of Logical Intelligence, is building around a blunt premise: if AI is going to touch software, chips, cars, or anything else where failure matters, “correctness” can’t be an afterthought. Her company works on both LLMs and EBMs, but the long-term bet is on energy-based reasoning models with latent variables — a mouthful she also calls Kona. Her argument is that LLMs are black boxes that only let you judge the final answer, while EBMs let you see the model’s internal state as it learns.

She keeps coming back to a simple contrast: language models are forced to translate everything into tokens, even when the task is spatial, physical, or mechanical. That’s why she says using LLMs for things like driving or circuit control is like using “the literature department everywhere.” EBMs, by contrast, build an energy landscape and search for the lowest, most probable state. In her couch example, the model isn’t guessing the next word — it’s learning the most likely configuration.

Her core philosophy is practical, not mystical: if you need milliseconds, sparse data, or verifiable output, don’t ask a language model to pretend it’s a physics engine. “We don’t have to,” she says. “There are EBMs.”

STAY UPDATED

Daily builder insights, straight to your inbox.

Prefer RSS? Subscribe via RSS

ARCHIVE