Earlier quoted context omitted.
VS Code is based on Chromium: https://chromium.googlesource.com/chromium/src/+/HEAD/docs/v... We've come full circle.
Chromium is based on Webkit which in turn is based on KHTML, so maybe KDE needs to develop a cursor clone?
Google Antigravity
371–380 of 1001 posts
Re: Google Antigravity
#372Earlier quoted context omitted.
Microsoft has very specific constraints on what extensions can and can't do, it's not a free for all. They're actively defending their mote by allowing Copilot to do things in a way that extensions couldn't. That's why all the serious contenders make a fork, it's simply not possible to have the same integration otherwise.
Which is a bit odd given that Claude code extension in VSCode is by far the best agent integration into a codebase that I know of.
Re: Google Antigravity
#373Earlier quoted context omitted.
Many software engineering principles have been broken. Google using Electron tells us that quality control is completely out of the window. Unbelievable.
Native app dev is covered in red tape and puts you at the mercy of Apple etc. It's unfortunate that things are so inefficient now, but competition is good, and native platforms can get good.
... Aren't we talking about a programming IDE here? When did mobile become anything like the primary market for that? Are people expected to sit around for hours inputting symbols with an OSK?
Re: Google Antigravity
#374I'll be honest - this doesn't look half-bad. It really seems like it's just standardizing into a first-class UI what a lot of people have already been doing. I don't think I'm the target for this - I already use Claude Code with jj workspaces and a mostly design-doc first workflow, and I don't see why I would switch to this, but I think this could be quite useful for people who don't want to dive in so deep and combi…
As a daily Claude Code and Codex user, I've really got to start getting into jj. I keep telling myself I will but I'm just so used to git. Can you elaborate on how you personally use jj workspaces with command-line coding agents?
After a couple iterations on this, I've ended up having claude code vibe-code a helper CLI in Go for me which I can invoke with `ontheside ` and will
- create a new jj workspace based on the given change
- create a docker container configured with everything my unit tests need to run, my claude code config mounted, and jj configured
- it also sets up a claude code hook to run `jj` (no arguments) every time it changes a file, so that jj does a snapshot
- finishes by starting an interactive claude code session with `--dangerously-skip-permissions`
- it also cleans it all up once I exit the claude code session and fish shell that's running it
With this I can have Claude Code working asynchronously on something, while I can review (or peek) the changes in batch from my main editor by running `jj show ` / `jj diff -r "..."` (which in my case opens it up in the Goland multi-file diff viewer). I can also easily switch to the change it's working on in my main editor, to make some manual modifications if necessary.
This is, in general, primarily for "in the background async stuff" I want to have it work on. Most of the time I just have a dead-normal claude code session running in my main workspace.
Minor self-plug - if you want, I posted a jj intro article a while ago[0], though it doesn't include my current workspace usage.
[0]: https://kubamartin.com/posts/introduction-to-the-jujutsu-vcs...
Re: Google Antigravity
#375""Autonomously, an Antigravity Agent writes code for a new frontend feature, uses the terminal to launch localhost, and actuates the browser to test that the new feature works." very interesting times; i'm glad to see browser automation becoming more mainstream as part of the ai-assisted dev loop for testing. (disclosure: started the selenium project, now working on something similar for a vibe coding context)
Re: Google Antigravity
#376Earlier quoted context omitted.
After using Google AI studio, Google Vertex, and Google Gemini Chat I honestly can't wait to use Google Antigravity! edit: Also Jules... snark off: I think the Google PMs should have coffee together and see if all of this sprawl makes any sense.
The also launched a coding agent Jules: https://jules.google/
Re: Google Antigravity
#377MacOS/Safari User here. Stuck on 'Setting Up Your Account' once I've authorized it in the browser. /shrug
Re: Google Antigravity
#378That'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.
Re: Google Antigravity
#379Re: Google Antigravity
#380I 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)
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.
They knew exactly what they were saying.