Live data from Hacker News

Google Antigravity

antigravity.google

431–440 of 1001 posts

Re: Google Antigravity

#432

2020: every day a new JS framework is announced 2024: every day a new Chrome fork browser is announced 2025: every day a new AI IDE vscode fork is announced

We need a VS Code fork that just exposes more interfaces, and does nothing else. Then all these forks could just use that with power extensions, and it'd force Microsoft to change its behavior.

You just described Eclipse RCP.

The issue with Eclipse and that approach is the complexity of mixing plugins to do everything, which kills the UX.

When VSCode started, the differentiator from Atom and Eclipse was that the extension points were intentionally limited to optimize the user experience. But with the introduction of Copilot that wasn’t enough, hence the amount of forks.

I think that the Zed approach of having a common protocol to talk with agents (like a LSP but for agents) is much better. The only thing that holds me from switching to Zed is that so far my experience using it hasn’t been that good (it still has many rough edges)

Re: Google Antigravity

#433

Earlier quoted context omitted.

Thank you for saying what this entire blog post doesn't. It's actually disrespectful of Google to launch this without even a mention of the fact that it is based on VSCode.

And VSCode is based on Chromium (a fact you won't find on VS Code's website other than related to updates).

VSCode isn't a Chromium fork, it's an Electron app. Utilizing something is different than making a derivative of it. For example, an empty "Hello World" Electron app wouldn't have any value for an app developer, but creating a web browser derived from Chromium means you've already finished 99.9% of the work.

Re: Google Antigravity

#435
post #378

"Congratulations, you have been elevated to manager to agents." That's not exactly really where I hoped my career would lead. It's like managing junior developers, but without having nice people to work with.

"junior developers" is a convenient label, it is incorrect but it will take a bit until we come up something that describes entities that:

- can write code

- tireless

- have no aspirations

- have no stylistic or architectural preferences

- have massive, but at the same time not well defined, body of knowledge

- have no intrinsic memories of past interactions.

- change in unexpected ways when underlying models change

- ...

Edit: Drones? Drains?

Re: Google Antigravity

#436

I 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)

I wonder why these forks don't build off Eclipse Theia. Is it because of the Eclipse license?

I am not fan of Eclipse, mostly due to bad experience with it, but this is excellent idea, if more people and companies would invest in it's development, we would have alternative to VS Code.

Re: Google Antigravity

#437

Earlier quoted context omitted.

Thank you for saying what this entire blog post doesn't. It's actually disrespectful of Google to launch this without even a mention of the fact that it is based on VSCode.

And VSCode is based on Chromium (a fact you won't find on VS Code's website other than related to updates).

It uses Electron which itself uses the Chromium rendering engine.

Re: Google Antigravity

#438
I really don't know why I struggle so much with this stuff. I believe these models / agents / whatever write code that is often at least as good as the code I write, and they are super helpful tools, but it just feels like it takes away so much of the joy that is programming to me. I'm not saying it's "right" of me to feel this way, but for me the struggle, and the figuring things out by testing, identifying patterns, or looking deeper into a library's implementation (etc) is part of the challenge that makes programming and software construction fun.

Re: Google Antigravity

#439
I 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.

Anyway, I figured it was the only way to use gemini 3 so I got started. A fast model that doesn't look for much context. Could be a preprompt issue. But you have to prod it do stuff - no ambition and a kinda offputting atitude like 2.5.

But hey - a smarter, less context rich Cursor composer model. And that's a complement because the latest composer is a hidden gem. Gemini has potential.

So I start using it for my project and after about 20 mins - oh, no. Out of credits.

What can I do? Is there a buy a plan button? No? Just use a different model?

What's the strategy here? If I am into your IDE and your LLM, how do I actually use it? I can't pay for it and it has 20 minutes of use.

I switched back to cursor. And you know? it had gemini 3 pro. Likely a less hobbled version. Day one. Seems like a mistake in the eyes of the big evil companies but I'll take it.

Real developers want to pay real money for real useful things.

Google needs to not set themselves up for failure with every product release.

If you release a product, let those who actually want to use it have a path to do so.

Re: Google Antigravity

#440

Earlier quoted context omitted.

Thank you for saying what this entire blog post doesn't. It's actually disrespectful of Google to launch this without even a mention of the fact that it is based on VSCode.

And VSCode is based on Chromium (a fact you won't find on VS Code's website other than related to updates).

That's like saying news.ycombinator.com is based on Chromium.

VSCode runs on chromium, like any website you visit when using a Chromium browser.

Post reply on HN