labrador
5 hours ago
> Yesterday, OpenAI announced Atlas, its AI browser. To the surprise of literally nobody, it’s Chromium with AI slapped on top. Perplexity also has a browser: it’s called Comet, and it also is Chromium with AI slapped on top. Then we have DIA, which is, you guessed it, Chromium with AI slapped on top. I think Opera also has one of those Chromium browsers with AI slapped on top.
The interesting thing is what they "slap on top" of it then. In other words like a browser extension, how do they extend the browser? It's common to have a base model of something and then extend it with options of various capabilities. I don't really understand the complaint here.
The interesting thing to me about OpenAI's browser is how they will handle ad blockers. 95% of ChatGPT users use the free version and OpenAI needs to monetize that.
Building a chromium replacement is a daunting task. in fact microsoft gave up on thiers and adopted chromium for that reason. Chromium is an industry wide open source project like linux for good reason
I'd like a Chromium base model that I can add AI features to that I need. We have a mechanism for that called extensions, but I imagine there are features that require deeper integration with Chromium. We had a mechanism for that called ActiveX on IE and Netscape Plugins on other browsers but we got rid of that for security reasons.
We're at an interesting point in browser development and I'm excited about it
d3Xt3r
25 minutes ago
> Chromium is an industry wide open source project like linux for good reason
That "good" reason is thanks to Google's monopoly. Chromium is only technically opensource, it's still very much a Google project that's steered by them, ocassionally trying to sneak in anti-features like Web Environment Integrity, Manifest V3 etc.
> We're at an interesting point in browser development
Yes but that's only because of projects like LadyBird and Servo, but unfortunately they're still at a very early stage. The best we can do for web diversity is to boycott all Chromium-based browsers and support smaller projects like Ladybird and Servo (and use Gecko-based browsers in the interim).
zamadatix
4 hours ago
Building on top of a bunch of things works well, and is pretty much what Chromium itself is anyways. Building something "new" that is 99% the old thing so you can add your 1% is a different kind of building, and can't be lumped with the former by default. More powerful extensions is definitely the answer, just not one Google wants to allow.
The main problem with this is if browser A adds feature 1 and browser B adds feature 2 then you don't end up with "Chromium + 1 + 2" you end up with "Chromium + 1" or "Chromium + 2". Repeat for a couple dozen Chromium folks and your single extra feature doesn't look all that enticing anymore. The inverse way of looking at it is "if you're only adding 1% on top of Chromium, it's unlikely to amount to anything worth the average user switching for". Especially since Chrome is starting to push Gemeni natively anyways.
For these reasons, I think Chromium paint jobs are the least interesting thing to happen to browser development in a very very long time. Servo for embedded, Ladybird for "something different", and so on are much more interesting. These kinds of things, as you say, are more to the scale of what an individual browser extension used to be.
labrador
4 hours ago
I've been very impressed by the open source Ladybird project for several years now. I wasn't up to date and didn't realize it had 8 full time engineers working on it now with project leader Andreas Kling. This is truely more promising than "slapping things on Chromium" and competing with Google Chrome.
I didn't explicity state but was implying that a new plug in archeticture to the open source Chromium project might be an interesting way to add AI features in a more democratic fashion.
Either path still has to compete with what Google does with proprietary extensions to Chrome.
Edit to be clear: Since Chromium is open source, the community could actually collaborate on adding a shared AI plugin architecture to the core project rather than making competing forks. That would solve the fragmentation problem entirely.
juancroldan
2 hours ago
The bothering part is the browser factor form. Why not just an extension?
encom
4 hours ago
>Chromium is an industry wide[...]
But is it though? Feels to me like Google just does whatever it wants. Nobody except Google wants manifest v3. Nobody wants "Web Environment Integrity", etc.
labrador
3 hours ago
I agree that Google's control over the Chromium roadmap is a fundamental issue, making "industry-wide" a generous term. Brave (which I use) and other Chromium-forks exist to ensure the community does have its own branch. Brave disables WEI and forked the Manifest V2 code to ensure its built-in Shields and essential extensions (like uBlock Origin, which I also use) remain unaffected by Google's anti-user changes.