What's the underlying split between ChatGPT and Perplexity for CI work?
ChatGPT and Perplexity are not the same shape of product, and the CI use cases that fit each one fall out of the product architecture, not the model quality. Perplexity is a retrieval-first system — every answer originates in a search index, and the model's job is to read retrieved results, deduplicate them, and write a sourced summary. The output is short, citations are dense, and Perplexity Spaces let you scope retrieval to a fixed set of domains (a competitor's site, a SEC EDGAR scope, a press source). The Perplexity docs describe Sonar as a 'real-time, search-grounded' API — citations aren't bolted on, they're the substrate.
ChatGPT is a generation-first system. ChatGPT Search and Deep Research wrap retrieval around the model, but the model does the real work — reading dozens of sources during Deep Research, holding the synthesis in context, and writing a long-form analyst report. OpenAI's Deep Research announcement is explicit: Deep Research is built for 'multi-step research' that takes 5-30 minutes, and the output is a structured report with inline citations, not a paragraph. ChatGPT also has the longer effective context window for synthesis tasks, which matters when you're feeding it 12 earnings transcripts.
**Why this split predicts CI use cases:** workloads that need fresh, sourced, monitorable answers (press tracking, pricing diffs, news monitoring) fit Perplexity's product shape. Workloads that need synthesis across many sources or long-form narrative output (battle-card drafts, earnings narratives, market-landscape briefs) fit ChatGPT's product shape. Most CI teams discover this empirically after a quarter of running both; the head-to-head below short-circuits the discovery.