🤖 AI Summary
Overview
This episode dives into the development and vision behind OpenAI's agentic browser, Atlas, with insights from Ben Goodger and Darin Fisher, two seasoned browser engineers. They discuss how Atlas integrates AI to streamline web interactions, the challenges of building a browser, and the transformative potential of AI coding tools like Codex.
Notable Quotes
- The bottleneck isn't writing code. It's holding the entire system in working memory long enough to make a decision.
- Dan Shipper, on the challenges of working with large codebases.
- You don't need to keep repeating yourself. ChatGPT will just see what you're looking at and offer its thoughts.
- Ben Goodger, on the seamless integration of AI in Atlas.
- The web and browsers have been good and powerful, but it feels like it's not done yet. There's more to make better.
- Darin Fisher, on the ongoing evolution of browsers.
🖥️ The Vision for Agentic Browsers
- Atlas is designed to integrate ChatGPT directly into the browsing experience, eliminating the need to copy-paste content between tabs.
- Users can leverage AI for tasks like finding the best deals, brainstorming viewpoints, or navigating complex web apps like AWS or Workday.
- The browser aims to act as a thought partner,
enabling users to delegate repetitive tasks while maintaining control over more personal or creative activities.
⚙️ Challenges in Building Atlas
- Atlas is built on Chromium but reimagines the browser UI in Swift, requiring significant engineering effort to replicate and innovate on core browser features.
- Complex web apps like Google Docs present unique challenges for AI agents due to their non-declarative, app-like structure.
- Balancing simplicity and power in user experience is a key focus, with features like Cursor Chat
designed to be helpful without overwhelming users.
🚀 Codex and the Future of Development
- Codex has accelerated development, with over 75% of Atlas's code reportedly starting with AI-generated suggestions.
- AI tools enable rapid prototyping, allowing engineers to quickly test ideas and decide whether they’re worth pursuing.
- Codex excels in generating unit tests, reducing the overhead of mundane tasks and improving code quality.
🌐 The Evolution of Browsing and the Web
- The team envisions a future where AI agents handle more tasks autonomously, but they believe the web will remain essential for exploration and personal interaction.
- Declarative web technologies like HTML provide a foundation for AI to interact with websites, but more seamless and scalable solutions may emerge.
- Browsers are evolving from being invisible taxi services
to tour guides
that actively assist users, though maintaining a balance between utility and non-intrusiveness is critical.
🛠️ The Craft and Complexity of Browsers
- Browsers are akin to operating systems in complexity, managing app runtimes, window managers, and more.
- Despite advancements, building a browser remains challenging due to user expectations for features like tab groups and seamless performance.
- The team’s passion for browsers stems from their transformative potential and the belief that there’s still much to improve.
AI-generated content may not be accurate or complete and should not be relied upon as a sole source of truth.
📋 Episode Description
The AI labs fighting for attention during the Super Bowl call to mind another iconic Super Bowl moment: Apple’s 1984 ad for the Macintosh, which promised that the personal computer would be a source of unbound wonder, freedom, and delight.
They were right, but over time, the personal computer has also become cluttered with errands.
These “computer errands”—downloading a W-2 when tax season rolls around, hunting for the right coupon code before checkout, or navigating the unholy labyrinth of the Amazon Web Services dashboard just to change one permission setting—have taken over our digital lives. Atlas, OpenAI’s agentic browser, sprang from the idea that AI should handle this tedium for you.
In this week’s episode of AI & I, Dan Shipper sat down with two members of the Atlas team, Ben Goodger and Darin Fisher. Goodger is Atlas’s head of engineering, and Fisher is a member of the technical staff. Both are legends of the browser world. They’ve spent decades building the modern web, working together on Netscape, Firefox, and Chrome before arriving at Atlas. From that vantage point, they told Dan how they think browsing is about to change, why building a browser is harder than it looks, and what it’s like to create a new one with AI coding tools like Codex.
If you found this episode interesting, please like, subscribe, comment, and share!
Want even more?
Sign up for Every to unlock our ultimate guide to prompting ChatGPT here: https://every.ck.page/ultimate-guide-to-prompting-chatgpt. It’s usually only for paying subscribers, but you can get it here for free.
To hear more from Dan Shipper:
Subscribe to Every: https://every.to/subscribe
Follow him on X: https://twitter.com/danshipper
Timestamps:
00:01:57 - Introduction
00:11:51 - Designing an AI browser that’s intuitive to use
00:15:24 - How the web changes if agents do most of the browsing
00:25:06 - Why traditi