Dev Digest โ May 17, 2026
๐ฅ HOT RELEASES
OpenCode x Qwen 3.6 Plus โ Free Round 2 OpenCode reopened free access to Qwen 3.6 Plus after adding more GPUs. 1M token context window, 65K output tokens, full agentic coding โ no subscription needed. Round 1 got crushed by demand. ๐ X: https://x.com/opencode/status/2055068702538612784
OpenClaw TypeScript Security Hardening OpenClaw's latest release ships a new TypeScript file-system security lib, replacing ad-hoc hardening. 10x speed improvement on some file ops. ๐ X: https://x.com/steipete/status/2055179961535705327 ๐ https://fs-safe.io
OpenClaude v0.12.0 + Free Gemini 3 Flash Lite 24 hours of free Gemini 3 Flash Lite via OpenGateway, powered by gmi.cloud (NVIDIA-backed). 78.2B tokens already consumed through the platform. ๐ X: https://x.com/gitlawb/status/2055555040874762628
Everything Claude Code โ 55 Agents, 208 Skills, 72 Commands Won at the Anthropic x Cerebral Valley hackathon. 10 months of production use. Includes AgentShield security scanner, cross-harness support (Claude Code, Codex, Cursor, OpenCode, Gemini), dashboard GUI, and memory persistence. 1,282 tests, 98% coverage. ๐ X: https://x.com/cyrilXBT/status/2055551414940918173 ๐ป GitHub: https://github.com/affaan-m/everything-claude-code
SuperClaude โ 30 Slash Commands + 20 AI Agents for Claude Code Drops a massive expansion pack directly into Claude Code. ๐ X: https://x.com/tom_doerr/status/2055939306372452476 ๐ป GitHub: https://github.com/NomenAK/SuperClaude
OpenAI Codex Plugin for Claude Code
Run Codex directly inside Claude Code โ code reviews, adversarial reviews, background tasks, extra reasoning. One-command install: /plugin install codex@openai-codex
๐ X: https://x.com/DivyanshT91162/status/2056005894031425679
๐งช INTERESTING REPOS
GBrain โ Garry Tan's open-source agent brain. MIT licensed, one-command install. ๐ป GitHub: https://github.com/garrytan/gbrain ๐ X: https://x.com/garrytan/status/2055670797596012657
AgentHub โ Build virtual dev teams with Claude Code. ๐ป GitHub: https://github.com/Stanshy/AgentHub ๐ X: https://x.com/tom_doerr/status/2055927665618546690
Citadel โ Orchestrates persistent AI campaigns for Claude Code. ๐ป GitHub: https://github.com/SethGammon/Citadel ๐ X: https://x.com/tom_doerr/status/2055989745075851412
Claude Code Guide โ Practical guide to skills, hooks, and agents. ๐ป GitHub: https://github.com/wesammustafa/Claude-Code-Everything-You-Need-to-Know ๐ X: https://x.com/tom_doerr/status/2055823004102180922
reBot-DevArm โ Open-source robotic arm with full hardware + software stack, consumer parts. ๐ป GitHub: https://github.com/Seeed-Projects/reBot-DevArm ๐ X: https://x.com/tom_doerr/status/2055337059519242314
Open Computer Use โ Automates a cloud Linux desktop using open-source LLMs (by e2b). ๐ป GitHub: https://github.com/e2b-dev/open-computer-use ๐ X: https://x.com/tom_doerr/status/2055838453250621505
OpenTendo-AGB โ Open-source 1:1 recreation of the Game Boy Advance motherboard. ๐ป GitHub: https://github.com/Redherring32/OpenTendo-AGB ๐ X: https://x.com/tom_doerr/status/2055009200275685581
CodePilot โ Desktop client for all AI providers (Claude/GPT/Gemini), MCP + skills support, Electron + Next.js. ๐ป GitHub: https://github.com/op7418/CodePilot ๐ X: https://x.com/opensourcelab9/status/2055889558114648390
MCP-Cosmos (IBM Research) โ "Bring Your Own World Model" framework for MCP. Agents simulate state transitions in latent space before execution. Tested on 20+ MCP-Bench tasks. ๐ X: https://x.com/HuggingPapers/status/2055933555255988277
Marktechpost AI Agents Tutorials โ 300+ runnable Jupyter notebooks covering LLM fine-tuning, RAG, agentic workflows. Google Colab links included. ๐ป GitHub: https://github.com/Marktechpost/AI-Agents-Projects-Tutorials ๐ X: https://x.com/Marktechpost/status/2055913822704239030
10-Stage Academic Research Pipeline for Claude Code โ Hunts references, formats citations, verifies data, runs a 7-agent simulated peer review including a Devil's Advocate. Full 15k-word paper costs ~$4-6 in API credits. ๐ X: https://x.com/DataChaz/status/2055772589914800232
๐ฅ WORTH WATCHING
Anthropic's "Build an AI Agent with Memory" (30 min) By Anthropic's Coding Agents research team. Free, from the people who built Claude. Better than any $500 vibe-coding course. ๐ X: https://x.com/eng_khairallah1/status/2055672548227273044
Rust Programming Language โ Async Chapter Deep-Dive Carol Nichols and Chris Krycho discuss writing the async chapter for the 3rd edition of The Rust Programming Language, with @fasterthanlime. ๐ https://www.youtube.com/watch?v=IrAg4mbCVPU ๐ X: https://x.com/nostarch/status/2054986866173022236
AI Weekly Recap โ Pixal3D, Gemini Cursor, ChatGPT Finance & More Covers the week's biggest AI drops in one video. ๐ https://youtu.be/NnsQj2nDkKA ๐ X: https://x.com/aisearchio/status/2055862353175236712
TTKBootstrap: Modern Python GUIs Easiest way to build modern GUIs in Python using TTKBootstrap. ๐ https://www.youtube.com/watch?v=aAk3ORDr63U ๐ X: https://x.com/PythonPr/status/2055362578742694073
๐ก TECHNIQUES & IDEAS
Raw llama.cpp > Ollama/LM Studio Developer ditched Ollama wrappers, cloned llama.cpp from source, ran Qwen 3.6 35B with asymmetric KV quantization โ 53 tok/s on M1 Max with 262K context. Zero wrappers, zero timeout errors, zero API fees. ๐ X: https://x.com/leopardracer/status/2055539050304409947
64 Parallel Agents on Local AI Developer spawned 64 git worktrees with 64 subagents, all running locally via Qwen 3.6. Claude Code pointed at localhost, ran 8 hours unattended. Gemma 4 refused; Qwen just built. ๐ X: https://x.com/leopardracer/status/2055586444094108072
MCP Architecture Patterns 5 server patterns emerging in production: Tool Server (agent actions), Resource Server (read-only context), Prompt Server (managed prompt infrastructure), Gateway Server (single endpoint routing), and Proxy/Bridge Server (wrapping legacy APIs). Most production deployments use all five. ๐ X: https://x.com/leopardracer/status/2055917148061700480
GHOST-osint-crm โ Open-source investigation management platform for tracking people, connections, and intelligence data. "Because Excel spreadsheets are for accountants, not investigators." ๐ป GitHub: https://github.com/elm1nst3r/GHOST-osint-crm ๐ X: https://x.com/akaclandestine/status/2055323584508158334
๐ฎ EMERGING TRENDS
Local AI Going Mainstream โ The "run it yourself" movement hit a tipping point. Qwen 3.6 27B on a MacBook doing agentic work comparable to paid cloud models. OpenCode making it trivially easy. The gap between local and cloud AI is closing fast.
Claude Code as Platform โ The ecosystem exploding around Claude Code (SuperClaude, Everything Claude Code, Codex plugin, AgentHub, Citadel) suggests it's becoming the IDE of the AI era. Plugins, agents, skills โ it's the VS Code extension marketplace moment.
AI Models Shipped in 2026 So Far โ GPT-5.4, GPT-5.5, Claude Opus 4.6/4.7, Gemini 3.1 Pro, Llama 4 Scout/Maverick, Qwen 3/3.6, DeepSeek V3.2/V4, Grok 4.20, MiniMax M2.5, and more. Absolutely insane pace. ๐ X: https://x.com/RoundtableSpace/status/2055728741662224707
Security Alert: OpenClaw CVE-2026-44118 โ "Claw Chain" attack spoofs senderIsOwner flag for owner control, chains TOCTOU sandbox escapes. Update to 2026.4.22. ๐ X: https://x.com/TheHackersNews/status/2056016714106839364
Full digest: https://digest.99.cooking