// edition · 2026-06-16

June 16, 2026

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

Top Signal · CLI Agents

Token Efficiency in Claude Code

SectorFlow Engineering reduced Claude Code session startup token costs by 60% by splitting a 400-line CLAUDE.md into task-specific files, and cut per-ticket context usage from ~9,000 tokens to ~400 by replacing Linear MCP calls with manually pasted acceptance criteria.

Dev.to - Claude

Tool Updates

One Agent Per Repo: An Orchestration Pattern for Multi-Repo AI Coding

A proposed multi-repo AI coding pattern assigns one specialized agent per repository with scoped tool permissions, and uses a single orchestrator session to route tasks and merge results. The approach enforces read-only boundaries by removing write tools rather than relying on prompt instructions...

Agent Engineering Dev.to - Claude

The Skills File Pattern

SectorFlow Engineering describes a pattern for managing Claude Code configuration by splitting a single CLAUDE.md file into separate context files (core, design, infrastructure, workflow, architecture) stored under a .claude/ directory, loading only the files relevant to each task to reduce token...

Workflows & Tips Dev.to - Claude

Picking Models and Tools

SectorFlow Engineering dropped the Linear MCP from Claude Code coding sessions after calculating its full ticket workflow consumed ~9,000 tokens versus 45 seconds of human time. They built a static HTML tool to strip non-essential ticket fields before pasting acceptance criteria to Claude.

Workflows & Tips Dev.to - Claude

System Prompt Leakage: Why Hidden AI Instructions Are Not a Security Boundary

System prompts in LLM applications can be extracted by attackers because both system and user instructions share the same context window, giving models no inherent mechanism to distinguish between them. Techniques including direct requests, role-playing scenarios, and multi-turn conversations can...

Agent Engineering Dev.to - AI

How to Make a Spring Boot Project AI-Ready

A guide recommends adding a documentation layer to Spring Boot projects to help AI coding tools like Cursor and GitHub Copilot generate contextually correct code. The approach involves four files — AGENTS.md, ARCHITECTURE.md, AI_RULES.md, and AGENT_CONTRIBUTING.md — covering project structure, ar...

Workflows & Tips Dev.to - AI

Workflow SDK now supports inflight cancellation

Vercel's Workflow SDK 5 beta added support for the standard `AbortController` and `AbortSignal` APIs, enabling inflight cancellation of workflow steps across function invocations. Cancellation signals remain durable across suspensions and deterministic replays, but require steps to cooperatively ...

Agent Engineering Vercel Blog

Workflow SDK now supports TanStack Start

Vercel's Workflow SDK added support for TanStack Start applications, using the existing `workflow/vite` plugin added to `vite.config.ts`. Workflow functions written with `"use workflow"` and `"use step"` directives run as durable, resumable operations with automatic retries and persistence.

Workflows & Tips Vercel Blog

Vercel Functions can now run up to 30 minutes

Vercel increased the maximum execution duration for its serverless Functions to 30 minutes for Pro and Enterprise plans, up from the previous 800-second limit. The change applies to Node.js and Python runtimes, requires Fluid Compute, and durations above 800 seconds remain in beta.

Agent Engineering Vercel Blog

Ecosystem

The MCP Gateway Pattern: Managing 13,000+ Servers Without Losing Your Mind

The MCP ecosystem has grown to over 13,000 registered servers and 97 million monthly downloads, creating access-control challenges for AI agent deployments. A proposed "gateway pattern" places a proxy layer between agents and MCP servers to handle routing, server discovery, and audit logging, lim...

MCP & Integrations Dev.to - AI

How to connect Postgres to Claude (and make it work for your team)

Anthropic's reference Postgres MCP server allows Claude to connect to PostgreSQL databases via a JSON configuration file, enabling natural language SQL queries against a database. The article outlines setup steps and notes limitations when deploying shared database access across teams, including ...

MCP & Integrations Dev.to - Claude

Anthropic's Friday kill switch changed how I split AI from deterministic work

The U.S. Commerce Department sent Anthropic a letter on June 12 directing the company to cut off its Fable 5 and Mythos 5 models from foreign nationals under export control authorities. Unable to filter API users by nationality, Anthropic disabled both models globally within hours.

Opinion & Analysis Dev.to - Claude

My Homelab AI Dev Platform

A developer published a writeup describing their self-hosted homelab setup configured as an AI development platform, detailing the infrastructure used to run AI coding tools locally rather than relying on cloud services.

Open Source Tools Hacker News - Best

datasette-agent 0.3a0

Datasette-agent 0.3a0 adds an `execute_write_sql` tool that requests user approval before writing to a database, respecting user permissions. The release also adds `--root`, `--yes`, and `--unsafe` flags to the `datasette agent chat` CLI for controlling approval behavior.

Open Source Tools Simon Willison

Your AI-generated app runs on their cloud, and that’s the problem

AI app-generation platforms such as Replit, Lovable, and Base44 host generated applications on their own cloud infrastructure, preventing users from integrating monitoring tools, running compliance audits, or deploying through their own pipelines. The article argues this vendor lock-in mirrors ea...

Opinion & Analysis The New Stack

We’ve been measuring AI wrong; why economically valuable work is the new benchmark

UC Berkeley professor Dawn Song introduced Agent's Last Exam (ALE), a benchmark that evaluates AI agents across 55 real-world occupations and 1,500+ tasks derived from actual business work. The benchmark tested systems including Fable 5, GPT-5.5, and Composer 2.5, measuring whether agents can per...

Opinion & Analysis The New Stack

The lesson, stated plainly

NeonMem version 0.9.6 fixes a vector embedding persistence bug by storing the embedder model inside the same cartridge file as the index, ensuring embeddings remain valid across sessions. The update also adds a dimension guard that falls back to keyword search on mismatch, and fixes memory loss d...

Open Source Tools Dev.to - Claude

"They screwed us": Personality clashes sent Anthropic's models offline

Anthropic's Claude Mythos and Fable models were taken offline after a U.S. government export control directive triggered by a reported jailbreak, which Anthropic characterized as "a potential narrow, non-universal jailbreak." Anthropic's Logan Graham, Dave Orr, and Nicholas Carlini met with the C...

Industry & Funding Simon Willison

Inside the fight over Claude Mythos 5

The Trump administration issued an export control directive requiring Anthropic to suspend access to its Mythos 5 and Fable 5 AI models for any foreign nationals, including Anthropic's own foreign national employees, prompting the company to disable the products and send representatives to Washin...

Industry & Funding The Verge - AI

All the news about Anthropic’s new AI fight with the White House

The White House ordered Anthropic on June 12th to block foreign access to its newly released Claude Fable 5 and Mythos 5 models after researchers found potential jailbreaks enabling cyberattack-related outputs. Anthropic complied by cutting access for all users globally, while publicly disputing ...

Industry & Funding The Verge - AI

Quoting Matteo Wong, The Atlantic

Cybersecurity expert Katie Moussouris, CEO of Luta Security, reviewed a White House report on the "Fable" AI jailbreak at Anthropic's request and concluded the behavior described — where the model refused to "review code for security issues" but complied with "fix this code" — was the model funct...

Opinion & Analysis Simon Willison