Agent infrastructure was the theme today — tools to host, overlay, and wire AI agents into real work — alongside a few sharp little Mac utilities.
REAPER Daemon — Let an AI agent drive your DAW
A small local bridge that lets Claude Code, Codex, or any agent edit your real REAPER project in plain English: humanized drum grooves written into your kit, surgical EQ on an actual plugin — and it tells you why. No browser extension, no server, no MCP; 100% local, every edit one undo away.
▲ 8
·
deadpixeldesign.com
A quieter news day, so the signal came from the local-inference crowd — NUMA tricks, MCP context diets, and a tiny model punching way above its weight — plus a blunt take from LeCun on the industry's finances.
Yann LeCun — now running AMI Labs, fresh off a ~$1B raise for world models — called Elon Musk's xAI "kind of a failure," pointing to its founding-team exodus and SpaceX's AI segment posting a $2.5B operating loss in Q1.
His broader warning: frontier labs like OpenAI and Anthropic risk a "big bubble explosion" unless they cut compute costs and raise prices — echoing Altman's own recent admission that compute economics are a "huge issue."
cnbc.com · r/singularity
ik_llama.cpp fork adds a "--numa mirror" mode
A developer forked the CPU-optimized llama.cpp fork to replicate model weights into each socket's local memory, sidestepping the brutal cross-socket bandwidth penalty that tanks LLM inference on dual-socket servers. Trades memory capacity for bandwidth — directly aimed at running big MoEs on cheap multi-socket DDR rigs. Looking for testers.
Conduit — a local-first MCP gateway that flattens context
An MIT desktop app that consolidates all your MCP servers behind one endpoint (17 clients, incl. LM Studio, Cline, Roo, Jan, Goose). Instead of dumping every server's full tool schema into context, it exposes just 3 meta-tools and lets the model search for tools on demand — so context stays flat whether you wire up 2 servers or 20. Keys live in the OS keychain.
A 2,070-test local VLM benchmark — and "thinking mode hurts vision"
A rigorous self-run benchmark (23 models × 30 images × 3 runs, 60–70 GPU-hours) with corrected methodology — notably fixing Gemma 4's default 280-token vision budget that had made it "essentially useless." The headline finding, backed by a cited paper: turning on reasoning/thinking mode measurably degrades visual-spatial accuracy.
VibeThinker-3B — frontier math/code from a 3B model
WeiboAI's tiny dense reasoner (fine-tuned on Qwen2.5-Coder-3B, MIT) hits 94.3 on AIME26 and 80.2 Pass@1 on LiveCodeBench v6 despite its size, via a "Spectrum-to-Signal" pipeline (curriculum SFT + multi-domain RL + self-distillation). GGUF community builds are out for fully local inference.
"Dead internet" demo: a WoW server run by ~1,800 AI bots
A World of Warcraft realm with no human players, populated by roughly 1,800 LLM-driven bots that chat naturally in general channel, level characters, run dungeons, and PvP each other — a vivid, concrete multi-agent-society demonstration. (The specific bot model is the poster's claim and unverified.)
Quick hits.
Claude Sonnet 5 spotted on a partner platform
A "claude-sonnet-5" slug surfaced on an Anthropic partner provider; testers hint at release within a week. Leak, unconfirmed.
All practical local-pipeline stuff this week — a much more flexible video trainer, a de-lighting LoRA for 3D work, and a way to prompt without leaving ComfyUI.
LTX Trainer overhaul — one config for every conditioning mode
Lightricks replaced the old separate T2V/I2V scripts with a single flexible config: one run can mix I2V and T2V, combine images and videos in one dataset, and cover extension, inpaint/outpaint, audio inpainting, cross-modal audio-to-video foley, and IC-LoRA control adapters — each as a copy-and-edit example. Outputs a standard .safetensors for ComfyUI; runs on a single 80GB GPU, with a low-VRAM config.
texture2albedo v2 — a FLUX LoRA that de-lights textures
A FLUX.2-klein 9B LoRA that strips baked-in lighting and shadows from photos to recover clean albedo (base-color) maps. The before/after gallery shows real-world stone surfaces flattened into evenly-lit textures you can drop straight into a 3D/PBR pipeline — genuinely useful "how" content for local asset work.
Comfy-Muse — an LLM chat panel inside ComfyUI
Brainstorm prompts with an LM Studio/Ollama model (vision-capable) without alt-tabbing; an "unload on run" toggle hands VRAM back to image gen.
A strong crop of indie Mac utilities — most open source or one-time purchase — plus two self-hosted picks, one with a built-in MCP server.
SiliconScope — the Apple Silicon monitor Activity Monitor isn't
Free, open-source, sudoless system monitor that surfaces what's normally hidden: Neural Engine and Media Engine activity, real memory bandwidth (the bottleneck for on-device AI), E-core vs P-core split, power and temps. v1.4 adds a menu-bar cockpit with per-engine trend graphs. Notarized, macOS 14+.
Raccoon — a macOS companion toolkit in ~1,500 lines of Bash
An MIT command-line kit bundling a 30+ check security audit (with --fix, JSON/CSV/HTML output, scheduled scans), system info (SMART, ports, battery, Time Machine), dev-tool updates (brew/pip/npm, Docker, SSH, git), and maintenance — plus an optional Go TUI. brew install thousandflowers/raccoon/rcc.
Pegboard — a customizable micro-tool panel on a hotkey
Summon a "digital pegboard" by hotkey or menu bar that pins 20+ one-keystroke tools: Pomodoro, scratchpad, to-dos, countdowns, snippets, screen pin, calculator. WYSIWYG layout editor, freely resizable widgets, lightweight (~5MB disk, ~60MB RAM).
Switch — a keyboard window switcher with cross-Space support
A native, source-available ⌘-Tab replacement that switches windows instead of apps. Cycles all windows including ones on other Spaces (badged), with type-to-filter, vertical list mode, and rebindable hotkeys. Notarized, free, macOS 14+. brew install --cask Sanyam-G/switch/switch.
Youtarr v1.71.0 — self-hosted YouTube DVR, now with playlists
A self-hosted YouTube downloader with a web UI; the new release finally adds subscribing to and syncing YouTube playlists, creating real playlists in Plex/Jellyfin/Emby plus .m3u files. Stores per-channel to avoid dupes and saves transcripts — a curated, kid-safe local YouTube archive.
Kuvasz — self-hosted uptime monitoring with a built-in MCP server
Open-source uptime and SSL-certificate monitoring (Kotlin, a single Docker image plus Postgres). The standout: a built-in MCP server that exposes monitor status, incidents, and management as tools an AI assistant can call. Also does status pages, YAML-as-IaC config, Prometheus export, a full REST API, and multi-channel alerts.
CreateFiles+ — the "New File" command Finder forgot
Create blank text, Markdown, CSV, JSON, HTML, scripts, or Office starters from Finder, the toolbar, or a shortcut. Local-first, one-time license.