Writing · Nº 041065 essays
The writing
Ideas from inside the work. Explore technology, entrepreneurship, and the practice of building things that last.
4 essays found · Page 1 of 1
Clear filtersEngineeringRun Repo Intelligence Before You RefactorRefactoring without repo intelligence is guessing. Here is how to map churn, coupling, and blast radius before you refactor so you fix the right code safely.EngineeringWrite Characterization Tests Before You Let AI RefactorCharacterization tests before an AI refactor pin down current behavior so you can tell a clean change from a regression. Here is how and why to write them.EngineeringHow to Refactor With AI in Small, Safe StepsRefactoring with AI works when you keep steps small and behavior locked. Here is the method I use to refactor with AI without breaking what already ships.EngineeringUse AI to Migrate a Framework VersionA framework version migration is AI's best-case scenario: mechanical, well-defined, and testable. Here is how to run one without breaking production.