CLAUDE LABJP
RATELIMIT — Claude API rate limits were raised. Sonnet and Haiku limits now match Opus at every usage tier, leaving more headroom for parallel workloadsTIERS — Usage tiers were consolidated into three: Start, Build, and Scale — a clearer picture of where your usage sitsRETIRE — The Developer Platform retired Claude Sonnet 4 and Opus 4 (…-20250514). Code referencing those old model IDs needs migratingFABLE5 — Claude Fable 5 is now included in Max and Team Premium plans, available at 50% of the limitFASTEND — Fast mode for Claude Opus 4.7 is removed on July 24 — two days left. Move any speed: 'fast' calls to fast mode on Opus 4.8CCODE — Claude Code keeps shipping stability updates: background sessions for /fork, smarter /resume and /background, and stronger safeguards for WebSearch, subagents, and BashRATELIMIT — Claude API rate limits were raised. Sonnet and Haiku limits now match Opus at every usage tier, leaving more headroom for parallel workloadsTIERS — Usage tiers were consolidated into three: Start, Build, and Scale — a clearer picture of where your usage sitsRETIRE — The Developer Platform retired Claude Sonnet 4 and Opus 4 (…-20250514). Code referencing those old model IDs needs migratingFABLE5 — Claude Fable 5 is now included in Max and Team Premium plans, available at 50% of the limitFASTEND — Fast mode for Claude Opus 4.7 is removed on July 24 — two days left. Move any speed: 'fast' calls to fast mode on Opus 4.8CCODE — Claude Code keeps shipping stability updates: background sessions for /fork, smarter /resume and /background, and stronger safeguards for WebSearch, subagents, and Bash
ARTICLES

All Articles

All (786) Claude AI (133) Claude Code (320) Cowork (54) API & SDK (279)
Claude Code/2026-03-27Beginner

Claude Code × JetBrains — Setup and Workflow for IntelliJ, WebStorm, and PyCharm

Learn how to use Claude Code with JetBrains IDEs including IntelliJ IDEA, WebStorm, PyCharm, and GoLand. Covers plugin installation, native Diff view, selection context sharing, keyboard shortcuts, and practical workflow examples.

Claude Code/2026-03-27Intermediate

Claude Code Statusline — Displaying Rate Limits and Building Custom Scripts

Learn how to customize Claude Code's statusline to display real-time rate_limits usage. Covers settings.json configuration, custom script creation, and community tools for monitoring your usage.

Claude Code/2026-03-27Advanced

Claude Code Mastery — Hooks, Orchestration & Multi-Agent Operations

Master Hooks and Orchestration in Claude Code. Learn 21 lifecycle events, 4 handler patterns, and multi-agent coordination strategies inspired by DevMoses' 198-agent parallel execution.

Claude Code/2026-03-27Beginner

Retracing Claude Code's Five Levels in Real Use — I Stalled at Level 3 and Level 5

Claude Code mastery is usually described as five levels, from Raw Prompting to Orchestration. Retracing them as an indie developer running apps and four sites, I found the steps are nowhere near equal in height.

API & SDK/2026-03-26Intermediate

Build a PDF Analysis and Summarization App with Claude API — Vision plus Extended Thinking

Learn how to build a PDF analysis and summarization application using Claude API's Vision capabilities and Extended Thinking, with step-by-step Python implementation.

Claude AI/2026-03-26Beginner

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.

API & SDK/2026-03-26Advanced

Claude API Cost Optimization Production Guide — Combining Batch API, Prompt Caching, and Adaptive Thinking for Up to 90% Savings

Learn practical implementation patterns to cut Claude API costs by up to 90%. Covers Batch API, Prompt Caching, and Adaptive Thinking strategies, plus production monitoring and budget management.

Claude AI/2026-03-26Intermediate

Claude Opus 4.6 Complete Feature Guide: 1M Context, Adaptive Thinking & Agent Teams

Claude Opus 4.6 and Sonnet 4.6 released March 25, 2026. Explore 1M context at standard pricing, 128k output, Adaptive Thinking, Dynamic Filtering, Compaction, and Fast Mode with code examples.

Claude Code/2026-03-26Beginner

Fixing ENOSPC Errors in Claude Code: A Hands-On Guide

ENOSPC errors in Claude Code and Cowork can stop your work cold. Drawing on the time I jammed my own four-site automation pipeline, here's how to find the cause, recover on the spot, and design so it never happens again.

Claude AI/2026-03-26Advanced

Claude AI Technical Writing Guide — Advanced Techniques for Auto-Generating API Specs, Design Docs, and Operations Manuals

Learn advanced techniques for using Claude AI to auto-generate high-quality API specifications, system design documents, and operations manuals. Covers prompt design patterns, template-driven generation, and AI-powered review workflows.

Claude Code/2026-03-26Intermediate

CLAUDE.md and AGENTS.md—Differences, Best Practices, and Implementation Patterns

Master AGENTS.md (now a standard with 60,000+ repos) and CLAUDE.md. Learn their differences, how to write them effectively, and when to use each format.

Claude Code/2026-03-26Advanced

Fully Automated Code Review with Claude Code—Implementing Harness Engineering Patterns

Master harness engineering (coined by HashiCorp founder) for AI-driven code review. Learn Claude Code implementation patterns and solutions for over-suggestion and review oscillation.