Antigravity Pro User - I am done

I’m tired, I’ve had a horrible experience with antigravity as a PRO subscriber. Today was the last day that a straw broke cammel’s back.. I’ve used the antigravity for an hour or so, and was hit by a limit usage, I waited for the 5-hours, and then attempted to use it again to be hit with a limit usage (for 7-days, not the first time) right after a 3rd prompt. I think that for my 3-months, I was locked out of the tool’s capabilities for a month (as this 7-day ban has happenned 4 times).

I’m just vibecoding a simple app for personal use.. I am not some type of developer or a heavy user - I can’t even imagine those folks working with the tool (it can’t be possible).

The offer for PRO users keeps changing (to worse experience each time), there is a lack of transparency, the usage seems to be completely miss-calculated, and you never know what’s going to happen next..

Honestly, I don’t even have enough strength in me to write out an indepth description of how much mental toll I experienced. Here are just a few screenshots..

I’m genuienly thinking about requesting refund (at minimum), as this felt more like an unwilling monthly donation rather than paying for a service.. I’ve lost so much time, that I won’t get back..

Snímek obrazovky 2026-03-20 092625

Snímek obrazovky 2026-03-20 080315

2 Likes

This is a flaw in the Gemini models. I’ve had success fixing it by asking the agent why the failures are happening and to create a rules file to fix it.

The gist is that the tools the agent uses to read the files returns row numbers, which the agent then improperly includes in its edits. Also, the agent tries to shortcut a lot by including ellipses and summaries rather than the actual content, as if expecting the audience to fill in the missing parts.

Note that you may have to manually toggle the rules file’s mode from Always on to Manual and back to force it to always-on. The agents tend to omit the mode specification. The IDE interprets the missing mode to mean always-on (and displays such), but whatever process decides whether the agents actually use the files doesn’t and just ignores a file with a missing mode.