When V0 turns into the worst of nightmares

I’ve had mixed experiences in terms of success using vo. for very small things, proof of concepts, and all that of course not without giving it a fight,
But when it comes to do some simpe but serious stuff, the tool struggles with keeping integrity of code built so far without breaking it, sometimes like right now with my project, where is consistently unable to resolve a login redirect during 33 versions in a row (started @ v80 , now at v130+ and failing).

CAn someone from the team take a look at my project and let me know what is going on?

That topic title tho :sweat_smile:

We are all having problems with Agent at the moment, however you could try versioning your app, perhaps every 20 versions. Don’t drag your app to 100 versions. All of those intermediary changes get thrown into the LLM. Give it less to chew on by versioning, taking a snapshot of your app to a new version 1. Do this every time you get to version 20.

Thanks for your reply. How do you do that versioning? In my case, I revert to the last working version, it never goes back to 1, but say last working version was 56 and currently it’s at 70, then i create version 71 out of version 56, and it works for a while. Rinse and repeat. Or do you just fork it?

Sorry, yes I meant forking. Forking is your friend. Forking will create a new version 1 and then fork again around version 20.