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

1
00:00:00.000 --> 00:00:04.319
<v Marcus>Hey everyone, welcome to Builder's Briefing for February 16th, 2026. I'm Alex, here with Sam, and wow — today's feed is basically a love letter to agentic coding tools.

2
00:00:04.319 --> 00:00:08.612
<v Nadia>Yeah, it's wild. I scrolled through this morning and it felt like every other trending repo was some new piece of the AI developer toolkit. There's a clear theme here.

3
00:00:08.612 --> 00:00:13.728
<v Marcus>So let's start with the big story. OpenClaw — an open-source, cross-platform personal AI assistant — just blew past twelve thousand GitHub stars, making it the hottest repo in today's feed by a mile.

4
00:00:13.728 --> 00:00:19.589
<v Nadia>Twelve thousand stars. That's serious velocity. And the key detail for me is that it's local-first. You run it on your machine, on any OS, and you own your context. That's the pattern developers keep voting for with their stars.

5
00:00:19.589 --> 00:00:26.582
<v Marcus>Exactly. And it's not happening in isolation. We're seeing GitHub launch their own Agentic Workflows extension, Charmbracelet ship a tool called Crush for terminal-native agentic coding, plus curated skill libraries for Claude Code. It's a whole ecosystem forming at once.

6
00:00:26.582 --> 00:00:33.369
<v Nadia>Right, and what's interesting is the architecture that's emerging. It's not one monolithic assistant trying to do everything. It's a local orchestrator like OpenClaw that calls out to specialized skills through agentic workflows. Composable pieces, not a big blob.

7
00:00:33.369 --> 00:00:38.176
<v Marcus>That's the signal. If you're building in this space, the advice is clear — don't build another orchestrator. Build the best plugin or skill for the orchestrators that are already winning.

8
00:00:38.176 --> 00:00:40.181
<v Nadia>Which honestly is great advice for any platform play. Go where the gravity is.

9
00:00:40.181 --> 00:00:47.276
<v Marcus>So let's dig into some of these developer tools. GitHub's gh-aw extension is a big deal — it brings agentic workflows directly into the GitHub CLI. So if you're building CI/CD pipelines that involve LLM calls or automated code review, there's now a first-party way to do that.

10
00:00:47.276 --> 00:00:55.374
<v Nadia>No more duct-taping GitHub Actions to some external agent framework. That's huge for anyone running real production pipelines. And then on the Claude Code side, there's this tool called Get-Shit-Done — love the name — which enforces a spec-first workflow so you're not just throwing spaghetti prompts at your agent.

11
00:00:55.374 --> 00:01:00.336
<v Marcus>Plus sixty-six curated Claude Skills that turn Claude Code into domain-specific pair programmers. Database optimization, accessibility audits — you skip the prompt engineering for common tasks.

12
00:01:00.336 --> 00:01:06.943
<v Nadia>I want to shout out Charmbracelet's Crush too. These are the folks behind Bubble Tea and all those gorgeous terminal UI libraries. Now they're bringing that same polish to agentic coding for people who live in the terminal. No Electron, no VS Code required.

13
00:01:06.943 --> 00:01:12.778
<v Marcus>A couple more worth flagging quickly. RAG-Anything from HKUDS handles multimodal documents — text, tables, images, charts — in a unified RAG pipeline. If you've been hitting walls with PDFs, this is purpose-built for that pain.

14
00:01:12.778 --> 00:01:17.637
<v Nadia>And Chatterbox from Resemble AI dropped as open-source text-to-speech claiming state-of-the-art quality. If you're building voice interfaces, definitely benchmark it against Coqui and Bark.

15
00:01:17.637 --> 00:01:24.655
<v Marcus>Now here's the counterpoint to all this agentic excitement. Martin Fowler published a piece arguing that supervisory programming — where you're reviewing AI-generated code across multiple tasks — actually creates worse context switching than just writing the code yourself.

16
00:01:24.655 --> 00:01:30.851
<v Nadia>That's interesting because it challenges the whole "let AI do five things in parallel" fantasy. The productivity math isn't always obvious. You think you're saving time, but you're burning cognitive overhead bouncing between review contexts.

17
00:01:30.851 --> 00:01:35.607
<v Marcus>And Jeremy Howard from fast.ai piled on with a sharp critique of vibe coding. His argument: developers who don't understand what their AI generates are building fragile systems. Period.

18
00:01:35.607 --> 00:01:38.486
<v Nadia>Both of those are essential reads if you're managing a team adopting these tools. The links are in the briefing.

19
00:01:38.486 --> 00:01:45.607
<v Marcus>Shifting to the AI and models section — GitHub ran a developer survey on where AI coding tools actually deliver value. The answer? Boilerplate generation, test writing, and code explanation. But developers still don't trust AI for architecture decisions or complex refactoring.

20
00:01:45.607 --> 00:01:51.314
<v Nadia>So basically, trust AI with the tedious stuff, keep humans on the hard stuff. If you're building AI dev tools, that's your roadmap — double down on the tasks developers already trust you with and expand outward from there.

21
00:01:51.314 --> 00:01:55.633
<v Marcus>There's also a fascinating argument from Latent Space that OpenAI should build Slack — that the real moat is becoming the communication layer, not just the model layer.

22
00:01:55.633 --> 00:02:01.263
<v Nadia>That one's more compelling than it sounds on the surface. If AI companies start vertically integrating into productivity software, it reshapes the competitive landscape for anyone building AI-native collaboration tools.

23
00:02:01.263 --> 00:02:06.379
<v Marcus>Okay, security corner. Wired is reporting that Google's AI Overviews are vulnerable to deliberate misinformation injection. Scam content is showing up as authoritative answers in AI search summaries.

24
00:02:06.379 --> 00:02:11.906
<v Nadia>Yikes. So if you're building anything on top of search APIs or AI-generated summaries, you absolutely need a verification layer. Don't trust AI search output as ground truth in your pipelines. That's a real footgun.

25
00:02:11.906 --> 00:02:17.408
<v Marcus>And news publishers are restricting Internet Archive access over fears of AI scraping. If you depend on the Wayback Machine or Archive.org APIs, start building fallback sources now. Access is getting less reliable.

26
00:02:17.408 --> 00:02:19.413
<v Nadia>That's a sad one. Collateral damage for legitimate research and archival work.

27
00:02:19.413 --> 00:02:25.840
<v Marcus>Quick hits before we wrap. CS enrollment is declining as students pivot to AI-specific majors, which means in two to three years your junior hire pool will know a lot of ML but may lack systems programming fundamentals. Plan your onboarding for that.

28
00:02:25.840 --> 00:02:27.896
<v Nadia>That's a real hiring implication people should be thinking about now, not later.

29
00:02:27.896 --> 00:02:35.429
<v Marcus>YC-backed Balance launched AI bookkeeping for small businesses with human accountant oversight — the hybrid AI-plus-human pattern that keeps winning in regulated domains. Also, Flashpoint Archive has preserved over two hundred thousand web games and Flash animations, which is just delightful.

30
00:02:35.429 --> 00:02:39.053
<v Nadia>Bless those people. And a sad note — Hideki Sato, the designer of every Sega console, passed away at seventy-five. What an incredible legacy.

31
00:02:39.053 --> 00:02:46.560
<v Marcus>Rest in peace. Alright, so the big takeaway today. The agentic coding toolchain is fragmenting into composable, specialized pieces — orchestrators, workflow studios, skill libraries, and spec systems. Don't build another monolith. Build the best plugin for the orchestrators that are winning.

32
00:02:46.560 --> 00:02:51.830
<v Nadia>And if you're adopting these tools on your team, heed Fowler's warning. Pick one agentic workflow, go deep with it, and resist the urge to run five AI tools in parallel. The context-switching cost is real.

33
00:02:51.830 --> 00:02:56.458
<v Marcus>That's a wrap for February 16th. All the links are in the briefing. We'll be back tomorrow to see how this agentic toolchain story keeps evolving. Until then, ship something great.

34
00:02:56.458 --> 00:02:58.000
<v Nadia>And maybe just one agentic tool at a time. See you tomorrow!
