WEBVTT
NOTE The Rundown — nextbig.dev daily audio edition, 2026-03-11

1
00:00:00.000 --> 00:00:07.945
<v Marcus>Good morning! Welcome to the Builder's Briefing for March eleventh, twenty twenty-six. I'm Alex, joined as always by Sam, and today we have a packed show — Docker making a big bet on AI agents, a billion-dollar seed round in Europe, Meta buying an agent social network, and some really sharp developer tooling updates.

2
00:00:07.945 --> 00:00:11.368
<v Nadia>Yeah, honestly today feels like one of those days where you can see the infrastructure layer shifting under your feet. Let's get into it.

3
00:00:11.368 --> 00:00:21.837
<v Marcus>So the big story — Docker just shipped docker-agent. It's an open-source framework for building and running AI agents using the same containerized workflow developers already know and love. And the key thing here is this isn't trying to compete with LangChain or CrewAI on the abstraction layer. Docker is saying agents are a deployment primitive now. They should build, ship, and run like any other container workload.

4
00:00:21.837 --> 00:00:29.432
<v Nadia>Right, and what's wild is this solves a problem that anyone running agents in production has already hit — sandboxing. Like, if you've got a tool-calling agent that can write to your filesystem, you really don't want that thing running uncontained. Docker's isolation model is basically perfect for this.

5
00:00:29.432 --> 00:00:35.878
<v Marcus>Exactly. And the timing is interesting because there's also an n8n MCP server that trended today, which lets tools like Claude Desktop and Cursor build n8n workflows through MCP. So in one week, agent infrastructure went from bespoke to genuinely composable.

6
00:00:35.878 --> 00:00:44.398
<v Nadia>That's the signal I keep watching — agents are leaving the notebook demo phase and entering the "your ops team needs to manage these" phase. If Docker is making this bet, they clearly see agent workloads becoming as routine as microservices. Builders, start thinking about your deployment story now, not after your first production incident.

7
00:00:44.398 --> 00:00:51.319
<v Marcus>Moving into AI and models — Promptfoo just crossed three thousand stars on GitHub. It's become the go-to open-source tool for red-teaming your LLMs before production. Declarative YAML configs, model comparison across GPT, Claude, Gemini, Llama, vulnerability scanning built in.

8
00:00:51.319 --> 00:00:55.366
<v Nadia>If you're shipping LLM features without a red-teaming step in your CI/CD pipeline, honestly Promptfoo is the lowest-friction way to add one. Link in the briefing.

9
00:00:55.366 --> 00:01:01.688
<v Marcus>Also worth flagging — there's a cost analysis making the rounds that debunks that viral claim about Anthropic burning five thousand dollars per user on Claude Code. The real numbers suggest it's way closer to sustainable than the doom narrative implied.

10
00:01:01.688 --> 00:01:07.334
<v Nadia>That's a relief for anyone who's bet their dev workflow on it. I was a little nervous honestly, because Claude Code has become pretty central to how I work. Good to know the economics aren't as broken as Twitter made it sound.

11
00:01:07.334 --> 00:01:13.031
<v Marcus>On the developer tools front — PgAdmin four, version nine thirteen, just shipped with an AI assistant panel baked right into the query tool. Natural language to SQL, query explanation, all without leaving your database workflow.

12
00:01:13.031 --> 00:01:17.953
<v Nadia>That's interesting because it's another example of AI becoming a standard panel inside existing tools rather than a separate product you have to context-switch into. That pattern is everywhere now.

13
00:01:17.953 --> 00:01:24.049
<v Marcus>And a fun one — Bellard's JSLinux now supports x86 sixty-four. You can run a sixty-four-bit Linux environment entirely in the browser. Niche, but it opens the door for in-browser dev environments and sandboxed execution without server-side VMs.

14
00:01:24.049 --> 00:01:26.323
<v Nadia>Fabrice Bellard just keeps being Fabrice Bellard, doesn't he? The man is a force of nature.

15
00:01:26.323 --> 00:01:30.270
<v Marcus>Alright, startups — and this is a big one. Yann LeCun's new AI startup just raised a billion dollars in seed funding. That's Europe's largest seed round ever.

16
00:01:30.270 --> 00:01:37.841
<v Nadia>A billion-dollar seed! That phrase still sounds absurd to me. But the real signal here is that serious capital is flowing toward alternative AI architectures, probably beyond transformers. If you're building on top of current model paradigms, this is a good reminder to keep your abstractions swappable.

17
00:01:37.841 --> 00:01:41.688
<v Marcus>And then Meta acquired Moltbook — described as an agent social network. So Meta is now betting on agents interacting with other agents as a platform play.

18
00:01:41.688 --> 00:01:48.784
<v Nadia>Okay, pause on that. Agents talking to agents as a social network? That feels like a massive validation for anyone building agent-to-agent protocols or multi-agent systems. But it also means Meta might soon be your competitor in that space, which is... a different kind of validation.

19
00:01:48.784 --> 00:01:54.406
<v Marcus>On the security side — CNBC is reporting that age-verification tools built for child safety are collecting way more data than necessary, essentially building surveillance infrastructure that covers all users, not just minors.

20
00:01:54.406 --> 00:02:01.276
<v Nadia>This is one of those stories that should make every builder uncomfortable. If you're implementing age gates, especially in AI products hitting regulated markets, go audit what your verification vendor is actually collecting and retaining. Don't just trust the marketing page.

21
00:02:01.276 --> 00:02:04.050
<v Marcus>Also in the policy world — Debian voted not to decide on AI-generated contributions. They just punted entirely.

22
00:02:04.050 --> 00:02:09.397
<v Nadia>Which means if you're contributing to open source or maintaining a project, you're still in policy limbo. My advice — set your own rules now rather than waiting for upstream consensus that may genuinely never come.

23
00:02:09.397 --> 00:02:13.069
<v Marcus>A few quick hits before we wrap. Tony Hoare, the inventor of null references and quicksort, passed away at ninety-one. A giant of computer science.

24
00:02:13.069 --> 00:02:15.843
<v Nadia>The man literally called null references his billion-dollar mistake and still gave us quicksort. What a legacy.

25
00:02:15.843 --> 00:02:22.364
<v Marcus>Also — Intel demoed a chip for fully homomorphic encryption. FHE has been five years away for a decade, but dedicated silicon might actually change that math. And DARPA unveiled the X-seventy-six, a drone with the speed of a jet and the freedom of a helicopter.

26
00:02:22.364 --> 00:02:27.036
<v Nadia>The Intel FHE chip is the one I'm watching. If you're building in healthcare or finance with sensitive data, encrypted computation could unlock use cases you've been sitting on for years.

27
00:02:27.036 --> 00:02:34.606
<v Marcus>So here's the takeaway for today. Agents crossed an infrastructure threshold. Docker is packaging them as container workloads. N8n is exposing automation via MCP for AI tools to orchestrate. Meta acquired an agent social network. The message is clear — stop treating agent deployment as an afterthought.

28
00:02:34.606 --> 00:02:40.228
<v Nadia>Containerize your agent runtimes, expose your tools via MCP for composability, and start assuming that agent-to-agent interaction is the next platform battle you'll need to build for. The primitives landed today. Go use them.

29
00:02:40.228 --> 00:02:43.926
<v Marcus>That's the Builder's Briefing for March eleventh. All the links and details are in the show notes. Thanks for listening, and we'll see you tomorrow.

30
00:02:43.926 --> 00:02:45.000
<v Nadia>Go build something cool. See you next time.
