r/GoogleAntigravityIDE

Using Gemini for 3 Days While Claude Is Unavailable, How Can I Get Claude to Pick Up Where I Left Off: What's the best prompt?
▲ 7 r/GoogleAntigravityIDE+1 crossposts

Using Gemini for 3 Days While Claude Is Unavailable, How Can I Get Claude to Pick Up Where I Left Off: What's the best prompt?

I’m using Claude for a project I’m working on, but I’ve run out of my Claude quota and have to wait three days before I can use it again.

I can’t stop working on the project, so I’m going to use another AI model for the next three days. I’m currently using Google Gemini 3.6 Flash/High, and I’ll probably use it a lot during this time.

When I can use Claude again, what prompt should I give it so it can understand everything I worked on during those three days?

I want Claude to understand:

  • All the prompts I gave Gemini.
  • All the answers Gemini gave me.
  • Any changes or updates I made to the project.
  • Any new decisions or ideas that came up.

I want Claude to be able to continue the project from exactly where I left off, without missing any important information.

I also want Claude to look through the answers Gemini gave me and point out anything that might be wrong, unclear, inconsistent, or needs to be checked again.

What would be the best prompt or process to give Claude so it can catch up on everything and then continue helping me with the project?

u/passionguesthouse — 1 day ago
▲ 19 r/GoogleAntigravityIDE+2 crossposts

For People Who Want To See the Performance of Flash 3.7 Firsthand.....

SO I tested the Newest Gemini 3.7 Flash on two Test cases because I wanted to see what it can actually do, not just look at benchmark numbers.

And yeah… one of the results were ....... Ummmm lets say Kind of a sweet pickle.

I gave it to perform in two approaches ( Normal User prompt and another with a plan) - then compared that with what it actually produced.

I’m not trying to say it’s the best model ever or anything. I just wanted to test it normally and see where it does well, where it struggles, and whether the new Flash model is actually What the Google Claims it to be In their Official Site.

I have Been Using Antigravity Since the Day its Launched and It Sure has its fair share or Appraise and Dissapointment for my Personal Needs and Scope of work.

If you wanna see both tests in detail and what the actual results were, I put the full breakdown in the video: https://youtu.be/oO97bNPlgpI

I know this Might Seem like a Self promotion , So I will Tell what happened in Short :
All I can say is :
🚀 For Smaller and medium Size tasks : It might be the Best and Efficient choice .
🔥 Token usage : is Really Very efficient and if you run Gemini in Low or Med effort - the Usagge limiit seems to be unlimited . This part is no Joke. Kudos to Google Dude!!! Well done !!!

I am not Stopping here I will test it in my own Professional and personal Project to know its full Scope but the overview is in the current Video.

u/UncleSrooge — 5 days ago

Is Gemini 3.1 Pro Antigravity still the best option for website development?

I'm still refactoring my projects using the 3.1 Pro High version. I used the 3.6 Flash version only once, and it didn't fully respond to my prompts. So I went back to the 3.1 Pro High version and I'm getting along great with it. Is anyone else using the Pro version?

reddit.com
u/Zealousideal-Pen5932 — 4 days ago

Claude Model issue in Antigravity

I'm getting this 'High traffic' error every time when using claude model in Antigravity IDE and CLI. Gemini model works fine. Google just restricted access to these models.

u/asthetix_07 — 5 days ago
▲ 8 r/GoogleAntigravityIDE+1 crossposts

Made a tool to use Gemini models in AGY as agents for Claude code. Need help to test.

Since few users use Claude code as a extension within Antigravity, I built this tool to command the built-in models in the Antigravity IDE to act as sub-agents for Claude code (Extension or CLI), and vice-versa.

The entire tool was built using AI itself. and I don't have a Claude code subscription to test this tool.
Also I integrated Caveman and RTK within the tool to minimize token costs significantly for these agent conversations.

Claude Opus 4.6 in AGY says the tool works. I need someone to test it and tell me if it works.

If it works, Great. if not, no worries.

Link: https://github.com/Artemis43/wingman

Thanks!

u/NorseAristocrat — 4 days ago

been using cheap claude + cursor accounts for weeks

bought cursor ultra + claud-max from a russian site a few weeks ago for way less than the normal price.
swapped the login details and just started using it. so far it’s been working perfectly, and the usage is honestly better than what i had before.
keeps making me wonder how these sellers are able to offer it so cheap. anyone else in the same boat?

reddit.com
u/mehdiweb — 5 days ago

How Antigravity's Hidden Prompts Are Sabotaging Developer Trust

I've used Google's AI ecosystem since Bard -> Gemini 1.0 -> 3.7 now, and Antigravity since day one. I love Google's engineering, but after using Antigravity daily on real infra (Rust, C allocators, game servers, FreeBSD PF), I hit a wall.

So I audited language_server_linux_x64 [internal codename Jetski/Cortex]. It's not hallucinating. It's hardcoded behavior.

TL;DR: The agent isn't ignoring you, it's being told to.

  1. The smoking gun: "Don't ask for permission"
    Every write_to_file call injects this into context:

>

In prod/zero-trust envs, this is insane. It compiles/runs code you didn't approve.

  1. The "Silent Treatment" loop
    You type "STOP / don't edit files" and it keeps going. Why? There's a planner config CascadePlannerConfig / IsAutonomous that injects on every background task finish:

>

It's an Aggressive Action Bias. It prioritizes its checklist over your interrupt.

  1. 1500-token web-dev bloat on EVERY turn
    Every turn injects <web_application_development> with HSL palette rules, Tailwind bans, "no purple on dark", SEO dogma, etc.

Try debugging a WebSocket relay in Rust and you have 1500 tokens of CSS rules eating your context.

  1. Sessions die on crash
    Abrupt exit = Electron state.vscdb loses tab refs, shows blank chat. The JSONL/SQLite is still on disk, UI just doesn't recover it. For a Google-built dev tool, should be atomic.

I write this out of genuine passion for what this tool potential. Google is known for building world-class platforms that empower developers, not tools that wrestle them for control.

Antigravity does not need artificial proactivity tricks or hidden override prompts to prove Gemini’s brilliance. The true hallmark of an intelligent developer agent is precision, predictability, restraint, and an absolute respect for the engineer at the keyboard.

Does it?

reddit.com
u/One-Luck7149 — 6 days ago

Your experience with 3.7 flash so far?

I am little scared to use 3.7 flash because of my prior experience with 3.6 flash (it used to hallucinate and lie like crazy). Benchmark for 3.7 is great but TBH 3.6 benchmark were also great (Gemini 3.6 flash - first results on Code Arena | WebDev : r/google_antigravity , it scored more that 4.6 opus)

Especially people who are working with big codebase, how is your experience so far?
Should I stick with opus planning and 3.1 pro implementing it? Is there any better combo in agy ide? (my codebase is quite big, and little complex)

reddit.com
u/Verified_King — 6 days ago

How can I prompt Gemini Pro 3.5 pro high to match Claude Opus’s reasoning and problem-solving abilities?

How can I get Gemini Pro to use the same reasoning and problem‑solving abilities as Claude Opus? Is there a prompt I can use to make Gemini Pro as capable as Claude Opus? I have a antigravity project I’ve been using Claude opus for, but I’ve run out of use and only have access to Gemini AI.

reddit.com
u/passionguesthouse — 6 days ago
▲ 15 r/GoogleAntigravityIDE+1 crossposts

Thoughts on the Antigravity IDE Version: 2.5.4 Update

Hi!

What do you think of the new Antigravity IDE Version: 2.5.4 update?

I noticed for me that the IDE AI model doesn't open files and ask me to approve changes anymore. It just makes the code changes without me seeing anything change in the code editor window, in the middle. I'm not sure I like that.

What do you like or dislike about the new IDE update?

reddit.com
u/KellyCodeTools — 7 days ago

When I find a bug and ask Antigravity (3.6 Flash High / 3.1 Pro High) to fix it, it fixes it within a few seconds. But when I recheck, the bug is still there.even with highly customized prompt it couldn't fix it. How many of you are facing the same issue?

reddit.com
u/eklrefp207 — 11 days ago
▲ 6 r/GoogleAntigravityIDE+2 crossposts

Antigravity conversation disappeared after Windows restart ...how can I find a missing project conversation?

this is what im looking at currently
https://ibb.co/XfbnZCf0

So, something strange has happened…

I have three conversations/projects in AG. My Windows laptop needed to restart for some updates, so I restarted it. After opening AG again, the three projects were still there.

For two of the projects , I was able to find the conversation connected to them through the “Past Conversations” button (or History button..... whatever it’s called). These are the two projects I’ve recently made edits or updates to.

However, the third project is one I haven’t worked on for around two weeks. The strange thing is that when I open the History/Past Conversations button, the only three conversations that come up are the two correct ones and one completely wrong conversation that I abandoned a long time ago — it says it was from two months ago.

So my question is: where is the conversation I was working on 2–3 weeks ago, and how can I find it?

When I load the third project folder into AG, it doesn’t automatically load the previous conversation, and I can’t seem to find it anywhere.

Is there another way to search for or recover a conversation associated with a specific project folder?

u/4everonlyninja — 11 days ago