The Types Landed, but Nothing Got Safer — Where I Delegated a JS→TS Migration to Claude Code, and Where I Didn't
A green tsc run does not mean any is gone. Measuring a migration by type coverage, drawing a clear line between what Claude Code handles well and what a human must decide, and a CI ratchet that refuses regressions.
When Thinking Is Always On, Prefill Quietly Stops Working — Fixing Streaming and Token Budgets for Fable 5
Fable 5 thinks by default. Prefill no longer applies, the first streamed block isn't text, and max_tokens has to leave room for reasoning. Here is how I fixed those three broken assumptions in my own automated publishing pipeline.
Auditing pinned model IDs before claude-sonnet-4 and claude-opus-4 retire from the API
On June 15, claude-sonnet-4 and claude-opus-4 retire from the API. Here is how to find every pinned model ID before then, measure output parity, and cut over safely with an alias layer and a fallback.
Six Months Until CocoaPods Shutdown — Migrating Beautiful HD Wallpapers to Firebase SPM with Claude Code
Firebase Apple SDK is dropping CocoaPods in October 2026. Here's how I migrated Beautiful HD Wallpapers — one of four iOS apps I run as an indie developer — to Swift Package Manager, and where Claude Code made the difference.
Designing Zero-Downtime Database Migrations with Claude Code: A Production Operations Guide
A production guide to designing zero-downtime database migrations with Claude Code. Covers Expand-Contract, NOT NULL additions, renames, backfills, and subagent reviews — practical patterns that survive real production traffic.
Claude Sonnet 4.5 1M Context Deprecation Guide — What to Do Before April 30
Claude Sonnet 4.5's 1M token context beta ends April 30, 2026. Migrate to Sonnet 4.6 with step-by-step code examples — no beta header required on the new model.
Switching from ChatGPT to Claude (2026)
Comprehensive guide to migrating from ChatGPT to Claude. Learn why users are switching, step-by-step migration instructions, API code examples, and Claude's unique features in 2026.
Claude Haiku 3 Deprecation (April 19, 2026): Complete Migration Guide to Claude Haiku 4.5
Claude Haiku 3 (claude-3-haiku-20240307) is being retired on April 19, 2026. This guide covers the deprecation timeline, what changes, and how to migrate to Claude Haiku 4.5 with ready-to-use code examples.