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

1
00:00:00.000 --> 00:00:02.423
<v Alex>Hey everyone, welcome to Builder's Briefing for May thirty-first, twenty twenty-six. I'm Alex.

2
00:00:02.423 --> 00:00:05.697
<v Sam>And I'm Sam. Good one today — the throughline is basically radical simplification, which, honestly, is my favorite kind of day.

3
00:00:05.697 --> 00:00:12.064
<v Alex>Absolutely. We've got SQLite replacing entire workflow engines, a new mixture-of-experts model that only lights up one-eighth of its parameters, TypeScript compiling straight to native binaries, and a billion-dollar acquisition. Let's get into it.

4
00:00:12.064 --> 00:00:17.658
<v Alex>Alright, the big story. Obelisk published this detailed breakdown of using SQLite — yes, plain old SQLite — as the backing store for durable workflow execution. Not a toy demo. They're talking production architecture.

5
00:00:17.658 --> 00:00:22.221
<v Sam>Okay, so when they say durable workflows, they mean like the stuff you'd normally reach for Temporal or Celery plus Redis for? Multi-step orchestration, retries, state machines?

6
00:00:22.221 --> 00:00:29.697
<v Alex>Exactly. Their argument is that SQLite's WAL mode, its deterministic replay, and the single-writer model give you all the primitives you need. And for workloads under about a hundred thousand concurrent executions, it's not just sufficient — it's faster and dramatically simpler to operate.

7
00:00:29.697 --> 00:00:38.153
<v Sam>That's interesting because if you think about what most teams are actually building right now — AI agent pipelines, background job systems — almost nobody is at a hundred thousand concurrent executions. You're bound to a single writer, sure, but that constraint literally doesn't matter until you're way past product-market fit.

8
00:00:38.153 --> 00:00:46.917
<v Alex>Right. And this reinforces a pattern we've been watching for like eighteen months now. The boring infrastructure stack — SQLite, single-binary deploys, embedded databases — is eating the microservices world from below. If you're reaching for Kubernetes and distributed queues before you have ten paying customers, this is your wake-up call.

9
00:00:46.917 --> 00:00:50.037
<v Sam>Ship the simplest thing. Scale when you actually need to. I love it. Link in the briefing if you want the full breakdown.

10
00:00:50.037 --> 00:00:55.424
<v Alex>Okay, shifting to AI and models. Liquid AI dropped a new mixture-of-experts model — eight billion parameters total, but it only activates one billion at inference time. Trained on thirty-eight trillion tokens.

11
00:00:55.424 --> 00:01:00.941
<v Sam>Thirty-eight trillion! That's a massive corpus. And the one-B active parameter thing is huge for edge deployment and cost-constrained environments. You're getting near-frontier quality at a fraction of the compute.

12
00:01:00.941 --> 00:01:05.349
<v Alex>Yeah, if you're deploying on-device or watching your inference bill closely, benchmark this against Mistral and Phi for your specific use case. It could be a game-changer.

13
00:01:05.349 --> 00:01:08.494
<v Sam>What about that MCP piece? Quandri's team is basically asking if Model Context Protocol is already dead. That feels spicy.

14
00:01:08.494 --> 00:01:15.893
<v Alex>It is spicy. Their argument is that adoption is stalling because it's too complex and doesn't clearly beat plain function calling. But I'd call this the contrarian take, not the consensus. MCP may still find its niche in multi-agent scenarios, so don't rip it out of your stack just yet.

15
00:01:15.893 --> 00:01:23.446
<v Sam>Right, and what's wild is we also got Harness today — an open-source framework that automatically designs agent teams and generates their skills. You describe a domain and it wires up the specialized agents for you. That's exactly the kind of multi-agent scenario where MCP could still matter.

16
00:01:23.446 --> 00:01:27.673
<v Alex>Good connection. And one more fun one — a startup called Shift is offering to clean your home for free to collect real-world training data for robotic manipulation.

17
00:01:27.673 --> 00:01:32.339
<v Sam>Free cleaning! The data-as-a-service flywheel is clever, but yeah, obvious questions about what else gets captured when you've got robots and sensors roaming around someone's house.

18
00:01:32.339 --> 00:01:37.753
<v Alex>Alright, dev tools. This one made me sit up. Perry compiles TypeScript directly to native executables — runs it through SWC for parsing, then emits native binaries via LLVM. No Node, no Bun, no Deno at runtime.

19
00:01:37.753 --> 00:01:40.950
<v Sam>Wait, so you could ship TypeScript CLIs as single static binaries? That's kind of the dream for a lot of teams. Early stage?

20
00:01:40.950 --> 00:01:44.971
<v Alex>Early stage, but the implications are obvious. And it fits right into today's theme — single-binary deploys, minimal dependency trees. Link in the briefing.

21
00:01:44.971 --> 00:01:50.849
<v Sam>And speaking of simplification, the Zig build system got a major rework. More composable, less magical. If you've been eyeing Zig for systems work or as a C/C++ build replacement, this removes one of the biggest friction points.

22
00:01:50.849 --> 00:02:00.670
<v Alex>Also worth flagging — Steve Yegge wrote a piece called 'The Last Technical Interview,' arguing that the traditional leetcode-style screening is finally dying because AI coding assistants make it meaningless. Whether you agree or not, his framing of what to test instead — system design, taste, collaboration with AI tools — is really worth internalizing if you're hiring right now.

23
00:02:00.670 --> 00:02:04.021
<v Sam>That one's going to generate takes for weeks. But he's not wrong that the signal from a whiteboard fizzbuzz is basically zero now.

24
00:02:04.021 --> 00:02:08.301
<v Alex>Okay, big acquisition news. Downdetector and Speedtest — two of the most recognizable utilities on the internet — sold to Accenture for one point two billion dollars.

25
00:02:08.301 --> 00:02:13.637
<v Sam>One point two billion! For Ookla's properties. That's a massive validation of the crowd-sourced infrastructure monitoring model. Community-contributed data creating a moat that's worth a billion-dollar exit.

26
00:02:13.637 --> 00:02:16.395
<v Alex>If you're building dev tools with network effects around community data, that's your exit comp right there.

27
00:02:16.395 --> 00:02:25.418
<v Alex>Quick hits before we wrap. Snowboard Kids 2 has been fully decompiled — an absolute masterclass in N64 reverse engineering. There's a gorgeous interactive demo of the Voxel Space terrain rendering algorithm from the old Comanche games. And IXI's autofocusing lenses are nearing production — could eventually replace multifocal glasses, which is wild.

28
00:02:25.418 --> 00:02:28.769
<v Sam>The autofocusing lenses! That's one of those things that sounds like science fiction until it just quietly ships one day. Love it.

29
00:02:28.769 --> 00:02:36.786
<v Alex>So here's the takeaway for today. The throughline is radical simplification. SQLite replacing workflow engines, single-binary TypeScript, MoE models activating one-eighth of their parameters. The builders who ship fast are the ones resisting the urge to add infrastructure until the problem actually demands it.

30
00:02:36.786 --> 00:02:43.643
<v Sam>Seriously — if you're building AI agents or orchestration systems right now, evaluate whether SQLite plus a single process gets you to your next thousand users before you reach for distributed anything. The teams winning right now have the smallest dependency trees.

31
00:02:43.643 --> 00:02:47.381
<v Alex>That's the briefing for May thirty-first. All the links are in the show notes. We'll be back tomorrow — until then, keep it simple, ship it fast.

32
00:02:47.381 --> 00:02:48.000
<v Sam>See you tomorrow, folks!
