Dev Digest โ April 22, 2026
๐ฅ HOT RELEASES
OpenAI Workspace Agents (Hermes) OpenAI officially launched Workspace Agents in ChatGPT โ shared, always-on agents that handle complex long-running workflows 24/7. Build once, share across teams. Integrates with Slack, supports schedules, memory, skills, and custom instructions. Free until May 6 for Business/Enterprise/Edu plans. This is their biggest product move since Atlas browser last October. ๐ X: https://x.com/OpenAI/status/2047008987665809771 ๐ป Launch: https://openai.com/index/introducing-workspace-agents-in-chatgpt/
Google Cloud Next '26 โ Gemini Enterprise Agent Platform Google launched the Gemini Enterprise Agent Platform (evolved from Vertex AI) with Agent Studio, Memory Bank/Profile for persistent agent context, Agent Simulation for pre-launch testing, and a new collaborative Projects feature. Also dropped Gemini Embedding 2 (multimodal embeddings across text, image, video, audio). The keynote framed their entire stack around five pillars: Agentic Taskforce, Platform/Models, Defense, Data Cloud, AI Hypercomputer. ๐ X: https://x.com/GoogleDeepMind/status/2046983340524269713 ๐ Blog: https://cloud.google.com/blog/topics/google-cloud-next/welcome-to-google-cloud-next26/
Genspark Build New AI builder powered by Claude Opus 4.7 โ turns natural language into full websites and apps, concept โ prototype โ working code. Public preview live with free access for Plus/Pro users until April 24. ๐ X: https://x.com/genspark_ai/status/2046610783203975539 ๐ป Try it: https://www.genspark.ai/agents?type=build_preview
Deno v2.7.13
Major release: complete node:http rewrite for massive Node.js compatibility and performance improvements. Also: extensive node:http2 fixes, node:tls improvements (STARTTLS, validation), lower memory for Deno.Command.output(), restored glibc < 2.27 compat.
๐ X: https://x.com/deno_land/status/2046946538442608763
๐ป GitHub: https://github.com/denoland/deno/releases/tag/v2.7.13
Nyx 0.3.6 โ Multi-Agent IDE IDE that lets you run Claude Code, Codex, Gemini CLI, and other agents side-by-side on an infinite canvas. New: run actions from package.json, AI commit messages, focus mode fixes. $29 buy-once. ๐ X: https://x.com/Kraggich/status/2046992228472487938
๐งช INTERESTING REPOS
OpenAI Privacy Filter OpenAI open-sourced a bidirectional token-classification model for PII detection and masking. Useful for sanitizing data before sending to LLMs. ๐ X: https://x.com/scaling01/status/2046972437422543064 ๐ป GitHub: https://github.com/openai/privacy-filter
AgentOfficeSuite (AOSE) Office suite designed for AI agents โ docs, databases, slides, flowcharts. Agents connect via MCP Server (supports Claude Code, Codex CLI, Gemini CLI). @ an agent in a doc to assign tasks, edits are version-tracked. ๐ X: https://x.com/QingQ77/status/2046833881417232792 ๐ป GitHub: https://github.com/manpoai/AgentOfficeSuite
Checkcle โ Real-time System Monitoring Open-source system monitoring tool with a clean UI. ๐ X: https://x.com/tom_doerr/status/2046710694683295757 ๐ป GitHub: https://github.com/operacle/checkcle
OpenSRE โ AI SRE Agents Framework Framework for building AI-powered Site Reliability Engineering agents. ๐ X: https://x.com/tom_doerr/status/2046837124368875883 ๐ป GitHub: https://github.com/Tracer-Cloud/opensre
LLMFit Tool to check which LLM/Claude Code version your hardware can actually run locally. ๐ X: https://x.com/nicos_ai/status/2046988465300992129 ๐ป GitHub: https://github.com/AlexsJones/llmfit
Stirling-PDF Self-hosted open-source PDF editing platform โ merge, split, convert, OCR, everything. ๐ X: https://x.com/tom_doerr/status/2046840965323694457 ๐ป GitHub: https://github.com/Stirling-Tools/Stirling-PDF
Google Cloud Data Agent Kit Google's new toolkit integrating AI skills and plugins directly into VS Code, Claude Code, and Gemini CLI workflows. ๐ X: https://x.com/googlecloud/status/2046996209798086741
Nexu โ Multi-Agent Collaboration Platform Open-source platform for agents to work together as teammates (the "missing layer"). ๐ X: https://x.com/nexudotio/status/2046938488331747916 ๐ป GitHub: https://github.com/nexu-io/nexu
Open Generative AI 200+ AI video models, open-source, no content filters. Aims to replace paid gen-AI video services. ๐ X: https://x.com/aiedge_/status/2046888005198303431 ๐ป GitHub: https://github.com/Anil-matcha/Open-Generative-AI
๐ฅ WORTH WATCHING
Build an AI Agent From Scratch in Python โ Tutorial for Beginners Full tutorial walking through building an AI agent from zero. ๐ X: https://x.com/PythonPr/status/2046844450626736611 ๐บ YouTube: https://www.youtube.com/watch?v=bTMPwUgLZf0
Google Cloud Next '26 Keynote All the announcements โ Gemini Enterprise Agent Platform, Gemini Embedding 2, Projects collaboration. ๐บ Livestream: https://x.com/i/events/2038619831058956288/
๐ก TECHNIQUES & IDEAS
Intercom: AI Is Approving Our PRs โ Here's How We Made It Safe Intercom scaled to 500+ fully autonomous AI-approved PRs with zero reverts. AI-authored code reverted at 0.53% vs 5.39% for human-authored. 5x faster approval times. Their conclusion: "Human review was never a guarantee of safety. It was a heuristic." ๐ X: https://x.com/darraghcurran/status/2047007872064639159 ๐ Blog: https://www.intercom.com/blog/ai-is-approving-our-pull-requests-heres-how-we-made-it-safe/
BridgeSpace 3 โ Agent Dev Environment Vibe-coded from $0 to $90K+ ARR entirely with Claude Code. Now live on Product Hunt. ๐ X: https://x.com/matthewmillerai/status/2046933596456263816 ๐ป Product Hunt: http://producthunt.com/products/bridgespace-3
AI Coding Config Injection โ 8 CVEs and Counting
Comprehensive writeup: at least 8 prompt injection CVEs found in Copilot, Claude Code, Cursor, Amazon Q, and Codex. Attack pattern: embed instructions in .cursorrules, AGENTS.md, config files. UK NCSC says prompt injection may never be fully solvable.
๐ X: https://x.com/grapeot/status/2046963760833945874
๐ Research: https://yage.ai/share/ai-coding-config-injection-20260422.html
"Comment and Control" โ New Prompt Injection via GitHub PRs New vulnerability: simply opening a malicious PR auto-triggers AI coding agents. Hijacked Claude, Gemini, and Copilot agents. ๐ X: https://x.com/OpenMatter_/status/2046620483483779287 ๐ VentureBeat: https://venturebeat.com/security/ai-agent-runtime-security-system-card-audit-comment-and-control-2026
๐ฎ EMERGING TRENDS
The Agent Platform War Is On Today alone: OpenAI launched Workspace Agents (Hermes), Google launched Gemini Enterprise Agent Platform, and multiple indie tools (Nyx, BridgeSpace, AOSE) are competing for the "where agents live" layer. The conversation has shifted from "how to build agents" to "how to manage thousands of them."
AI Code Review Going Autonomous Intercom's results (0.53% revert rate vs 5.39% human) are the strongest public signal yet that AI PR approval is production-ready. Expect more teams to follow.
Prompt Injection Remains Unsolved 8 CVEs across all major AI coding tools in the past year, all using the same config file poisoning pattern. The von Neumann architecture analogy is apt โ LLMs have no way to separate instructions from data, and there's no equivalent of parameterized queries for natural language.
MCP Becoming the Agent Glue MCP servers popping up everywhere โ Google's Data Agent Kit, AgentOfficeSuite, CoinMarketCap, and more all using Model Context Protocol as the integration standard.
Full digest: https://digest.99.cooking