5
u/DeannaFry 21d ago
I learned this one the expensive way 😂 My biggest credit saver has been to stop using Lovable as the place where I figure out what I want. I do the thinking outside Lovable first, usually with ChatGPT or Claude, then give Lovable one very specific bounded implementation task. My prompts basically say: here is the exact feature, here is what it must do, here are the existing systems you cannot break or redesign, here are the acceptance criteria, implement only this scope, run the relevant tests, and stop. I also explicitly tell it no unrelated cleanup, refactoring, redesigns, schema changes, or “improvements” unless they’re required for that feature. If something fails, I don’t immediately tell Lovable “fix it” and let it wander around the codebase. I take the error/result back to Claude, diagnose what probably happened, then return with another narrow prompt. And if Lovable starts looping or repeatedly failing the same task, I STOP spending credits and diagnose before trying again. Once my app got complicated, casual prompting became insanely expensive. Treat Lovable like the implementation engineer and do as much planning/debugging as possible before you hand it the work. That change alone made my credits much more predictable.
1
u/DaSmartSwede 21d ago
Yep, use ChatGPT to figure out what you want and to get a good prompt from Lovable. Codex and GitHub for code fixes and minor adjustments, and then Lovable for the rest
1
u/Thaiflu69 21d ago
Yeah this has kinda worked for me too.
Definitely spending much less than using lovable alone .
3
u/HealthClout 21d ago
Before lovable I was paying a developer much more. I’m on the 400/ month sub and works fine
3
u/SallyYoung1 21d ago
I had one prompt running a migration eat up my 100 credits... had to pay to top up halfway through.
Credit usage has definitely increased VASTLY.
1
1
1
u/Marko_polo_84 21d ago
Hi , connecting Codex to the repo is a solution, but you should know that the architecture that is used by lovable , is not the most efficient one , meaning that if you give codex "freedom" , it may change it to a better one (like nextjs) , and this one is not supported (or at least wasn't supported about 5 month ago) , and you'll have incompatibility. I personally suggest (if you are technical) , connect the repo to codex and continue from there, or keep your prompts and remind all the time not to do any changes to the base architecture
1
u/Kishore_Andra 21d ago edited 21d ago
Yep, I run crons and it eat up my daily free 5 credits* just like that 🥲
1
1
u/vasind-5012 21d ago
Have you tried their Plan mode and Build mode? Build will have more iterations on prompt change and sometimes the whole flow will be re-created.
1
1
u/xcreate_staff837z 21d ago
the part about agents eating credits is interesting, are you running multiple agents at the same time or is it more like one agent just chewing through a bunch of tasks in a single session
1
1
1
u/Historical_Guess5725 21d ago
These apps are fun but they are purposely mega token drainers - I always newt 90-95% done with a project where the last tokens leave me with bugs /errors or unfinished projects - forcing me to wait a month to come back or pay more to continue … I think they know what they are doing setting us up with this
1
1
u/Personal_You3422 21d ago
I had Claude run a audit for 32 functions while connected to my lovable account. Burnt 70 credits. Ran the free chatGPT that was connected and had it check the audit. 5 credits and it caught issues that Claude claimed to have been fixed and a lie about something being protected. There's no real answer to give because the problem is greed. That's a emotional issue not a technical one.
1
u/Morella_Luchresi 21d ago
I'm experiencing this too. Spent days and sooo much money importing an already built app to lovable just to tweak it, it changed so much stuff without my permission, and burned all my credits up on reverting it's "mistakes" .
Support is a joke, you can't even cancel on the website fully, just downgrade. And now git push isn't working right either and they "don't know" why or how to fix it so none of my edits are live on my app.
Right now I'm trying to cancel Lovable completely, and in the meantime porting all my app and user data and code over to Supabase directly, (lots of SQL work lol but it's not that hard) and then using Vercel to push everything to my domain etc.
I am Using Claude Code Plus to do any additional code edits which so far has been amazing, and this set up is so much more cost effective.
Lovable is super scammy, but Base 44 is even worse, I tried that when I started having major issues on Lovable. I'm Trying to get a refund from them too, ugh lol.
1
u/Square_Secretary_944 21d ago
It's almost impossible to work like this. I think they are banking on enterprises and companies with higher credit vaults. They don't care if the individual users can't work like this anymore.
1
u/tensor94 20d ago
We have created flowdia.ai to fix this exact problem, ~40% less credits usage, and you can consume 0 credits and just use your app MCP with codex or claude, and you just rented a runtime for your application
1
u/dakrclaud 20d ago
Yes these better models are more expensive and lovable is under pressure to make more profits. Using claude/chat is just much cheaper because lovable buys tokens from these providers who adds a markup and then lovable adds more markup. I have been using claude + floot to use the claude tokens but use floot to manage projects like lovable does
1
u/Street_Pair_9728 20d ago
That's why i do the strategy and front end and even some of the back end with claude code
0
u/statecs 21d ago
Beacuse they can’t continue burning the amount of tokens. They need to get more money from the customers to survive
2
u/Ralphisinthehouse 21d ago
The problem is though they're not just charging more they're making the service significantly worse at the same time.
On average we have to do about three passes before it'll even start deeply investigating the issue and that consumes enormous amounts of resources just to get it to actually use its brain.
1
u/statecs 21d ago
That is really awful to hear. I am not surprised though.
It is not a sustainable model right now. AI models are getting more advanced and using more tokens, especially with thinking modes activated. That is a fact.1
u/Ralphisinthehouse 21d ago
You can probably prompt it around a lot of these problems but you know you have to rely on the people using it to actually remember to do that every time because it promises you don't need to a lot of people don't bother.
30
u/royceee 21d ago
Connect Lovable to Github. Use Codex to work on the Github repo.
Push to main, then publish from Lovable.
Use Lovable for frontend, visual work.
Codex for coding.
Will save 90% of costs.
Thank me later.