reasoning-traces

Tag

Cards List
#reasoning-traces

Give your agent somewhere to think loud watch its decisions unfold live

Reddit r/AI_Agents · 6d ago

The author describes an experiment where AI agents like Claude Code and Codex are given a workbook to document their decisions and tradeoffs during tasks, exploring the potential use of these reasoning traces as a signal for distillation.

0 favorites 0 likes
#reasoning-traces

What Is Reasoning

Armin Ronacher · 2026-08-19 Cached

This article explains how reasoning traces work in AI models, discussing their implementation, concealment, and extraction techniques, with examples from models like GPT-OSS and DeepSeek.

0 favorites 0 likes
#reasoning-traces

Hidden Reasoning from Claude and GPT are Decoded, and it is interesting

Reddit r/LocalLLaMA · 2026-08-12

A recent paper demonstrates a technique to retrieve hidden reasoning traces from proprietary LLM APIs like Claude and GPT, with implications for open-source model comparisons, benchmark integrity, and distillation efforts.

0 favorites 0 likes
#reasoning-traces

Stealing Reasoning Traces from Proprietary LLM APIs

Hacker News Top · 2026-08-11 Cached

This paper demonstrates a method to extract hidden reasoning traces from proprietary LLM APIs (Anthropic, OpenAI, Google) by replaying encrypted chain-of-thought blocks into weaker, jailbroken sibling models, recovering the stronger model's raw reasoning verbatim without attacking it directly.

0 favorites 0 likes
#reasoning-traces

Observations on Muse-Glimmer reasoning traces being noticeably different from qwen / gemma models and questions for you guys

Reddit r/LocalLLaMA · 2026-08-11

A user shares observations about Muse-Glimmer's reasoning traces, noting they appear disorganized and repetitive compared to Qwen and Gemma models, and asks the community about their experiences.

0 favorites 0 likes
#reasoning-traces

@jxmnop: there are some really interesting rumors going around related to the distillation of open-weights models (Kimi, Qwen, M…

X AI KOLs Timeline · 2026-08-09 Cached

A researcher discusses rumors that Chinese labs reverse-engineered reasoning traces from Claude Code and Codex to improve open-weights models, and shares a paper on Trace Inversion models that can reconstruct reasoning traces from outputs.

0 favorites 0 likes
#reasoning-traces

New release of LLM adds support for reasoning traces, OpenAI Responses, server-side tools, and smarter logging

Simon Willison's Blog · 2026-08-04 Cached

LLM 0.32 adds visible reasoning traces, server-side tools, new GPT-5.6 models, and redesigned logging, plus a new llm openai endpoint command for any OpenAI-compatible endpoint.

0 favorites 0 likes
#reasoning-traces

What is Good? Extracting and Testing Implicit Theories of Literary Quality from LLM Reasoning Traces

arXiv cs.CL · 2026-07-24 Cached

This paper extracts implicit theories of literary quality from reasoning-enabled LLMs by analyzing their reasoning traces when rating texts from Nobel literature to forum posts, and tests these theories via systematic degradation of literary passages. The models show greater sensitivity to structure and voice than vocabulary.

0 favorites 0 likes
#reasoning-traces

@omooretweets: I often find in Claude’s reasoning traces it will have thoughts / opinions it does not say …but then it denies having t…

X AI KOLs Timeline · 2026-07-07 Cached

Anthropic releases research on a global workspace in language models, prompted by observations that Claude has unspoken thoughts in reasoning traces.

0 favorites 0 likes
#reasoning-traces

@LiorOnAI: The bottleneck is no longer just compute or parameters. It’s access to high-quality reasoning traces. Once millions of …

X AI KOLs Timeline · 2026-07-04 Cached

Lior On AI argues that high-quality reasoning traces are the new bottleneck in AI. A team distilled 2.3M reasoning traces from Claude Fable 5 into Qwen3-4B, achieving perfect self-consistency and zero hallucination variance, and open-sourced the result.

0 favorites 0 likes
#reasoning-traces

@mylifcc: They took 2.3 million pieces of 'thinking process' data left by Claude (a very powerful and expensive AI) during inference, and used it to train a very small model (Qwen3-4B, only 4 billion parameters). As a result, this small model performed very 'consistent' in tests: In 512 different tests, the output was exactly the same every time...

X AI KOLs Timeline · 2026-07-04 Cached

Using 2.3 million pieces of Claude inference trajectory data to distill the Qwen3-4B model, resulting in a small model with 100% output consistency and extremely low hallucination. Moreover, the student model was not limited by the teacher model, and it also converged to a universal truth.

0 favorites 0 likes
#reasoning-traces

VeryTrace: Verifying Reasoning Traces through Compilable Formalism and Structured Verification

arXiv cs.AI · 2026-06-24 Cached

VeryTrace is a zero-shot verification-and-repair framework that formalizes LLM reasoning traces into a compilable representation using a DSL, enabling step-level error localization through a hybrid of deterministic checks and LLM audits. It improves accuracy across math, robotics, and relational reasoning without domain-specific training.

0 favorites 0 likes
#reasoning-traces

@neural_avb: If you think about it, LLM training in 2026 is really a 3-step loop : - train it on some data - dogfood it/run categori…

X AI KOLs Timeline · 2026-06-08 Cached

The tweet outlines a 3-step loop for LLM training in 2026: train on data, run evals, and add synthetic data for underperforming tasks. It emphasizes the accessibility of legal distillation via open source models and cheap APIs, noting that training on reasoning traces alone can achieve high scores.

0 favorites 0 likes
#reasoning-traces

The strange thing about LLM reasoning research: we're now trying to remove the chain-of-thought traces

Reddit r/artificial · 2026-06-05

The article discusses a shift in LLM reasoning research from making reasoning explicit via chain-of-thought to exploring latent reasoning that doesn't require language traces, questioning whether visibility is necessary for effective reasoning.

0 favorites 0 likes
#reasoning-traces

ReasoningFlow: Discourse Structures for Understanding LLM Reasoning Traces

arXiv cs.CL · 2026-06-05 Cached

Introduces ReasoningFlow, a framework to capture discourse structures of large language model reasoning traces as directed acyclic graphs, enabling fine-grained analysis of reasoning behaviors like self-reflection and backtracking. Based on manual and automatic annotation of thousands of traces, it reveals structural similarities across models and that most erroneous steps do not contribute to final answers.

0 favorites 0 likes
#reasoning-traces

Consensus is Strategically Insufficient: Reasoning-Trace Disagreement as a Knowledge-Representation Signal

arXiv cs.AI · 2026-06-04 Cached

This paper argues that consensus-seeking in multi-agent LLM systems is insufficient for value-laden tasks, proposing a knowledge-representation layer that classifies agent reasoning-trace disagreements into four symbolic states to enable strategic routing in systems like content moderation.

0 favorites 0 likes
#reasoning-traces

ReasonOps: Operator Segmentation for LLM Reasoning Traces

arXiv cs.AI · 2026-05-29 Cached

ReasonOps introduces an unsupervised method for annotating chain-of-thought traces from large reasoning models, identifying 7 recurring reasoning operators. The method enables analysis of reasoning structure, model identification, and correctness prediction across 12 models and 8 benchmarks.

0 favorites 0 likes
#reasoning-traces

Beyond Consensus: Trace-Level Synthesis in Mixture of Agents

arXiv cs.AI · 2026-05-29 Cached

This paper reveals that aggregating complete reasoning traces from multiple LLM agents, rather than just their final answers, can correct errors even when agents unanimously agree, introducing the 'aggregation paradox' and the Self-Consistent Mixture of Agents method.

0 favorites 0 likes
#reasoning-traces

Gemma 4 2B handling structured JSON output + tool calling + reasoning traces correctly via Spring AI / LM Studio — including identifying a real Java bug in code review

Reddit r/LocalLLaMA · 2026-05-24

User tested Gemma 4 2B running locally via LM Studio and Spring AI for structured JSON output, tool calling, and reasoning traces, finding it correctly identified a Java bug in code review and performed comparably to larger models.

0 favorites 0 likes
#reasoning-traces

Uncovering the Representation Geometry of Minimal Cores in Overcomplete Reasoning Traces

arXiv cs.AI · 2026-05-15 Cached

This paper introduces the concept of 'minimal cores' in overcomplete reasoning traces, showing that on average 46% of steps can be removed while preserving the final answer, and that minimal cores improve trace separation and reduce intrinsic dimensionality.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback