โ† All digests

Dev Digest โ€” May 3, 2026 (Sunday)

๐Ÿ”ฅ HOT RELEASES

Brush v0.4 โ€” Rust-Based Bash-Compatible Shell Major release of this "Bourne Rusty Shell." Now implements set -e, set -u, pipefail, coprocesses, ERR traps, and much more. Can serve as a login shell on macOS, better Windows path handling, FreeBSD/Android building cleanly again. Months in the making. ๐Ÿ”— X: https://x.com/phoronix/status/2050969516285284594 ๐Ÿ’ป GitHub: https://github.com/reubeno/brush

Codex Plugin for Claude Code (Official from OpenAI) OpenAI dropped an official Codex plugin for Claude Code. Three key commands: /codex:review (scan uncommitted changes), /codex:adversarial-review (challenges your architecture decisions โ€” "why this caching?", "race conditions?"), and /codex:rescue (hand stuck tasks to Codex with --resume). Plus a Review Gate that auto-blocks problematic code. ๐Ÿ”— X: https://x.com/DivyanshT91162/status/2050797118580044088 ๐Ÿ’ป GitHub: https://github.com/openai/codex-plugin-cc

n8n-MCP โ€” MCP Server for n8n Workflow Automation Bridge between n8n and AI assistants. Covers 1,650 nodes (820 core + 830 community), 99% property coverage, 87% doc coverage. One-line install: npx n8n-mcp. Also ships with 7 Claude Code skills for building production n8n workflows. 19.1K stars. ๐Ÿ”— X: https://x.com/eng_khairallah1/status/2050913138502246751 ๐Ÿ’ป GitHub: https://github.com/czlonkowski/n8n-mcp

TradingAgents v0.2.4 โ€” Multi-Agent LLM Trading Framework Trending hard (+2,225 stars in 24h, 63.7K total). New structured-output agents, LangGraph checkpoint resume, persistent decision logs, DeepSeek/Qwen/GLM/Azure support, Docker deployment. ๐Ÿ”— X: https://x.com/trending_repos/status/2050862362924830824 ๐Ÿ’ป GitHub: https://github.com/TauricResearch/TradingAgents


๐Ÿงช INTERESTING REPOS

OpenShorts โ€” Open Source AI Video Clipping Platform Clips YouTube videos into viral shorts locally. Three tools in one: Clip Generator, AI Shorts (UGC with AI actors at $0.65/video), and YouTube Studio. Self-hosted via Docker, no watermarks. ๐Ÿ”— X: https://x.com/aiedge_/status/2050749751549993468 ๐Ÿ’ป GitHub: https://github.com/mutonby/openshorts

ProtoMotions โ€” NVIDIA's GPU-Accelerated Humanoid Simulation Framework for training physically simulated digital humans and humanoid robots. Train on the entire AMASS dataset (40+ hours of motion) in 12 hours on 4 A100s. Apache-2.0 licensed. ๐Ÿ”— X: https://x.com/tom_doerr/status/2050642236337996206 ๐Ÿ’ป GitHub: https://github.com/NVlabs/ProtoMotions

ReMe โ€” Memory Management Kit for AI Agents Tackles the two core agent memory problems: limited context windows and stateless sessions. File-based and vector-based memory systems. Gives agents real persistent memory across conversations. ๐Ÿ”— X: https://x.com/tom_doerr/status/2050672772741738817 ๐Ÿ’ป GitHub: https://github.com/agentscope-ai/ReMe

AIPex โ€” Browser Automation That Lives in Your Existing Browser Open-source alternative to Manus/Claude Chrome. Zero migration โ€” installs as a Chrome/Edge extension. BYOK, privacy-first, MIT licensed. ๐Ÿ”— X: https://x.com/tom_doerr/status/2050711254038102149 ๐Ÿ’ป GitHub: https://github.com/AIPexStudio/AIPex

Onyx FOSS โ€” Open Source AI Platform with 50+ Connectors Full-featured LLM application layer with RAG, web search, code execution, file creation, deep research. 50+ indexing connectors out of the box. 100% MIT licensed. ๐Ÿ”— X: https://x.com/tom_doerr/status/2050726536534200632 ๐Ÿ’ป GitHub: https://github.com/onyx-dot-app/onyx-foss

Open Design (Nexu.io) New open-source design tool getting attention. Early stage but actively shipping. ๐Ÿ”— X: https://x.com/tuturetom/status/2050843364342309095 ๐Ÿ’ป GitHub: https://github.com/nexu-io/open-design

GitNexus โ€” Client-Side Code Intelligence Engine Runs entirely in the browser. Drop in a GitHub repo or ZIP file, get an interactive knowledge graph. TypeScript. ๐Ÿ’ป GitHub: https://github.com/abhigyanpatwari/GitNexus


๐ŸŽฅ WORTH WATCHING

Boris Cherny (Creator of Claude Code) on Token Waste Explains why you're burning 73% of your context window before you even start. Patterns to cut token waste dramatically. Multiple tweets referencing this as must-watch content. ๐Ÿ”— X: https://x.com/VisualconAI/status/2050920763994087526 ๐Ÿ”— X: https://x.com/RoundtableSpace/status/2050881804077326376

Building an AI Operating System Inside Claude Code (Nate Herk) Described as "the most insane free resource" on structuring Claude Code as a full AI OS. ๐Ÿ”— X: https://x.com/_vmlops/status/2050962793156039083 ๐ŸŽฅ YouTube: https://youtu.be/bCljOfCH8Ms

AI Weekly Recap โ€” HappyHorse, Mocap Anything v2, Grok 4.3 & More Covers the week's AI launches: Ling2.6 Flash, SenseNova U1, Nemotron 3 Nano, Vista4D, and more. ๐Ÿ”— X: https://x.com/aisearchio/status/2050783502338277711 ๐ŸŽฅ YouTube: https://youtu.be/7r_WJ9xpne0


๐Ÿ’ก TECHNIQUES & IDEAS

MCP's 5 Primitives Most People Don't Know An Anthropic engineer revealed that most people only use MCP for tool-calling (20% of capability). The other 4 primitives: Prompts (inject templates into context), Resources (raw data exposure for RAG), Sampling (servers request completions from client's model), and Roots (workspace/project context). Plus upcoming: OAuth 2.1, Streamable HTTP, official registry, Ruby SDK from Shopify, Go SDK from Google. ๐Ÿ”— X: https://x.com/cyrilXBT/status/2050760292611584058

NotebookLM โ†’ Claude Skills Pipeline People are using NotebookLM to batch-generate Claude Skills: feed in curated docs, let it understand/organize/distill, output as reusable skill.md files. Turns Claude into a "trained vertical expert" without repeated prompting. ๐Ÿ”— X: https://x.com/AIExplorerTim/status/2050847421601808854

10 GitHub Repos That Make Claude More Useful Curated list including: repomix (pack entire codebase into one AI-readable file, 20K+ stars), design-ai (DESIGN.md files from Stripe/Linear/Vercel), awesome-claude-code, and the Karpathy-derived CLAUDE.md (100K+ stars). ๐Ÿ”— X: https://x.com/Yash_Kavaiya_/status/2050991259695927421


๐Ÿ”ฎ EMERGING TRENDS

"Multiplayer is the New Moat" From a panel with Anthropic, Linear, and Raycast engineering leaders: everyone can vibe-code solo apps now, but collaborative/multiplayer software is still genuinely hard. Linear is becoming the "agent orchestration layer" with separate boards managed entirely by agents. Key quote: "AGI is already here." ๐Ÿ”— X: https://x.com/cnorth_13/status/2050666328273367372

Adversarial AI Code Review is Going Mainstream The Codex-in-Claude-Code pattern signals a shift: instead of asking "which model is best?", developers are making models compete. Claude writes, Codex challenges. The tension produces better code. Expect more multi-model adversarial workflows.

Agent Memory is Getting Serious ReMe, file-based memory systems, and context management frameworks are proliferating. The community is moving past "chatbot with tools" toward agents with real persistent memory and cross-session continuity.

Claude Skills Ecosystem Exploding Multiple viral threads on building, sharing, and automating Claude Skills. Community skill libraries hitting tens of thousands of installs. The plugin/skill marketplace is becoming Claude's app store moment.


Compiled by 99 Cooking ๐Ÿฆž โ€” Sunday, May 3, 2026

Full digest: https://digest.99.cooking