Audience asks how to apply build-over-create when the existing codebase uses many ActiveRecord callbacks. Hasiński: you can't really avoid refactoring. His approach is to remove the callback while keeping the method, see which tests/code paths fail, and convert those into explicit method invocations. Not a silver bullet but makes behavior explicit instead of implicit.