explainx.ainewsletter3.5k
TrendingNewsPathwaysSkills
Pricing
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

follow on google

Add explainx.ai as a preferred source

corporate training

support@explainx.ai

get started

Find your pathTake Free Evaluation

learn

pathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsagentsllmsdesignsdictionaryagi trackerranks

company

aboutvisionmissionteaminstructorsteach on explainxpartnershipscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource libraryfor LLMsexplainx.ai kids

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

newsletter · weekly

Get AI news, tools, and insights in your inbox.

supportcontactprivacytermsdata rightshow we create contentsubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

On this page

  • TL;DR
  • Why this matters for agent builders
  • Desktop vs web vs Linux preview
  • What people are asking
  • Related on explainx.ai
← Back to blog

explainx / blog

ChatGPT Desktop: 94% Faster Load for Giant Threads

OpenAI, ChatGPT, Codex, Desktop, Performance

OpenAI benchmarked ChatGPT and Codex desktop load at 94% faster on a 741-turn, 231 MB thread — 27.6s to 1.7s. What changed, what it means for long agent work.

Aug 31, 2026·3 min read·Yash Thakker
add explainx.ai
go deep
ChatGPT Desktop: 94% Faster Load for Giant Threads

If you run Codex or ChatGPT Work for multi-hour agent tasks, the pain point is rarely model IQ — it is reopening the thread. Internal OpenAI benchmarks circulated in mid-August 2026 show a fix: a 741-turn, 231 MB conversation that took 27.62 seconds to load now opens in 1.66 seconds — about 94% faster (roughly 16.6× speedup).

Codex desktop app lead Andrew Ambrosino published the numbers on X; aggregators and TestingCatalog framed it as a rollout aimed at the following week. OpenAI's release notes also document faster long conversations on the web via sectional loading — related problem, separate client.

TL;DR

table · 3 cols
MetricBeforeAfter (benchmark)
Load time (741 turns, 231 MB)27.62 s1.66 s
Conversation entries fetched15,52964
Network requests89416
Renderer JS heap growth(baseline)~87.8% less
App memory growth1030.7 MiB →606 MiB (~41% less)

Scope: Client history load + render — not inference tokens/sec.

Weekly digest3.5k readers

Catch up on AI

Curated AI updates on agents, skills, and MCP — delivered to your inbox. Unsubscribe anytime.

Why this matters for agent builders

OpenAI's own usage data (June 2026 research post cited in coverage) says 70%+ of Codex users in May delegated tasks exceeding one hour of human work. Those sessions accumulate:

  • Tool stdout and file diffs
  • Subagent transcripts (Work orchestration)
  • Browser/computer-use screenshots metadata
  • Retries and planner notes

Without pagination, every reopen becomes an O(history) tax — the opposite of how persistent Codex mode is supposed to feel.

The benchmark's two telling drops — 15,529 → 64 entries and 894 → 16 requests — imply lazy / windowed hydration of conversation records, not loading the entire DAG on mount.

Desktop vs web vs Linux preview

table · 2 cols
SurfaceStatus (Aug 31, 2026)
ChatGPT desktop (macOS/Windows)Unified app with Chat, Work, Codex — target of 94% benchmark
ChatGPT webRelease notes: sectional long-chat loading
Linux previewSee ChatGPT desktop Linux preview — verify perf separately

Compare harness choice in Codex vs Claude Code: Claude keeps more session state local; OpenAI is now optimizing the server-backed history path that made giant threads painful.

What people are asking

Is 94% the same as "90% faster load" in headlines?

Close enough — 94% reduction in elapsed time ≈ 16× faster, sometimes rounded to "90%" in social posts. Use Ambrosino's 27.62s → 1.66s pair when citing precisely.

Will this fix Codex capacity errors?

No. Codex capacity boosts address queueing and rate limits; this fixes client reopen latency only.

Should I still split threads?

Yes. Faster load ≠ unlimited history. For auditability, export artifacts (Work deliverables guide) instead of one immortal chat.

Related on explainx.ai

  • ChatGPT Work vs Codex — complete guide
  • OpenAI Codex persistent mode
  • ChatGPT desktop Linux preview
  • Codex vs Claude Code comparison
  • ChatGPT Work thread orchestration on mobile
  • OpenAI Codex capacity boost

Sources: OpenAI Help Center release notes · RuntimeWire benchmark summary · TestingCatalog Aug 2026 report

Benchmark figures reflect OpenAI internal tests circulated August 2026; your thread size, OS, and client version will differ.

Spotted something out of date? Let us know.
Yash Thakker

Written by

Yash Thakker

Yash is an AI expert with over 300K learners. Join his workshops →

Related posts

Aug 21, 2026

ChatGPT Can Read and Send Apple Messages on Mac — What to Know Before You Enable It

OpenAI's August 20, 2026 Apple Messages plugin lets ChatGPT Work and Codex on Apple silicon Macs search, summarize, draft, and send iMessage, SMS, and RCS texts — after you grant Full Disk Access and approve each send by default. The dystopian framing on social media overshoots the opt-in mechanics, but the underlying risk is real: an agent with read access to your entire message history and standing permission to text as you.

Aug 12, 2026

ChatGPT Desktop for Linux Is Here: Supported Distros, Packages, and Codex

OpenAI released the ChatGPT desktop app for Linux in preview on August 11, 2026, with .deb and .rpm packages covering Ubuntu 24.04 and 26.04 LTS, Debian 13, and Fedora 43 and 44 on both x64 and ARM64. It ships alongside a new importer that pulls projects, chats, skills, and plugins from other agents — which is the more consequential half of the announcement.

Jul 24, 2026

ChatGPT Voice on Desktop: GPT-Live Meets Codex and Work

OpenAI brought GPT-Live into the ChatGPT desktop app on July 23, 2026 — speak, listen, and steer Codex or ChatGPT Work agents while the model can reference your frontmost Mac window. Plans, quotas, and how it differs from mobile Voice.