27 stories on AI dev tools, agents, and the coding stack — curated from the day's RSS haul by Agentic Dev's pipeline.
Top Signal · MCP & Integrations
The Model Context Protocol, originally developed by Anthropic, reached 97 million monthly SDK downloads as of March 2026 and is natively supported by Claude, Cursor, OpenAI Agents SDK, and Microsoft Agent Framework. FastMCP is a Python framework for building MCP servers that expose tools, resourc...
Dev.to - Claude
OpenAI added WebSocket support to its Responses API to reduce overhead in agentic workflows, with connection-scoped caching applied to the Codex agent loop to improve model latency.
Agent Engineering
OpenAI Blog
A solo developer describes managing five software products across three machines using a structured weekly schedule, multiple simultaneous Claude Code sessions, and four autonomous AI agents running 24/7 on WSL2. The products include a Threads automation tool with 27 accounts and 3.3M views, a fi...
Agent Engineering
Dev.to - Claude
A three-month blind A/B test of 40 popular Claude prompt codes found that only 7 measurably altered the model's reasoning, while 33 changed only output tone. Among effective codes, /skeptic caught wrong-premise questions 79% of the time versus a 14% baseline; GODMODE and most "expert in X" prefix...
Workflows & Tips
Dev.to - Claude
A developer guide describes how to connect Claude to n8n workflow automation using n8n's HTTP Request node pointed at Anthropic's API endpoint (api.anthropic.com/v1/messages), enabling AI-driven interpretation within automated workflows. The tutorial uses claude-3-sonnet-20240229 and covers webho...
Workflows & Tips
Dev.to - Claude
AI coding tools like Claude Code and Cursor have lowered the barrier to building internal apps, but deploying them to production still requires infrastructure setup including authentication, database provisioning, permissions, and audit logging that most non-developers cannot complete independently.
Workflows & Tips
Dev.to - Claude
OpenAI introduced workspace agents in ChatGPT, a feature designed to automate repeatable workflows and connect tools for team operations. The feature allows organizations to build and scale agents within the ChatGPT environment.
Agent Engineering
OpenAI Blog
A developer published a Spring Boot project that routes plain-text requests to microservices using an AI layer, translating natural language like "order 2 laptops" into structured API calls without requiring clients to know endpoint contracts or JSON schemas.
Agent Engineering
Dev.to - AI
A developer released Onyx Pro, a local desktop utility that allows extended evaluation of AI IDEs such as Cursor, Windsurf, and Kiro before purchasing subscriptions. The tool runs locally without uploading code and is sold as a one-time purchase.
Agentic IDEs
Dev.to - Claude
Qwen released Qwen3.6-27B, a 27-billion-parameter dense model (55.6GB) that the company claims surpasses its previous open-source flagship Qwen3.5-397B-A17B on major coding benchmarks. A Q4_K_M quantized version runs at approximately 25 tokens/second locally at 16.8GB.
Model Releases
Simon Willison
OpenAI released an open-weight model called OpenAI Privacy Filter designed to detect and redact personally identifiable information (PII) in text. The company describes it as achieving state-of-the-art accuracy for PII detection tasks.
Open Source Tools
OpenAI Blog
AWS Bedrock team member and MCP Specification Maintainer Luca Chang said Amazon's contributions to the Model Context Protocol — including Tasks and Elicitations features — emerged from mapping AWS cloud products to the protocol and identifying gaps. Chang spoke at the MCP Summit in New York City.
MCP & Integrations
The New Stack
Roo Code announced it will shut down its VS Code extension, Cloud, and Router services on May 15, shifting to Roomote, a cloud-based agent that handles coding tasks across Slack, GitHub, and Linear without IDE involvement. The company, which reached roughly 3 million installs, said its own team h...
Industry & Funding
The New Stack
Anthropic released Claude Opus 4.7 on April 16, 2026, positioning it as their most capable generally available model, with a 200,000-token context window and emphasis on deep reasoning and tool use over its predecessor Sonnet variants.
Model Releases
Dev.to - Claude
OpenAI introduced workspace agents in ChatGPT, described as Codex-powered agents that run in the cloud and automate workflows across tools for teams.
Industry & Funding
OpenAI Blog
At Cloud Next 2026, Google rebranded Vertex AI as the Gemini Enterprise Agent Platform, adding a low-code Agent Studio builder, a simulation environment for pre-deployment testing, an agent marketplace, and integration with all Google Cloud and Workspace services via Anthropic's Model Context Pro...
Industry & Funding
The New Stack
A developer found two bugs in Longhand, a local session-memory tool for Claude Code: a 2,526-line work session was never ingested due to a missing SessionEnd hook, and two other sessions were stored with NULL project IDs linked to the home directory instead of the correct project path.
Open Source Tools
Dev.to - Claude
A developer published an AI skill called "Pinocchio" that appends a confidence percentage to responses from Claude and GitHub Copilot in VS Code, intended to flag potential hallucinations. The source code is available on GitHub at luizwbr/pinocchio-skill.
Open Source Tools
Dev.to - Claude
SpaceX announced a deal with AI coding tool maker Cursor valued at $10 billion to $60 billion, with an option to acquire Cursor outright later in 2026. The partnership combines xAI's compute infrastructure with Cursor's coding models, which have reached over $2 billion in annualized revenue.
Industry & Funding
The New Stack
Anthropic released Claude Design, an AI visual design tool built on its Opus 4.7 model that generates UI mockups, slides, and prototypes as React components. Figma's stock declined following the announcement.
Opinion & Analysis
Dev.to - Claude
Anthropic banned 1.45 million accounts between July and December 2025, with 52,000 appeals filed and 1,700 overturns, according to the company's transparency page. In documented cases, Argentine startup Belo lost Claude access across 60+ accounts simultaneously for roughly 15 hours following a po...
Industry & Funding
Dev.to - Claude
A developer reported that after 24 hours using Claude Code in VS Code, the tool generated code with hardcoded values instead of configs, hallucinated Calendly API endpoints, and ignored existing file structure conventions. The developer also cited rate limits on Claude's Pro subscription as a con...
Opinion & Analysis
Dev.to - Claude
OpenAI launched "workspace agents" in ChatGPT for Business, Enterprise, Edu, and Teachers plan subscribers, allowing teams to create autonomous agents that perform tasks such as gathering web feedback and sending Slack reports or drafting follow-up emails in Gmail.
Industry & Funding
The Verge - AI
SpaceX offered Cursor a $10 billion "collaboration fee" and a path to a $60 billion acquisition, prompting Cursor to halt a $2 billion funding round it had been on track to close.
Industry & Funding
TechCrunch - AI
Google launched the Gemini Enterprise Agent Platform, a tool for building AI agents targeted at IT and technical enterprise users rather than general business audiences.
Industry & Funding
TechCrunch - AI
Google Cloud NEXT 2026 featured announcements centered on AI agent systems designed to autonomously execute multi-step workflows across tools, rather than requiring users to manually orchestrate tasks between applications.
Opinion & Analysis
Dev.to - AI
Stack Overflow survey data shows the number of developers self-identifying as "AI developers" fell from 4,552 in 2018 to 320 in 2025, an 87% drop in the final year alone, while their median salary rose 32% year-over-year to $85,230. Over the same period, DevOps respondents grew from 586 to 13,010.
Opinion & Analysis
Dev.to - AI