# 固定模型、调整框架：上下文紧张时编码智能体成绩波动显著

- 来源：Rohan Paul (@rohanpaul_ai)
- 发布时间：2026-08-31 08:32
- AIHOT 分数：57
- AIHOT 链接：https://aihot.virxact.com/items/cmtgis3ve0276rokdzkh56efm
- 原文链接：https://x.com/rohanpaul_ai/status/2094221866353545448

## AI 摘要

一项研究固定模型、仅调整框架，发现上下文紧张时编码智能体成绩波动显著。在 169 个 SWE-bench Verified 任务、20,480-token 窗口下，Qwen3.6 平均 F2PF 从 28% 升至 49%，完整解决方案从 43 增至 72；相同处理对 Devstral、Nemotron、Qwen3.8 同样有效。

## 正文

Keep the model fixed, change the harness, and coding-agent results can move a lot when context gets tight.

The study compares 2 configurations of Yuj: control keeps the full chronological transcript until context fills, while treatment shortens older tool outputs, detects stalled behavior, and applies fixed command safeguards while preserving the full record.

On 169 SWE-bench Verified tasks with a 20,480-token window, Qwen3.6’s mean per-task F2PF rose from 28% to 49%, while complete solutions increased from 43 to 72.

The same frozen treatment improved both outcomes for Devstral, Nemotron, and Qwen3.8 without retuning.

At 262,144 tokens, however, Verified and Pro outcomes were nearly identical between arms, so the benefit appears strongest when context is actually binding.

Treatment also used more model work under pressure, and the experiment tests the package as a whole rather than isolating each mechanism.

For coding agents, “which model?” is no longer enough. Benchmark the model, harness, context policy, tools, and run controls as one solver.
