CLAUDE LABJP
MODEL — Claude Fable 5.1 and Claude Mythos 5.1 arrived on September 1. They are the same model; only the level of safeguards differs between themPRICING — Cache reads dropped 75%, from $1.00 to $0.25 per million tokens. Anthropic measures that as roughly 25% lower cost on typical workloads and up to 45% on agentic onesCAVEAT — Only cache reads got cheaper. Base input stays at $10 and output at $50, so the savings land on setups that re-read the same long context, not on one-off promptsAPI — The model ID is claude-fable-5-1, generally available through the Claude API as well as AWS, Google Cloud, and Microsoft AzureEFFORT — At low and medium effort it matches or beats Fable 5; at higher effort it pulls further ahead. The choice is the same result for less, or more reach for the same spendCLI — Claude Code v2.1.263 shipped on September 6 with a single CLI change: fewer crashes and steadier commands. No new features in this oneMODEL — Claude Fable 5.1 and Claude Mythos 5.1 arrived on September 1. They are the same model; only the level of safeguards differs between themPRICING — Cache reads dropped 75%, from $1.00 to $0.25 per million tokens. Anthropic measures that as roughly 25% lower cost on typical workloads and up to 45% on agentic onesCAVEAT — Only cache reads got cheaper. Base input stays at $10 and output at $50, so the savings land on setups that re-read the same long context, not on one-off promptsAPI — The model ID is claude-fable-5-1, generally available through the Claude API as well as AWS, Google Cloud, and Microsoft AzureEFFORT — At low and medium effort it matches or beats Fable 5; at higher effort it pulls further ahead. The choice is the same result for less, or more reach for the same spendCLI — Claude Code v2.1.263 shipped on September 6 with a single CLI change: fewer crashes and steadier commands. No new features in this one
TAG

Parallel Development

3 articles
Back to all tags
Related:
Claude Code3Git3worktree2workflow1Productivity1Worktree1Branch Management1
Claude Code/2026-04-02Intermediate

Parallel Development with Claude Code Worktrees

A practical look at running parallel tasks with Claude Code and Git worktrees. Learn how to isolate branches into separate directories so context switches stay cheap, with the rough edges I hit while actually running this day to day.

Claude Code/2026-03-25Intermediate

Claude Code Worktree — Maximize Productivity with Parallel Development

Master parallel branch development with Claude Code's --worktree flag. Work on multiple features simultaneously without switching overhead.

Claude Code/2026-03-11Intermediate

Claude Code Worktree Guide — Safe Parallel Development Techniques

Learn how to use git worktree with Claude Code for safe parallel development. Work on multiple tasks simultaneously without branch switching.