// edition · 2026-06-23

June 23, 2026

25 stories on AI dev tools, agents, and the coding stack, curated from the day's RSS haul by Agentic Dev's pipeline.

Top Signal · Workflows & Tips

Why Your Claude Code & Cursor API Bills Explode, and How to Cut Them by 70%

Agentic coding tools like Claude Code and Cursor Agent mode re-send entire conversation histories each turn, creating quadratic token consumption that can push a 50-turn session to $13.27 on Claude 3.5 Sonnet and over $200/day at scale. Techniques including prefix cache optimization and periodic ...

Dev.to - Claude

Tool Updates

Codex-maxxing for long-running work

Jason Liu, a developer, shared techniques for using OpenAI's Codex on long-running projects, focusing on preserving context and managing complex tasks across multiple prompts.

CLI Agents OpenAI Blog

I shipped Sipcode today: keeping Claude Code's context clean for sharper answers

A developer launched Sipcode, a local proxy and MCP server for Claude Code that compresses tool output before it reaches the model. Testing on a 3.57-million-token corpus showed a 62.6% median reduction in tool output, with $67.43 in token costs saved; the tool is MIT-licensed and available via npm.

CLI Agents Dev.to - Claude

Prompt Injection as Role Confusion

Researchers Charles Ye, Jasmine Cui, and Dylan Hadfield-Menell found that LLMs classify text as privileged or untrusted based on writing style rather than role tags, enabling prompt injection attacks. Rewriting malicious text to mimic internal model formatting achieved 61% attack success, while "...

Agent Engineering Simon Willison

Stop returning the same "blocked" error from your agent guardrail

Deterministic "blocked" error responses from AI agent guardrails can serve as feedback signals for automated attacks, with a Keysight paper (arXiv:2606.20470) finding attack success rates approach 1 as query budgets grow. Varying response shape, latency, and message content on denied calls reduce...

Agent Engineering Dev.to - AI

How I built a three-tier content quality ladder for programmatic directory ETL

A developer built three programmatic directory sites using a three-tier content pipeline that tracks content quality via a `model_used` database column, with tiers for seeded JSON data, template-generated fallback text, and Claude Haiku 4.5-generated editorial content. The ETL process selectively...

Workflows & Tips Dev.to - Claude

Qodo just shipped cross-repo review. Here’s why it matters for AI-flooded teams.

Qodo released three new platform features — Cross-Repo Code Review, Custom Rules Miner, and Skill Review Standards — aimed at managing code review in multi-repository environments. According to Google's DORA 2025 report, pull requests from teams with high AI adoption are 154% larger, take 91% lon...

Agent Engineering The New Stack

Ecosystem

Deploy from Claude Design to Vercel

Vercel added itself as a deployment destination in Claude Design, allowing users to deploy designs directly to a Vercel project and receive a live URL via the Vercel MCP server, without leaving the design canvas.

MCP & Integrations Vercel Blog

Claude forgets everything between sessions. Here's how I fixed it.

A developer released Bastra Recall (v0.7.0-beta.1, MIT), an MCP server that persists Claude conversation context as Markdown files in a local Obsidian vault, eliminating the need for cloud storage or a Redis server. It currently supports macOS on Apple Silicon with Node 22+ and works across Claud...

MCP & Integrations Dev.to - Claude

I Built an Open-Source AI PR Reviewer That Uses Your Existing LLM Credits

A developer released an open-source GitHub Action called "AI PR Reviewer" that automates pull request code review using the user's own LLM API credentials, supporting Claude, OpenAI, and OpenAI-compatible endpoints. The tool runs inside GitHub Actions and posts feedback directly on pull requests,...

Open Source Tools Dev.to - Claude

Cursor quietly acquires Continue, an open-source alternative to GitHub Copilot

Cursor acquired Continue, an open-source coding assistant and GitHub Copilot alternative, with Continue announcing the deal around June 16 and notifying users they have until July 15 to export their data before the service shuts down. Financial terms were not disclosed; SpaceX, which separately a...

Industry & Funding The New Stack

Read this before you vibe-code another app

Security vulnerabilities are common in apps built via "vibe coding," where developers use AI tools with minimal review. One example: a developer discovered a SQL injection flaw in his AI-assisted site months after launch, which could have exposed or altered user data.

Opinion & Analysis The Verge - AI

Meet Chatrove: a 100% local, open-source vault for your AI chats

Chatrove is an MIT-licensed, open-source desktop tool that imports and archives chat exports from Gemini, ChatGPT, and Claude into a local SQLite database with full-text search. It runs on Python 3.10+ with no external dependencies and optionally integrates with locally hosted Ollama models for c...

Open Source Tools Dev.to - AI

Why AI Keeps Making the Same Mistake — And Why Correcting It Each Time Doesn't Work

A developer catalogued five recurring behavioral patterns in AI assistants — including tone overcorrection, false source verification, and deflecting decisions back to the user — attributing them to user-satisfaction tuning. The author proposes providing behavior guidelines at the start of each s...

Opinion & Analysis Dev.to - Claude

Daybreak: Tools for securing every organization in the world

OpenAI launched a cybersecurity initiative called Daybreak, introducing two tools — Codex Security and GPT-5.5-Cyber — designed to help organizations identify, validate, and remediate software vulnerabilities at scale.

Industry & Funding OpenAI Blog

WebSocket support is now in Public Beta

Vercel has released WebSocket support for Vercel Functions in public beta, allowing bidirectional client-server communication without additional configuration. Connections run on Fluid compute and are billed only for active CPU processing time, not idle connection time.

Industry & Funding Vercel Blog

ChatGPT vs Claude vs Gemini: Which AI Is Actually Best?

ChatGPT (OpenAI), Claude (Anthropic), and Gemini (Google) offer paid tiers at roughly $20/month, with Claude featuring a 200K token context window, Gemini offering up to 1 million tokens and native Google Search integration, and ChatGPT providing the broadest tool range including image generation.

Model Releases Dev.to - Claude

How Claude AI Actually Works: The Technical Story Behind the Scenes

Claude is a large language model built by Anthropic that uses a transformer architecture and a training method called Constitutional AI, in which the model evaluates its own outputs against a set of written principles. It supports context windows of up to 1 million tokens and is trained using pre...

Opinion & Analysis Dev.to - Claude

The AI world is getting ‘loopy’

A growing trend in AI development involves "looping" systems, where swarms of AI agents run continuously in the background without human intervention. This approach extends agentic AI by authorizing multiple agents to operate indefinitely on assigned tasks.

Opinion & Analysis TechCrunch - AI