// edition · 2026-06-20

June 20, 2026

22 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

I Spent $8,857 Using Claude Code to Build 6 Projects. Here's What I Learned.

A developer spent $8,857.62 over 14 days using Claude Code's API to build six projects, consuming 3.884 billion tokens across 47,235 requests on Claude Opus 4.8. Cache hits accounted for 86.4% of total tokens, with the largest single project costing approximately $4,200.

Dev.to - Claude

Tool Updates

I Made Claude Code Think Before It Codes. Then I Gave It a Team.

A developer built a multi-agent Claude Code workflow called `/wizard` that uses an orchestrator agent to delegate coding tasks to specialist subagents, each working in isolated git worktrees in parallel. The system adds structured practices—codebase review, acceptance criteria, and test-first dev...

CLI Agents Dev.to - Claude

How we built an internal data analytics agent

GitHub built an internal analytics agent called Qubot, powered by GitHub Copilot, that allows employees to query the company's data warehouse in plain language via Slack, VS Code, or the Copilot CLI. The tool generates SQL queries against Trino and Kusto databases and returns answers within secon...

Agent Engineering GitHub Blog

Claude API C# .NET Tutorial: Complete Integration Guide (2026)

Anthropic's Claude API can be integrated into C# .NET applications using the official Anthropic.SDK NuGet package, which supports .NET 6+ and features including streaming, tool use, prompt caching, and multi-turn conversations. The package is installed via `dotnet add package Anthropic.SDK` and r...

Workflows & Tips Dev.to - Claude

Claude API Cost Monitoring: Build a Dashboard to Track Spending (2026)

A guide published by claudeguide.io describes how to track Claude API spending by logging input and output token counts from API responses and aggregating costs in a time-series database. An audit of 12 Claude API deployments cited in the guide found model routing errors in 9, averaging $180 per ...

Workflows & Tips Dev.to - Claude

Claude API Key Setup and Authentication: Complete Guide (2026)

Anthropic's Claude API uses keys generated at console.anthropic.com, stored as the `ANTHROPIC_API_KEY` environment variable, which the SDK reads automatically. Keys begin with `sk-ant-api03-` and are displayed only once upon creation.

Workflows & Tips Dev.to - Claude

RAG Pipeline: The Uncle-Nephew Complete Learning Guide

Retrieval-Augmented Generation (RAG) is a technique for grounding large language model outputs in external documents by retrieving relevant content at query time, adding it to the prompt, and generating answers from that context rather than training data alone.

Workflows & Tips Dev.to - AI

Zero-Shot Learning with LLMs: Applications and Techniques

A tutorial published on Dev.to demonstrates building a zero-shot support ticket triage system using the llama-3.3-70b model via the Oxlo.ai API, classifying tickets into five categories and four urgency levels using only prompt instructions and no training examples.

Workflows & Tips Dev.to - AI

Proactive Observability: What This Year’s Observability Summit Made Clear

At the Observability Summit in Minneapolis, attendees discussed a shift from reactive to proactive monitoring, with sessions focusing on AI-driven incident response and noise reduction. Hud CTO May Walter presented on agentic issue resolution, arguing that production runtime context should feed i...

Agent Engineering Dev.to - AI

Ecosystem

60–95% fewer tokens in your agent loops, same answers. Meet Headroom.

Headroom is an open-source context compression layer for AI coding agents that intercepts tool outputs, logs, and files before they reach an LLM, reducing token usage by 47–92% in tested workloads. It is available as a Python/TypeScript library, a local proxy, or an MCP server, and claims to pres...

Open Source Tools Dev.to - AI

How to Let an AI Agent Generate Real PDFs (with an MCP server)

PDFMakerAPI released an MCP server that lets AI agents generate editable PDFs via a single `create_document` tool, configurable in clients like Claude Desktop or Cursor with a short JSON snippet. The server requires no API key and is also available as a hosted endpoint at api.pdfmakerapi.com/mcp.

MCP & Integrations Dev.to - Claude

Claude Design: What It Is, Where It Fits, and When to Skip It

Anthropic's Claude Design, launched April 17, 2026, generates editable visual outputs — prototypes, slide decks, and mockups — rendered as HTML/CSS, with export options to Canva, Adobe, Figma, and PowerPoint. The tool reached one million users within a week of a June 2026 update that added design...

Opinion & Analysis Dev.to - Claude

Quoting Sean Lynch

Sean Lynch, in a Hacker News comment, argued that MCP's primary value over skills or CLI tools is isolating authentication flows outside an agent's context window, suggesting its ideal form may be an auth gateway for APIs.

MCP & Integrations Simon Willison

The US banned Anthropic’s Fable 5 release, but the numbers don’t seem to care

The US government ordered Anthropic to withdraw its Fable 5 and Mythos 5 models, citing national security concerns after Amazon researchers identified a method to bypass Fable 5's safety guardrails. Cybersecurity researchers signed an open letter opposing the move, while Anthropic noted the same ...

Industry & Funding TechCrunch - AI