Dia Browser — How to chat with your tabs and use AI shortcuts

Haram

@haram

I've been finding myself increasingly interested in 'Dia,' an AI-native browser launched by The Browser Company, the makers of the Arc browser. It stands out for its extremely minimalist design that strips away complex tab management features in favor of an AI-centric sidebar. While there used to be a paid subscription called Dia Pro for $20 a month, they abolished the paid model late last May and switched to a free model with daily usage limits, making it easy for anyone to get started. 😄

The most tangible benefit is definitely the 'Chat with your tabs' feature, which analyzes the content of active tabs in real-time. When you have long documents or international tech news open, you can simply use an @-mention in the sidebar to ask questions, and it provides a clean summary of the entire page. It's incredibly convenient because you don't have to copy and paste text into an external AI chatbot, which helps keep your workflow uninterrupted.

The 'Skills' feature is another hidden gem that takes productivity to the next level. /ical Not only can you use default commands like /ical to extract schedules from a webpage, but you can also register complex, frequently used prompts as custom JSON-based skills and execute them with a single shortcut.

json
{
  "name": "Quick Summary",
  "trigger": "/summarize",
  "description": "Summarizes the active tab into clear Korean bullet points",
  "prompt": "Read the main body of this page and output exactly 3 bullet points in Korean, focusing on practical takeaways."
}

With OpenAI recently announcing that it will shut down its experimental browser, Atlas, in mid-August of this year, the market for independent agent-based browsers is currently being led by Dia and Perplexity's Comet. If you've been finding it tedious to constantly copy tabs and toggle back and forth with AI websites, I recommend downloading Dia and giving it a quick test run as your everyday work browser.

No comments yet.