Fable departure skill creation
A developer retiring from a project built a complete skill library under `.claude/skills/` to enable junior and mid-level engineers, as well as smaller AI models, to debug, extend, validate, and advan…
A developer retiring from a project built a complete skill library under `.claude/skills/` to enable junior and mid-level engineers, as well as smaller AI models, to debug, extend, validate, and advan…
A developer created 'Lumos', a voice-activated reading assistant for physical technical books that integrates with Meta Ray-Ban smart glasses. Users upload a PDF of their book and ask questions via vo…
Fable, a senior decision-making AI agent, is designed to preserve premium reasoning for high-value tasks such as intent understanding, architecture, decomposition, tradeoffs, final review, and synthes…
Anthropic, the AI lab behind Claude, is reportedly facing challenges as its developer tools and models encounter limitations, signaling a potential slowdown in its competitive edge against rivals like…
Morph Reflexes launches a multi-head classifier API that analyzes agent traces for behavioral failures like looping and user frustration. The system uses a shared LLM backbone with reused KV cache to …
MemDelta, a new evaluation protocol for AI memory systems, reveals that performance varies significantly across model families, with retrieval-augmented generation (RAG) and full-context models showin…
Anthropic's Claude model lineup—Haiku, Sonnet, and Opus—offers different trade-offs between speed, cost, and capability. The article provides a straightforward rule for choosing among them based on ta…
Enterprise AI coding costs are soaring, with one client reportedly spending $500 million in a month on Claude Code and Uber exhausting its 2026 budget by April. A developer argues that 70-80% of codin…
A developer built a three-layer architecture for CLAUDE.md files that makes swapping between large language models like DeepSeek V4 Pro, Claude Opus, and Sonnet trivial by changing only one file. The …
A developer built token-warden, an open-source plugin for Claude Code that only retains agent memory rules if they can prove they save at least twice the tokens they cost. The tool benchmarks candidat…
A developer argues that comparing a senior engineer's $250K salary to $20K in AI coding tokens is a misleading trap. The engineer's role involves far more than code generation, and AI-written code sti…
Researchers developed a method to combine AI control protocols by routing between them based on predicted usefulness and suspicion, achieving better safety-usefulness tradeoffs. They also addressed at…
A developer cataloged 11 costly mistakes in using Anthropic's prompt caching with Claude Code, including routing per turn instead of per conversation, inserting proxies that re-serialize JSON, and lea…
An engineer at Anthropic analyzed the hidden costs of switching models in Claude Code sessions, finding that model switches invalidate prompt caches, leading to duplicated cache writes that can increa…
AI teams often hit a 'latent capability ceiling' where larger models no longer improve task accuracy, with scaling data showing diminishing returns beyond 100B parameters and 61% of tasks exhibiting n…
A developer reports that using a top-tier AI model to write a detailed specification and a cheaper model to implement from that spec yields better accuracy and lower cost than using the strong model a…
A developer reports that AI coding costs can be slashed by 70% through task-level model routing instead of using a single frontier model for all tasks. After profiling usage, the developer found that …
A developer built token-saver, a tool that reduces Anthropic API costs by up to 67% by identifying waste before requests are sent. The tool includes a static analyzer, token counter, semantic compress…
A developer building an ad analytics SaaS reduced Claude API costs from $180-200/month to $95-110/month by implementing a three-tier routing system that assigns tasks to Haiku, Sonnet, or Opus based o…
An engineer discovered that 60% of a $312 monthly Anthropic bill came from a single retry loop in a Claude Code agent. The culprit was found by shipping Workers logs to R2 via Logpush and querying wit…