gpt-oss-120b Tracks MD5 Across 196 Tool Calls

๐กA controlled MD5 benchmark reveals whether LLM agents can preserve exact state over 196 dependent calls.
โก 30-Second TL;DR
What Changed
The benchmark uses 196 dependent tool calls across 64 MD5 rounds, carrying four 32-bit words between steps.
Why It Matters
The results suggest that long-horizon agent reliability depends heavily on explicit state management, not just single-step reasoning accuracy. The controlled setup also offers a practical way to diagnose whether failures originate in memory-like state tracking or computation itself.
What To Do Next
Reproduce the 196-call MD5 test with gpt-oss-120b, preserving the model's prior reasoning in context and adding worker voting to measure your agent's state-tracking failure rate.
Key Points
- โขThe benchmark uses 196 dependent tool calls across 64 MD5 rounds, carrying four 32-bit words between steps.
- โขEvery intermediate state is aligned with the RFC 1321 ground-truth trace, isolating bookkeeping errors from instruction-following failures.
- โขgpt-oss-120b achieved the correct final digest on a majority of completed runs at temperature 0.
- โขKeeping the model's reasoning in context and voting across thinking-enabled workers were the main reliability improvements.
- โขThe study separates residual failures into state-carrying, arithmetic, and serving-related causes.
๐ง Deep Insight
Background and context from public sources โ not the original article. 7 sources cited.
๐ Enhanced Key Takeaways
- โขGPT-OSS-120B utilizes a Mixture-of-Experts (MoE) architecture with 117B total parameters, activating only ~5.1Bโ5.5B parameters per token.
- โขThe model is released under the Apache 2.0 license, marking a departure from OpenAI's traditional proprietary model distribution strategy.
- โขPost-training optimization via MXFP4 quantization enables the 120B model to operate on a single 80GB GPU, such as the NVIDIA H100 or AMD MI300X.
- โขThe model mandates the 'Harmony' response format, which separates chain-of-thought reasoning into a dedicated analysis channel distinct from the final output.
- โขUsers can dynamically adjust the model's 'reasoning effort' (low, medium, high) to calibrate the trade-off between inference latency and task accuracy.
๐ Competitor Analysisโธ Show
| Feature | GPT-OSS-120B | GLM 4.5 Air | Proprietary o-series |
|---|---|---|---|
| License | Apache 2.0 | Proprietary | Closed |
| Architecture | MoE (117B total) | Dense/Hybrid | Proprietary |
| Hardware Req | Single 80GB GPU | Cloud API | Cloud API |
| Primary Use | Agentic/Local | Coding/General | General Reasoning |
๐ ๏ธ Technical Deep Dive
- Architecture: Mixture-of-Experts (MoE) with 117B total parameters.
- Active Parameters: ~5.1B to 5.5B per token.
- Quantization: Native support for MXFP4 to facilitate single-GPU inference.
- Deployment: Native integration with vLLM, Ollama, and LM Studio.
- Reasoning Control: Configurable effort levels for variable latency/accuracy requirements.
๐ฎ Future ImplicationsAI analysis grounded in cited sources
โณ Timeline
๐ Sources (7)
Factual claims are grounded in the sources below. Forward-looking analysis is AI-generated interpretation.
Weekly AI Recap
Read this week's curated digest of top AI events โ
๐Related Updates
AI-curated news aggregator. All content rights belong to original publishers.
Original source: ArXiv AI โ
This is a summary, not the original. Read the source, or get the weekly briefing.
Weekly AI briefing
One email a week. Unsubscribe anytime.