From Product Hunt

A utility-first day: your iPhone reborn as a free Stream Deck, a menu-bar meter for your Claude budget, a 3D window into your coding agents, plus a graph-native RAG engine and a subscription hunter that actually cancels for you.

PhoneDeck — turn your iPhone into a free Mac controller A Stream Deck built from hardware you already own: PhoneDeck turns your iPhone screen into a fully customizable Mac control surface — media controls, app launchers, and custom buttons — over your local network. No hardware to buy, no subscription, works out of the box. Built solo in seven days because the developer wanted it himself.
▲ 213 · phonedeck.io
Termi Protocol — watch your AI coding agents build, live in 3D A 3D simulation layer for agentic workflows: give your coding agents a face, a desk, and a room, then watch them read, write, and run commands in real time like a game. You still run the agents — Termi just visualizes what they're doing, which is a surprisingly readable way to keep tabs on a fleet of subagents.
▲ 170 · termiprotocol.com
CentryAI — subscription tracker that finds what you forgot Built by someone who was paying for 11 subscriptions they'd stopped using. CentryAI scans your Gmail or iCloud for recurring charges, scores which ones you're not using, and its Cancel Finder jumps you straight to the exact cancellation page in one tap. No bank linking, emails are never stored, and it speaks 18 languages.
▲ 189 · centryai.app
LimitBar — your Claude usage limits in the menu bar If you power-use Claude Code (especially with Fable), the usage limits are your work budget. LimitBar keeps all of them in the Mac menu bar, refreshed every 60s, so you can plan the day instead of re-running /usage. Native Swift, under 1 MB, no Electron — it reads the same numbers Claude shows you and spends zero tokens doing it. €2.99, source included; unofficial.
▲ 10 · gumroad.com
LinkingMem — a graph-native RAG engine A high-performance Rust + Python engine that fuses vector search and graph traversal into one pipeline: query → embedding → HNSW retrieval → graph expansion (BFS) → ranking → LLM answer. Built for fast multi-hop reasoning with a memory system you structure yourself, rather than a black-box "it just works" store — the kind of configurability worth a look for a self-built memory setup.
▲ 10 · linking-mem.vercel.app
From Reddit

A study found AI impersonations of politicians read as more authentic than the real people, DeepSeek V4 Flash reached 1M context on a single card, and a homegrown RP benchmark exposed exactly where local models quietly fall apart.

DeepSeek V4 Flash now fits 1M context on a single RTX PRO 6000 fairydreaming merged quantized-KV-cache fixes into their DeepSeek V4 llama.cpp branch (combining upstream PRs plus their own CUDA support for GGML_OP_CONCAT on quantized tensors, so the KV cache stops spilling to CPU). The payoff: the IQ2XXS quant of V4 Flash runs 1M context on one RTX PRO 6000 with q8_0 KV cache — one commenter reports ~33 tok/s across a mixed 8-GPU rig. The long-context breakthrough, not just another quant.
A homemade RP/agentic benchmark ranks 8 local models — and finds their hidden cliffs A fantasy-RP suite (quest completion, scene endings, item/time tracking, character detection, storytelling) graded by an external LLM judge: Gemma 4 31B 87%, Qwen3.6-27B 82%, Gemma 4 12B 80%, Mistral-Small-24B 72%, down to Rocinante-X-12B 55%. The interesting part is the category-level collapses — models that ace "completing quests" fall apart on "NPC thoughts" or "summarizing quests," invisible if you only read the headline score. Community consensus: Gemma 4 12B is underrated.
Helios — a Rust/MLX stack to run Gemma 4 12B on a 16GB Mac Open-source Rust workspace with a hand-written MLX backend for Gemma 4 12B (4-bit) on a 16GB M5: CLI, localhost OpenAI-compatible server, Ratatui TUI console, RAM+SSD prefix caching, and speculative decoding — 15–492 tok/s decode depending on context.
Fitting Qwen3.6-27B to ~95K context on a single 32GB 5090 A practical write-up (launch flags included) getting Qwen3.6-27B at Q8 to ~95K context on one 5090 — plus the top-comment rule of thumb worth internalizing: prefer a Q6 model with a clean KV cache over a Q8 model with an aggressively quantized cache. "Doesn't matter what quant you start at if your cache is dirty."
From Reddit

Krea 2 kept hardening into real production tooling — a multi-panel storyboard node set and consolidated training/inference configs for three current models — alongside a claimed 21x acceleration method and a structured prompt suite with local Ollama.

Cinematic multi-panel storyboards in Krea 2 with custom ComfyUI nodes A dev's "Storyboard Tools" nodes solve the hard parts of grid generation in Krea 2: asymmetrical panels beyond four cells, per-panel expression control, and character/environment coherence across a large grid — all from a 5–10 word prompt. The node graph produces a consistent six-panel cinematic sheet, exactly the kind of asset workflow that's usable for real storyboarding, comics, or layout comps. WIP, but the visual proof is strong.
Consolidated Krea 2 / Ideogram 4 / Klein 9b LoRA training + inference configs A well-known trainer's first config package in over a year, bundling both the training configs and the matching inference workflows for three current-gen models. The core insight: a bad inference workflow makes a good LoRA look terrible (and an over-complex one hides a bad LoRA), so you need both sides — the download covers character/style training on the newest models, adaptable to local rigs.
"MrFlow" claims 21x on Z Image, 10x on Qwen Image — and the community stress-test A newly announced acceleration method claims roughly 21x speedup on Z Image and 10x on Qwen Image with "minimal quality loss." The thread is worth it for the informed skepticism: commenters warn there's no free lunch — loss that's imperceptible on illustration can wreck skin and hair on photoreal work — and point to the already-shipping alternative SPEED (ComfyUI-SPEED), which they've been running successfully with Krea 2 and Anima.
Orion4D MetaPrompt — a structured prompt-engineering suite for ComfyUI Reusable .txt/.csv list blocks, manual text blocks, custom separators, independent seeds, and dynamic blocks in a dedicated web UI — replacing stacks of text and random-selector nodes. Includes local Ollama integration for prompt enhancement and batch image-to-prompt captioning, plus a standalone List Constructor utility.
From Reddit

A bumper crop of native Mac and self-hosted tools: an all-in-one notch utility, a multi-monitor stage manager, Quick Look for everything, a GUI for Apple's container CLI, sonic-analysis playlists for Jellyfin, a menu-bar keep-awake tuned for Claude Code, and more.

Droppy — one open-source app that replaces a whole utility stack A native macOS Swiss-army utility (v14.1, MIT-licensed): file shelf, clipboard manager with OCR, screenshot tool, transcription, media controls, color picker, window snapping, and a quick terminal — all modular extensions living in the notch or a floating pill. Free core with an optional ~€6.99 supporter unlock; very much a power-user's playground.
BetterStage — window "stages" for people running 30+ windows across monitors Saves named multi-monitor layouts and switches every window on every display instantly (Opt+1–9), with per-monitor Window Modes (native, Bento Box, tabbed) and optional AI Staging that arranges apps from a natural-language prompt. 45 updates since its last showing; 3 stages free forever, Pro one-time from $19.99. Aimed squarely at a many-projects, multi-display setup.
Unfold — Quick Look for the formats macOS forgot A Quick Look extension (v2.6.0) that previews folders, archives (browse without extracting), source code with syntax highlighting, Markdown with TOC/Mermaid/math, LaTeX, CBZ/CBR/EPUB with a table of contents, Jupyter notebooks, subtitles, and more. Broader everyday coverage than the dev-only rivals. $10 lifetime for three devices, Homebrew install.
ContainerUtility — a native SwiftUI UI for Apple's container CLI An inspectable desktop view over Apple's native container tooling: runtime health, machines, containers, images, networks, volumes, registry sessions, diagnostics, and a menu-bar dashboard. It shells out to the official CLI rather than replacing it — a nice on-ramp for a Docker/OrbStack user kicking the tires on Apple's container stack. Open source.
AudioMuse-AI — self-hosted sonic analysis that auto-builds smart playlists Analyzes your raw music files and generates similarity-based playlists, integrating with Jellyfin, Navidrome, Emby, Lyrion, and other OpenSubsonic servers (with dedicated plugins). The v2.4.0 post proves it runs on a Raspberry Pi 5 8GB, countering its "too heavy" reputation. Free, open-source, privacy-first — a natural add-on for an existing Jellyfin stack.
SSH App Hub — a local dashboard for web tools hiding on your SSH hosts Scans your SSH hosts (using existing ~/.ssh/config aliases) for web tools already listening on localhost ports — JupyterLab, TensorBoard, MLflow, Streamlit, Grafana, Prometheus, code-server — and opens them through auto-managed ssh -N -L tunnels via a local web UI and CLI. Not a reverse proxy or hosted gateway, just an OpenSSH helper. Ideal for a VPS full of dashboards.
VibeMenu — a menu-bar app that keeps your Mac awake only while Claude Code works Handles the tricky case where an agent is quiet but still running builds, tests, and subagents: VibeMenu prevents sleep while Claude Code is actively working and releases it the moment it finishes, showing Claude status and thermal pressure alongside. Tiny, free, and open source — very on-brand for a heavy agent-workflow user. (macOS 15+ Apple Silicon, unsigned.)
nullPlayer — an open-source Mac media player with everything bolted on A macOS media player (v0.27.0, Homebrew cask) with an unusually broad connector list: Plex, Jellyfin, Emby, Sonos, Chromecast, YouTube — and classic Winamp 2.x skin support for the nostalgic. Practical for someone already running Jellyfin who wants one local front-end.
SoundAnchor — stop macOS from hijacking your mic to AirPods A tiny menu-bar utility that fixes the AirPods problem where a call drops you to the low-quality headset mic: set an input-device priority once and your desk/USB mic stays default. Also adds multi-output (same audio to two devices). ~$2.99 one-time.
Aevum — a clean, ad-free GUI over yt-dlp + FFmpeg Both binaries bundled (no prerequisites): video up to 4K, audio to MP3/FLAC, subtitles, playlists, cookies for login-only content, 8 languages, fully local. MIT-licensed — a no-nonsense local downloader instead of sketchy web tools.
gh-suggest — turn staged local fixes into GitHub PR suggestions A gh CLI extension that converts your staged changes into PR suggestion comments the author can apply with the normal "Commit suggestion" button. No AI, no hosted service, no pushing commits — hunks are skipped if they can't map cleanly to the diff. MIT.
DiskLens — a $2.99 disk analyzer that also scans your cloud drives A native disk-space analyzer; v2.1 adds duplicate detection (grouping by identical content), cloud-storage scanning (see what's eating space in Google Drive/OneDrive/Dropbox/Box), and bulk move-to-Trash. A cheap DaisyDisk-style tool with a less-common cloud-scan angle.
From Twitter

On Twitter today the story was cost — a viral trick to render Claude Code context as images to slash token bills — alongside GPT-5.6 launch-week leaks, Alibaba banning Claude Code, a harness-design fight, fresh Linux exploits, and open-source video pipelines.