A new Ask Good Questions pair of articles is up.
This one is about the little phrase that can quietly get AI coding sessions into trouble:
“And one more thing.”
When we’re working with AI, it’s easy to keep piling extra tasks onto the same thread because the AI is fast and already “in the code.” But in a larger project, that can lead to local fixes that solve the visible problem while disturbing something else in the system.
The guide covers when task stacking is okay, when it needs a fresh thread, and why “enough room for words” isn’t always enough room for judgment.
Guide:
https://askgoodquestions.dev/guides/and-one-more-thing
Field note:
https://askgoodquestions.dev/field-notes/the-day-one-more-thing-became-the-real-bug
Charles