โ† All digests

Dev Digest โ€” May 12, 2026

๐Ÿ”ฅ HOT RELEASES

OpenAI Daybreak โ€” Frontier AI for Cyber Defense OpenAI launched Daybreak, combining GPT-5.5 + Codex into an agentic security team. It scans repos, identifies vulnerabilities, generates patches, builds threat models from your codebase, and reasons about realistic attack paths. Three access tiers from standard to offensive security. Launch partners: Cloudflare, Cisco, CrowdStrike, Palo Alto Networks, Oracle, Zscaler, Akamai, Fortinet. ๐Ÿ”— X: https://x.com/OpenAI/status/2053939702110269822

Claude Code /goal โ€” Long-Running Agent Tasks Claude Code shipped /goal, letting agents run persistent long-running tasks (potentially for days). Also available in Codex and Hermes Agent. The killer prompt: ask it what goals to run based on what it knows about your work. ๐Ÿ”— X: https://x.com/AlexFinn/status/2053976411296452887

Anthropic: Claude for Legal New open-source repo with prebuilt AI workflows for legal teams โ€” contracts, privacy, employment, litigation, corporate, IP, AI governance, regulatory monitoring. ๐Ÿ”— X: https://x.com/scaling01/status/2054222504273613169 ๐Ÿ’ป GitHub: https://github.com/anthropics/claude-for-legal

Thinking Machines โ€” Real-Time Interaction Models 11.6K likes. A new AI startup demoing "interaction models" โ€” AI that talks, listens, thinks, and collaborates simultaneously in real-time, not turn-based. 200ms micro-turns with async background reasoning. Massive buzz. ๐Ÿ”— X: https://x.com/thinkymachines/status/2053938892152435174 ๐Ÿ”— Blog: https://thinkingmachines.ai/blog/interaction-models


๐Ÿงช INTERESTING REPOS

Orca โ€” Agent View for Every Coding Agent Built Claude Code's agent view for Codex, OpenCode, Droid and Pi too. Unified agent monitoring. ๐Ÿ”— X: https://x.com/JinjingLiang/status/2054114570948808754 ๐Ÿ’ป GitHub: https://github.com/stablyai/orca

AgentMemory โ€” #1 Trending on GitHub Hit 5,500+ stars and #1 trending. Production-grade memory layer for AI agents. ๐Ÿ”— X: https://x.com/ghumare64/status/2054224515970822306 ๐Ÿ’ป GitHub: https://github.com/rohitg00/agentmemory

UI-TARS Desktop (ByteDance) โ€” 33K+ Stars Open-source multimodal AI agent that sees your screen and operates your computer. GUI control, browser automation, MCP integration. Not a wrapper โ€” full vision model stack. ๐Ÿ”— X: https://x.com/neil_xbt/status/2053754734474088937 ๐Ÿ’ป GitHub: https://github.com/bytedance/UI-TARS-desktop

DeepSeek-TUI โ€” 24.7K Stars Coding agent for DeepSeek models that runs in your terminal. Trending repo of the week. ๐Ÿ”— X: https://x.com/trending_repos/status/2053776679089451414 ๐Ÿ’ป GitHub: https://github.com/Hmbown/DeepSeek-TUI

PageIndex โ€” Vectorless RAG Reasoning-based RAG without vector databases. 4,600+ stars. ๐Ÿ”— X: https://x.com/sharbel/status/2054208312279769242 ๐Ÿ’ป GitHub: https://github.com/VectifyAI/PageIndex

Alchemize (PyMC Labs) โ€” LLM Agent Transpiles PyMC to Rust Replaced their Python compiler with an LLM agent that transpiles probabilistic models to Rust. 3-7x faster sampling, validated against reference gradients, ~500 lines of scaffolding. Smart use of compiler feedback loops. ๐Ÿ”— X: https://x.com/pymc_labs/status/2054203826526126140 ๐Ÿ’ป GitHub: https://github.com/pymc-labs/alchemize

CloakBrowser โ€” Stealth Chromium Drop-in Playwright replacement with source-level fingerprint patches. Passes 30/30 bot detection tests. 5,400+ stars. ๐Ÿ’ป GitHub: https://github.com/CloakHQ/CloakBrowser

TradingAgents โ€” AI Hedge Fund on Your Laptop Multi-agent trading framework mimicking a real firm: fundamental analysts, sentiment analysts, technical analysts, traders, risk managers โ€” they debate and vote. 62,600 stars. Apache-2.0. ๐Ÿ”— X: https://x.com/iam_elias1/status/2054116269746782640 ๐Ÿ’ป GitHub: https://github.com/TauricResearch/TradingAgents

Chat LangChain โ€” Revamped LangChain's production agent example, freshly rebuilt. ๐Ÿ”— X: https://x.com/LangChain/status/2054231566017314952 ๐Ÿ’ป GitHub: https://github.com/langchain-ai/chat-langchain

DocuSeal โ€” Open Source DocuSign Alternative Create, fill, and sign digital documents. 3,500+ stars this week. ๐Ÿ’ป GitHub: https://github.com/docusealco/docuseal


๐ŸŽฅ WORTH WATCHING

Penpot MCP Server โ€” Live Hands-On Demo Plug any AI agent into the open-source design tool Penpot. Full live demo of AI-powered design workflows. ๐Ÿ”— X: https://x.com/penpotapp/status/2054147225127657879 โ–ถ๏ธ YouTube: https://youtube.com/live/F_T5IX3907Q

Hermes Agent as an OS โ€” Full Setup Walkthrough Deep tutorial on setting up Hermes Agent as an actual operating system. Not prompt tips โ€” real infrastructure. ๐Ÿ”— X: https://x.com/SynthRealAI/status/2054158681839710448 โ–ถ๏ธ YouTube: https://youtu.be/gb5TlGw6Uks


๐Ÿ’ก TECHNIQUES & IDEAS

npm Supply Chain Defense: Minimum Release Age Hot tip trending big (1,318 likes): configure your package manager to enforce a cooling period on new package installs. Blocks supply-chain attacks during the critical window after malicious publish.

npm_ex โ€” Elixir npm Package Manager (No Node.js) In response to npm attacks: pure Elixir npm package manager with blocked lifecycle hooks, transitive git/url deps blocked by default, OSV/OpenSSF audit. ๐Ÿ”— X: https://x.com/dan_note/status/2054214925854052537 ๐Ÿ’ป GitHub: https://github.com/elixir-volt/npm_ex/releases/tag/v0.7.0

$180 Robot Arm via Claude Code โ€” Zero Lines Written Someone built a robotic arm that watches you through a webcam, breaks movement into steps, and replicates it. Self-corrects after failures. After 10 tries, moves like a human hand. Total code written by human: 0 lines. ๐Ÿ”— X: https://x.com/eng_khairallah1/status/2054169319660261751


๐Ÿ”ฎ EMERGING TRENDS

AI Security as a Product Category โ€” OpenAI's Daybreak signals that "AI defending AI-written code" is now a real product category. Anthropic taking the opposite approach with Project Glasswing (defensive-only, not public). The AI cybersecurity arms race is on.

Long-Running Agents โ€” Claude Code's /goal, Codex, and Hermes all converging on multi-day autonomous tasks. The shift from "AI assistant" to "AI employee" is accelerating.

Terminal-First Coding Agents โ€” DeepSeek-TUI (24.7K stars), Orca, and the broader trend of agents that live in your terminal rather than an IDE. The command line is back.

Anti-Supply-Chain Movement โ€” Multiple high-engagement posts about npm minimum release age. The JS ecosystem is finally treating supply chain security as a first-class concern.

Interaction Models > Chat Models โ€” Thinking Machines' demo (11.6K likes, 4.9M impressions) suggests the next frontier isn't smarter models but models that interact naturally โ€” real-time, multimodal, not turn-based.


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