Live data from Hacker News

Google's Antigravity bait and switch

0xsid.com

91–100 of 369 posts

Re: Google's Antigravity bait and switch

#91

I was surprised people were so willing to jump to closed source IDEs just for access to coding agents. The trade-off you pay for tight integration between the IDE and the coding agent is lock-in because the barrier to switching IDEs is nontrivial. Your coding environment stands a lower chance of disruption when you use an open source IDE with a CLI agent. Yes it's slightly annoying to separate the agent from the IDE…

Closed source IDEs are if anything the norm: Visual Studio, Android Studio, XCode, IntelliJ, CLion, PyCharm, etc... Even in the "fancy text editor" category things like Sublime were always popular enough.

Re: Google's Antigravity bait and switch

#92
I'm building an IDE (www.kaiso.ai)

AI is powerful, but currently does not meet the engineering bar for quality and thoroughness. We need new paradigms and tools to support a new relationship with the codebase as an artifact.

The premise is that we can use these LLMs to get real engineering work done if we make tools to support a higher-level human understanding of the codebase, and the ability to spot the gaps in the LLM's plans. With these we can surgically ensure all the critical considerations are covered, spec the work at an incredibly granular level, and implement our plans as a collection of ultra-tiny tasks each given to isolated agents, this specifically ensures the agent's attentional mechanism aren't overwhelmed/polluted.

The project is very early still, so if you're interested, please reach out or signup for the email-list and i'll contact you. Pricing page is highly aspirational at the moment, money is not the focus at this phase.

Thanks.

Re: Google's Antigravity bait and switch

#93

Google Enterprise accounts are sunsetting AI Ultra in favor of consumption based pricing at the end of the month. It’s unclear how limits for AI Ultra might change for gmail users. Flash3.5 is much better at coding, but also more expensive the pervious flash models. So much for AI getting cheaper.

> So much for AI getting cheaper. For now, that's DeepSeek: https://api-docs.deepseek.com/quick_start/pricing/ (they have a discount until the end of the month, even after that they will have pretty good prices) Or GLM or Kimi, Mistral is also surprisingly passable. Or just have to open the wallet and give money to OpenAI or Anthropic for the subsidized tokens. > Google Enterprise accounts are sunsetting AI Ultra in…

These are models that can be run locally BTW. Just get enough hardware for your throughput requirements, have it grind on multiple batches of tokens 24x7 to get reasonable utilization (keeping the cloud for time-sensitive uses) and that's it, no more rug pulls.

Re: Google's Antigravity bait and switch

#94
post #18

I want to Ask HN relating to this: What can be the motivation behind this change? Is this the preferred way of using AI coding tools nowadays? I've been using Antigravity mainly because of its tab completions. So I can work in code like in a traditional way and AI assists me. But it was a broken experience and now they are moving away from IDE based tool. The alternative is you write the prompt and it does everything…

It is the new standard. It sounds awful until you try it, and then you can't go back. But you can still use an IDE as well to edit code by hand and review changes that agents have made.

Re: Google's Antigravity bait and switch

#95

Earlier quoted context omitted.

Google invented transformers. They had LLMs before openAI existed.

Great, tell me again who put the Transformer into LLMs? Also, if we're going backwards, who invented neural networks, does that mean that person also then "had LLMs before OpenAI existed"?

The tone on this could be improved. They literally answered your question "What lead?" and you seem dismissive.

Re: Google's Antigravity bait and switch

#96
I am building an Agent IDE called Harness. It is somewhat inspired by the previous version of antigravity (and Conductor, and a few others). But with a core goal being open source & hackability.

It's centered around git worktrees. The goal is to organize all your AI sessions into somewhat logical places and make it easy to context switch. The secondary goal is to remove the need to open a separate code editor anytime you want to look at a file (We have a built in file editor powered by Monaco [vscodes editor])

Check it out https://harness.mikelyons.org

Re: Google's Antigravity bait and switch

#97
post #64

Earlier quoted context omitted.

They could just call it anything else and left the existing user alone. I mean they have gemini CLI, which I would say a better product.

> I mean they have gemini CLI Uhhh, about that :) Gemini CLI (the open source cli) is being deprecated, and the recommended replacement is Antigravity CLI (which supposedly comes with the new Antigravity, not the IDE). shrug . Surely this will be maintained long term...

Oh, but you can only install the new antigravity CLI by first installing and authenticating via the IDE.

Will they make it work headless before the June deadline when they turn off gemini-cli? I guess we'll see...

[Edited to add: danielbln below is correct, this appears to just be stale documentation for antigravity-cli, it can be used completely headless now.]

Re: Google's Antigravity bait and switch

#98

I'm building an IDE (www.kaiso.ai) AI is powerful, but currently does not meet the engineering bar for quality and thoroughness. We need new paradigms and tools to support a new relationship with the codebase as an artifact. The premise is that we can use these LLMs to get real engineering work done if we make tools to support a higher-level human understanding of the codebase, and the ability to spot the gaps in the…

> The project is very early still, so if you're interested, please reach out or signup for the email-list and i'll contact you. Pricing page is highly aspirational at the moment, money is not the focus at this phase.

Why do you think an IDE is the right tool?

I'm working in a similar space, and it's not clear why an IDE would benefit.

Specifically to you - if you're hoping to make this a business - please know if you do make a killer IDE feature - Cursor et al will immediately copy it...

I'll give your tool a try if it's not too much effort to try it and you want some feedback. Let me know.

Re: Google's Antigravity bait and switch

#99

Earlier quoted context omitted.

Wait what? Why don't I get emails like this too? /s (on a serious note, do you feel comfortable naming and shaming such companies, this is sort of a serious accusation imo and if not then how much money they are trying to give. It would be an interesting discussion and feel free to mail me if its confidential, waiting for your response and have a nice day :-D)

Nah, maybe one day I do a collective public post of it, for now I just try to get their company and/or name first, then forward it to HN themselves so they can ban them and keep an eye out for them.

Could you give us how many companies are trying to do this and also if any of the companies are YC companies themselves or not, I imagine not but still.

and what is the metric for companies sending you messages, like I have never gotten a single message (aside from one/two companies here and there and I even made a HN post about one of the companies)

and what do these companies really have a metric for in terms of sending spam for? karma points, I mean emsh I remember we both had close enough about the same karmas not too long ago, surprised to see you at 13k+ karma, so good to see that but is the metric karma, hype (you had made the rust browser ..) or what exactly? I would be curious to hear your thoughts on that!

I do understand the point of these companies sending mail though, I mean I can't say that if I had a company at the moment I might not do the same either, but I think that you might get frustrated too with it, so what would your recommendation be to people sending you mails in general?

I would be curious to know that too!

Re: Google's Antigravity bait and switch

#100
I was surprised to see that the new Antigravity does not integrate at all into Google's existing Material design system. Is the implication that Material is not for power users or developers? It's built as a universal solution.

https://antigravity.google/assets/image/blog/agy2-layout.jpg

Post reply on HN