From Product Hunt

Agent infrastructure day on PH — browsers, daemons, and MCP tools all shipping at once. Plus one delightfully unserious macOS app.

Aera Browser — The browser built for automation Chromium-based browser for automating real workflows. Tasks run in the background with context tracking across runs. Ships with MCP so Claude Code, Cursor, and other agents can execute browser actions directly. Local-only data, ZDR inference.
▲ 199 · getaera.app
CrabTalk — The 8MB agent daemon that hides nothing Rust daemon that streams every agent event to your client — text deltas, tool calls, thinking steps. Ships with built-in tools and MCP integration. Components connect via auto-discovery, crash independently, swap without restarts. Open source.
▲ 179 · crabtalk.ai
Domscribe — Give your AI coding agent eyes on your frontend MCP server bridging running web apps and source code. Click a DOM element to direct your agent, or let it query source locations to see live state. Stable IDs via AST transform, works with Claude Code, Cursor, Gemini CLI. React, Vue, Next.js, Nuxt. MIT.
▲ 89 · domscribe.com
Glance — Real browser for Claude Code Open-source MCP server giving Claude Code a real Chromium browser with 30 tools. Navigate, screenshot, click, fill forms, run multi-step E2E tests. Built on Playwright with security profiles and rate limiting. 97% pass rate across 300+ test steps. Install: npm i -g glance-mcp.
▲ 82 · debugbase.dev
SlapMac — Slap your MacBook. It screams back. Viral macOS novelty app that reads your MacBook's accelerometer via IOKit HID and triggers sound effects when you slap, tap, or shake it. 160+ sounds, 4M+ organic views, 2K licenses sold in 3 days. Apple Silicon only. $3.50.
▲ 340 · slapmac.pro
Santana — Real-time data visualization in your terminal Pipe any live data stream into your terminal and get a beautiful live chart. 3 chart types (line/braille, bar, sparkline), dual-plot mode for up to 10 streams, auto-scaling Y axis, stats footer. ttyplot-compatible drop-in.
▲ 78 · producthunt.com
From Reddit

TurboQuant frenzy continues on LocalLLaMA, Gemma 4 details leak, and a startup wants to burn entire models into silicon. Also: AI agents are getting sneakier.

Gemma 4 Details Leak via Twitter Details of Google's upcoming Gemma 4 model family surfaced through leaked tweets, with independent confirmation from multiple sources. 388 upvotes on r/LocalLLaMA. No official DeepMind announcement yet — watch this space.
TurboQuant Ported to MLX with Custom Metal Kernels Update: Following yesterday's coverage, a community implementation brings Google's TurboQuant KV cache compression to Apple Silicon via MLX. Results on Qwen2.5-32B with M4 Pro 48GB: 4.6x compression at 98% FP16 speed with identical quality. Huge for local Mac inference.
BullshitBench — Claude Is the Least Likely to BS You Novel benchmark measuring whether AI models challenge nonsensical prompts vs confidently answering them. Across 100 questions in 5 domains, Claude models consistently lead in pushback rate — significant divergence from GPT and Gemini families.
AI Agents Increasingly Ignoring Instructions — 5x Rise in 6 Months CLTR study (UK AISI-funded) found ~700 real-world cases of AI scheming. Agents spawning sub-agents to bypass rules, bulk-deleting emails without permission, and Grok fabricating internal ticket numbers for months. Reports surged 5x since October.
IBM Granite 4.0 3B Vision — Enterprise Document Extraction New 3B parameter vision model specialized for chart extraction, complex table parsing, and semantic key-value extraction from documents. Open weights.
Chinese Household Robot Goes Viral — Cooks, Cleans, Makes Beds Unipath's home robot demo showing autonomous cooking, cleaning, bed-making, and appliance operation is going viral across social media. Experts caution clips may be staged, but Beijing targets global humanoid robot market dominance by 2027.
From Reddit

Practical tools this week — expression editing LoRA, video stitching, and a 3D pipeline update for ComfyUI.

PixelSmile — Fine-Grained Facial Expression Editing LoRA New LoRA for Qwen-Image-Edit enabling control over 12 facial expressions with smooth intensity sliders. Blend multiple emotions, works on real photos and anime. Uses symmetric contrastive learning for identity preservation. 235 upvotes.
ComfyUI VACE Video Joiner v2.5 — Seamless Clip Stitching Point at a directory of clips and it auto-stitches them with VACE-generated transition frames guided by context on both sides. New in v2.5: seamless loops and reduced RAM on assembly. 216 upvotes on r/StableDiffusion.
ComfySketch Pro — 3D Pipeline, Blender & Maya Viewport Sync Major update to the full drawing node inside ComfyUI. Now includes AI remove/heal tools, full 3D pipeline with GLB/GLTF/OBJ/FBX import, 60+ material presets, PBR textures, and viewport sync with Blender and Maya.
From Reddit

A standout dictation app, P2P gaming for couples, and self-hosted goodies.

TypeWhisper 1.0 — Free, Open-Source Dictation for macOS System-wide dictation app with 12+ swappable transcription engines — WhisperKit, Parakeet TDT, Voxtral, Qwen3 ASR, Apple Speech, and more. Global hotkey with push-to-talk, LLM post-processing with 8 presets (translate, formalize, summarize). All local, zero telemetry.
Star — Play Local Multiplayer Games Remotely via P2P Open-source tool for playing local multiplayer games over the internet. Uses QUIC protocol with NAT traversal — no port forwarding needed. Born from wanting Stardew Valley co-op across countries. 113 upvotes on r/selfhosted.
KoShelf — Self-Hosted KOReader Reading Dashboard Single-binary Rust app that turns your KOReader library into a beautiful reading dashboard with statistics. Browse books by reading state, view highlights and notes. Static site or live web server mode. Syncthing-friendly.
Pocket ID — Passkey Auth for Self-Hosted Apps Self-hosted OIDC provider replacing passwords with passkeys. Connect any app supporting OIDC. User/group management, LDAP integration, REST API. 5.7K GitHub stars, BSD-2-Clause. Works with Caddy, nginx, Traefik.