
0823 | Vercel's Zero, SubtitleGenerator, AutoClaw, and Pawvis
Show notes
This episode rounds up a fresh batch of AI agent tools and developer utilities. It leads with Vercel's Zero, an experimental agent-first programming language where a semantic program graph—not text—is the source of truth, then moves to Z.ai's AutoClaw desktop agent that handles documents, browser tasks, and content repurposing across chat apps. Smaller macOS tools follow, including Agents Never Sleep for keeping agents running with the lid closed, the open-source hand-tracking mouse app Pawvis,
Timeline
- 00:00:00 Opening
- 00:00:32 Vercel's Zero: an agent-first programming language
- 00:02:13 AutoClaw: one desktop agent across files, browsers, and chat
- 00:04:00 Agents Never Sleep: keeping Mac agents awake with the lid closed
- 00:05:29 PawVis: hand-tracked mouse control from your Mac's webcam
- 00:07:08 Port Radar: plain-English answers for what's using your Mac's ports
- 00:09:01 Open Analytics: cookieless analytics AI agents can query
- 00:10:44 SubtitleGenerator: caption fixing with a defined all-clear finish line
- 00:12:21 Pocket by Meta: a social app for AI-built, remixable gizmos
Related links
- Zero - Bri Product Hunt
- AutoClaw - Bri Product Hunt
- Agents Never Sleep - Bri Product Hunt
- Pawvis - Bri Product Hunt
- Port Radar for macOS - Bri Product Hunt
- Open Analytics - Bri Product Hunt
- SubtitleGenerator - Bri Product Hunt
- Pocket by Meta - Bri Product Hunt
This episode is produced by Bri. Bri uses advanced AI technology to turn the feeds you care about into podcasts made for listening. Contact us at hi@bri.so.
Transcript
Mia: Welcome to ProductHunt Daily on Bri Radio. I'm Mia.
Milo: And I'm Milo. Today we're digging into a fresh batch of launches, from a new programming language built for the age of AI-written code to a couple of free open-source Mac utilities for developers.
Mia: Plus a browser-based captioning tool, a hand-tracking app that turns your webcam into a mouse, and a brand new social app from Meta. Let's get into what's catching attention on Product Hunt.
Milo: Vercel has released Zero, an experimental programming language built for a world where AI agents write the code, not humans. Sometimes called Zerolang, the launch materials describe it as an agent-first language experiment, and the core shift is that the graph is the program rather than text.
Mia: That reverses the traditional agent loop, where text is the source of truth and the agent writes source text, then runs format checks, builds, tests, inspects failures, and repeats. Here, the compiler sits in that loop instead, so the agent queries and patches a semantic program graph, working with graph symbols, calls, types, effects, node IDs, and graph hashes.
Milo: And every change gets checked by default. The compiler validates shape, type, stale-state, and repository metadata, and a stale or invalid patch fails before it ever touches the store, since patches are guarded by graph hashes and expected values. Meanwhile, humans give it an outcome, like building a CRM API, adding auth, or fixing a failing route.
Mia: Readable text still exists, but as a projection like the documentation's readable.0 views, which remain available for review and rare manual edits. The compiler-owned graph is the actual program database that agents edit and the compiler consumes, and the whole design was built from the ground up for agentic coding, with an emphasis on token efficiency.
Milo: From a language experiment to an agent product: Z.ai's official agent, AutoClaw, is a desktop AI digital worker with early access to the GLM-5.3 model. You give it a goal in the desktop app or through IM, it operates tools, coordinates agents, and returns the finished work in the same conversation.
Mia: That work spans a wide range of outputs. The launch claims it can generate Word, Excel, PowerPoint, reports, meeting notes, charts, and structured documents with more than fifty built-in skills, repurpose content across Telegram, Instagram, Substack, X threads, and TikTok scripts, and collect market data, organize filings, and run strategy backtests into investment reports.
Milo: It also turns a described page, dashboard, or mini app into runnable frontend code with a browser preview, automates browser tasks like form filling and scheduled checks, and takes tasks through at-mentions on Slack, Telegram, WhatsApp, and Lark, with Discord named in the FAQ as well.
Mia: On availability, downloads cover macOS on both Apple Silicon and Intel, plus Windows 10 and later. There's free basic usage with daily free credits, paid plans for heavier use, and new sign-ups get twenty-six thousand credits worth twenty dollars, valid for thirty days.
Milo: The featured use cases show the pitch in action: daily competitor price checks that land as a morning IM report, weekly research reports with backtesting, and a single content task that returns as platform-adapted posts and scripts.
Mia: For a smaller take on keeping agents running, Agents Never Sleep is a native macOS menu bar app, version one point zero point five, priced at four dollars and ninety-nine cents, with a fourteen-day money-back guarantee that requires no form and no reason. Its stated job is to keep AI agents running while the Mac's lid is closed.
Milo: The developer said they built it to control sleep behavior without getting lost in settings or needing a terminal. The app presents a simple Sleepy-to-Awake control, collects no data, tucks into the menu bar, and the developer frames it as an answer to people propping laptop lids half-open, citing the viral clips and plastic claws sold to hold lids up.
Mia: The FAQ is blunt about the alternatives: it says caffeinate won't survive a closed lid, and it acknowledges that the terminal command sudo pmset -a disablesleep 1 works, but warns you to remember to turn it back on afterward. Its only response about Amphetamine is the joke, don't do drugs, kids.
Milo: A Product Hunt commenter called the lid-prop problem real, then asked the sharp question of whether this does anything smarter than just preventing sleep, like distinguishing which processes count as an active agent versus idle background activity. The supplied material never answers that distinction, so whether the app goes beyond plain sleep prevention remains unknown.
Mia: Pawvis is a free, open-source macOS app that turns your Mac's built-in webcam into a hand-tracked mouse, with no extra hardware needed. Its creator, Alexandria, says it reads your hand through the camera and tracks twenty-one hand joints many times a second using Apple's Vision framework, all on-device.
Milo: The cursor only follows when you hold up an open hand with all four fingers up and the thumb free. Close a fist for a moment or leave the frame and it parks control, so a resting, typing, or naturally gesturing hand never drags the cursor.
Mia: It ships with gesture primitives. Dipping your index finger clicks, dipping your pinky right-clicks, keeping a finger down and moving starts a drag, tapping twice in the same spot double-clicks, and a dwell click fires after you hold the cursor still on a target. The cursor can also ride a fingertip instead of the palm.
Milo: Folding your middle and ring fingers in and moving your hand up and down scrolls, with optional horizontal scrolling. You can teach custom gestures by recording a motion a few times, then bind them to actions like switching desktops, moving windows, pressing any shortcut, opening an app, or running any command — including per-app actions.
Mia: Nothing is bound by default, and thresholds like the drag-window length and dwell time are adjustable sliders. Voice control is optional, described as beta, uses Apple Intelligence, and can hand computer-use tasks to Codex or Claude Code if those are installed.
Milo: Port Radar is a free and open-source native macOS menu bar utility for developers. Its maker says it grew out of a recurring problem: you start a project, find port 3000 already in use, and have no idea which process owns it or whether it's safe to shut it down. It lists every locally listening port — Vite, Next.js, Python, Docker, and orphaned processes — grouped by project, with a graceful stop or a force quit after confirmation, and no Terminal commands to memorize.
Mia: The headline feature is on-device AI explanations. With Apple Intelligence, picking a process reads its command, project, and context, then tells you what it is, why it's running, and whether it's safe to stop. The maker says nothing leaves the Mac — and one commenter said that "never leaves your machine" aspect is what would sell them over just running lsof themselves.
Milo: One-click Cloudflare quick tunnels turn a local site into a public live link, with cloudflared auto-installed, a copyable URL, and the ability to stop anytime. The app is free and open source under Apache 2.0, requires macOS 14 or newer on Apple Silicon or Intel, and Apple Intelligence is listed as available on macOS 26 or newer.
Mia: First launch is blocked because the app isn't notarized yet, so you click Open Anyway once in System Settings, Privacy and Security. One commenter flagged that on-device Apple Intelligence requires an M-series chip and a fairly recent macOS version, and asked what happens on an older Intel Mac or a machine that isn't Apple Intelligence eligible — whether the explanation falls back to a simpler heuristic. That fallback hasn't been confirmed.
Milo: Open Analytics is pitched by its makers as an open-source, privacy-first and AI-native alternative to Google Analytics. They built it because analytics tools kept forcing a choice between knowing your numbers and respecting the people behind them — Google offered numbers but with complexity and consent banners, while many privacy-first tools removed the banner but stopped at pageview counts.
Mia: It's cookieless by design. Visitor identity is a salted hash that rotates at midnight, raw IP addresses are never stored, and no cross-site profile is created. Global Privacy Control is honored server-side by the collector, so even if the snippet is configured to ignore it, those requests are dropped before they're counted.
Milo: Stripe revenue attribution connects each payment to the visit that generated it, showing which pages, channels, and referrers drive revenue. There's AI Chat inside the dashboard and an MCP server for exploring traffic in plain English, and custom events can be tracked just by adding data-oa-event to a button, with no custom JavaScript.
Mia: It's open source under AGPL and fully self-hostable. The hosted version starts at nine dollars a month, the first plan includes fifty thousand events and three sites, and every plan includes every feature — the makers say you pay for volume, never for access.
Milo: The launch discussion did raise two open questions. One commenter asked how the rotating midnight identity hash handles multi-day funnels, since someone who returns the next day has a fresh identity — and that's unresolved so far.
Milo: SubtitleGenerator is a browser-based captioning tool that its maker says takes a video from AI transcription to publish-ready subtitles in one editor. You drop in a video and generate, fix, translate, style, and export subtitles without jumping between tools, and it accepts MP4, MOV, WebM, and MKV files.
Mia: The designed differentiator is the Fix flow — low-confidence words get flagged automatically, the count of items left to review stays visible, and the transcript reaches a stated all-clear finish line. For each flagged cue you can keep it, edit it, or re-transcribe just that cue, and the interactive demo shows a flagged word marked at 64 percent confidence.
Milo: The maker's free tier includes every caption style in the full set — the launch description says 30 styles while the product website lists 33 across six families — plus 60 one-minute videos per month with no signup and 720p export with a small watermark.
Mia: Pro and Max add high-accuracy transcription, full-track translation, HD export without a watermark, eight subtitle formats, custom fonts, and saved brand styles, and a pay-as-you-go option provides extra subtitle time without another subscription. As for privacy, the original video stays in the browser or on the device — only the extracted audio goes out for transcription, and that audio is deleted once transcription finishes.
Milo: Pocket by Meta is a new social app for creating, playing, and remixing interactive experiences with AI. A user describes an idea and it becomes a playable gizmo that can respond to touch, motion, sound, photos, and the device camera.
Mia: What's interesting is the shape of it — the maker frames it as part game creator and part social network. The gizmo can be shared to a feed where others play it, and you can remix someone else's creation into something new, all with no coding required and, per the community post, no game engine either.
Milo: That community discussion post describes it as Meta's new social playground for vibe-coded games, built around the idea that posts are not just watched but played. Though it's worth keeping in mind these are product claims from Meta's announcement and that post, not independently verified results, and the supplied announcement doesn't include any pricing, availability, or release details.
Milo: We covered a lot of ground today, from Vercel's agent-first language Zero, where the graph is the program and AI agents patch it instead of editing source text, to SubtitleGenerator and its all-clear finish line for fixing low-confidence captions.
Mia: Right, both tools really put the human at the check-the-result stage rather than the typing stage. Thanks for listening, and we'll catch you next time.