WEBVTT
NOTE The Rundown — nextbig.dev daily audio edition, 2026-05-08

1
00:00:00.000 --> 00:00:08.422
<v Alex>Hey everyone, welcome to Builder's Briefing for May 8th, 2026. I'm Alex, joined as always by Sam. We've got a packed one today — Simon Willison stirring up a massive debate about vibe coding and agentic engineering converging, some cool new local inference tooling, SQLite getting a wild endorsement, and a few quick hits you won't want to miss.

2
00:00:08.422 --> 00:00:11.619
<v Sam>Yeah, the Simon Willison piece alone has like five hundred plus Hacker News comments, so clearly it hit a nerve. Let's get into it.

3
00:00:11.619 --> 00:00:20.480
<v Alex>So the big story — Simon Willison published a piece arguing that vibe coding and agentic engineering are basically converging. His point is that the tools serious engineering teams use — Cursor, Claude Code, Copilot agents — they run the same autonomous loop that a casual vibe coder uses. The only real difference now is how much you bother to review the output.

4
00:00:20.480 --> 00:00:26.461
<v Sam>Right, and what's wild is that the default is drifting toward just... trusting the agent. Like, I've caught myself doing it. You get a clean diff, the tests pass, and you kind of wave it through. Multiply that across a team and it's a real risk.

5
00:00:26.461 --> 00:00:32.563
<v Alex>Exactly. And his argument is that this is a forcing function for teams. You need explicit policies now — what gets deep review, what's okay to fast-track. Because without that, you're essentially vibe coding in production whether you admit it or not.

6
00:00:32.563 --> 00:00:39.105
<v Sam>That's interesting because it also reframes where the product opportunity is. The generation layer is basically commoditized at this point. The real differentiator is the review and audit layer — better diff UIs, semantic code auditing, test generation as a guardrail.

7
00:00:39.105 --> 00:00:45.891
<v Alex>He predicts we'll see the first serious production incidents from under-reviewed agentic code in the next six months, and honestly, that feels generous. If you're touching compliance or user data with AI-assisted code, invest in your review pipeline now, not after the incident.

8
00:00:45.891 --> 00:00:48.186
<v Sam>So speaking of AI tooling — a couple of really interesting drops this week on the models side.

9
00:00:48.186 --> 00:00:56.046
<v Alex>Yeah, the big one for me is Antirez — the Redis creator — shipping a local inference engine called ds4, optimized for Apple Metal to run DeepSeek 4 Flash. If you're building Mac-native AI tools or just want to dodge API costs for smaller models, this is a clean single-purpose runtime worth benchmarking against llama.cpp.

10
00:00:56.046 --> 00:01:03.393
<v Sam>Love that it's Antirez. The man just ships clean, focused tools. Also worth mentioning — DeepMind published AlphaEvolve results, using Gemini to generate and evolve code solutions across math, science, and engineering. It validates that evolve-and-test loop architecture for agent-driven optimization.

11
00:01:03.393 --> 00:01:10.082
<v Alex>And one quick flag — Chrome quietly removed the claim that its on-device AI features don't send data to Google. So if you're building Chrome extensions or PWAs leaning on those built-in AI APIs, assume your data is hitting Google servers and update your privacy disclosures.

12
00:01:10.082 --> 00:01:11.790
<v Sam>Quietly removed. That's doing a lot of work in that sentence. Classic.

13
00:01:11.790 --> 00:01:17.380
<v Alex>Alright, dev tools. This one's great — Val.town documented their entire auth migration journey. They went from Supabase Auth to Clerk, and finally landed on Better Auth. It's a really honest comparison from a real production app.

14
00:01:17.380 --> 00:01:24.557
<v Sam>I love these kinds of write-ups because you almost never get them. Everyone picks an auth provider and then just lives with the pain silently. The fact that Better Auth's self-hosted model won on flexibility and cost at their scale — that's a strong signal for anyone evaluating auth right now.

15
00:01:24.557 --> 00:01:30.708
<v Alex>And the other big one — SQLite was officially recognized by the Library of Congress as a recommended storage format for archival purposes. If you need a data format that'll be readable in fifty years, SQLite just got the strongest endorsement possible.

16
00:01:30.708 --> 00:01:35.957
<v Sam>That's kind of poetic, right? This little embedded database that started as a Tcl extension is now an archival standard. For builders choosing data formats for long-lived applications, this should settle the debate.

17
00:01:35.957 --> 00:01:40.863
<v Alex>On the new launches front — OpenReel Video dropped, and it's an open-source CapCut alternative that runs entirely in the browser. No uploads, no watermarks, no install. One hundred percent client-side.

18
00:01:40.863 --> 00:01:47.649
<v Sam>That's huge if you're building content creation tools or need to embed video editing in a SaaS product. The browser-only architecture means you can fork it or white-label it without worrying about server costs for media processing. That's a real starting point, not just a demo.

19
00:01:47.649 --> 00:01:55.119
<v Alex>Also, Google is expanding reCAPTCHA into a full fraud defense platform on Google Cloud. If you're currently using reCAPTCHA, expect the integration surface to widen and the pricing to shift. Worth evaluating now whether you want that deeper Google lock-in or look at alternatives like Cloudflare Turnstile.

20
00:01:55.119 --> 00:01:55.997
<v Sam>Alright, hit me with the quick hits.

21
00:01:55.997 --> 00:02:04.297
<v Alex>"Programming Still Sucks" got a 2026 update and it's resonating hard — almost three hundred Hacker News points. RSS feeds are reportedly driving more traffic than Google for some publishers, which is kind of a full-circle moment. And my personal favorite — someone surfaced a TI-83 Plus BASIC programming tutorial from 2004. Pure nostalgia.

22
00:02:04.297 --> 00:02:09.765
<v Sam>Oh man, the TI-83. That was genuinely my first programming environment. Writing little games during math class. Also the RSS thing is fascinating — the open web is quietly making a comeback while everyone's distracted by AI.

23
00:02:09.765 --> 00:02:17.112
<v Alex>So tying it all together — the big takeaway today is that the convergence of vibe coding and agentic engineering isn't just philosophical, it's a tooling gap. If you're building developer tools, the highest-leverage bet right now is the audit and review layer between AI-generated code and production.

24
00:02:17.112 --> 00:02:22.190
<v Sam>And the Val.town auth story reinforces a pattern we keep seeing — own your critical infrastructure early. Third-party auth, third-party AI services, they're all moving targets that can change terms under you.

25
00:02:22.190 --> 00:02:26.705
<v Alex>That's the briefing for May 8th. All the links are in the show notes. If you're building review tooling for agentic code, honestly, reach out — we'd love to hear what you're working on.

26
00:02:26.705 --> 00:02:29.000
<v Sam>And go dig up that TI-83 tutorial. You deserve a little nostalgia break. See you all tomorrow.
