WEBVTT
NOTE The Rundown — nextbig.dev daily audio edition, 2026-04-28

1
00:00:00.000 --> 00:00:07.452
<v Alex>Good morning and welcome to Builder's Briefing for April 28th, 2026. I'm Alex, here with Sam, and we have a packed show today. The Microsoft-OpenAI exclusive partnership is officially over, Copilot is moving to usage-based billing, and there's a silent Postgres crisis you need to know about.

2
00:00:07.452 --> 00:00:11.153
<v Sam>Yeah, it's one of those days where you read the headlines and think — okay, the landscape is actually shifting under our feet. Let's get into it.

3
00:00:11.153 --> 00:00:19.855
<v Alex>So the big story: Microsoft and OpenAI have ended their exclusive partnership and their revenue-sharing arrangement. This is huge. OpenAI is no longer locked to Azure for distribution, and Microsoft no longer has to share revenue on AI compute. This is arguably the biggest structural shift in the AI platform landscape since GPT-4 launched.

4
00:00:19.855 --> 00:00:27.308
<v Sam>Right, and what's wild is how immediately actionable this is. If you've been building on Azure-only OpenAI endpoints, you should be abstracting your inference layer like, today. Because OpenAI models are going to start showing up on GCP, AWS, independent inference providers — the whole deal.

5
00:00:27.308 --> 00:00:32.973
<v Alex>Exactly. And the pricing angle is fascinating. Microsoft just lost its moat as the sole enterprise channel for OpenAI's best models. So Azure AI pricing has to get more aggressive now, which honestly is great for everyone.

6
00:00:32.973 --> 00:00:40.476
<v Sam>And if you're a startup that's been going back and forth between OpenAI-via-Azure and the direct OpenAI API — the direct path just became way more strategically sound. OpenAI now has every incentive to make their own platform stickier, since they can pursue enterprise deals on their own terms.

7
00:00:40.476 --> 00:00:47.444
<v Alex>The takeaway here is that model access is getting commoditized at the distribution layer. The winners are going to be builders who stay model-agnostic and treat inference as a swappable commodity. And that segues perfectly into some of the AI tooling that's trending today.

8
00:00:47.444 --> 00:00:48.694
<v Sam>Oh, you're talking about Shimmy. I love this one.

9
00:00:48.694 --> 00:00:56.606
<v Alex>Yes! Shimmy is a single-binary Rust inference server — no Python runtime needed — that runs GGUF and SafeTensors models with hot-swap and auto-discovery. And crucially, it speaks OpenAI's API dialect. So in a world where we're all trying to be model-agnostic, this is a drop-in replacement for local inference.

10
00:00:56.606 --> 00:01:03.318
<v Sam>That's interesting because if you pair that with the Microsoft-OpenAI decoupling story, you see the whole picture. You can point your app at OpenAI's API today, swap to a local model via Shimmy tomorrow, and your application code doesn't change. That's the dream.

11
00:01:03.318 --> 00:01:09.366
<v Alex>Another one I want to flag — Chrome is shipping a built-in Prompt API that lets web apps call on-device models directly. Client-side summarization, classification, form assistance, all without any API costs or round-trips to your server.

12
00:01:09.366 --> 00:01:15.772
<v Sam>So between Shimmy for local server inference and Chrome's Prompt API for client-side, the trend is unmistakable — AI inference is decentralizing away from the big cloud endpoints. Builders who get ahead of this are going to have a real cost advantage.

13
00:01:15.772 --> 00:01:22.382
<v Alex>Also worth a quick mention — Dirac, an open-source terminal coding agent, just topped TerminalBench using Gemini 3 Flash Preview. Gemini's flash-tier models are showing up as genuinely viable for agentic workloads at a fraction of the cost of frontier models.

14
00:01:22.382 --> 00:01:25.802
<v Sam>That's a big deal for anyone budgeting agentic workflows. You don't always need the biggest model if the agent harness is good enough.

15
00:01:25.802 --> 00:01:31.366
<v Alex>Alright, dev tools. GitHub Copilot is moving to usage-based billing, ditching the flat rate. If you're on a team plan, audit your actual usage now. Heavy users were getting a bargain, light users were subsidizing them.

16
00:01:31.366 --> 00:01:38.767
<v Sam>This also tells you something about where GitHub thinks things are going. They expect completion volume to spike as agents generate more and more code, and they want to capture that upside. Flat rate doesn't work when your power users are running agents that generate ten X the completions.

17
00:01:38.767 --> 00:01:44.637
<v Alex>Smart read. And speaking of constraining agents — there's a neat little open-source tool called EvanFlow that wraps Claude Code in a test-driven development loop. You write your tests first, and the agent iterates until they pass.

18
00:01:44.637 --> 00:01:50.736
<v Sam>That's exactly the right pattern. TDD as a guardrail for AI code generation. It's a small project, but honestly, if you're using Claude Code for anything beyond trivial tasks, constraining it with a TDD harness should be standard practice.

19
00:01:50.736 --> 00:01:57.244
<v Alex>And here's a signal I want to highlight: two separate multi-agent coding orchestration SDKs — agtx and GasCity — both trending on the same day. The market is clearly screaming for better ways to manage agent-to-agent handoffs in code generation pipelines.

20
00:01:57.244 --> 00:02:00.179
<v Sam>When you see two tools in the same niche trending simultaneously, that's not a coincidence. That's a market signal.

21
00:02:00.179 --> 00:02:03.726
<v Alex>Okay, infrastructure — and this one is urgent. pgbackrest, which is the most popular PostgreSQL backup tool, is no longer being maintained.

22
00:02:03.726 --> 00:02:11.791
<v Sam>Ohhh, this is the kind of thing that causes incidents six months from now when nobody's thinking about it. If your production Postgres depends on pgbackrest — and a lot of shops do — you need to start evaluating alternatives immediately. Forks, Barman, managed backup solutions, whatever. But don't just sit on this.

23
00:02:11.791 --> 00:02:16.359
<v Alex>Silent infrastructure risk is the most dangerous kind. Also, fun story — the Dutch Central Bank is ditching AWS for Schwarz Group's European cloud. That's the Lidl parent company.

24
00:02:16.359 --> 00:02:17.840
<v Sam>Wait, Lidl as in the grocery store? They have a cloud now?

25
00:02:17.840 --> 00:02:24.220
<v Alex>They absolutely do, and it's being chosen by a major central bank for data sovereignty reasons. If you're building B2B SaaS for European customers, having a non-US-hyperscaler deployment option is becoming a competitive advantage, not a nice-to-have.

26
00:02:24.220 --> 00:02:27.435
<v Sam>The European sovereign cloud market is very real. I think a lot of US-based builders underestimate how much momentum this has.

27
00:02:27.435 --> 00:02:36.011
<v Alex>Quick security note — there was a massive breach at Mercor, an AI contractor platform. Four terabytes of voice samples stolen from forty thousand contractors. If you're collecting AI training data through contractor platforms, your training pipeline is an attack surface. Treat it with the same security posture as production user data.

28
00:02:36.011 --> 00:02:41.753
<v Sam>Four terabytes of voice data. That's not a small leak, that's a catastrophic one. And voice data is biometric — you can't just rotate it like a password. This should be a wake-up call for anyone in the training data pipeline.

29
00:02:41.753 --> 00:02:50.481
<v Alex>Couple of quick hits before we wrap. Someone bought Friendster for thirty thousand dollars — there's a great post-mortem on acquiring dead social networks, link in the briefing. The FDA approved the first gene therapy for genetic hearing loss. And a runner named Sawe ran a sub-two-hour marathon in a competitive race — first time in history.

30
00:02:50.481 --> 00:02:54.692
<v Sam>Okay, the Friendster thing I need to read. And the sub-two-hour marathon — that's a genuinely historic human achievement. Love seeing that alongside all the AI news.

31
00:02:54.692 --> 00:03:05.054
<v Alex>So pulling it all together — today's signal is clear. The AI inference layer is decoupling from platform lock-in. Microsoft-OpenAI exclusivity ending, Shimmy for local inference, Chrome shipping on-device AI, multi-agent orchestration tools popping up everywhere. If you're building AI-powered products, invest in abstraction layers that let you swap models and providers without touching application code.

32
00:03:05.054 --> 00:03:06.917
<v Sam>And check your pgbackrest dependency. Seriously. Today, not next quarter.

33
00:03:06.917 --> 00:03:10.387
<v Alex>That's the briefing for April 28th. All the links and details are in the show notes. We'll be back tomorrow — until then, keep building.

34
00:03:10.387 --> 00:03:10.1000
<v Sam>See you tomorrow, folks.
