GPT-5.5 Reportedly Hits a 516-Token Reasoning Wall, and Developers Are Not Happy

This article explains the developer-reported GPT-5.5 Codex `516` reasoning-token anomaly, including the main GitHub issue, the reported aggregate data, and the concern that some complex tasks may be ending too early. It also covers a second user-experience complaint: ChatGPT’s tendency to over-format, over-correct, and over-answer simple requests. That part of the discussion is more subjective, but it matters because assistant personality directly affects everyday product experience. The important point is not to treat the 516 pattern as proven hidden truncation. The public evidence is better understood as a model-behavior anomaly that deserves investigation. **For developers, the practical takeaway is simple: when an AI coding agent feels suddenly worse, collect metadata, compare runs, and report reproducible patterns instead of relying only on impressions.**

发布于 2026年7月8日generalGEO 评分: 09 次阅读
GPT-5.5CodexOpenAI Codexreasoning tokens516 token issuereasoning_output_tokensGPT-5.5 Codex bugGitHub issue 30364Codex performanceAI coding agentChatGPT personalityClaude comparisonmodel behaviorreasoning budgettoken truncation
图片以深色背景为底,左侧有蓝色的OpenAI标志,右侧是紫色的GitHub标志。图片上方大字显示“GPT-5.5 Codex 516”,“516”部分颜色较深。下方文字为“Reasoning Token Clustering”,以及“Developer Reports, GitHub Evidence, and ChatGPT Personality Concerns”。该图片与文档中“GPT-5.5 Codex 516 Reasoning Token Clustering: Developer Reports, GitHub Evidence, and ChatGPT Personality Concerns”标题对应,是对标题内容的视觉呈现。

GPT-5.5 Reportedly Hits a 516-Token Reasoning Wall, and Developers Are Not Happy

Introduction

Over the past few days, developers using OpenAI Codex have been discussing a strange pattern: some GPT-5.5 responses appear to stop around a very specific reasoning-token count — 516.

The original report does not prove that OpenAI is secretly cutting off reasoning. The narrower claim is more careful: telemetry shared in a public GitHub issue shows an unusual GPT-5.5-specific clustering pattern around reasoning_output_tokens = 516, with additional spikes near 1034 and 1552.

That detail matters because developers are not only asking whether GPT-5.5 is making mistakes. They are asking whether the model is sometimes taking a shorter reasoning path on complex tasks, then returning answers that feel less reliable than expected.

Source Note

  • Original article: BAAI Hub article
  • Original referenced GitHub issue: openai/codex issue #30364
  • Related reproduction issue: openai/codex issue #29353
  • The BAAI page states that the article was sourced from a WeChat article by Xinzhiyuan.
  • The original article did not contain code blocks. It mainly contained screenshots, tables, and linked references.
  • Image note: relevant screenshots, charts, and comparison images are preserved below. Decorative separators, brand-only images, QR codes, recruitment graphics, and unrelated promotional images were not included.

图片展示了一位男子站在“GPT-5.5”和“516”等元素前,背景为科技感十足的界面,有“新智元”标识。画面左侧“GPT-5.5”以蓝色发光字体呈现,右侧“516”以红色发光字体突出显示。画面右下角有“Token usage”图表,显示“516 / 1032”。该图片与文档中关于GPT-5.5模型的讨论相关,可能是对文档中提到的GPT-5.5模型及516个推理令牌等关键信息的视觉呈现。

GPT-5.5 Gets Stuck at “516”: Developers Notice an Unusual Pattern

The discussion started with a surprisingly specific number: 516.

According to developer reports, GPT-5.5 has recently shown weaker performance on some complex programming and reasoning tasks inside Codex. What made the issue stand out was not just that the model sometimes produced wrong answers. It was that several failed or suspicious responses appeared to stop at the same reasoning-token boundary.

图片是一条Twitter帖子,用户@bdsq1sz表示GPT - 5.5实际上“变笨了” - 它可能正在被悄然截断。系统提示命令模型每30秒提供一次数据,这会导致模型在长度达到(usage.output_tokens_details.reasoning_tokens == 518 * n - 2)时自动截断token。该帖子与文档中GPT - 5.5在Codex中表现变差,出现多次在相同推理token边界停止的异常情况相关,可能是对这一现象的解释。

A number of Codex users then joined the discussion, saying they had seen similar behavior.

图片展示了四个用户在讨论中提及的相同问题。loner2403、partment、Suvmaker、lujunjiehhh分别在1周前表示“Same issue”“Same issue”“same problem”“Same issue”,表明他们也遇到了类似情况。这与上下文提到的GPT-5.5在Codex中表现弱化,且部分失败或可疑响应停在相同推理令牌边界的现象相呼应,体现了开发者和用户对这一问题的关注。

The central question is simple: why would a top-tier reasoning model repeatedly land on one exact token count?

The GitHub Issue: A Larger Data Window Behind the Claim

The most important public reference is GitHub issue #30364, opened in the openai/codex repository.

In that issue, the developer reported an aggregate pattern in Codex token_count metadata. The claim was that gpt-5.5 responses disproportionately landed at exactly reasoning_output_tokens = 516, with additional fixed-boundary spikes around 1034 and 1552.

图片展示的是GitHub issue #30364,标题为“GPT-5.5 Codex reasoning-token clustering at 516/1034/1552 may be leading to degraded performance on complex tasks”。开发者vguptaa45在1周前提出,Codex token_count元数据中存在一个聚集模式,gpt - 5.5响应在516、1034、1552等固定边界处出现显著峰值,这可能与模型特定的较低推理令牌强度相关,导致复杂/高风险Codex任务性能下降。该问题还与#29353相关,后者报告了任务级再现,gpt - 5.5运行结束于516推理令牌返回错误答案。

The report covered a window from February 1 to June 27, 2026. It analyzed 390,195 response-level token records across 865 sessions.

Evidence Reported in Issue #30364

Metric Value
Response-level token records analyzed 390,195
Sessions represented 865
Exact reasoning_output_tokens = 516 events 3,363
GPT-5.5 share of all responses 19.3%
GPT-5.5 share of exact-516 events 82.0%
GPT-5.5 exact-516 / >=516 ratio 44.0%
Non-GPT-5.5 exact-516 / >=516 ratio 1.3%

图片是一张表格,展示了在GitHub issue #30364中报告的关于Codex模型的多个关键数据。包括分析的响应级token记录数为390,195,代表的会话数为865,确切的reasoning_output_tokens=516事件数为3,363,GPT-5.5在所有响应中的占比为19.3%,在确切516事件中的占比为82.0%,GPT-5.5确切516/>=516的比率为44.0%,非GPT-5.5确切516/>=516的比率为1.3%。该表格与上下文紧密相关,直观呈现了报告中提到的数据情况。

The issue also compared GPT-5.5 with other GPT-family models. The gap was large enough to make developers suspect this was not just a normal distribution of reasoning lengths.

Model-Level Result

Model Response Records Exact 516 / >=516
gpt-5.5 75,401 44.0%
gpt-5.4 25,214 19.8%
gpt-5.2 247,575 0.34%
gpt-5.3-codex 13,333 0.0%
gpt-5.3-codex-spark 26,179 0.0%

这张图片是标题为“7.8日文章改写:GPT-5.5 Codex 516 Reasoning Token Clustering”文档里的模型层级结果表格,展示了不同大语言模型的相关数据。表格的列项包括模型名称、响应记录总数、精确匹配516或大于等于516的结果占比。其中GPT-5.5的响应记录数为75,401,对应精确匹配516的结果占比为44.0%;GPT-5.4的响应记录数为25,214,占比为19.8%;其余三款模型的响应记录数更高,但对应占比均低于0.34%,部分甚至为0.0%,该数据和文档中提到的GPT-5.5仅占总响应的少数,却贡献了大部分精确516结果的内容相呼应。

The original article summarized the point sharply: GPT-5.5 accounted for only a minority of total responses, yet appeared to account for most exact-516 events in this dataset.

The More Suspicious Part: Overall Reasoning Intensity Fell

One possible defense would be that GPT-5.5 simply thinks more, so more responses naturally reach higher reasoning-token ranges.

But the reported data points in the opposite direction.

In May and June, when the exact-516 clustering reportedly became more obvious, GPT-5.5’s overall reasoning-token intensity dropped. Both the mean reasoning-token count and the P90 reasoning-token count were lower than earlier months.

Reasoning-Token Intensity by Month

Month Mean Reasoning Tokens P90 Reasoning Tokens
Feb 2026 268.1 772
Mar 2026 256.8 723
Apr 2026 228.7 669
May 2026 106.9 344
Jun 2026 168.5 515

图片为表格,展示了2026年2月至6月的推理令牌相关数据。表格包含月份、平均推理令牌数(Mean reasoning tokens)和第90百分位推理令牌数(P90 reasoning tokens)三列。具体数据为:2月平均268.1,第90百分位772;3月平均256.8,第90百分位723;4月平均228.7,第90百分位669;5月平均106.9,第90百分位344;6月平均168.5,第90百分位515。该表格与上下文紧密相关,直观呈现了推理令牌强度随时间变化的情况,为分析GPT - 5.5推理令牌强度下降提供数据支撑。

That is why developers found the pattern uncomfortable. On one side, exact-516 events became more frequent. On the other side, the model seemed to spend fewer reasoning tokens overall.

This led to a more serious concern: on complex or high-risk tasks, GPT-5.5 may sometimes be hitting a hidden reasoning budget, truncation point, fallback route, or scheduler behavior before it has completed a deeper reasoning path.

To be clear, this remains a developer-reported anomaly, not an official explanation from OpenAI.

GitHub Developers Push Back

The GitHub discussion quickly attracted other users who said they had experienced similar problems.

图片展示了GitHub讨论区中两位开发者关于GPT-5.5推理问题的留言。上方是用户revantmalani的留言,称自己也面临相同问题,感到非常沮丧;下方是用户bluecat1997的留言,表示遇到相同问题,希望OpenAI给出反馈。该图片与上下文紧密相关,上下文提到GitHub讨论区迅速吸引了其他用户,他们也称自己经历过类似问题,此图直观呈现了这些用户对GPT-5.5推理问题的不满与期待反馈的情绪。

The issue also connects to an earlier report, #29353, where a developer described a reproducible pattern in Codex Desktop using gpt-5.5 with xhigh reasoning.

In that reproduction, some fresh runs went directly to a final answer, used exactly 516 reasoning output tokens, and returned the wrong answer. Other runs spent thousands of reasoning tokens, produced a visible intermediate phase, and returned the expected answer.

This earlier issue did not settle the question, but it made the later aggregate report feel less isolated.

Reddit and Hacker News Discussions Add More Pressure

The conversation moved beyond GitHub as well. Screenshots in the original article show developers discussing whether a portion of high-risk Codex requests might be silently degraded due to reasoning truncation.

图片展示的是Reddit社区r/codex中关于Codex请求的讨论内容。上方文字为“你一半的高风险Codex请求可能因截断推理而被静默降级”。下方图表标题为“Reasoning Tokens Distribution, 0-2000 (CDF at 2000: 93.4%)”,横轴为推理令牌数量,纵轴为计数和累计百分比。图表显示推理令牌数量在0 - 2000之间时,计数和累计百分比的变化情况。该图片与上下文紧密相关,直观呈现了关于Codex推理令牌分布的数据情况,辅助说明开发者讨论中提到的高风险Codex请求因截断推理可能被降级的问题。

One comment shown in the article argued that some reasoning problems need 6,000 to 8,000 thinking tokens before the correct answer appears. If a model stops around 516 tokens on those cases, it may produce an answer too early.

图片展示了一条关于Codex推理问题的Reddit评论。评论者指出使用codex cli复现该问题较为容易,给定需要推理和解决的谜题提示后,偶尔会短路,恰好思考516个token后返回错误结果,但当最终使用6000 - 8000个思考token时,会返回正确结果。评论还提到可能与自适应思维有关,且本地模型的优势是不用担心服务器端的静默更改。该评论与文档中开发者对Codex推理问题的讨论相关,补充了上下文中的观点。

Another screenshot showed users comparing Codex and Claude, with some saying they switch tools depending on which one feels less broken on a given week.

图片展示了两个用户关于Codex质量的讨论。zenapollo称其每天几乎都会遇到质量下降,曾依赖xhigh,但如今看到愚蠢实现,已切换到Claude,认为Openai未认真对待此问题。siva提到三个月前因Claude变蠢而换到Codex,六个月前反之,无论使用哪个工具最终都会出现问题,Codex可能稍好。此图与上下文紧密相关,直观呈现了开发者对Codex质量下降的担忧及对不同工具的切换情况。

What Developers Want OpenAI to Clarify

The community’s core request is not complicated. Developers want OpenAI or the Codex team to clarify what is happening around 516, 1034, and 1552.

The open questions include:

  1. Is this caused by a reasoning budget?
  2. Is it a routing issue?
  3. Is it a truncation or streaming behavior?
  4. Is it a fallback path?
  5. Is a scheduler or backend system creating fixed stopping boundaries?
  6. Is exact 516 a normal stop point, a degraded tier, or an internal threshold?

The original GitHub issue is careful not to claim that it proves hidden chain-of-thought truncation. The stronger claim is simply that the clustering looks model-specific and threshold-like enough to deserve investigation.

Not Just Less Reliable: Users Also Complain About Personality

The second half of the original article shifts from performance to personality.

A developer named Angel compared ChatGPT using GPT-5.5 Instant with Claude Fable 5 using side-by-side screenshots. The complaint was not about whether the model could answer. It was about how the assistant behaved.

图片展示了一条名为“ChatGPT's Personality Drives Me Crazy”的推文。上方有OpenAI标志和一只像素风格的卡通猫,中间文字为“Where OpenAI Gets Personality Wrong”。下方配图是两个像素风格的卡通形象,左侧是带有蓝色触手的机器人,右侧是橙色的卡通猫。该图片与文档中“Not Just Less Reliable:Users Also Complain About”部分内容相关,用于说明用户对ChatGPT个性方面的不满。

The article highlights three recurring frustrations.

Problem 1: Everything Becomes a Bullet List

The first complaint is that ChatGPT tends to over-format even simple conversational responses.

When asked to be more natural and less AI-like, ChatGPT reportedly responded with a structured explanation of how it would be natural. Claude, by contrast, gave a much shorter and more casual response.

图片展示了一段ChatGPT的回复内容。上方有用户请求“please be natural, i don't like AI-ish responses”。回复中ChatGPT表示会保持对话自然和直接,避免过度修饰或公司化语言、填充语、重复结构和长列表、虚假热情或强迫同理心等。相反,会努力听起来像一个知识渊博的人清晰地解释事物,如有不确定性会说明,如遇坏想法会解释原因而不戏剧化。若用户希望不同风格,可告知。该图片与上下文紧密相关,直观呈现了ChatGPT在被要求更自然时的回复内容。

图片展示了一段对话界面。用户在顶部输入“please be natural, i don't like AI-ish responses”,下方ChatGPT回复“Got it - I'll keep things natural and conversational. What's up?”。界面底部有文件、播放、点赞、不赞、刷新图标,以及一个橙色的星形图标。该图片与文档中“Problem 1: Everything Becomes a Bullet List”部分内容相关,用于说明ChatGPT在被要求更自然时的回复情况,体现了ChatGPT在格式化方面的问题。

The issue is not that bullet points are always bad. They are useful in technical explanations. The problem is that a chat assistant can feel stiff when it turns every small request into headings, bold text, lists, and follow-up suggestions.

Problem 2: It Always Wants to Correct Something

The second complaint is about over-editing.

When asked to check a sentence or a tweet, ChatGPT often tries to improve it, rewrite it, or offer alternatives, even when the user may only want a simple “this is fine.”

The original article contrasts this with Claude-style behavior, where the assistant more often says the text is acceptable as-is when no real fix is needed.

图片展示了ChatGPT在用户询问“Fable 5年底会像玩具一样吗”时的回复。用户询问是否可以发布到X平台,ChatGPT建议可以,但可稍作润色。它给出了几种自然的回复选项,如“疯狂的是,Fable 5年底会像玩具一样”等,并列举了带有更多X风格语气的替代选项,如“疯狂的是,Fable 5年底会像玩具一样”等。该图片与上下文紧密相关,直观呈现了ChatGPT在回复中对文本的编辑与润色行为,与文档中“ChatGPT总是想纠正”的问题相呼应。

图片展示了一段对话内容。用户询问是否可以在X上发布“Fable 5年底看起来像玩具”这条推文,是否需要修改,是否需要那么正式。ChatGPT回复称,这条推文完全没问题,很随意、清晰,读起来像正常X帖子,若需微调,可去掉开头的引号(或在有意作为引言时将其闭合)并删除“also”等。该图片与上下文紧密相关,是对ChatGPT在用户询问是否需要修改推文时给出回复的示例呈现,体现了ChatGPT在编辑方面的问题。

For users who write casually, this can create friction. A model that always “fixes” the user may feel less like a helper and more like a strict editor.

Problem 3: You Ask for One, It Gives Three

The third complaint is that ChatGPT often gives more than requested.

In the article’s example, a user asks for a joke. ChatGPT gives one joke, adds another, adds a third, and then asks for the user’s preferred style of humor. Claude gives a shorter response.

图片展示的是ChatGPT回复用户“can you try to cheer me up with a joke”请求时的内容。先是给出了一个笑话“Why don't skeletons fight each other? Because they don't have the guts. ...They'd argue, but they just can't stomach confrontation.”,接着又给出了另一个笑话“I told my computer I needed a break. It said, 'No problem—I'll freeze.'”,最后再给出一个“delightfully silly”笑话“What's orange and sounds like a parrot? A carrot.”,并询问用户是否满意,若不满意可告知幽默风格,以便更准确地提供。该图片与上下文紧密相关,直观呈现了ChatGPT在用户请求提供笑话时的回复情况。

图片展示的是ChatGPT与用户关于提供笑话的对话界面。用户询问“can you try to cheer me up with a joke”,ChatGPT回复称“Sure, here's one for you: Why don't scientists trust atoms? Because they make up everything. If that one didn't land, I've got plenty more where it came from - puns, dad jokes, you name it.”并配有四个互动图标。该图片与文档中“Problem 3: You Ask for One, It Gives Three”部分内容相关,直观呈现了ChatGPT在用户请求一个笑话时,不仅给出一个,还额外添加两个笑话并询问用户喜好的幽默风格,体现了其在对话中给出过多输出的问题。

This is a subtle product problem. More output can look helpful in a benchmark, but in a conversation it can feel like the assistant is not listening.

Why This Matters for AI Assistants

For a coding agent, reliability matters. If a model stops early, takes a shorter reasoning path, or falls into a fixed-token boundary on difficult tasks, developers need to know. They rely on these tools for debugging, code review, architecture decisions, and production changes.

For a chat assistant, personality matters too. If every answer is over-formatted, over-corrective, or over-supplied with options, the user experience gets heavier over time.

The article’s broader argument is that both problems point to the same product risk: an assistant can become good at “delivering an answer” while becoming worse at actually helping the user in the moment.

FAQ

What is the GPT-5.5 516 reasoning-token issue?

It refers to developer reports that some GPT-5.5 Codex responses appear to cluster at exactly reasoning_output_tokens = 516. The main public reference is GitHub issue #30364 in the openai/codex repository. The issue claims this pattern is much stronger for GPT-5.5 than for several other models.

Does this prove OpenAI is secretly truncating GPT-5.5 reasoning?

No. The GitHub issue itself says it does not prove hidden chain-of-thought truncation. The safer conclusion is that the reported data shows an unusual fixed-token clustering pattern that may be consistent with thresholded reasoning-budget behavior.

Why is the number 516 important?

The number matters because repeated exact stopping points can look less natural than a normal spread of reasoning lengths. In the reported dataset, 516, 1034, and 1552 appeared as fixed-boundary spikes. Developers are asking whether these are caused by a budget, routing behavior, fallback path, or another backend mechanism.

What is OpenAI Codex used for?

OpenAI Codex is a coding agent for software development. According to OpenAI’s developer documentation, Codex can help read codebases, edit files, fix bugs, review code, and work on software tasks across local or cloud environments.

Is the 516 issue specific to Codex?

The public discussion focuses mainly on Codex and Codex Desktop metadata. The strongest claims in the article are tied to Codex token_count data and GitHub issues in the openai/codex repository. It should not be generalized to every ChatGPT or OpenAI API use case without separate evidence.

Why does the article compare ChatGPT with Claude?

The article uses the comparison to discuss assistant “personality,” not only raw reasoning performance. Screenshots show complaints that ChatGPT can be overly structured, overly corrective, and too eager to provide multiple options, while Claude-style responses are sometimes shorter and more conversational.

What should developers do if they see similar Codex behavior?

Developers should save reproducible examples, metadata, timestamps, model settings, and task prompts where possible. A clear report with token counts, expected behavior, actual behavior, and reproduction steps is more useful than a vague complaint.

Related Tools

  • OpenAI Codex: OpenAI’s coding agent for reading, editing, debugging, and reviewing code.
  • Codex CLI: A local terminal version of Codex for working with code directly on your machine.
  • Codex Web: OpenAI’s cloud Codex environment for delegating coding tasks in the background.
  • GitHub Issues: GitHub’s built-in system for tracking bugs, feedback, tasks, and technical discussions.
  • ChatGPT Custom Instructions: OpenAI’s official feature for guiding ChatGPT’s style and behavior.
  • Claude: Anthropic’s AI assistant, referenced in the article’s personality comparison.
  • Claude Code: Anthropic’s coding agent for working with codebases, files, commands, and development tools.

Related Links

Summary

This article explains the developer-reported GPT-5.5 Codex 516 reasoning-token anomaly, including the main GitHub issue, the reported aggregate data, and the concern that some complex tasks may be ending too early.

It also covers a second user-experience complaint: ChatGPT’s tendency to over-format, over-correct, and over-answer simple requests. That part of the discussion is more subjective, but it matters because assistant personality directly affects everyday product experience.

The important point is not to treat the 516 pattern as proven hidden truncation. The public evidence is better understood as a model-behavior anomaly that deserves investigation.

For developers, the practical takeaway is simple: when an AI coding agent feels suddenly worse, collect metadata, compare runs, and report reproducible patterns instead of relying only on impressions.