// edition · 2026-05-03

May 03, 2026

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

Top Signal · Open Source Tools

Where Did My Claude Code Money Go? I Built a Tool to Find Out

A developer released Claude Code Cost Explorer, an open-source local dashboard that reads Claude Code's session files to show API costs broken down by individual turn, prompt, and tool call. It installs via pip and requires no API keys or external data uploads.

Dev.to - AI

Tool Updates

I let Claude Code write an entire feature for a week. Here's what actually broke.

A developer used Claude Code to build a complete notification system (schema, API, queue worker, tests) for a Next.js/Postgres project over one week without writing code manually. A missing `await` keyword on an async call in the generated worker code caused random 4-second notification delays in...

CLI Agents Dev.to - Claude

Stop Starting From Scratch: How Claude Projects Will Change the Way You Work

Anthropic's Claude Projects feature provides persistent workspaces where users can store custom instructions, uploaded knowledge files, and conversation history across sessions. Each project supports a 200,000-token context window, equivalent to roughly 500 pages of text.

Workflows & Tips Dev.to - Claude

30 Days of Daily Automation. The Bot Improved the Wrong Pages.

A developer running a 30-day daily automation using Claude to improve calculator pages found that 8 of 28 improved pages had no Google Search Console presence, and all early-April pages recorded zero clicks. Meanwhile, the site's highest-impression page — 880 impressions in 28 days at position 57...

Workflows & Tips Dev.to - Claude

Sightings

Simon Willison added a "Sightings" section to his blog that pulls in wildlife photos from his iNaturalist account, back-populating over a decade of observations totaling 208 entries. He built the feature using Claude Code on his phone as an extension of his existing content syndication system.

CLI Agents Simon Willison

Ecosystem

Benchmark: Llama 3 vs. Claude 3.5 for 2026 Chatbots

A benchmark of Meta's Llama 3 70B Instruct and Anthropic's Claude 3.5 Sonnet across 1.2 million user queries found Llama 3 delivered 22% lower p99 latency and cost $0.0008 per 1k tokens self-hosted versus Claude 3.5's $0.003 via API, while Claude 3.5 scored 98.0% versus 82.3% on HellaSwag reasoni...

Model Releases Dev.to - Claude

Opinion: Why We Ditched Llama 3.1 for Claude 3.5 for 2026 On-Prem LLM Deployments

A 14-person fintech engineering team reported migrating from Meta's Llama 3.1 70B to Anthropic's Claude 3.5 Sonnet for on-premises LLM workloads, claiming 62% lower inference latency (217ms to 82ms p99) and 41% reduced GPU costs ($12.4k to $7.3k monthly per 1M daily queries) after benchmarking se...

Opinion & Analysis Dev.to - Claude

VS Code inserting 'Co-Authored-by Copilot' into commits regardless of usage

VS Code was automatically adding "Co-Authored-by: GitHub Copilot" to git commit messages regardless of whether Copilot was actually used, prompting a pull request to address the behavior. Microsoft opened PR #310226 in the VS Code repository to fix the unintended attribution.

Industry & Funding Hacker News - Best

I always worried my READMEs disagreed with my own repos. So I built README Clew.

A developer built README Clew, a tool that audits public GitHub repositories for discrepancies between README documentation and actual code, using Claude Sonnet 4.5 to extract claims and five deterministic verifiers to check dependencies, scripts, environment variables, and file references. The t...

Open Source Tools Dev.to - Claude

Inside OpenSearch’s bid to become the default AI data layer

OpenSearch released versions 3.5 and 3.6 in February and April 2026, adding Better Binary Quantization (BBQ) that compresses high-dimensional vectors by 32x and the SEISMIC algorithm for sparse neural approximate nearest neighbor search. The project is positioning the open-source search engine to...

Open Source Tools The New Stack