Haritha Vijayakumar

What’s something vibe-coding tools still struggle with badly?

For me, it’s not generating UI or features anymore.

It’s maintaining consistency as the product becomes larger:

  • architecture

  • state management

  • debugging

  • scaling

  • avoiding messy code generation loops

  • keeping UX coherent across pages

AI makes starting much easier.
But long-term product complexity still feels very human.

5 views

Add a comment

Replies

Best
Stan Kolotinskiy

Well, code quality in itself is still really far from ideal (not to mention the consistency indeed)

Tina Chhabra

from the non-dev side, the thing I keep seeing is people vibe-code something that looks great in a demo and then it falls apart the second real users start hitting edge cases. the starting is easy part. keeping it together at month 3 is where everything breaks