โ† All digests

Dev Digest โ€” May 5, 2026

๐Ÿ”ฅ HOT RELEASES

Ollama ร— Claude Desktop Integration Ollama now supports Claude Desktop via built-in third-party inference. Run ollama launch claude-desktop to use any Ollama Cloud model across Claude Cowork and Claude Code. Huge for local-first AI coding. ๐Ÿ”— X: https://x.com/ollama/status/2051445924464140575

Gemini API Webhooks Google shipped webhooks in the Gemini API โ€” no more polling for long-running tasks. Big improvement for batch jobs, agents, and generative media pipelines. Cloudflare already has a Workers example. ๐Ÿ”— X: https://x.com/OfficialLoganK/status/2051434527931953490 ๐Ÿ’ป Cookbook: https://github.com/google-gemini/cookbook/blob/main/quickstarts/Webhooks.ipynb

AI Studio Vibe Coding โ€” Edit Mode Google's AI Studio now has visual edit mode for vibe coding: select components to edit them, annotate UI with a pen tool, swap image assets with Nano Banana. Moving closer to direct manipulation + AI generation. ๐Ÿ”— X: https://x.com/OfficialLoganK/status/2051698665652412919

Unsloth: Open LLMs in Claude Code, Codex & OpenClaw New guide on running Gemma 4 and Qwen3.6 GGUFs for local agentic coding on 24GB RAM. Self-healing tool calls, code execution โ€” proper local alternatives to cloud models. ๐Ÿ”— X: https://x.com/UnslothAI/status/2051669222011683045 ๐Ÿ“– Docs: https://unsloth.ai/docs/basics/api


๐Ÿงช INTERESTING REPOS

ProxCenter UI โ€” Open-source VMware vCenter alternative for Proxmox (699โค๏ธ) ๐Ÿ’ป GitHub: https://github.com/adminsyspro/proxcenter-ui ๐Ÿ”— X: https://x.com/tom_doerr/status/2051488759963644184

Zero Employee Company Book โ€” Guide to building a zero-employee AI company (229โค๏ธ) ๐Ÿ’ป GitHub: https://github.com/AnthonyDavidAdams/zero-employee-company-book ๐Ÿ”— X: https://x.com/tom_doerr/status/2051384925597606330

Cocoa Way โ€” Runs Linux apps on macOS with zero VM overhead (218โค๏ธ) ๐Ÿ’ป GitHub: https://github.com/J-x-Z/cocoa-way ๐Ÿ”— X: https://x.com/tom_doerr/status/2051419577247035471

WithOne CLI โ€” Single CLI connecting AI agents to 250+ apps (208โค๏ธ) ๐Ÿ’ป GitHub: https://github.com/withoneai/cli ๐Ÿ”— X: https://x.com/tom_doerr/status/2051408052016808054

Research Paper Writing Skills โ€” Installs structured research writing skills into AI agents (150โค๏ธ) ๐Ÿ’ป GitHub: https://github.com/Master-cai/Research-Paper-Writing-Skills ๐Ÿ”— X: https://x.com/tom_doerr/status/2051589377776574650

FireRed OpenStoryline โ€” Automates video editing with natural language (91โค๏ธ) ๐Ÿ’ป GitHub: https://github.com/FireRedTeam/FireRed-OpenStoryline ๐Ÿ”— X: https://x.com/tom_doerr/status/2051616343116415361

agtx โ€” Terminal Kanban board for parallel coding agents (63โค๏ธ) ๐Ÿ’ป GitHub: https://github.com/fynnfluegge/agtx ๐Ÿ”— X: https://x.com/tom_doerr/status/2051504267437977701

Background Computer Use โ€” Automates macOS workflows without stealing focus (61โค๏ธ) ๐Ÿ’ป GitHub: https://github.com/actuallyepic/background-computer-use ๐Ÿ”— X: https://x.com/tom_doerr/status/2051500376134709494

Open Design โ€” Open-source Claude design system, 95%+ fidelity, 30+ design skills, 71 design systems (37โค๏ธ) ๐Ÿ’ป GitHub: https://github.com/nexu-io/open-design ๐Ÿ”— X: https://x.com/berryxia/status/2051548809579446476

OpenReel Video โ€” Open-source browser-based video editor (65โค๏ธ) ๐Ÿ’ป GitHub: https://github.com/Augani/openreel-video ๐Ÿ”— X: https://x.com/tom_doerr/status/2051627855411359899

Anubis OSS โ€” Native macOS LLM benchmarking tool for Apple Silicon (77โค๏ธ) ๐Ÿ’ป GitHub: https://github.com/uncSoft/anubis-oss ๐Ÿ”— X: https://x.com/tom_doerr/status/2051492600490668316


๐ŸŽฅ WORTH WATCHING

Anthropic on the Future of MCP โ€” Deep talk on where Model Context Protocol is heading. Agents work great for coding, but the goal is extending to finance, marketing, ops. ๐Ÿ”— https://youtu.be/v3Fr2JR47KA?si=Wv86KQ_6hNzDOvKu ๐Ÿ”— X: https://x.com/santtiagom_/status/2051649656619254245

Codex Generating Dress Patterns โ€” @yanatweets used OpenAI Codex to generate dress patterns in CLO (fashion software) via Python API, bypassing the UI entirely. Wild use case. ๐Ÿ”— X: https://x.com/yanatweets/status/2051694675694952473


๐Ÿ’ก TECHNIQUES & IDEAS

MCP vs Skills vs Hooks vs Subagents โ€” Clear breakdown of 4 distinct AI agent primitives people keep conflating. Different use cases, different architectures. Worth reading if you're building agents. ๐Ÿ”— X: https://x.com/NainsiDwiv50980/status/2051589200282321154

1M Exposed Self-Hosted AI Services โ€” Security scan found 31% of Ollama servers running without auth. 90+ platforms exposed. If you're self-hosting LLMs, lock them down. ๐Ÿ”— X: https://x.com/TheHackersNews/status/2051612838834405478 ๐Ÿ“– Article: https://thehackernews.com/2026/05/we-scanned-1-million-exposed-ai.html

Xiaohongshu MCP โ€” MCP server that automates Xiaohongshu (Chinese Instagram) ops via browser automation. Integrates with Claude/Cursor. Interesting pattern for social media automation. ๐Ÿ’ป GitHub: https://github.com/xpzouying/xiaohongshu-mcp ๐Ÿ”— X: https://x.com/wsl8297/status/2051481566862553427


๐Ÿ”ฎ EMERGING TRENDS

Local-first AI coding is maturing โ€” Between Ollama's Claude Desktop integration and Unsloth's guide for running Gemma/Qwen locally, the "run it yourself" stack is getting genuinely usable. 24GB RAM is the new baseline.

Visual AI coding โ€” Google's AI Studio edit mode (pen annotations, component selection) signals the next phase: direct manipulation meets code generation. Cursor and friends will follow.

Agent infrastructure diverging โ€” MCP, skills, hooks, subagents โ€” the community is starting to properly differentiate these patterns. Expect cleaner architectures as the taxonomy settles.

Zero-VM Linux on Mac โ€” Cocoa Way running Linux apps natively on macOS without a VM is a sleeper hit. If it works well, massive for dev environments.


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