From Product Hunt

Coding agents went mobile and moved into the notch today, alongside a Meta brain-to-text release and a couple of sharp design tools.

AgentPeek — Claude Code & Codex in your Mac notch Native Swift app that surfaces live Claude Code / Codex sessions in the MacBook notch and menu bar — approve or deny permission prompts inline, watch tool calls as they happen, and track 5-hour / 7-day token usage and running dev servers. Zero setup (reads your existing hooks), everything stays local. Free for two days, then a one-time $15, no subscription.
▲ 152 · agentpeek.app
Cursor for iOS — run your coding agents from anywhere Cursor's native iOS app (public beta) lets you launch always-on cloud agents in isolated VMs or drive agents running on your desktop from your phone. Pick any frontier model, use voice input and slash commands, get lock-screen Live Activities when work is ready, then review diffs and merge PRs on the go. The most-upvoted launch of the day.
▲ 492 · cursor.com
Pluno — a browser agent that skips the UI Instead of clicking through rendered pages, Pluno talks directly to the APIs underneath web apps, so you describe an outcome and it runs the task in the background — updating records, extracting data, bulk actions, tedious SaaS work. Tested across 500+ web apps; the team claims a 34% higher success rate and ~14x faster than Claude's browser extension.
▲ 150 · pluno.ai
Brain2Qwerty v2 — decode typed sentences from brain signals Meta AI's non-invasive brain-to-text pipeline reads MEG signals and reconstructs typed sentences end-to-end across three hierarchical modules (letters → words → sentences). Reaches 61% average word accuracy (up to 78% for the best participant), trained on ~22,000 sentences from 9 volunteers. Aimed at communication aids for people with brain lesions; published in Nature Neuroscience.
▲ 137 · facebookresearch.github.io
v0 Design Systems 2.0 — build with your real components Vercel's v0 can now import your actual design system — from GitHub repos, public or private npm packages, Storybook, docs, Figma frames, screenshots, ZIPs, or a live app — and build with your components, tokens, fonts, and conventions. It acts as an adapter/skill telling v0 which components and props are safe and how to wire them into new work.
▲ 176 · v0.app
Dayflow — a private, automatic work journal for your Mac Local-first macOS app that uses on-screen activity plus AI to build a timeline of what you actually accomplished — no timers, no manual tagging — so you have receipts ready for standups, 1:1s, and reviews. Can run entirely on local AI, and it's MIT-licensed and open source.
▲ 161 · dayflow.so
Bilt.me — turn a Figma design into a real native app An AI agent that imports your Figma frames via a plugin and generates production-ready native iOS and Android apps, preserving your spacing, fonts, and colors — and you own the generated code, delivered to your own GitHub. Free to start, no credit card.
▲ 100 · bilt.me
From Reddit

Anthropic shipped Sonnet 5 to a mixed reception, while the local scene kept its head down with open-weight releases, official quants, and mechanistic-interpretability work.

Huawei open-sources OpenPangu-2.0-Flash — 92B MoE trained on Ascend A 92B-total / 6B-active MoE trained entirely on Ascend NPUs (no NVIDIA) over 34T tokens with 512K context. Weights, inference code, and training ops are released, with a DSA+SWA hybrid attention scheme and a 3-head speculative-decoding module; a 505B/18B "Pro" flagship is slated for July. Notable both as a capable open-weight model and as evidence of a maturing non-NVIDIA training stack.
NVIDIA drops an official NVFP4 quant of Qwen3.6-27B An official 4-bit floating-point (NVFP4) quantization of Alibaba's Qwen3.6-27B — ~2.5x smaller/less VRAM than BF16 while holding accuracy close to FP8 on MMLU-Pro, GPQA Diamond, and friends. Apache 2.0, 262K context, hybrid Gated DeltaNet + Gated Attention, runs on vLLM (Hopper/Blackwell). Relevant to anyone fitting the current local-coding darling on a single prosumer GPU.
Norm-preserving abliteration: 0% refusal on Qwen3.6-35B-A3B without dumbing it down A detailed write-up applying grimjim's norm-preserving biprojection abliteration to Qwen3.6-35B-A3B. The insight: vanilla abliteration shrinks weight-row L2 norms across hundreds of matrices, decaying residual-stream magnitude layer-by-layer and making the model measurably worse; rescaling each orthogonalized row back to its original norm yields 0% refusal with benchmarks intact. Genuine mechanistic-interpretability content with an open dataset and MoE-specific notes.

Quick hit.

audio.cpp adds VibeVoice 1.5B — a 93-min podcast in 23 min on a 5090 Native C++/ggml TTS runtime hits RTF 0.245 (4.08x real-time), 2.86x faster than the Python baseline, no quantization — long-form local TTS getting genuinely practical.
From Reddit

Underneath the endless Krea-vs-Ideogram noise, a new open image model surfaced and the local-video crowd shipped some genuinely useful workflow fixes.

Boogu Image 0.1 — a new Apache-2.0 10B photorealism + editing model A unified multimodal diffusion model (Apache 2.0, 10B) the community is only now noticing amid the Krea 2 / Ideogram 4 noise. The Turbo variant runs in 3-4 steps; the family includes dedicated Edit / Edit-Turbo models for object insertion, replacement, removal, and style transfer, with strong bilingual text rendering. A user's 192-prompt benchmark has commenters calling it the first model since Krea 2 with real potential to retire Z-Image Turbo.
LTX-2.3 Foley LoRA — synced sound effects without unwanted music LTX-2.3 can generate audio natively but tends to inject background music. This community-trained LoRA pushes it toward scene-synced Foley (sound effects tied to the visuals) instead, solving a real pain point for AI-video creators who were manually stripping audio tracks — and it reportedly leaves generated speech alone.

Local-video workflow fixes.

Bernini ComfyUI Infinity — 300+ frame video on low VRAM Custom nodes break the 81-frame limit via chunked conditioning with tail-memory carryover, and fix the notorious 4n+1 latent-length bug with mirrored temporal padding.
FLUX.2 edit workflow — crowd removal + relighting before inpainting A documented walkthrough (Klein 9B, GGUF Q8): one natural-language prompt clears a crowded medieval-hall scene and re-lights it to night, prepping a clean plate for masked inpainting. Full seed/steps/scheduler/LoRA included.
From Reddit

A native Mac GUI for Apple's new container tool, a couple of self-hosting utilities, and two local-first tools built for the agent era.

berth — a native Mac GUI for Apple's container tool A SwiftUI, Docker-Desktop-style app for managing Linux containers via Apple's new container tool on Apple Silicon. Notably talks to the container-apiserver over Apple's XPC framework rather than parsing CLI stdout. Free, open source (MIT), requires macOS 26 Tahoe.
Release-Argus — one pane of glass for "what's out of date" in your homelab A lightweight Go/React tool that watches websites and GitHub repos at a set interval for new releases, so you can see what's stale across your whole self-hosted stack at a glance. Proactive notifications via Gotify, Slack, Discord, or webhooks. Apache-2.0, runs as a binary or Docker container.
shared-agent-memory — coordination layer for multiple coding agents A local-first MCP tool that gives several AI coding agents (Claude Code, Codex) one shared memory store plus an edit-coordination layer: agents claim files before editing and see a shared board of active claims, with advisory warnings before touching a claimed file. Everything lives in a plain file under ~/.agent-memory. Open source.
Eulix — a fully-local "chat with your codebase" Parses Python/Go/C/C++/Rust into symbols, call graphs, and embeddings, then answers questions like "what calls this function." Hybrid retrieval layers symbol lookup, keyword, semantic search, and call-graph traversal with re-ranking; ~300-400ms queries on multi-GB codebases. Works with local LLMs (Ollama/LM Studio) or cloud. Beta.

Self-hosted & menu-bar quick hits.

PulseWeaver — "closed-door" forward-auth for self-hosters Inverts the usual model: blocks unknown IPs before they ever reach your apps' login pages. Go-based, IP-lease driven, open source.
AudioRouterNow — route Mac audio to multiple outputs at once Free GPL-3.0 menu-bar app (speakers + headphones simultaneously) using Apple's AudioServerPlugin API — no kernel extension, no restart.
From Twitter

On Twitter today: Sonnet 5's "benchnerfing" backlash, a visible migration of Western workloads to Chinese open models, Google shipping a 4-second image model, an OpenAI Codex hardware tease plus a claimed inference-cost halving, and a strong actionable-security feed.

Two standalone launches worth a look.