> or AI will be good enough to unvibe it
it already is
just point Claude Code at a Claude Code codebase you forgot about for a few weeks with no plan.md or agents.md or memory.md implemented
configure the session correctly this time and put it in plan mode, it will deal with your whole database schemas, migrate, tie everything to the new models correctly, make a backend deployment script, and fix your UI/UX
Not my experience at all. Claude Code is impressive but it needs to be used iteratively for serious development and requires lots of testing.
Need it to one shot that report against your db using React/Typescript? Or pump out a web form that submits to your backend? works every time.
Need it to do something a little more creative? It frequently fails in subtle ways that aren't apparent until later.