17 stories on AI dev tools, agents, and the coding stack — curated from the day's RSS haul by Agentic Dev's pipeline.
Top Signal · Model Releases
DeepSeek released V4 Pro on April 24, 2026, a mixture-of-experts model with 1.6 trillion total parameters and 49 billion active parameters, supporting a 1-million-token context window under an MIT license. Pricing is set at $1.74 per million input tokens and $3.48 per million output tokens, with ...
Dev.to - AI
Cursor and Claude Code are compared as competing AI coding tools, with Cursor offering 30% cheaper enterprise inference pricing and faster speeds, while Claude Code, developed by Anthropic, targets code readability and maintainability with support for LangChain integration.
Agentic IDEs
Dev.to - Claude
In Claude Code, token consumption is dominated by system prompts, conversation history, tool definitions, and CLAUDE.md project files rather than the user's typed input. Anthropic recommends keeping CLAUDE.md under 200 lines and notes that HTML block comments in that file are stripped before cont...
CLI Agents
Dev.to - Claude
A developer tutorial describes building a web scraping agent using Anthropic's Claude Tools API, which allows Claude to request execution of Python functions — such as a BeautifulSoup-based webpage fetcher — and incorporate the results into its responses.
Workflows & Tips
Dev.to - Claude
A developer described a method to connect OpenClaw, an open-source AI agent framework, to Claude by using the authentication built into the Claude Code CLI binary, bypassing the need for a separate API key or web account.
CLI Agents
Dev.to - Claude
Jaeger v2 rebuilt its core architecture to natively integrate OpenTelemetry, replacing its original collection mechanisms with the OpenTelemetry Collector framework and eliminating intermediate translation steps. The project is also adopting the Model Context Protocol, Agent Client Protocol, and ...
Agent Engineering
The New Stack
Anthropic launched the Claude Certified Architect – Foundations (CCA-F) exam, a scenario-based technical certification for solution architects building production applications with Claude. The exam covers five domains including agentic architecture, tool design, and prompt engineering, requires a...
Workflows & Tips
Dev.to - Claude
Three approaches to PDF invoice data extraction — regex parsing, template matching, and AI-based extraction — differ in maintenance burden and flexibility. Regex works for fixed formats but requires code changes per vendor; template matching uses coordinate anchors; AI methods handle varied layou...
Workflows & Tips
Dev.to - AI
SimplyLouie, a third-party service, offers access to Anthropic's Claude AI model to Mexican developers at MX$35/month via a flat-rate subscription and API, compared to approximately MX$350/month for ChatGPT Plus at current exchange rates.
Pricing & Plans
Dev.to - Claude
SimplyLouie, a third-party API wrapper service, offers access to Anthropic's Claude API (claude-3-5-sonnet) to Kenyan developers for KSh260/month (~$2), compared to the standard Claude Pro subscription price of KSh2,600/month (~$20).
Pricing & Plans
Dev.to - Claude
OpenAI's Romain Huet confirmed the company will not release a separate GPT-5.5-Codex model, stating that Codex and the main model were unified into a single system starting with GPT-5.4. GPT-5.5 includes improvements in agentic coding and computer use tasks.
Model Releases
Simon Willison
A frontend developer with 20 years of experience describes building a personal multi-agent AI workflow consisting of eight specialist agents coordinated by a custom orchestration agent, spending approximately $800 on API tokens over six months.
Opinion & Analysis
Dev.to - Claude
OpenAI launched Workspace Agents in research preview for select ChatGPT Business accounts, allowing organizations to build, share, and govern AI agents that connect to tools like Slack, Salesforce, and Gmail. The feature, powered by Codex, is free until May 6 and includes admin controls over tool...
Opinion & Analysis
The New Stack
A developer published an open-source personal finance agent system built on Claude, using two specialized agents routed by text prefixes and lazy-loaded from local JSON files. The project, available at github.com/jasonsieg22/claude-finance-agents under MIT license, claims an approximately 80% tok...
Open Source Tools
Dev.to - Claude
Anthropic ran an experiment creating a classified marketplace where AI agents acted as both buyers and sellers, completing real transactions involving actual goods and money.
Industry & Funding
TechCrunch - AI
Cognition AI, maker of the Devin autonomous coding assistant, is reportedly in talks for a funding round that would value the company at $25 billion, up from a prior valuation of $350 million.
Industry & Funding
Dev.to - AI
Anthropic launched Claude Design on April 17, an experimental tool for generating quick visuals, slides, one-pagers, and prototypes, overlapping with core use cases of Canva and Figma. Canva responded with its AI 2.0 platform, describing it as a conversational, agentic system serving over 270 mil...
Industry & Funding
Dev.to - Claude