-
Notifications
You must be signed in to change notification settings - Fork 11.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ai re-writes whole app just to fix an error #599
Comments
I've been running into the same issue. Frustrating.. |
I built an app for 4 hours and then one glitch lost most of my work. Now I cant rollback to previous working state!!! No matter what. |
It´s really annoying. Be careful with your tokens cause any simple change will consume lots of them. @stackblitz-gitops could you help? |
Same problem. I submitted a ticket a week ago and no response. |
Same , same .. @stackblitz-gitops Token consumption and code re-writing issues are seriously out of control - the simple fact that an allocated 10 million per month on a paid plan can be burned through in a matter of a few HOURS, most of which is do the code gen engine deciding to update and re-write files for no reason or introduces bugs of which in most cases additional prompting in efforts to fix the bugs it introduced causes more issues , coupled with the number of times it attempts to shortcut and comment code with stuff like // ... (keep all the existing constants) but not providing said code that had already existed which then breaks more issues that you cannot successfully undo or rollback ( keep in mind we are getting penalized for things that ai code generator does/breaks itself) ... understandably there's going to be bugs like this during the early adoption phase however in order to keep folks on your platform working through these issues so as they are captured and addressed by @stackblitz-gitops it would be suggestible that you either removed the token limits for paid users or find a way to keep folks working, testing and using your platform because if we can burn through our 10 million token allocation within a few hours that's supposed to last us a month then something is seriously wrong... FYI Not hatin, I think this platform has some incredible potential and has been one of the better code gen ai platforms I've seen ( just need to work through the few of the early adoption pains - @stackblitz-gitops @EricSimons i know you guys are geniuses and can do it ! This has been a frustrating but very cool experience ! |
Hi all- we actually just posted a thread on this about the WIP we have that will help address these errors, specifically:
All landing over this week & next, ETAs for each included in thread! |
@ashhwheeler @Jpubli @benspak @mawiskored @ericwelshdev please follow issue #678 for continued updates on this topic. |
Describe the bug
When prompting a fix to the app that i spent a couple prompts building the ai attepts to fix the bug by rebuilding the entire web app and re writing the front end ui that i built. Having to explicitly explain not to change anything on the ui and only fix the error each prompt.
Link to the Bolt URL that caused the error
https://bolt.new/~/sb1-rabwea
Steps to reproduce
Expected behavior
When i ask to fix the error that the AI only fixes the error and does not redesign and re code the entire app and all the a pages along with it.
Screen Recording / Screenshot
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: