// edition · 2026-06-11

June 11, 2026

26 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

AGENTS.md: The One File That Makes AI Coding Agents Actually Understand Your Next.js Project

AGENTS.md is a plain Markdown file placed at a repository root that AI coding agents — including Claude Code, GitHub Copilot, Cursor, and OpenAI Codex — read at session start to learn a project's stack, conventions, and commands. The format consolidates tool-specific instruction files like .curso...

Dev.to - Claude

Tool Updates

Give GitHub Copilot CLI real code intelligence with language servers

GitHub released an "LSP Setup" skill for Copilot CLI that automates installation and configuration of Language Server Protocol servers, giving the agent structured code intelligence such as type resolution and symbol lookup. The skill supports 14 programming languages and replaces heuristic appro...

CLI Agents GitHub Blog

Spec-Driven-Development with Penling

A developer built Penling, a specification-writing tool, after finding that vague task definitions caused inconsistent output when using Claude Code for implementation work. The tool sits between a product requirements document and an AI coding agent, structuring work into defined outcomes, const...

Workflows & Tips Dev.to - Claude

You're Not Bad at AI. You're Just Prompting It Wrong.

A developer tutorial outlines 10 prompting techniques for AI tools, arguing that vague prompts produce generic outputs and that adding context, role framing, and specific constraints significantly changes results. The piece recommends approaches such as providing background context before a query...

Workflows & Tips Dev.to - Claude

How memory tools can make AI models worse

New research finds that AI memory systems can degrade model performance and promote sycophantic behavior, where models tell users what they want to hear based on stored preferences rather than providing accurate responses.

Agent Engineering TechCrunch - AI

Observability overload is drowning engineers

Datadog and others are developing AI agent systems to address observability data overload, where engineers managing modern infrastructure face too many logs, traces, and alerts to diagnose incidents efficiently. The approach routes observability data into agentic tools such as Codex, Cursor, and ...

Agent Engineering The New Stack

What Is RAG? Why LLM Memory Alone Is Never Enough

Retrieval-Augmented Generation (RAG) is a technique that retrieves relevant document chunks from an external knowledge base and provides them as context to an LLM before generating a response. The approach addresses three LLM limitations: training data cutoffs, finite parametric memory, and the a...

Agent Engineering Dev.to - AI

AI partner for digital agency

A solo digital agency owner describes using a Claude Code instance configured via a Git repository — called "Ksen" — as a structured strategy partner, combining it with OKRs on a weekly cadence to manage business direction without a co-founder.

Workflows & Tips Dev.to - Claude

Ecosystem

datasette-agent 0.2a0

Simon Willison released datasette-agent 0.2a0, adding mid-execution user prompts that suspend agent turns until answered and persist across server restarts, plus a new `save_query` tool that saves agent-written SQL as stored Datasette queries only after explicit human approval.

Open Source Tools Simon Willison

Google’s DiffusionGemma is 4x faster than its other Gemma models

Google launched DiffusionGemma, a 26B mixture-of-experts model that generates text using diffusion rather than token-by-token prediction, producing over 1,000 tokens per second on a single Nvidia H100 — roughly 4x faster than existing Gemma models. The model activates only 3.8B parameters during ...

Model Releases The New Stack

Claude Fable 5 vs. Opus 4.8: Which Is the Real Developer Ace?

A developer comparison article evaluates two purported Anthropic models — Claude Opus 4.8 at $5/$25 per million tokens and Claude Fable 5 at double that price — contrasting Opus 4.8's speed for short tasks against Fable 5's claimed ability to run autonomous multi-day coding workflows with a 128K ...

Model Releases Dev.to - Claude

Microsoft restricts Claude Fable for employees over data retention concerns

Microsoft blocked internal employee access to Anthropic's Claude Fable 5 model because it does not operate under Zero Data Retention rules, unlike other Claude models available internally. The model was simultaneously rolled out to external GitHub Copilot and Azure Foundry customers.

Industry & Funding The Verge - AI

DiffusionGemma

Google released DiffusionGemma, an open-weight (Apache 2 licensed) 26B-parameter diffusion language model available on HuggingFace. NVIDIA is hosting the model free via its NIM cloud API, where it has demonstrated generation speeds of approximately 500 tokens per second.

Model Releases Simon Willison

Claude Fable won’t answer basic biology questions

Anthropic's Claude Fable 5, a Mythos-class model, refuses to answer basic biology questions by design, redirecting those queries to Claude Opus 4.8 instead. Anthropic imposed the restriction because the Mythos model family was deemed capable enough at sensitive tasks to warrant content limitations.

Model Releases The Verge - AI