Ask HN: Did agentic coding change the way you think about commit granularity?
A developer reflects on how using AI coding agents changed their approach to version control. With tightly scoped sessions, the entire diff becomes a reviewable unit, eliminating commit granularity issues and interactive rebases. However, overly broad scopes produce unreadable diffs regardless of commit structure, suggesting that diff quality depends on session scope, not commit discipline.