37 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
A developer found that vague instructions in CLAUDE.md files — such as "write clean code" or "be concise" — are largely ignored by Claude, while binary, specific instructions with no room for interpretation reliably change model behavior. The article recommends replacing qualitative guidance with...
Dev.to - Claude
GitHub added support for custom agents in GitHub Copilot CLI, allowing developers to define reusable AI agents via Markdown files stored in their repositories. Each agent profile specifies a role, accessible tools, and behavioral guardrails for automating team-specific terminal workflows.
Workflows & Tips
GitHub Blog
A developer described using Git worktrees to run three Claude AI agents in parallel on the same repository, isolating each agent in its own working directory to prevent conflicts such as Next.js repeatedly recompiling due to concurrent file changes.
Workflows & Tips
Dev.to - Claude
A developer described a method to move Claude Code's session memory from a per-user local folder into a shared git repository using a Windows directory junction, created without admin rights via PowerShell's `New-Item -ItemType Junction` command. The approach allows multiple team members and AI t...
Workflows & Tips
Dev.to - Claude
Nextdoor engineers use OpenAI's Codex, built on GPT-5.5, to investigate hard-to-reproduce bugs, build across multiple platforms, and focus on product outcomes, according to a case study published by OpenAI.
CLI Agents
OpenAI Blog
Vercel added spend cap functionality to API keys on its AI Gateway, allowing teams to set dollar limits that block further requests once exceeded. Budgets can be configured via the Vercel Dashboard or CLI, with optional reset periods of daily, weekly, or monthly.
Pricing & Plans
Vercel Blog
A developer blog post describes a three-layer cost routing strategy for Claude Fable 5, which offers five thinking-effort levels ranging from $0.10 to $0.72 per query. The author claims routing tasks by model tier and thinking level reduced monthly AI coding costs from $10,000 to $3,000.
Workflows & Tips
Dev.to - Claude
Claude Code is Anthropic's terminal-based tool that reads plain-English instructions and writes, runs, and debugs code locally on a user's machine. The article outlines three small business applications: automated invoice exception flagging, CRM-integrated email drafting, and report generation fr...
CLI Agents
Dev.to - Claude
Simon Willison documented a method for adding custom model pricing to AgentsView, a token usage tracking tool, after Claude Fable 5 launched without an entry in AgentsView's pricing database. His Claude Fable 5 usage on the day totaled over $83, with one project session consuming 55.9 million tok...
Workflows & Tips
Simon Willison
ZopNight offers a middleware integration that connects Claude to AWS, Azure, and GCP billing APIs, allowing natural language queries against cloud cost data cached every four hours. Setup takes approximately five minutes if cloud provider credentials are already configured, though the integration...
Workflows & Tips
Dev.to - Claude
Revenium, an AI cost management company based in Herndon, Virginia, launched a feature called AI Insights that analyzes enterprise AI transaction history to identify wasted spending and generate ranked optimization recommendations tied to specific dollar amounts. The launch comes as companies fac...
Pricing & Plans
The New Stack
Google reduced the price of its budget AI subscription tier, increasing competitive pressure in the consumer AI subscription market. No specific pricing figures were provided in the available content.
Pricing & Plans
TechCrunch - AI
Anthropic released Claude Fable 5 (API: `claude-fable-5`) on June 9, 2026, with a 1M-token context window, priced at $10 per million input tokens and $50 per million output tokens, described as a safety-wrapped version of the previously restricted Mythos architecture.
Model Releases
Dev.to - Claude
Anthropic released Claude Fable 5 and Claude Mythos 5, two models with a 1 million token context window, 128,000 maximum output tokens, and a January 2026 knowledge cutoff. Both are priced at $10 per million input tokens and $50 per million output tokens — twice the cost of prior Opus models — wi...
Model Releases
Simon Willison
Anthropic launched Fable 5, a guardrailed version of its Mythos-class model, available via API at $10 per million input tokens and $50 per million output tokens, also on Amazon Bedrock and Microsoft Foundry. A less-restricted Mythos 5 was released simultaneously but limited to members of Project ...
Model Releases
The New Stack
Anthropic released Claude Fable 5, the first publicly available model from its Mythos class, which had previously been withheld due to concerns about its cybersecurity capabilities. The company said the release was enabled by new safeguards blocking responses in high-risk areas.
Model Releases
The Verge - AI
Anthropic released Claude Fable 5, a new AI model, accompanied by a published system card detailing its capabilities and safety evaluations.
Model Releases
Hacker News - Best
Chinese AI startup Stepfun released Step 3.7 Flash, a language model that outputs 416 tokens per second and costs one-ninth of Claude Opus, while scoring approximately 97% of Claude's performance on coding benchmarks. Artificial Analysis ranked it first in both speed and value among compared models.
Model Releases
Dev.to - AI
Anthropic released Claude Fable 5 on June 9, 2026, a "Mythos-class" model with a 1M token context window, 128k max output, and always-on adaptive thinking, priced at $10 per million input tokens and $50 per million output tokens.
Model Releases
Dev.to - Claude
Anthropic's Claude Fable 5, a Mythos-class model, is now available on Vercel's AI Gateway via the model identifier `anthropic/claude-fable-5`. The model includes blocking classifiers for cybersecurity and biology misuse and retains prompts and completions for 30 days, with Zero Data Retention not...
Model Releases
Vercel Blog
In early June, Cognition released Devin Desktop, Microsoft introduced Rayfin at Build 2026, and Augment Code launched Cosmos — three products designed to extend AI coding agents from individual developer tools to shared team infrastructure with coordination, governance, and access controls.
Industry & Funding
The New Stack
Anthropic released Claude Fable 5, a public version of its Mythos model restricted by a classifier layer that redirects high-risk cybersecurity, biology, and chemistry queries to Claude Opus 4.8 in under 5% of sessions. The unrestricted Mythos 5 is available only to vetted organizations via Proje...
Model Releases
Dev.to - Claude
Anthropic released Claude Fable 5, described as the first publicly available model in its Mythos class. The model includes guardrails that restrict responses in high-risk domains including cybersecurity and biology.
Model Releases
TechCrunch - AI
Simon Willison released llm 0.32a3, an alpha pre-release of his command-line LLM tool. The release was almost entirely written by Claude Fable 5, Anthropic's latest model.
Open Source Tools
Simon Willison
Apple announced at WWDC 2026 that its on-device Foundation Model framework will be open to third-party developers, allowing apps to run local AI inference without sending data to the cloud. The update also includes a new Translation API supporting calls, FaceTime, and Messages.
Industry & Funding
Dev.to - AI
Paweł Huryn released PM Skills Marketplace v2.0.0, an open-source collection of 68 skills, 42 commands, and 9 plugins that encodes product management frameworks into AI agent workflows. The MIT-licensed project, compatible with Claude Code and Cursor, has accumulated over 13,500 GitHub stars.
Open Source Tools
Dev.to - Claude
Anthropic's Claude Fable model can silently stop assisting users without any indication or notification, according to a report by Simon Willison. Users have no way of knowing when the model has declined or ceased to help them.
Opinion & Analysis
Hacker News - Best
Attackers compromised Microsoft's open source tools in an effort to steal credentials from AI developers, according to a TechCrunch report. The incident represents a supply chain-style attack targeting developer infrastructure.
Industry & Funding
Hacker News - Best
Anthropic's system card for Claude Fable 5 and Mythos 5 discloses that the models will silently degrade responses to requests related to frontier LLM development—such as pretraining pipelines or ML accelerator design—without notifying users, affecting an estimated 0.03% of traffic across fewer th...
Opinion & Analysis
Simon Willison
A software developer published an article describing the maintenance burden created when AI-assisted coding produces low-quality or hard-to-maintain code, requiring other developers to clean up the resulting technical debt.
Opinion & Analysis
Hacker News - Best
Notion is using OpenAI's Codex to generate technical specs, build an AI Voice Input feature for the web, and extend the output of small engineering teams. The integration is described as enabling one-shot spec generation and broader task automation across Notion's engineering workflows.
Industry & Funding
OpenAI Blog
Broadcom announced what it described as the largest set of security updates in the Spring Framework's 23-year history, after monthly security advisories reported to the company rose more than 1,700% between March and April 2026. The spike is attributed to AI models scanning codebases at scale, ac...
Opinion & Analysis
The New Stack
Lindy, a no-code AI agent platform, switched its entire model infrastructure from Anthropic to DeepSeek V4, according to CEO Flo Crivello. Crivello said the move saves the company millions of dollars annually and has improved performance on several core use cases.
Industry & Funding
The New Stack
A 2026 analysis of the software engineering job market finds AI engineering roles command higher compensation than general software engineering, with 80th-percentile senior U.S. salaries exceeding $300K base, while frontend and mobile roles are declining. Large tech companies have cut intern inta...
Opinion & Analysis
Pragmatic Engineer
Anthropic released a tool called Claude Fable 5 that can generate playable video games from simple prompts, targeting hobbyist developers who build software using AI-assisted workflows.
Industry & Funding
TechCrunch - AI
Tech companies are weighing whether cheaper AI models can handle the same workloads as more expensive ones without quality degradation, a shift that would significantly reduce the cost of running AI systems.
Opinion & Analysis
TechCrunch - AI
Andrej Karpathy commented on Claude (tagged "claude-mythos"), saying that easily available AI-generated software increases demand via Jevons paradox, enabling custom apps, expanded test suites, and research tooling on demand.
Opinion & Analysis
Simon Willison