Notes

pi-interactive-subagents@DanielGri's extension for spawning non-blocking sub-agents in terminal multiplexer panes. Call subagent() and it returns immediately while the sub-agent works in its own pane. Results steer back into the main session as async notifications. A live widget shows all running agents with elapsed time and progress.

Zero 1.0@aboodman and Rocicorp declare Zero stable after two years of work and 50+ releases. Zero is a sync engine for local-first apps that handles real-time collaboration and offline-first data without the complexity of building your own sync layer.

TurboQuant from @GoogleResearch — a compression algorithm that reduces LLM key-value cache memory by at least 6x and delivers up to 8x speedup with zero accuracy loss. The KV cache is often the memory bottleneck in long-context inference, so this could meaningfully extend context windows on existing hardware.

@jarredsumner's approach to Bun stability: a JavaScript engine fuzzer runs against Bun and Node APIs, and when it finds bugs, it automatically spawns Claude to fix them. A tight loop where automated testing surfaces issues and AI handles the remediation — no human bottleneck in the bug-fix cycle.

cookie-es v3 from @pi0 and the unjs team brings RFC 6265bis compliance with stricter validation and safer defaults. A small but solid ESM-native cookie parser for anyone building HTTP infrastructure in TypeScript.

@p_millerd's WordPress to Astro migration skill for Claude Code. A 7-phase migration pipeline with script templates, covering XML extraction, HTML-to-Markdown conversion, embed preservation, and common issues. Built from real migrations of his personal blog, podcast site, and consulting content.

@mvanhorn's comprehensive guide to Claude Code productivity: skip permissions, run 4-6 parallel sessions, voice-dictate via Monologue, use plan.md files before coding. The /ce:plan workflow from Compound Engineering flips traditional dev from 80% coding to 80% planning. Also covers Mac Mini for remote sessions over Telegram, Granola for meeting-to-plan conversion, and a genuinely impressive Disney World trip planning demo.

Hugging Face Papers API for hybrid semantic search over AI research. @koylanai built a skill that runs parallel searches with keyword variants, triages by relevance and recency, then fetches full paper markdown to read actual methodology sections. The insight: the gap between paper published and practitioner applies it is shrinking. Teach your agent how to think about research, not just what to search.

Riley-Coyote/polyclaude is a Claude Code plugin by @RileyRalmuto that spawns subagents not for task delegation but for perspective delegation — six viewpoints (user advocate, architect, skeptic, pragmatist, innovator, temporal) that form a "council" to pressure-test your ideas before execution. Claude picks the most relevant 3 based on context. Clever repurposing of the subagent mechanism for structured thinking rather than parallel work.

Channels let you push events — CI results, chat messages, webhooks — into a running Claude Code session from an MCP server. @trq212 highlights this early research preview as giving Claude Code ears: it can react to external signals while you're away. The pattern of ambient agent awareness is where this is all heading.

@shawn_pana demos Claude Code + browser_use = you stop touching Chrome. Point Claude at a project, it opens browser, clicks around, tests things, handles the whole loop. The CLI dream realized.

@Data_SN13 introduces dv — a Rust CLI for querying real-time social data from X and Reddit, powered by Bittensor's decentralized miner network. One command, live data, no middleman. Built for agents.

QSpace — as @AaronBergman18 notes, a single developer built a Finder replacement that's faster, supports multi-pane layouts, and handles FTP/SFTP/WebDAV/OneDrive. Somehow beats Apple at their own game.

@harlan_zw releases harlan-zw/mdream — fastest HTML to Markdown converter on GitHub. 37x faster than Turndown, optimized for LLMs with up to 2x fewer tokens. Rust port of a fast JS implementation that somehow got even faster.

MiniMax open sourced their agent skills repo — curated skills for iOS/Android dev, Office file editing, and GLSL shaders. Basically a starter kit for building capable agents.

App Store Connect CLI hit 0.45.0 with auth-free public commands. You can now inspect what's live on the App Store without credentials — useful for release QA, metadata debugging, or snooping on competitors.