Claude Code Workflow
Large-scale refactoring, CLAUDE.md design, and session management with Claude Code
Explore topics
New here? Start at the home hub →Comparison guides for this topic
Comparison guides repeatedly referenced across this topic, collected as the next practical step.
Best Terminal Emulators 2026 — Rendering Speed, Customization & Features Compared
A thorough comparison of 5 popular terminal emulators — WezTerm, Ghostty, Alacritty, and more — using our custom scoring system. Find the best terminal by weighted averages of rendering speed, customization, and stability.
Best Code Editors 2026 — AI Integration, Performance & Extensibility Compared
A thorough comparison of 5 popular code editors — Cursor, VS Code, Zed, and more — using our custom scoring system. Find the best editor by weighted averages of AI integration, performance, and extensibility.
4 articles
Bulk-Fixing 200 Components with Claude Code — The Full Pipeline of Classification, Fixing, and Verification
A practical record of bulk-fixing bugs across 203 interactive components with Claude Code in 6 commits and 100+ files. The entire process of classification, templating, and verification.
Growing CLAUDE.md — Three Months of Evolving an AI Collaboration Config File
A record of continuously updating CLAUDE.md over 3 months across 323 commits. Rules that worked, rules that didn't, and the limits of "advisory" configuration.
One Session, One Task — The Principle I Learned from Claude Code Context Management
While developing 203 components with Claude Code, "one session, one task" proved to be the most impactful productivity principle. Real examples of context exhaustion and countermeasures.
How to Guarantee Quality When AI Mass-Produces Your Code — The 4-Layer Gate System Behind 200 Components
The real quality machinery behind ~200 AI-built interactive components: four pre-commit hooks, data invariant tests, real-browser pixel smoke tests, and a quality-score + PR-proposal pipeline — documented down to the file names.