Modern Creator
The Next New Thing · YouTube

Free Wispr Flow, ElevenLabs & CapCut Alternatives + More GitHub Hits

A weekly two-host roundup of the top trending GitHub repos — this week heavy on free self-hosted alternatives to paid creator and developer tools.

Posted
2 days ago
Duration
Format
Review
educational
Views
24.8K
1.1K likes
Big Idea

The argument in one line.

The paid creator and developer tool stack now has a free, self-hosted GitHub alternative for nearly every category, and local execution is often faster and more private than the subscription version.

Who This Is For

Read if. Skip if.

READ IF YOU ARE…
  • A developer or creator paying monthly for dictation, voice cloning, or design tools who wants to know which subscriptions are now cancellable.
  • Someone using Claude Code or another coding agent who wants smarter, cheaper context management across large codebases.
  • A builder who follows GitHub trending but wants a curated human filter with live demos and host reaction before trying things.
  • Anyone interested in self-hosting tools for privacy, speed, or cost reasons rather than feature parity alone.
SKIP IF…
  • You want hands-on setup tutorials — this is a discovery and evaluation show, not a step-by-step install guide.
  • You are uninterested in AI coding agents; roughly half the tools assume Claude Code or similar as the runtime.
TL;DR

The full version, fast.

Free GitHub alternatives now exist for nearly every subscription tool creators and developers rely on. FluidVoice and voicebox together replace both Whispr Flow and ElevenLabs; penpot replaces Figma with self-hosting and bidirectional MCP support for agent-driven design; OpenCut aims to replace CapCut but is not there yet. Google TimesFM brings no-training-required time-series forecasting to anyone with a data sequence. The broader signal: agent-native tools that plug into Claude Code outpace traditional locked-in editors because they are infinitely extensible.

Free for members

Chat with this breakdown — free.

Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.

Create a free account →
Chapters

Where the time goes.

00:0000:27

01 · Cold open + show intro

Andrew teases the three headline tools and introduces the GitHub trending report format.

00:2704:03

02 · #1 OpenMontage

Agent-native video editor: describe a video in plain language, Claude Code renders it with real stock footage. Number 1 trending repo.

04:0306:09

03 · #2 codebase-memory-mcp

99% token reduction for coding agents by giving them persistent codebase memory.

06:0907:39

04 · Community segment: Matt Van Horn

Andrew wants to interview the creator of two notable repos and calls on the audience to help make contact.

07:3911:06

05 · #3 TimesFM (Google Research)

No-training-required time-series forecasting model. Controversy on Hacker News explained. Real use case: ad campaign forecasting.

11:0613:21

06 · Zapier MCP (sponsor)

One MCP URL, 8,000+ tools. Andrew story: 1 hour-plus with Google Workspace vs 5 minutes with Zapier MCP.

13:2115:27

07 · Bonus: peerd

Browser-based local AI agent, no backend, no telemetry. Supports Ollama and local models. Privacy-first agentic browsing.

15:2717:15

08 · Bonus: FluidVoice

Free Whispr Flow alternative, fully local Mac dictation. Adam cancels Super Whisper live. Endorsed by a 44k-word power user.

17:1518:18

09 · Bonus: birdclaw

X/Twitter reader by Peter Steinberger. Surfaces topics you care about without algorithmic feed noise.

18:1821:18

10 · #4 worldmonitor

Global OSINT dashboard: conflicts, military activity, live webcams, news aggregation. Framed as a Polymarket prediction edge tool.

21:1824:27

11 · #5 penpot

Self-hosted Figma alternative. Designs output as real code. MCP server lets Claude Code create designs bidirectionally. Raised $20M.

24:2727:00

12 · #6 voicebox (jamiepine/voicebox)

Free ElevenLabs alternative. Clone any voice in 30 seconds. Also does local dictation. 34k stars, TypeScript.

27:0029:51

13 · #7 system_prompts_leaks

Leaked system prompts from Claude Code, Cursor, ChatGPT, and 30+ tools. Best used as a prompt engineering swipe file.

29:5131:39

14 · #8 Agent-Reach

Give agents direct read access to Twitter, Reddit, YouTube, GitHub, LinkedIn via one line. Handles anti-scraping proactively.

31:3932:42

15 · #9 daily_stock_analysis

Free AI robot reads your watchlist daily and sends buy/sell/hold dashboard to phone. Part of a growing financial AI trend on GitHub.

32:4235:24

16 · #10 OpenCut

Open-source CapCut alternative. 60k stars, 7k forks. Rewriting to go headless and agent-friendly. Website was down during filming.

35:2437:21

17 · How to evaluate open-source tools

Adam framework: commit recency plus multiple diverse sponsors. Both hosts reflect on why agent-native beats locked-in editors.

37:2139:53

18 · Closing and next episode tease

Andrew on curation process. Outro. Tease for the companion AI apps episode.

Atomic Insights

Lines worth screenshotting.

  • FluidVoice is a 3.5 GB download because the entire voice model is bundled in the app, which is exactly why it is faster and free forever.
  • A Wispr Flow power user with 44,000 words dictated cancelled their paid plan after one week on FluidVoice.
  • voicebox (jamiepine/voicebox) clones a voice in under 30 seconds from a short sample with no subscription required.
  • penpot MCP server lets Claude Code create designs inside the tool — something Figma AI integrations cannot do in the other direction.
  • codebase-memory-mcp cuts coding agent token usage by roughly 99% by giving agents persistent searchable codebase memory.
  • OpenCut has 60k GitHub stars but its demo website was down during filming — a bad reliability signal for a video editing tool.
  • TimesFM does not predict events; it decomposes a number sequence into trends, seasonality, and residuals — a critical distinction.
  • Zapier MCP connects agents to 8,000+ tools via one URL; a direct Google Workspace agent connection took over an hour and still failed.
  • The hosts two-question tool longevity test: recent commit timestamps on repo files, plus multiple diverse sponsors not just one backer.
  • Agent-native video editing via Claude Code and OpenMontage produces footage that does not look AI-generated because it uses real stock clips.
  • peerd runs a full AI agent loop in the browser with no backend and no telemetry, supporting local models via Ollama or LM Studio.
  • System prompt leaks from Cursor, Claude Code, and 30+ tools are most valuable as a prompt engineering swipe file, not a security story.
  • worldmonitor brings Palantir-style geopolitical dashboards to self-hosters for free, framed as a Polymarket prediction edge tool.
  • Both hosts agree: locked-in editors like Descript and CapCut frustrate because the AI is good but the UI is a ceiling — agent tools remove that ceiling.
Takeaway

Which subscriptions you can cancel today.

WHAT TO TAKE AWAY

Local execution is now good enough to replace most paid creator and developer SaaS — the question is which ones are genuinely ready and which are still early projects.

01#1 OpenMontage
  • Agent-native video editing via Claude Code produces real footage montages without AI-generated slop because it pulls stock clips not image generation.
  • Coding agents are more flexible than traditional video editors because you can script any missing feature in minutes rather than waiting for a roadmap.
02#2 codebase-memory-mcp
  • Coding agents burn tokens answering basic codebase questions on every run; a persistent memory layer cuts that cost by roughly 99%.
  • Pairing LSP-style codebase awareness with memory is more powerful than either alone — the agent knows what changed AND where it matters.
03#3 TimesFM
  • TimesFM models patterns in number sequences not causes — it cannot predict a war disrupting supply chains, but it detects the disruption once it shows up as a pattern.
  • Numerical AI for forecasting has been enterprise-only for decades; models like TimesFM make it accessible without a data scientist.
04peerd
  • A browser AI agent with no backend and no telemetry is practical now because the best open-source local models are within roughly eight months of frontier performance.
  • Local model file size is the real cost of bundled AI tools — FluidVoice is 3.5 GB because the voice model ships inside the app, which is also what makes it fast.
05FluidVoice
  • FluidVoice replaces Wispr Flow and Super Whisper for Mac dictation: fully local, corrects as you speak, handles slang, no API keys, faster than cloud alternatives.
  • A power user with 44,000 words dictated switched and cancelled their paid plan after one week — strong signal the tool is production-ready, not a demo.
06#4 worldmonitor
  • Self-hosted OSINT dashboards reframe geopolitical data from an expensive enterprise product into a free personal research tool.
  • Prediction markets like Polymarket function as crowd-aggregated probability estimates useful for validating or challenging a business thesis.
07#5 penpot
  • penpot MCP server enables bidirectional AI design work: Claude Code can create, read, and modify designs — something Figma current AI integrations cannot do.
  • Open-source design tools backed by institutional funding and former Figma leadership have enough runway to be serious alternatives, not just hobbyist projects.
08#6 voicebox
  • voicebox clones a voice in under 30 seconds and produces output indistinguishable from the original — a free replacement for ElevenLabs core voice cloning feature.
  • Combined with FluidVoice for dictation, voicebox eliminates the need for both a voice-cloning subscription and a speech-to-text subscription simultaneously.
09#7 system_prompts_leaks
  • System prompts for major AI tools are mostly not secret — Anthropic published the Claude Code system prompt publicly on their own blog.
  • The real value of a system prompt leak collection is as a formatting and style template: point an AI at the repo and ask it to learn how the best teams structure instructions.
10#10 OpenCut
  • OpenCut is the CapCut open-source alternative to watch but not rely on yet: website down, single sponsor, early-stage despite 60k stars.
  • The right open-source video editing path right now is agent-native (Claude Code plus tooling like OpenMontage) rather than a feature-for-feature CapCut clone.
Glossary

Terms worth knowing.

MCP
Model Context Protocol — a standard that lets AI agents connect to external tools and services through a single URL or configuration, without writing custom integration code for each one.
BYOK
Bring Your Own Key — a model where you supply your own API credentials rather than the app bundling a shared subscription, giving you cost control and data ownership.
peerd
An open-source browser-based AI agent that runs entirely client-side with no backend server, supporting local models and peer-to-peer sharing via WebRTC.
TimesFM
A Google Research time-series foundation model that predicts future values in a numerical sequence (sales, traffic, spend) without needing to be trained on domain-specific data.
OSINT
Open Source Intelligence — collecting and analyzing publicly available information such as news, webcams, and social media to build situational awareness.
Polymarket
A prediction market platform where users bet on the probability of real-world events; prices reflect crowd-aggregated probability estimates used increasingly as research signals.
LSP
Language Server Protocol — a standard giving code editors deep codebase understanding (symbol lookup, references, impact analysis); codebase-memory-mcp applies the same idea to AI agents.
penpot
An open-source, self-hostable design tool that outputs real code from designs and includes an MCP server for agent integration, positioned as a Figma alternative without the rental model.
Resources

Things they pointed at.

Quotables

Lines you could clip.

15:27
I dictated almost everything for six months to Whisper Flow, 44,000 words. Last week I tried Fluid Voice, open source, runs local on my Mac, corrects as I speak with no API keys, handles slang better than I expected, cancelled my paid plan.
Concrete social proof with a specific number — a power user verdict in one sentence.IG reel cold open↗ Tweet quote
16:56
Never mind. It is working. It is great. I am canceling my other subscription.
Real-time in-episode live cancellation — compressed product validation in 9 words.TikTok hook↗ Tweet quote
22:14
Stop paying money to rent your designs and then figure out how to get them coded.
Tight anti-SaaS line that works as a standalone quote on ownership vs rental.newsletter pull-quote↗ Tweet quote
02:38
When I use Claude Code I do not feel limited by anything. I am not limited to this one editor experience that does not have that one little feature I needed.
Captures the agent-native thesis in one line — works as a standalone rant clip.IG reel cold open↗ Tweet quote
10:40
I have been waiting for these two things to combine: old numerical AI that has been used for decades and new text AI — how can I feed whatever data I want without needing a data scientist.
Frames the numerical AI wave in plain language with no jargon.newsletter pull-quote↗ Tweet quote
The Script

Word for word.

Read-along

Don't just watch it. Burn it in.

See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.

metaphorstory
00:00I got a Whisper Flow alternative that's free, self-hosted, and super fast. Coming up, I've got an AI tool that with one prompt will create a beautiful video for you with no AI slop, I guarantee it. And I'm going to show you a tool that will clone your voice so free your mom won't even know it's not real.
00:17All that and so much more coming up. Presented by Zapier, the AI automation company. All right, Adam.
00:22People freaking love this thing. They're actually using the repos or they're learning about how to build with them. And so let's teach them what the top 10 trending GitHub repos are for this week.
00:33Number one, and I like to start with number one, not make people wait till the end of the list to get to it. Number one is open montage. Here it is.
00:40You describe a video in plain language. And your coding agent will research it.
00:44We'll script it. We'll edit it. We'll render the whole thing.
00:47Usually I like to click directly into the GitHub and show you around so that I can get your feedback. But I actually want to show you what this looks like first and then let's get your feedback. Here is a YouTube video showing what it looks like in the end.
01:00Look at this. Really nice, right? I'll show you the prompt in a moment.
01:05I'm not going to play the whole video cuz this thing just goes on and on and on, but it's like nice. It's dramatic. It doesn't look like it's AI generated.
01:14It doesn't feel cheesy. Look at this. It merges well together.
01:18Here's the prompt that he used to create it. >> And this is actually without any of the video API keys. So, which is awesome.
01:24So um once you run claw code and put your prompt inside cloud and then you can see that after uh running the prompt for example we're making a 75 second documentary mountage about city life in the ring at night. So once everything >> that's it it's like two sentences that he has in there. Are you able to hear him talk by the way Adam?
01:43>> Yeah I am. Yeah. >> Excellent.
01:45Two sentences he gets the whole thing. It's done on his computer. He specifically wants no AI generated images.
01:51He wants real footage and he got it. What do you think about this one? >> I mean, that explains why it doesn't look AI generated because it's it's all it's like stock footage, right?
02:01Like, it's not AI generated. It's just cutting that together. I mean, I think that's interesting for a dramatic clip of rain falling with cool music.
02:09But, but I also think it's it's like, why would I use this? Andrew, you've used a lot of these tools. Why would I use this instead of Dcript or Cap Cut or something like that?
02:18What what gap does this fill? >> Uh, Cap Cut does have some of these features in it. Dcript is having some of these fe features in it.
02:25Neither one of them is as fully baked as this. And then also, Adam, what I'm seeing is a lot of people are using cloud code to create videos, whether it's it's edit their videos of themselves, and a lot of them are using like text over their screen or images, but they're not using B-roll or they just want just standard B-roll and um and even 11 Labs voices.
02:43And what this does, >> you know, Andrew, I think I'm I'm frustrated in like Dcript and Cap Cut. I'm usually frustrated by the experience. you know, they've built these nice interfaces, they've built AI into them, but they're still very limited. And when I use cloud code, I don't feel limited by anything.
02:59So, I actually have started to prefer tools like this that plug into cloud code and let me combine tools and use part of this tool, part of that tool, and now I'm not limited to this like one editor experience that, oh, it doesn't have that one little feature I needed to finish the video. Cloud code is like, "Oh, write me a little script that can build that tool that I want really quickly." And it says, "Great, I I'll do that." So, I I love these because they supercharge kind of the Cloud Code experience by not requiring that you have to rebuild this stuff from scratch.
03:29They've done a lot of the work. Uh, but then it's still flexible in a way where I could build anything that I could possibly dream of. >> More and more of my friends are using Claude Code to edit their videos.
03:39Um, I like it. I think this is really interesting. No wonder it's number one.
03:42It works well. I should also say that he specifically wanted it all on his desktop and he didn't want to pay for API keys, but you can if you decide that you do want to have external tools, if you do want to have AI generated images, this thing does it. It's very robust.
03:55It's a really good uh experience and no wonder it's number one for this week. Let's go on. What's number two?
04:02Number two is codebase memory MCP. Boy, this report is getting longer and longer because I also wanted all these links in here. I wanted the Reddit cut.
04:10Um, we'll have a link to the report below. I obviously can't anymore read everything that uh live. Um, but what do you think of this?
04:19This this person by the way from on Reddit. Uh, this is Andrew O. Uh, codebased memory MCP review. 99% token cut for code agents.
04:27Been running coding agents on a few repos lately and kept watching them burn through tokens just to answer questions like who calls this function or what's the impact of changing X? Got annoying fast. Found this tool.
04:38That's what he's using it for. What do you think? >> Yeah, I mean these are awesome.
04:42This is like the AI version of the the LSP tools coders have used for a really long time, which is like how do you give your coding environment access and understanding of even a very large uh code base? There's a lot of files different places and an AI is very happy to just use a hammer and change something and not realize it broke something else.
05:03It's a tool like this or an LSP that that lets the agent know, oo, I need to look at this. I need to consider these things.
05:10And honestly, the the idea of coupling memory with it is something that that to me is very exciting because I struggle if I'm working on five projects at a time. I even struggle to remember, oh, I need to remind this agent to look at this file and where was that function and how do I want to change this feature? I I forget.
05:28And man, I'm I'm exhausted a lot of the the time now. Like I'm a I'm a dad. like I I've got kids like and I these things are are really powerful when they couple these kind of well-built tools like an LSP with memory and then they give they give access to the those things you know through MCP which is the agent's favorite way >> for my research I I've been adding these so what to just remind me to tell the audience why it matters here's the so what of this it makes an AI coding agent smarter and cheaper on big code bases it stops >> cheaper is a big is a big part of that.
06:03>> Um, all right, Adam. As you know, we've been getting a bigger and more passionate audience. It's time for us to activate them.
06:10I need your help. This man is wanted. Matt Van Horn, he is a creator we've talked about before.
06:15He's got two projects here on GitHub. One of them actually trended and made it into our list. One did not, but is still good.
06:21And I want to have him on here to talk about them. He is ignoring me, but he's a nice guy and I'm sure that he's getting a lot of people who are reaching out to him, so I'm not blaming him. But if anyone out there knows him and wants to support the show here, reach out to him.
06:34And if you don't know him, reach out to him on X. And if you don't know him and don't want to reach out to him on X, maybe you can throw me a like and a subscribe. I'm really trying to build this up.
06:43And let me let me also just to show you what a nice guy he is beyond building this. This is an experience, Adam, I think you could relate to. Was this from this morning?
06:50Yeah. No, from yesterday. He goes, "I love open source.
06:52Freddy Monttero, soccer star player from Columbia and Seattle Sounders number two all-time goalcorer submitted two PRs, two pull requests, both merged into slash30 days. Now let's listen to this. This is where the story I think is so relatable to you.
07:07He texted me last week, quote, "Can I get breakfast and stop by your office? You helped me out to set up Claude Code." >> Matt did and now he's shipping PRs. Isn't this like your experience where you got me excited and then I started building and now I'm coming back in and showing you what I did?
07:22>> Yeah, that's amazing. >> This is the beauty. All right, guys.
07:25If you're out there, help me get Matt. And if you're not, >> Matt, we know you're out there. We want to talk to you.
07:30>> Yeah, >> maybe we should submit some uh some PRs to to to get on his radar. >> That might be the next step. Okay.
07:39Boy, this really is going on too long on the page. All right. Um, this one is from Google Research.
07:44It's Times FM. it it you feed it a sequence of numbers like what your sales data is, what the demand is, what the traffic, how your ads are performing, anything. And this is what got controversy on hacker news and I'll show it in a moment. Then it predicts what comes next.
07:58It does not need to be trained to do this. I'm going to show you the GitHub repo right here. Then I'll show you the controversy on hacker news.
08:05People were shocked shocked that this actually can work and didn't believe it. But let's take a look at it. Um, I somehow find the concept of a general time series model strange.
08:15How can the same model predict egg prices in Italy and global inflation in a in a reliable way? And how would you even use this model given that there are no explanations that help you trust where the prediction comes from and people came in there and started explaining it. What what is not generally understood is that these models don't predict egg prices or inflation in Italy.
08:38They decompose a time series of trends, seasonality and residuals. That's why they're act that's what that's what they're actually modeling. They cannot predict wars in the Middle East uh influencing inflation unless there is a seasonal pattern.
08:51Um and then people say well actually seasonal pattern for wars in the Middle East maybe. Here's a here's a real use case that will show everybody how you might be able to incorporate this by a Googler. Uh he says,"I when I worked on Google ads, we used time series forecasting to compute the odds of an ad campaign reaching its goal to tell users how likely they were to hit their goals." See, a ton of unsophisticated advertisers would just draw a line from zero to the number they were at today.
09:16Projected then they would project that line to the end of the month and they would consider that the forecast of the amount of conversions and spend that they were going to hit. This of course doesn't take into account various seasonalities, the time of day, time of year, etc. and it gives them a poor forecast. That's what this is for.
09:35>> Andrew, Andrew, I have a I have a confession to make. >> Yes, sir. I >> I've been guilty of this.
09:40We've been guilty of this. >> You know, it's the only thing you can do reasonably in a spreadsheet. You look at the number and you know it's not right, but you're like, "Ah, it's about the best I can do in in Google Sheets if that's where we're, you know, reporting." So, sorry, guilty.
09:55That's that's me. I'm I'm I'm very excited to to see this coming from them though because we've got all these language models and I've thought for a long time now you know old AI AI's been around for for decades and we've been using it for decades. Facebook is AI all ads are AI uh you know the model underneath but it's machine learning and it's numerical AI and this new AI is all text AI and text AI is not very good at math.
10:18It's good at storytelling. It's good at understanding concepts. And so I've been waiting for these two things to combine with each other to say, well, how can I feed whatever data I want without having to learn how to train my own machine learning model because today, if you want to do machine learning and you want to do your own forecasting, you're going to need a data scientist.
10:38You're going to need a data engineer. That's still just as complicated as it was 10 years ago.
10:43So, I'm really excited to see this stuff coming out of Google, and I'm hoping that this is the first of like many reports, many uh research articles that they put out, and that this will be a wave of numerical AI kind of for the masses, for you and me. >> I love this. I love that we could incorporate it.
11:01I love that we have access to it. Thank you, Google. All right, that's the third most popular or third trending repo of the week according to GitHub.
11:09I want to do a quick mention here of Zapier MCP. Adam, I got to I got to tell you a quick story. This week on X, there was this trending story by a Googler who goes, "I was fired for giving people access to Google Workspace using CLI because what he wanted to do was say all these people like Android are using Hermes agent, Open Claw, etc.
11:27I want to give them access so that their agents get access to all these tools." I message him and now that we're getting a little bit of clout, plus he's a nice guy. I'm a nice guy.
11:35I say, "Could you please come on and do do a video with me showing me how this works?" He comes on with me and he goes, "Andrew, I want to show you, but my setup is like in between. I'm now re redoing my whole system here. I can show you, but not that much." I said, "How about if I show if I connect my Hermes agent to all these tools because I want to give my Hermes agent email, calendar, and so on." He goes, "Yeah, >> yeah, >> dude.
11:55The guy who built it gets on on a call with me. We spend over an hour trying to connect it with Google Cloud." And everyone who I talk to about Google Cloud goes, "Oh, I hate that thing.
12:05We had to do that. We had to do so many things." by the end of over an hour working with the guy who created this who everyone was heralding for for adding more access to agents so that they could use Gmail calendar asauna all that I mean Google uh Gmail calendar etc. >> I couldn't make it work.
12:21I go oh but now I really want this. So, you know what I did? I go to Zapier MCP, zapier.com/mcp, no exaggeration, I connect it in and I say not only give it Gmail, Google calendar, but also uh I give it access to I don't use a sauna to notion, etc.
12:37It happened in less than freaking 5 minutes. Now, Adam, you might say to me, couldn't you just tell Hermes to connect to it directly? Yes and no.
12:44First of all, it's not so simple to connect to it directly. Number one, I don't want to use the browser. Number two, and number three, freaking Hermes agent goes stupid sometimes, and I don't want it to go stupid on apps that matter to me and my team.
12:57That's why I use Zapier MCP. If you're out there and you haven't tried it, zapier.com/mppcp. I went long with this because it's coming from a place of passion.
13:05If you're building, give your tools access to all your other tools that you have and do it in a reliable way that won't just take for freaking ever. All right, let's go on. Since we got Zapier, we are now going to give three special mentions to uh repos that are not trending, but I'm noticing people talking to them.
13:23We're going to break into our top 10 list with these three. This is peered. It's an AI agent that lives in your browser.
13:30No backend, no telemetry, no going anywhere. Here's what it does. Many of us have used uh Gemini in the Chrome browser where you get on the right side, you start asking questions.
13:41What if you don't want to use Gemini? What if you want to use a different model? What if you want to use your own self-hosted model?
13:47That's what this guy created. It was on Hacker News and I thought we'd show it. What do you think of this one?
13:52>> I think it's awesome. I think this is this is one more of those bridges that I'm excited about. Local AI models today.
13:59They're okay, but they're they're, you know, eight months behind. The best open source models are about eight months behind the frontier. And today's Frontier models are great.
14:08So in eight months, >> that's true. >> It's I think it's true. >> Really?
14:12>> The GLM the Oh, yeah. I mean 5.2 >> you I've been seeing benchmarks that say that it's very close to Opus 48 that it's only beaten by Fable. >> Yeah, they're close ways.
14:23They're farther off in in others. I mean, they they kind of they choose the thing they want to compete on, but let's let's say they're at most eight months behind, right? That's that's my point is that they're very close to the performance of it.
14:36And as those are models or that you're capable of running on your, you know, laptop or maybe you have a Mac Mini or something, well, shoot, now I can start to run tools like this. The data stays locally on my computer or in my network. It's a lot faster because it's all local and I get the control of what model do I want when and OpenAI doesn't get my data.
14:55Enthropic doesn't get my data. Google doesn't get my data. I'm pretty happy about those things.
15:00I'm I'm one of the many like Duck.Go go users because years ago I was like, you know, I don't love going to google.com all the time just telling them about my life and so I switched to duck.go. This this thing is like right up my alley too. >> I switched to GLM 5.2.
15:14I love it. Haven't looked back. Inexpensive.
15:17It's fantastic. Folks in the comments tell me whether Adam is right that they are eight months behind or whether I am right that they are neck andneck. I'd love to hear from you all.
15:25Really, some of these people are freaking smart. I mean, if they're watching this, of course they are. Okay, there we go.
15:31Next one is fluid voice. This is because a lot of people in the comments said to me that at one point I must have mentioned that I use something other than Whisper Flow. Well, people have been asking about it.
15:41This is like the Whisper Flow for free. All you have to do is go to GitHub and get it.
15:45Or even if you're not a GitHub person, you can just go to their website like a normal human being, download it, and start using it. Um, and I have another uh version of this later on that we'll talk about, but here's here's from uh Dillip. He goes, "I've dictated almost everything for six months to Whisper Flow, 44,000 words, etc., etc.
16:07Top 1.1% of users on Whisperflow. Last week, I tried Fluid Voice, open source, runs local on my Mac, corrects as I speak with no API keys, handles slang better than I expected, cancelled my paid plan." The benefit of having it on your on your computer is not just that if you say any random stuff that it won't go into the cloud, which is also a nice benefit.
16:26It's also, I find, faster when it's on your computer than if it has to go to the cloud. Doesn't use a bandwidth. >> Good find.
16:33>> Oh my god, I love it. I I'm a Super Whisper paying subscriber and today when we get off this call, I'm going to go try this and I might cancel my Super Whisper subscription, too. >> Where do they get the I can cancel it?
16:45>> Whisper Flow 15 bucks a month. I find it to be stupid. It's stupid.
16:49And with all the competition, it's because people Anyway, folks, try it out. Let me know what you think of it. Let's go on to >> Time out.
16:56We recorded about an hour ago and Adam tried Fluid Voice. Check out his response. He at first thought he had an issue, but he goes, "Never mind.
17:04It's working. It's great. I'm canceling my other subscription." All right.
17:07So, there's another endorsement for Fluid Voice, and I'm glad that we get to do these sessions so he can try it out. Back to the program. One more honorable mention.
17:17This is Bird Claw from Peter Steinberger, the creator of OpenClaw. Here is the project website. You can see here how easy it is to set up.
17:26I want you to um I should also click over to GitHub. Does it help that I'm actually showing the GitHub? Uh not for this one, the repo.
17:34Um I will show you this tweet from him. I find this to actually show the clarity and the benefit of it. What we're talking about is an easier way to interact with Twitter that organizes here this screenshot that organizes the things that matter to you in the order that you want and makes it a lot let's say a lot less distracting and a lot less uh Twitter centric and more youentric.
17:57>> Cool. >> That is cool. It it pulls the the topics and things that I'm interested in and like presents me that information but just not without me having to go to x.com.
18:06Is that what you're telling me? >> Yeah. without you having to use X.com like a like a regular human being. Yes, >> I think it's >> I think it is kind of cool.
18:14People have been talking about how great this is in my little nerd circle. I thought I'd share it with the broader circle. Now, back to our 10 top 10 list.
18:21Number four, World Monitor. Listen, there are people who are running big companies, who are paying for data from Palunteer, who have all these dashboards, who are trying to figure out what's going on in world events and how they're impacting them. Or maybe they're just trading stocks, or maybe they're just trying to make money on Poly Market.
18:38Well, you don't have to pay for all this. There is a repo on GitHub called World Monitor that puts it all right on your screen. This is the kind of dashboard that you get with wars that are going on or military activities.
18:50And I will actually, instead of showing you this, I find the tweet to be really nice. I'm going to show you this kind of creepy video cuz I just freaking love it. I'll just play little bits of it.
19:04Hack, cyber, and code. They go directly into Ubuntu, >> start from scratch, go into GitHub, install it. This, of course, will be in the report for those of you who are getting this report.
19:17Um, and then you can see here military bases, nuclear sites. You can check off the box on the left to see it. >> I don't know that I want the nuclear site data on my computer.
19:28Can I like definitely uncheck that box so that I'm not involved in whatever weird stuff going on there? >> Right. Um, from what I understand, this is so that you can enter the prediction markets, which are now getting so popular, and decide what you're going to to put money on.
19:44>> You know, Andrew, something something we've started to talk about, like we've got this, you know, venture studio and we build businesses. Something we've started to mention more lately is as we're evaluating an idea for a business, we say, "Oh, I wonder what the people on Poly Market or call sheet think of this." you know, there's some trend that we think is going to happen and like it's a guess and we can look at news articles and like wait a minute other people are already betting on this trend and we can use that and we are using it now as a great source of information for well what does everyone else think is going to happen and actually like as I'm looking at this like well man that maybe I could put all of our like thesis ideas in here and have that help scrape news but also KHI poly market and others to get these to get these like analytical signals.
20:29Uh, you know, I was a little bit distracted by all the militarybased stuff. But but if I could if I could not run the military based stuff and do this other that's pretty interesting. >> No, look at this.
20:40Like this is just a screenshot. It's it's a little bit old obviously, but it's like Israeli forces escalated strikes and clashed with Hezbollah in eastern Lebanon resulting in dozens of deaths. This intensifi this intensified conflict marks a significant regional destabilization.
20:54You've got Iran theater. Uh you've got live webcams from just anyone who happens to have it on in Tel Aviv in the in different parts of the Middle East. This is like just looking at one little event here.
21:04They've accumulated everything here together. Um I shouldn't say one little event in the in the the with with everything that's going on in the world. This is one aspect of it, but man.
21:13Okay, let's move on to the next one. Um obviously if you're using that you and you don't want to tell me, I understand. Um, let's move on to pen pot.
21:23This is like I love this line that I came up with or at least I loved it last night at 11 o'clock as I was writing it. Stop paying money to rent your designs and then figure out how to get them coded. This is me trying to establish why this is the Figma alternative that is self-hosted.
21:39And the reason for that is I saw a lot of people who were using this complain that with Figma you have to keep paying them. you don't really own your designs and then getting them coded up is tough versus penpop which is open- source. It's an alternative and it makes it much easier to turn what you've got into code.
21:58In fact, where's the where's the line actually that I got from them? Free self-hosted Figma alternative and every design comes out as real code. And this has done so well that they've actually raised $20 million um >> partially because oh look led by partially Figma's exco Eric Whitman and other angels and partially it's because when Figma just blew up people said well what's the what's another alternative?
22:26This was taking off. >> I mean this is awesome. I I love, you know, I you and I have both tried the Claude uh Claude design tool that they put out a month or or so ago now, and we were both, I think, a little bit underwhelmed by the depth and capability.
22:43And, you know, I don't know about you, but I ran out of credit in about 10 minutes of of it was like, "Oh, well, I guess I'll try again next week." And so being able to run this stuff locally, have it connect to my AI locally, maybe use a local model to do it, but honestly, I'm probably still going to connect it to GPT55 or something, uh, that's pretty awesome.
23:04And I'm a I'm an avid Figma user, have been for a long time. It's really powerful to to prototype, but yeah, it kind of feels like a walled garden now. So this is a this is a pretty exciting thing to to try.
23:16>> I don't understand the name. Do you know where the name PenPot? >> Penpot?
23:21No. Um, this is less LLM building and more human beings building. >> Yeah, but it connects.
23:28I saw in there there's an MCP server, so I can build in here. It's like replacing the the UI of Figma, which I love. But then I can like connect my agent to it through MCP to presumably vacuum out all of that information, help code and and stuff like that, right?
23:42Like, yeah, >> that's >> Oh, and it can go back and forth. Oh, that's that's really cool because a lot of the Figma stuff is kind of get it out of Figma, but it's hard to use AI or like cloud code to create designs in Figma. If I could use AI to create designs in penpot, man, I'm I'm really sold then.
23:58I'm I'm excited. I'm selling myself on this thing. >> Oh, come on.
24:03Hacker News is Hacker News is blocking me because I have an agent go and search everything. >> This should work. It's but but honestly the I do I do like controversy on hacker news because I find that it is insightful.
24:16Um I don't think the controversy here is really that big. Self-host it or use it. Move on.
24:22Okay. Voice box. Remember earlier I said that there is another free dictation tool taking on Whisper Flow that's doing well.
24:29This is it. It's actually Voice Box. That's not the number one thing that they do, but if you look at their website, you you will see that they also are doing it.
24:38The number one thing that they do though is they will clone voices. They will take text and turn it into beautiful, easy to edit voices. I think they've just been doing a phenomenal phenomenal job here.
24:49This just keeps doing well. I actually, you know what?
24:51Um I I don't I don't like this. You don't have to pay for 11 Labs and Whislow subscription anymore. You never have to.
24:59This is this is just as good, but it's more than that. It's the ability to build it in, take control. Let me do a quick video here for you to show you what it looks like and then I'll take your your feedback on it.
25:11This is what my real voice sounds like. And this is my AI cloned voice. Hi, this is Kevin's AI voice.
25:17You probably can't tell the difference. I was able to clone it in under 30 seconds. I'll show you how to clone any voice on your PC with no subscriptions and no complicated setup.
25:27All you need is a short voice sample and you could generate new speed. >> It's fantastic. Um, >> cool.
25:33>> What do you What do you think of this one? any any thoughts, >> man? I love the local trend. Uh, you know, and and voice does seem to be one of those things where the models aren't that big.
25:43I you might not have been paying attention, but I've been watching like as we look at some of these tools, uh, how big like the peered one for example, or not peered, what what was the what was the other voice one we talked about here? >> Uh, man, I forgot. >> Fluid voice.
25:57I noticed that if you download Fluid voice, it's a 3 and a half gigabyte download. Like, oh my god, that's a lot of space. Well, but it's because they have the whole voice model built into the app and that's why it's so fast.
26:08That's why it's free. And then because it's local, you get all this control. And so these voice I think is a is a great beach head into bringing, you know, whatever you're paying for service-wise online.
26:19Like I would disagree, Andrew. I think you probably could cancel 11 Labs. You probably could cancel Whisper Flow and replace it with uh, you know, with either of the two tools that we've talked about today.
26:29>> Okay, fair point. I like the push back on it. Um, by the way, I've used AI generated voices here because you know me, Adam, I flub words all the freaking time and uh I mean we were looking earlier at the repos before we got started and as I looked at the name I mispronounced it or like reversed it.
26:48Anyway, I use it all the time. There's no other way. Otherwise, what am I going to do?
26:52Go and re-record? The re-recording is not going to sound as natural because >> when you use one of these, it kind of matches the rest of what you've put up there. >> That's right.
27:01>> Okay. Next, this is just a repeat of last week system prompt leaks. You had a take on this, which is first of all, let me let me just do this.
27:11I love these things. Look, >> somebody leaked the system prompts of cursor, clawed code, lovable, and 30 plus AI coding. >> They really make it sound like it's this nefarious hacker who saved the day.
27:24It's It's not exactly that as you explained. Would you do that again? >> Yeah, I mean, somebody leaked them.
27:30That's true. Like in the Anthropic case, Anthropic leaked them uh live on their blog site. You know, it's not it's not so secret.
27:38Uh but I would love a you know, I'm a sucker for for a dramatic music backing track. Um yeah, all these guys, the the system prompt is the set of instructions that the model provider gives to the model for all the tools that you're familiar with using. Claude Code has a system prompt and it goes something like you are Claude Code. you are a helpful coding assistant.
28:01You work in this way. You don't work in this way. And every one of these tools that you've used has a system prompt.
28:07And and you know the the leak is not there's no security risk here. There's no nothing. The the way that I look at these is I build a lot of AI tools and what I've got in front of me are perfect examples from the best people in the world on how to write a system prompt.
28:22So I'm looking at the template. I'm looking at the style, the formatting. I'm looking at oh for opus what did they include in the system prompt and what did I think they would tell it that they didn't tell it because you know oversharing with the system prompt can also lead a a model arry.
28:38So I'm looking at these and when I'm writing a new system prompt Andrew I'm pointing clawed code at a repository like this and saying hey go and learn from this real quick. I want to write a system prompt that you know anthropic would say looks like it's among the best of the best.
28:54So what you said is exactly what the Washington Post had said here. Use it to learn how to prompt properly. They also said you can see how they're dealing with things like biases.
29:07Like apparently Google has an antibbias thing. >> Um the one thing that's not going to work in the link that I have is this. What they did was they said, "Okay, >> see how with a different system prompt your your uh user prompt changes the results you And the reason it doesn't work is Washington Post is a paid subscription and I wanted everyone who gets this report to have access to everything in here.
29:29And so I use the archive.is link for this one. I've been doing stuff like that before with these reports. We've had takedown requests in the past.
29:37People saying, "Wait a minute, the Washington Post, you have to pay for it. Make your users pay by linking." Um, if we get it taken down, it's taken down.
29:45But for the time that it's up, it's in the description. Feel free to go and grab it and then it's yours. Let's move on to the next one.
29:52Uh, we've also talked about this one before. Agent reach. Give your agent the ability to actually read the internet, Twitter, Reddit, YouTube, GitHub by pasting one line.
30:02This is something that I incorporate into the work that I am doing here. Um, basically what I did was I gave the this link to claude code. I said, you know how I put this research together?
30:12What should we use? I said, well, I think we could use this but not that. Let's keep going.
30:18And so that's where that's what uh that's what I ended up doing with this. Really helpful. >> Yeah, it's awesome.
30:24>> So some of these some of these like AI scraping tools like the AI browsers and even plugins for your browser, they're really good plugins that bring a sense of like agentic behavior to the human browsing experience. A tool like this kind of flips that on its head and it says, "Well, wait, you know, your agent really doesn't want to use a browser.
30:45It doesn't want to have to click all those buttons. It doesn't want to like sit as an extension." This is a way to give the agent direct access to all these sites on the internet.
30:55And and they've got built in, you know, there's there's this war of, well, if I'm LinkedIn, I don't want you to scrape me. If I'm Twitter, I don't want you to scrape me. Well, these guys are doing their best to to stay ahead in that war where it's going to give your agent the best tools that work today for scraping LinkedIn posts, for scraping Twitter, for really any website on the internet.
31:17But they've got a couple here that that they focus on to make sure that you're not going to get blocked like you just got blocked from hacker news a minute ago. This tool exists to help your agent not get blocked in the same way.
31:29>> I guess I'm going to have to use this for hacker news now. Ah. Um, I do I do hate that I have to go through all that.
31:36All right. I've got a nice video here, but we've talked about this repo before, so I'll leave it in the report for anyone who wants it. Let's move on.
31:42Daily stock analysis, a free AI robot that reads the market for you for your watch list daily, and then it sends you buy, sell, hold, a dashboard for your phones to help you make the right decision. We don't really cover much uh stock information, but I do like that people will go in the past the the geeks used to have spreadsheets with what their stocks were doing.
32:03If they got a little bit more sophisticated, they might connect it up to something where they have real-time data. It's not for trying to um time the market. It's for trying to get a better understanding of what you have, the decisions that you make, and so on.
32:18And so now these tools are taking that same approach and they're they're making it a lot smarter. Um that's that's where we are with this.
32:26I haven't tried it. I'm not I'm not into the stock market, but I want to identify that this is a big trend here. Financial information on GitHub.
32:35>> Yeah, I don't have much more to say than that. >> Okay. Uh and finally, number 10, Open Cut.
32:41Cap Cut is great, but I have to tell you the one thing that I do freak out about is giving Cap Cut, the video editor, access to my computer. In fact, I have it isolated somehow. And it's because it does some crazy freaking stuff.
32:56I don't like that when I use uh when I use, what's the name of that company? When I use that company software, um, Bite Dance, that it copies my clipboard. What do you need the clipboard copying?
33:08I don't like what it's doing on my computer. I don't like how I get to download it from the app store where I feel safer downloading Cap Cut and then it sends me for the update to the web and I was like no the whole idea of using the app store was to get around that. So I do understand that I don't think that I use all their features and so for the simplicity of editing I understand that this cap cut alternative called open cut is uh it's easier uh sorry it's it's desktop and it's in your control and you can install it.
33:37I do want to give people just one big note about this one. It's not great. It's not a great video editing experience.
33:45It doesn't have all the features uh that Cap Cut has. It has had some problems where it's a little bit weirdly buggy. I don't think this is the right direction to go in.
33:56I think what you and I were looking at earlier, which is like let Claude Code edit, I think is smarter. Um, so instead of duplicating Cap Cut, I like to see um, open source take it to the next level and do what Cap Cut can't do, you know, go to Cloud Code, build it with my AI agents.
34:14>> Yeah, I think that's a good point, Andrew, where where, you know, I said this earlier when we were looking at at at some of the other tools. It's like, well, my problem with something like Dcript or Cap Cut is that I'm limited by a kind of crummy UI. The AI is amazing.
34:30I mean, the generative capability is amazing, but sometimes I'm limited by the UI or just they don't have a button where I need a button to do something. And the open- source version of Cap Cut is going to suffer from that times 10 because it hasn't been around as long. It hasn't had as much testing.
34:46And so, the reason to go to to uh Claude Code, Open Code, whatever, and let those things use all these video tools is that you get the flexibility and you can let Claude Code fill in the gaps. And I agree. I I don't think this one is is going to do that.
35:02And this video is a hard problem. It's very complex. There's a lot of signal.
35:07The files are big. And so they've they've taken a pretty ambitious project on. You know, I I'm I'm excited if they can accomplish it because I would love to use this instead of Cap Cut like you said.
35:18Uh but I I think it's a it's an uphill battle and they've got a long way to go. >> They are rewriting it from the ground up. they are going headless so that you don't need that that interface and your AI can use it and see. >> So let's see how it goes.
35:32That might be amazing. >> Let me let me tell you something. If you go to new.opencut.app, >> it has been down.
35:38It's been it's been down which doesn't give me a good feeling about it. I want them to succeed. Don't get me wrong.
35:45Usually, Andrew, if I'm going to build around an app like this and I get a couple bad signals early on, you know, it's unreliable, the website's down, the two things that I go and look at. Go back to the GitHub for me real quick. >> I I want everybody to see this.
35:59This is like, you know, I don't want to learn this tool if the tool's going to go away, right? So, number one, scroll all the way down. Who's sponsoring this?
36:07>> So, foul.ai. Okay. >> This is a good sponsor to be supported.
36:11They they're great at video. Uh >> but but I I I want to see a reliable sponsor, but I also want to see multiple sponsors really because why is FAI sponsoring this? And you know, if in any place where you get one sponsor that's paying all of it, well, they're kind of in control and they're going to make decisions that are best for them.
36:29I want to see a couple competitive sponsors that all make sense there. And then the next thing is I scroll all the way up and look at the files here. When were they updated? 5 days ago.
36:39That's a pretty good signal, right? You know, some of these you'll look at it and it'll say last month or three months ago.
36:46I'm looking right here on the right side. Five days ago, five days ago, three months. And and if you're not seeing a lot of activity there and it's not very reliable, oo, I cut and run.
36:55But here, like one sponsor that's pretty good, I'd like to see more uh but a lot of activity. Like they very well could could come out of this slump. >> I'd like to see them do well.
37:06I'd like to see more video editing. Um, I do have again in the report there's a tweet that they put out where they were talking about how they're rewriting it, what their vision is. They're taking people's uh requests to heart like the keyboard first mode, etc.
37:21Okay, >> cool. >> I've spent hours on this report. Literally hours.
37:25Even though I have obviously clawed code helping me put this thing together, I spent hours because I want to make sure that there's no hankypanky, that I don't end up with somebody who is clearly trying to game the system and get in here. I want to make sure that we've got useful information and that I'm curating the videos to make sure that they're helpful.
37:42If uh if this has been helpful, I would really appreciate it if you gave us a like, if you did subscribe, or even frankly, if in the comments you told me what you hated about it because that helps me improve. I want this to be the best uh way for you all to understand what's going on in open source and more importantly how you can use it and build with it.
38:00Um, and Adam, I was doing this last night with my with my um Michelob Ultra, which is like the wussiest beer. That's what I'm down to. But I'm trying to like watch my calorie intake.
38:11And at the same time, I feel like Thursday night, baby. Everyone's watching soccer. I'm sitting here at my desk just preparing for tomorrow.
38:17Let's enjoy a little bit of beer. >> Me and AI. Yeah.
38:21>> Yeah. You've had a week like that, too, where like you couldn't take much time because you had kid duty, right? >> Oh my gosh.
38:28I Yeah. I've got my my kids alone this week. My wife's out of town and and so I'm I'm off work basically at 1000 p.m.
38:34And yeah, with one or two nights I think I sat down and had a beer, chilled on the couch, and it's like, man, I got to crash and go to bed. But yeah, it's uh you know, you need a little refreshing. And honestly, Andrew, like AI, it's exhausting.
38:49It it I'm I'm more tired at the end of my workday when I've worked with AI more. just constant decisions, constant back and forth, constant frustration. I I've I've not cursed at my computer so much in years than like compared to the last 6 months. But, uh, it's also so fun.
39:07It's so it's it's addicting. Um, and I but it, man, it it drains me. I put so much so much into the apps that we're building, so much into the shows like this that we're working on, and everything that feel like at the end of the day, I'm just done.
39:22>> I'm glad to hear that you're frustrated. Sometimes I feel it's cuz I'm stupid or I'm missing something and a smarter and more engineering oriented person wouldn't have that problem. Okay, now that this video is over, so far what we've talked to you about is GitHub.
39:33I now have actual apps that you can use right now that are AI based that we hunted down for this week. There's a link for you to watch it right now. Just go use it.
39:41You don't have to incorporate it. You don't have to do anything. It is amazing what you could achieve.
39:46Or frankly, just sit back, watch it with a Michelob Ultra, and watch your weight like Andrew. All right, go see you in the I'll see you in the next video.
39:54Bye.
The Hook

The bait, then the rug-pull.

Three subscription cancellations in one episode. The hosts open with a tease: a free Whispr Flow alternative, a one-prompt AI video generator, a voice cloner indistinguishable from real — then spend forty minutes delivering, live-browsing GitHub repos as one co-host cancels a paid plan between takes.

Frameworks

Named ideas worth stealing.

35:24list

Open-source tool health check

  1. Recent commit activity on GitHub file timestamps
  2. Multiple diverse sponsors rather than a single company backer

Adam two-question filter for whether an open-source project is worth building on.

Steal forEvaluating any GitHub repo before committing to it in a production stack
26:14concept

Subscription cancellation map

FluidVoice cancels Whispr Flow and Super Whisper; voicebox cancels ElevenLabs; penpot cancels Figma. Three paid categories now have credible free replacements.

Steal forStack audit: map every recurring SaaS payment to its free GitHub equivalent
CTA Breakdown

How they asked for the click.

VERBAL ASK
37:21subscribe
If this has been helpful, I would really appreciate it if you gave us a like, if you did subscribe, or even frankly, if in the comments you told me what you hated about it.

Honest and understated — framed as feedback-seeking not a hard ask. Works because the episode earns it with genuine research.

FROM THE DESCRIPTION
PRIMARY CTAWhere the creator wants you to go next.
OTHER LINKSAlso linked in the description.
Storyboard

Visual structure at a glance.

open
hookopen00:01
OpenMontage demo
valueOpenMontage demo03:38
TimesFM README
valueTimesFM README10:40
peerd GitHub
valuepeerd GitHub15:23
FluidVoice dictation demo
valueFluidVoice dictation demo15:55
worldmonitor dashboard
valueworldmonitor dashboard19:31
penpot intro
valuepenpot intro22:52
voicebox GitHub
valuevoicebox GitHub25:34
OpenCut GitHub
valueOpenCut GitHub34:03
closing report slide
ctaclosing report slide37:36
Frame Gallery

Visual moments.

Chat about this