DEV Community

DrMBL
DrMBL

Posted on • Originally published at the-agent-report.com

Perplexity Raises $200M for Comet — The AI Browser That Wants to Be the Agent Economy's Front Door

TL;DR: Perplexity has raised approximately $200 million at a near-$20 billion valuation to scale Comet, its AI-native browser. The funding isn't about a browser — it's about owning the surface where AI agents start tasks, make purchases, and increasingly act on your behalf. Comet went free in October 2025 and now positions itself as the front door to the agent economy, competing directly with Google Chrome/Gemini and OpenAI's browser ambitions.

(Source: Tech Times — Perplexity Raises $200 Million for Comet)

Not a Funding Round — a Land Grab

Perplexity has raised approximately $200 million at a valuation near $20 billion, bringing its total funding to roughly $1.72 billion. The company was valued at $9 billion in its 2025 Series E — the new round more than doubles that figure in under a year.

"The headline is a funding round and a free browser. The real story is a land grab for the most valuable real estate in consumer AI: the surface where an agent starts a task, and increasingly finishes a purchase, on your behalf," wrote Tech Times in its analysis. "Comet is not a search box with a chatbot stapled on; it is an attempt to rebuild the browser around an assistant that acts."

(Source: Tech Times — Analysis of Perplexity's Land Grab)

The strategic bet is straightforward: browsers are sticky. The default AI browser captures a constant flow of daily intent. Whoever owns that surface sits at the origin of user actions — search, shopping, booking, research — and can route that intent through their own AI stack rather than a competitor's.

What Makes an AI Browser Different

Comet is agentic — it acts on your behalf rather than just returning links. It researches trips, compares options across sites, fills forms, and assembles reports, working across pages by leveraging your logged-in sessions through a bridge pattern: a lightweight extension that reuses your authenticated session.

Under the hood, AI agents perceive web pages in three ways:

  • Screenshot-based — works on any interface but expensive (token-heavy)
  • DOM/HTML parsing — token-efficient but limited to web pages
  • Direct API interfaces — most precise but requires integration

Agentic browsers like Comet blend these approaches. The AI assistant lives in a collapsible sidebar (Alt+A on desktop) with full awareness of every open tab. One-click page summarization (Alt+S) works reliably on articles, YouTube videos, PDFs, and social posts — the most consistently praised feature across reviews.

(Source: eesel AI — Perplexity Comet Pricing Breakdown)

Reads Are Safe. Writes Are the Problem.

The critical distinction in agentic browsing is between reading and writing:

  • Reads — searching, summarizing, comparing prices — are reversible and easy to notice if wrong
  • Writes — booking flights, buying products, sending payments — are irreversible

"Reads are safe; it is the writes that should worry you," the analysis noted. A well-built system should grade actions by reversibility, gate irreversible ones behind explicit confirmation, and fail closed by default.

(Source: OpenTools — Perplexity Comet Analysis)

The Protocol War for Agent Checkout

If an AI agent is going to buy something on your behalf, someone needs to own the payment infrastructure — and a protocol war erupted in early 2026. Within roughly 90 days, four major initiatives launched:

Protocol Backer Approach
Agent Payments Protocol Google + Coinbase (60+ partners) Open standard for agent-initiated payments
x402 Coinbase Reviving HTTP 402 as stablecoin settlement
TAP Visa Tokenized Agent Payments
Agent Ready PayPal Merchant-side agent payment readiness

Perplexity doesn't need to win the payment layer — owning the browser puts it upstream of checkout, at the origin of purchasing intent.

(Source: Tech Times — Agent Payment Protocol War)

Pricing Strategy: Free as a Weapon

Comet launched in July 2025 as a $200/month exclusive for Perplexity Max subscribers, moved to a $5/month tier, and went free worldwide in October 2025, with millions on the waitlist according to CNBC.

Tier Price What You Get
Free $0 Basic AI browsing, no account required
Comet Plus $5/month Premium publisher content
Pro $20/month All AI features + Comet Plus included
Max $200/month Background Assistants (autonomous agents)
Enterprise Pro $40/seat/month MDM, SOC 2, CrowdStrike integration

The $200 million raise is not to make Comet free — it already is. The money is to win the habit battle against Google (Chrome + Gemini) and OpenAI. Browsers are the most entrenched software category on the planet. Changing user habits requires burning capital on distribution, partnerships, and AI infrastructure.

Comet Plus, at $5/month, allocates roughly 80% of revenue to publisher partners — about $42.5 million directed to CNN, Condé Nast, The Washington Post, Los Angeles Times, Fortune, Le Monde, and Le Figaro. It's an early attempt at a content toll for AI systems that consume publisher content without driving human traffic.

(Source: OpenTools — Comet Publisher Revenue Share)

What This Means for Builders

The AI browser is a fundamentally different surface for software. When the browser can act on a user's behalf, the web becomes an API. Every link, form, and checkout flow becomes an endpoint an agent can call.

For AI agent builders, this creates two immediate implications:

  1. Your agent needs a browser strategy — whether you build on Comet, build your own, or abstract with Computer Use APIs
  2. The write problem is unsolved — no one has cracked the safety/usability trade-off for agent-initiated purchases at scale

Perplexity's $200M bet is that Comet, not a standalone chatbot, becomes the default interface for the agent economy. Whether that thesis holds depends on the habit battle — and on whether writes can be made as safe as reads.

FAQ

Q: Is Comet really free?
A: Yes — genuinely free to download on Mac, Windows, iOS, and Android, no account required for basic browsing and AI assistance.

Q: How does Comet differ from Perplexity's other products?
A: Comet is the consumer browser. Perplexity Computer is a separate agentic product that orchestrates 20+ frontier models and 400+ app connectors for backend workflow automation. They overlap at the Max tier but solve different problems.

Q: Can Comet book flights and buy things for me?
A: Yes, through its Background Assistants feature on the Max tier ($200/month). All agent writes are gated behind explicit user confirmation in the current implementation.

Q: Who invested?
A: The exact investors weren't disclosed, but the round brings Perplexity's total funding to approximately $1.72 billion, more than doubling its valuation from the $9 billion Series E in 2025.

Q: How does Comet compete with Google Chrome?
A: Comet doesn't compete on speed or extension ecosystem — it competes on AI-native design. Chrome is a browser with AI bolted on; Comet is an AI assistant that happens to be a browser. The $200M bet is that users will switch for the agentic experience, not for rendering performance.

Further Reading


Cet article a ete initialement publie sur The Agent Report.

Top comments (0)