[ Removed by Reddit ]
[ Removed by Reddit on account of violating the content policy. ]
u/ExperienceFull7561 — 6 days ago
[ Removed by Reddit on account of violating the content policy. ]
Been using coding agents heavily for a few months and keep hitting the same thing: I ask the agent to fix or add one thing, and somewhere in the diff it quietly reverses a decision I'd settled earlier — swaps an enum value back, re-introduces a pattern we'd deliberately dropped, changes a config we'd locked. Nothing errors. The code looks clean. I only catch it later, sometimes much later.
Curious how common this is and how people handle it:
Trying to figure out if this is a me-problem or a real pattern. Genuinely just want to hear how others deal with it — not pitching anything.