Google Antigravity
781–790 of 1001 posts
Re: Google Antigravity
#782Re: Google Antigravity
#783Earlier quoted context omitted.
It's Windsurf
and also isn't
Re: Google Antigravity
#784Re: Google Antigravity
#785I went ahead and downloaded it, it looks to be a VSCode fork very similar to Cursor, with support for the following models: - Gemini 3 Pro (High) - Gemini 3 Pro (Low) - Claude Sonnet 4.5 - Claude Sonnet 4.5 (Thinking) - GPT-OSS 120B (Medium)
Re: Google Antigravity
#786Earlier quoted context omitted.
Same here - completely relate. One thing I’ve noticed though that actually coding (without the use of AI; maybe a bit of tab auto-complete) is that I’m actually way faster when working in my domain than I am when using AI tools. Everytime I use AI tools in my domain-expertise area, I find it ends up slowing me down. Introducing subtle bugs, me having to provide insane amount of context and details (at which point it…
it is absolutely poor skill, or disengenuous at best, for any coder to claim AI tools slow them down lol.
Re: Google Antigravity
#787Earlier quoted context omitted.
15 years ago, every company had its own "BlahBlah Studio" IDE built on top of Eclipse. Now it's VSCode. Meanwhile, JetBrains IDEs are still the best, but remain unpopular outside of Android Studio.
I just checked and I don’t even have the JVM installed on my machine. It seems like Java is dead for consumer applications. Not saying that’s why they aren’t popular but I’m sure it doesn’t help.
Re: Google Antigravity
#788Anyway, not a great first impression. I guess I'll try again in a few months.
Re: Google Antigravity
#789I gave it a fair shot. It is a vs code fork. There were some UI glitches. Some usability was better. Cursor has some real annoying usability issues - like their previous/next code change never going away and no way to disable it. Design of this one looks more polished and less muddy. I was working on a project and just continued with it. It was easy because they import setting from cursor. Feels like the browser wars…
The Documentation (https://antigravity.google/docs/plans) claims that "Our modeling suggests that a very small fraction of power users will ever hit the per-five-hour rate limit, so our hope is that this is something that you won't have to worry about, and you feel unrestrained in your usage of Antigravity."
Re: Google Antigravity
#790Earlier quoted context omitted.
> I don't know what IntelliJ is. It started as a modernized Eclipse competitor (the Java IDE) but they've built a bunch of other IDEs based on it. Idk if it still runs on Java or not, but it had potential last I used it about a decade ago. But running GUI apps on the JVM isn't the best for 1000 reasons, so I hope they've moved off it.
Since you last used IntelliJ "about a decade ago", what do you use instead? > But running GUI apps on the JVM isn't the best for 1000 reasons, so I hope they've moved off it. What would you recommend instead of Swing on JVM? Since you have "1000 reasons", it should easy to list a few here. As a friendly reminder, they would need to port (probably) millions of lines of Java source code to whatever framework/language y…