What is the difference between GPT-5.5 thinking and Claude extended thinking?
Functionally, very little. Both are **reasoning modes** that let the model do more internal work — effectively a longer, structured chain of thought — before producing a final answer. **GPT-5.5 thinking** is OpenAI's reasoning behavior on its April 2026 flagship (with GPT-5.5 Instant as the fast default you escalate from). **Claude extended thinking** is Anthropic's equivalent on models like Claude Opus 4.8 and Sonnet 4.6. The naming and exact controls differ, but the user-visible effect is the same: better handling of problems that need multiple careful steps.
The differences that matter in practice are ergonomic, not fundamental: how you toggle the mode, how the reasoning is surfaced, default latency, and how the extra reasoning tokens are billed. Those are vendor- and tier-specific, so check the live docs: OpenAI models and Anthropic models.