Key points
In the last week of August 2026, the agent ecosystem collectively pivoted from "which model is strongest" to "which harness delivers the work." The original Chinese forum post (zhichai.net, dated 2026-08-28) documents the shift across evaluation, orchestration, and consumer products.
1. CommerceAgentBench: real work, not Q&A
- Alibaba International's Accio team open-sourced CommerceAgentBench v1.3.1 (CC BY 4.0) on 2026-08-25: 107 real e-commerce long-horizon tasks, filtered from 1.6M conversations and 200k execution traces.
- Best model score: 66/107 (61.68%) — 41 real business tasks fail outright.
- Evaluation uses stateful mock services with deterministic checks (cart contents, calendar events, order JSON fields), not LLM-as-judge. Tasks embed realistic conflicts: 23 business-rule conflicts, 4 currency conversions, 6 Incoterms, and BEC (business email compromise) phishing requests.
- Same model, three harnesses (Pi Harness / OpenClaw / Accio Work): Claude Opus 5 scored 65/60/66; GPT series 61/58/64; GLM-5.1 56/53/60; Qwen series 50/47/53; DeepSeek R1/V3.2 49/47/51 — a consistent ~6% top-line gap from scaffolding alone.
- An independent experiment on 100 fixed SWE-bench Verified tasks (fixed order and environment) found swapping harnesses moved GLM-5.1 by 13.0 points, versus ~1.7 points of variance from swapping models — a ~7.8× ratio.
- Claude Opus holding an identical 11/14 pass rate varied from 39 to 96 minutes and 3.85M to 13M tokens (~30% cost difference) purely from harness details: system prompt repetition, tool-output accumulation, retry-loop greediness.
- Deep Agents v0.7 public beta: one-command deploy, persistent execution, sandboxing, tracing, and a 65% cut in base input tokens.
- LLM Gateway public beta: a standalone control layer for cost control, rate limiting, model fallback, and sensitive-data handling.
- LangSmith Engine: 2× improvement in locating agent problems; fixes improve standard benchmark scores by 25%.
- Related orchestration-layer work the same week: Microsoft Agent Lightning v1.0 (~3,500-line harness-RL framework), Prime Intellect's recursive language models (RLM), Tencent Hunyuan CAFE (search agent + critic with shared parameters).
- ChatGPT Work browser/mobile agents can now log into sites and apps with credentials stored in a local hardware-encrypted vault invisible to OpenAI.
- Grok Bot opened to standard Grok/Cursor subscriptions; reported usage of 10–20 parallel instances handling ~90% of routine work.
- GitHub Copilot Arena Mode: OAuth repo access → isolated sandbox clone → diff panel → commit/push/PR closed loop.
- browser-use (Playwright-based Python library) passed 110k GitHub stars.
- Net effect: agent service shifts from API calls to a $20/month subscription that bundles model + browser + credential vault + filesystem + diff tooling — "subscription as harness."
- Will Accio Work spawn a Hugging Face-style open benchmark alliance (13 providers already integrated: GLM, Qwen, DeepSeek, Claude, GPT, etc.)?
- Will LLM Gateway follow the ~20-year trajectory of API Gateways in one year, or hit abstraction walls around rate limits and token billing?
- When sites enforce Passkeys/hardware tokens, will AI-login agents regress to "wait for human confirmation"?
- Will "harness variance ≈ 7.8× model variance" become standard procurement vocabulary?
- 8-21: Anthropic SDLC Playbook (CLAUDE.md / Skill / Hook three-layer rules)
- 8-25: CommerceAgentBench v1.3.1 open-sourced; Grok Bot opened broadly
- 8-26: GLM-5.1 harness experiment (13.0-pt variance); LangSmith Engine +2×, Deep Agents v0.7 −65% tokens; LLM Gateway beta
- 8-27: browser-use 110k stars; ChatGPT Work browser agent launch; Copilot Arena Mode revamp
2. Harness variance exceeds model variance
3. LangChain splits harness into execution and control layers
4. Computer-use agents reach consumers
5. Three roles defined
1. Evaluators: stateful environments + deterministic checks; harnesses themselves become rankable. 2. Orchestrators: execution (Deep Agents) / control (LLM Gateway) / observability (LangSmith Engine), mirrored by AWS Bedrock AgentCore, Google Vertex AI Agent Engine, and Chinese equivalents. 3. Users: subscribe to a whole scaffolding stack, not a model; observability of "why this step failed" outweighs two leaderboard points.
Open questions left for September
Timeline of the week (Aug 21–27, 2026)
References
1. Accio team, *CommerceAgentBench v1.3.1*, https://github.com/Accio-org/CommerceAgentBench, 2026-08-25. 2. AGI Hunt daily highlights, 2026-08-25 to 2026-08-27. 3. LangChain, *August 2026 Newsletter: Deep Agents and LLM Gateway Public Beta*. 4. Towards AI, *TAI #219* (harness variance 7.8× figure), 2026-08-26. 5. Microsoft Research, *Agent Lightning v1.0*, https://github.com/microsoft/agent-lightning. 6. NetEase Tech coverage of LangChain dual beta, 2026-08-27.
> Note: figures above are as reported by the cited sources as of 2026-08-27 GMT+8.