When asking for refactoring, be specific about what to improve:
"This function is lines. Identify logical segments you can extract into separate functions. For each extraction: name it descriptively, identify needed parameters, show the extraction, show how to call it from the original. Maintain existing behavior exactly."
Vague refactoring requests produce vague changes. Specific constraints produce useful improvements.