the moment u move from a single component to a full-scale design system, the hallucinated logic starts breaking ur
global architecture . i spent an entire weekend trying to debug a weird z-index fight in a large repo bc the model kept suggesting
position: absolute
where it should have been relative. it's fine for a quick landing page, but it lacks the
contextual awareness needed for complex dependency trees. u end up spending more time auditing the generated diffs than you would have spent just writing the css from scratch.
the real technical debt is the mental overhead of verifying every single line. how are you currently managing ur regression testing for these ai-generated chunks?