WEBVTT
NOTE The Rundown — nextbig.dev daily audio edition, 2026-02-19

1
00:00:00.000 --> 00:00:05.468
<v Marcus>Good morning! Welcome to the Builder's Briefing for February nineteenth, twenty twenty-six. I'm Alex, joined as always by Sam — and today we've got a big one. The design-to-code gap might have just officially closed.

2
00:00:05.468 --> 00:00:08.455
<v Nadia>Yeah, I saw this one land yesterday and honestly my first reaction was — wait, this actually works? Let's get into it.

3
00:00:08.455 --> 00:00:16.201
<v Marcus>So the hero story: Anthropic launched a Figma MCP server that lets Claude Code push prototypes directly onto a Figma canvas. And pull design context back into your coding workflow. The launch tweet alone racked up over three thousand likes and retweets — by far the highest-engagement dev story of the day.

4
00:00:16.201 --> 00:00:24.834
<v Nadia>That's wild because the design-to-code handoff has been this painful, decade-long friction point for product teams. Like, you'd have designers in Figma, developers in their editor, and this whole ceremony of inspecting specs, exporting assets, arguing about padding values. And now you can just round-trip between the two from your terminal?

5
00:00:24.834 --> 00:00:32.656
<v Marcus>Exactly. You install the MCP server, connect it to your Figma workspace, and you can generate UI components from code descriptions or pull design specs directly into your implementation context. If you're a solo builder or a small team doing both design and dev, this literally removes an entire handoff step.

6
00:00:32.656 --> 00:00:39.845
<v Nadia>Right, and what's really interesting is the bigger-team implication. Designers and developers are now essentially editing the same artifact through different tools. That changes the whole workflow from 'design, then hand off, then code' to something much more fluid and bidirectional.

7
00:00:39.845 --> 00:00:47.263
<v Marcus>And zoom out — this is MCP becoming the universal integration bus. Anthropic isn't just making a smarter model. They're building the connective tissue between every tool developers touch. If you're building dev tools or design tools and you don't have an MCP server yet, you're falling behind.

8
00:00:47.263 --> 00:00:50.452
<v Nadia>Totally. I'd say if you haven't tried MCP integrations yet, this weekend is the time. Link in the briefing for the setup docs.

9
00:00:50.452 --> 00:00:56.781
<v Marcus>Alright, let's talk models. Claude Sonnet four point six is reportedly hitting human-level web browsing in benchmarks. If that holds up, the implications for anyone building scraping agents, testing agents, or browsing automation are pretty enormous.

10
00:00:56.781 --> 00:01:04.704
<v Nadia>That's interesting because the messy reality of modern web UIs has always been the thing that trips up agents. Like, navigating dynamic pages, handling pop-ups, dealing with weird JavaScript — if the model can actually handle that reliably, it unlocks a whole class of workflows that were just too brittle before.

11
00:01:04.704 --> 00:01:11.818
<v Marcus>And on the cost side — DeepInfra hit five cents per million tokens, and AI Dungeon used them to cut inference costs by seventy-five percent. If you're running high-volume inference and haven't benchmarked DeepInfra recently, your cost assumptions might be a full generation behind.

12
00:01:11.818 --> 00:01:16.299
<v Nadia>Five cents per million tokens — I mean, that's basically free for most use cases. The Mixture of Experts approach on NVIDIA hardware is just driving these prices into the floor.

13
00:01:16.299 --> 00:01:22.703
<v Marcus>Okay, shifting to developer tools — and there's a real theme here. The terminal-based coding agent space just got crowded. Qwen released an open-source terminal coding agent called qwen-code. Think Claude Code or Codex, but fully open and self-hostable.

14
00:01:22.703 --> 00:01:29.614
<v Nadia>And Mistral dropped their own — mistral-vibe — which is intentionally minimal. Plus there's this new tool called Agent Deck, which is a terminal UI for managing Claude, Gemini, Codex, and all these agents at once. So it's not just more agents — it's tooling to juggle them.

15
00:01:29.614 --> 00:01:37.259
<v Marcus>Right. And the cost and customization trade-offs are getting really interesting now. If you want zero vendor lock-in and full control, you've got qwen-code. If you want lightweight, there's mistral-vibe. If you want the most capable out of the box, you stick with Claude Code. Lots of real choices now.

16
00:01:37.259 --> 00:01:46.828
<v Nadia>One more dev story I want to flag — Anna's Archive posted this piece called 'If You're an LLM, Please Read This,' and it hit over five hundred points on Hacker News. The llms.txt convention — structured metadata files for LLM consumption — is going mainstream fast. If you run a content site or docs, adding an llms.txt file is basically table stakes now for AI discoverability.

17
00:01:46.828 --> 00:01:51.916
<v Marcus>Great call. Also — Martin Fowler weighed in on the future of AI in software development. Big debate on Hacker News. Link in the briefing, and worth reading for the frameworks, not just the predictions.

18
00:01:51.916 --> 00:01:57.081
<v Marcus>Quick startup highlight — YC-backed CellType is using AI agents for drug discovery. They've already validated a novel cancer treatment signal by combining agentic workflows with biology foundation models.

19
00:01:57.081 --> 00:02:03.207
<v Nadia>That's a fascinating pattern — agentic workflows jumping from code generation into high-stakes scientific domains. Like, the same architecture that writes your React components is now helping find cancer treatments. The range is getting wild.

20
00:02:03.207 --> 00:02:08.751
<v Marcus>And Fei-Fei Li's World Labs is hiring for a spatial intelligence product called Marble. Limited technical details so far, but if you're in the 3D or spatial AI space, that's where serious talent and capital are flowing.

21
00:02:08.751 --> 00:02:15.915
<v Marcus>Two security items to flag quickly. First — there's a zero-day CSS vulnerability, CVE twenty twenty-six dash twenty-four forty-one, actively being exploited in Chrome right now. Patch your browsers today, not next week. If you're shipping web apps, make sure your whole team updates.

22
00:02:15.915 --> 00:02:22.876
<v Nadia>And then there's an exposed database with billions of Social Security number records accessible online. Billions. If you handle PII, this is your weekly reminder — audit your database exposure, rotate credentials, and make sure nothing's publicly reachable that shouldn't be.

23
00:02:22.876 --> 00:02:27.079
<v Marcus>Also, Google's public certificate authority went down. So if you had cert issues yesterday, that's why. Monitor the status page if you depend on Google-managed certs.

24
00:02:27.079 --> 00:02:37.761
<v Marcus>Rapid fire — Runway Gen four point five is now on Replicate's API, no waitlist. Recraft V4 hit Replicate too with vector SVG generation, which is still pretty rare via API. A universal file converter called p2r3 slash convert has almost two thousand GitHub stars. There's a comprehensive RAG techniques repo trending. And Oscar Health migrated over six hundred users from Jira to Linear in one month — that's quite a move.

25
00:02:37.761 --> 00:02:43.609
<v Nadia>Oh, and one more — thousands of CEOs in a Fortune survey admitted AI has had no measurable impact on employment or productivity yet. Which doesn't mean AI isn't useful — it means most orgs haven't figured out the integration layer.

26
00:02:43.609 --> 00:02:51.811
<v Marcus>Which is actually the perfect segue to the big takeaway. MCP is rapidly becoming the integration layer that matters. Today's biggest story is Claude Code to Figma, but look at the full picture — Supabase published an MCP tutorial, Replicate shipped an agent skill for model discovery, terminal coding agents are multiplying.

27
00:02:51.811 --> 00:03:00.342
<v Nadia>The pattern is clear. If you're building developer tools, AI features, or agent workflows, MCP compatibility is becoming the price of admission. And if you're building agents specifically, now is the time to evaluate the open-source options against Claude Code and Codex. The trade-offs are real and getting more interesting by the week.

28
00:03:00.342 --> 00:03:05.253
<v Marcus>That's the briefing for today. Links to everything we mentioned are in the show notes. Go install that Figma MCP server this weekend — I have a feeling that's going to change a lot of workflows.

29
00:03:05.253 --> 00:03:06.1000
<v Nadia>Seriously, do it. And patch Chrome first. We'll see you all tomorrow.
