// edition · 2026-05-18

May 18, 2026

14 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

Stop chatting with Claude Code: 3 rules for cleaner context and lower bills

A developer outlined three problems caused by long, mixed-topic Claude Code sessions: cross-topic confusion from accumulated context, and post-correction drift where the model reverts to prior wrong answers despite acknowledging corrections. The recommended fix is starting new sessions per task t...

Dev.to - Claude

Tool Updates

3 Things I Learned About Holding Context Through Long Debugging Sessions

A developer outlined three approaches to reducing token costs in LLM debugging sessions, noting that naive context repetition across eight turns can consume roughly 16,000 tokens versus ~4,400 with optimized reuse. Prompt caching, which marks stable context like error traces and code snippets for...

Workflows & Tips Dev.to - AI

GitHub Copilot - Claude Sonnet vs Claude: A Practitioner's Guide for 2026

GitHub Copilot on Team and Enterprise plans supports Claude Sonnet 4 as a swappable underlying model, routing requests away from GPT-4o for more complex reasoning tasks. Anthropic's Claude-powered tools span four environments: IDE integration via Copilot, terminal via Claude Code, browser via Cla...

Workflows & Tips Dev.to - Claude

Claude Business Workflows: A Practical Setup Guide

A practical guide outlines how small business operators can configure Claude AI workflows for email triage, document processing, and customer follow-up using tools like n8n or Zapier, without writing code. It notes setup takes roughly 45 minutes and recommends against autonomous sending at early ...

Workflows & Tips Dev.to - Claude

AI fixed how fast I can build. It broke how I know what I'm building.

A developer describes how AI coding assistants accelerated project creation while worsening project tracking, leaving 5–10 half-built projects with no clear status. The author built a personal markdown convention using three directories, seven-field frontmatter, and an HTML dashboard to replace t...

Workflows & Tips Dev.to - Claude

Automating Sentiment Triage to Save Your Best Customers

A tutorial describes using workflow automation tools such as n8n to classify negative support tickets by customer lifetime value, routing high-value customer complaints to a prioritized queue with full purchase history attached. The proposed system tracks "Salvage Rate" — negative tickets resulti...

Workflows & Tips Dev.to - AI

Ecosystem

Claude Opus 4.7 vs 4.6

Anthropic's Claude Opus 4.7 uses a revised tokenizer that counts 12–45% more tokens for identical text compared to 4.6, despite unchanged listed prices of $5/1M input and $25/1M output tokens. Claude Code v2.1.142, released May 14, 2026, made Opus 4.7 the default for fast mode.

Model Releases Dev.to - Claude

I Built an API That Parses Any Contract into Structured JSON

A developer released Clausify, an API that accepts contract documents in PDF, Word, or image formats and returns structured JSON containing fields such as parties, dates, duration, and governing law. The API is available on RapidAPI with a free tier allowing 20 requests per month.

Open Source Tools Dev.to - AI

The Mac mini just became infrastructure

Apple CEO Tim Cook said on the company's Q2 2026 earnings call that Mac mini and Mac Studio are sold out across multiple configurations, attributing demand to agentic AI workloads, with supply-demand balance "several months" away. Higher-RAM Mac mini and Mac Studio configurations reportedly carri...

Industry & Funding The New Stack