[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"article-long-horizon-agents-need-harnesses-first-en":3,"article-related-long-horizon-agents-need-harnesses-first-en":29,"series-research-8c60629c-8f58-4dd5-885d-8b04cd39cc68":75},{"id":4,"slug":5,"title":6,"content":7,"summary":8,"source":9,"source_url":10,"author":11,"image_url":12,"cover_image":12,"category":13,"language":14,"translated_content":11,"related_article_id":15,"keywords":16,"key_takeaways":22,"views":26,"created_at":27,"published_at":28,"topic_cluster_id":11},"8c60629c-8f58-4dd5-885d-8b04cd39cc68","long-horizon-agents-need-harnesses-first-en","Long-horizon agents need harnesses first, not bigger models","\u003Cp data-speakable=\"summary\">955 stars show long-horizon agents are advancing fastest through \u003Ca href=\"\u002Ftag\u002Fharness-engineering\">harness engineering\u003C\u002Fa>, not model size alone.\u003C\u002Fp>\u003Cp>The roadmap in RUC-NLPIR’s survey makes the right call: long-horizon agents will improve faster through harness engineering than through model scaling alone.\u003C\u002Fp>\u003Ch2>Harnesses are the real product\u003C\u002Fh2>\u003Cp>The survey’s central split between externalized harness engineering and internalized model optimization is not academic framing. It reflects how real agents work today: loops, memory, tools, orchestration, hooks, and verification are doing the heavy lifting while the base model supplies the policy. That matters because a model that can reason for ten steps still fails if the system cannot preserve state, recover from errors, or decide when to ask for help.\u003C\u002Fp>\n\u003Cfigure class=\"my-6\">\u003Cimg src=\"https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1786842161937-0be5.png\" alt=\"Long-horizon agents need harnesses first, not bigger models\" class=\"rounded-xl w-full\" loading=\"lazy\" \u002F>\u003C\u002Ffigure>\n\u003Cp>The repository’s own structure tells the story. It organizes the field around loops and workflows, context and memory, tools and skills, orchestration, hooks, and verification before it gets to fine-tuning or \u003Ca href=\"\u002Ftag\u002Freinforcement-learning\">reinforcement learning\u003C\u002Fa>. That ordering is correct because the first bottleneck in long-horizon work is not “smarter tokens,” it is reliable execution across many steps. A useful agent is an engineered system, not a chat completion with a new label.\u003C\u002Fp>\u003Ch2>Long-horizon progress is already being built in the runtime\u003C\u002Fh2>\u003Cp>The survey’s timeline from \u003Ca href=\"\u002Ftag\u002Fprompt-engineering\">prompt engineering\u003C\u002Fa> to context engineering to runtime harnesses shows where the center of gravity has moved. In 2020 to 2023, the field mostly relied on prompts. By 2023 to 2025, context management and memory became the differentiator. From 2025 onward, the emphasis shifts to runtime harnesses that supervise, branch, retry, and verify. That evolution is proof that the decisive gains are coming from system design, not from one more clever prompt template.\u003C\u002Fp>\u003Cp>The repository also points to a concrete \u003Ca href=\"\u002Ftag\u002Fbenchmark\">benchmark\u003C\u002Fa> trend: the time horizon of frontier \u003Ca href=\"\u002Ftag\u002Fai-agents\">AI agents\u003C\u002Fa> is “growing exponentially, roughly doubling every few months.” That is not a story about static model capability. It is a story about scaffolding that lets the same model survive more turns, more tool calls, and more opportunities to repair mistakes. The market is rewarding agents that can stay on task longer, and the fastest way to buy that endurance is runtime control.\u003C\u002Fp>\u003Ch2>Internalization matters, but it is the second move\u003C\u002Fh2>\u003Cp>The survey is strongest when it treats model optimization as a follow-on, not a substitute. Architecture changes, synthetic environments, pre-training, mid-training, fine-tuning, agentic reinforcement learning, on-policy distillation, and self-evolution all matter. But each of those methods is expensive, slow, and hard to validate without a harness that can generate trajectories, measure failures, and harvest feedback. Without that loop, “training the agent” becomes a slogan.\u003C\u002Fp>\n\u003Cfigure class=\"my-6\">\u003Cimg src=\"https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1786842165956-skfj.png\" alt=\"Long-horizon agents need harnesses first, not bigger models\" class=\"rounded-xl w-full\" loading=\"lazy\" \u002F>\u003C\u002Ffigure>\n\u003Cp>There is also a practical reason to prefer harness-first work: it compounds across models. A well-built memory layer, tool router, verifier, or orchestration stack can improve multiple base models at once. By contrast, a fine-tuned policy is tied to a specific checkpoint and often degrades when the surrounding toolchain changes. The survey’s co-evolutionary view is right, but the asymmetry is clear: harnesses create reusable leverage, while internalization locks gains inside one model family.\u003C\u002Fp>\u003Ch2>The counter-argument\u003C\u002Fh2>\u003Cp>The strongest objection is that harnesses are a crutch. If a system needs elaborate orchestration, memory, retries, and verification, then the model is not truly agentic. On this view, progress should come from making the policy itself more capable so that the surrounding machinery can shrink over time. That argument has force because brittle scaffolding can hide weak reasoning and make demos look better than they are.\u003C\u002Fp>\u003Cp>There is also a cost argument. Runtime systems add latency, engineering overhead, and failure modes. For simple tasks, a heavy harness is wasteful. For some products, the right answer is still a better base model with a simpler interface.\u003C\u002Fp>\u003Cp>That critique is valid, but it does not overturn the thesis. Harnesses are not a permanent substitute for intelligence; they are the mechanism that turns partial intelligence into reliable action. The right standard is not “does the harness disappear,” but “does the system complete longer tasks today.” On that measure, harness-first engineering wins because it delivers capability now and produces the data needed to internalize it later.\u003C\u002Fp>\u003Ch2>What to do with this\u003C\u002Fh2>\u003Cp>If you are an engineer, build the agent around state, recovery, and verification before you chase a new model checkpoint. If you are a PM, define success as task completion over many steps, not single-turn fluency. If you are a founder, invest in runtime infrastructure that can be reused across models, because that is where long-horizon advantage compounds.\u003C\u002Fp>","Long-horizon agents will improve faster through harness engineering than through model scaling alone.","github.com","https:\u002F\u002Fgithub.com\u002FRUC-NLPIR\u002FAwesome-Long-Horizon-Agents",null,"https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1786842161937-0be5.png","research","en","5ad81825-9899-4eb5-a4c3-321f076983ad",[17,18,19,20,21],"long-horizon agents","RUC-NLPIR","harness engineering","runtime harnesses","agentic reinforcement learning",[23,24,25],"Long-horizon agents are advancing fastest through harness engineering, not model scaling alone.","The survey’s timeline shows the field moving from prompts to context to runtime control.","Internalization matters, but harnesses create reusable leverage and better training data.",3,"2026-08-16T01:02:20.460714+00:00","2026-08-16T01:02:20.449+00:00",{"tags":30,"relatedLang":34,"relatedPosts":38},[31],{"name":32,"slug":33},"Harness Engineering","harness-engineering",{"id":15,"slug":35,"title":36,"language":37},"long-horizon-agents-need-harnesses-first-zh","長程代理先做護欄，不要先拚更大模型","zh",[39,45,51,57,63,69],{"id":40,"slug":41,"title":42,"cover_image":43,"image_url":43,"created_at":44,"category":13},"601d08b8-7cd5-41a4-ac27-fd71f5adb4a0","grok-46-frontier-intelligence-cost-efficiency-en","Grok 4.6 puts frontier IQ on a budget","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1786816983640-9qgv.png","2026-08-15T18:02:42.807588+00:00",{"id":46,"slug":47,"title":48,"cover_image":49,"image_url":49,"created_at":50,"category":13},"e4223a79-b705-4139-bd25-136f6115c851","anthropic-watermark-copy-paste-dev-workflow-en","Anthropic's watermark fails the real dev workflow","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1786775577462-u0zb.png","2026-08-15T06:32:25.82685+00:00",{"id":52,"slug":53,"title":54,"cover_image":55,"image_url":55,"created_at":56,"category":13},"a9281570-db5d-4f07-82e5-5546cd022691","humantracker-human-aligned-motion-tracking-benchmark-en","HumanTracker fixes humanoid motion eval blind spots","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1786690977850-fb9v.png","2026-08-14T07:02:31.016013+00:00",{"id":58,"slug":59,"title":60,"cover_image":61,"image_url":61,"created_at":62,"category":13},"6b0b3b1a-f397-44d3-ad83-207b4e87d877","omni-scientist-full-stack-ai-science-en","OmniScientist aims for full-stack AI science","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1786689180533-adlk.png","2026-08-14T06:32:31.952472+00:00",{"id":64,"slug":65,"title":66,"cover_image":67,"image_url":67,"created_at":68,"category":13},"62360ad1-f133-491c-9389-966b8d532d46","autodesign-meta-harness-optimization-posters-en","AutoDesign learns better poster-making harnesses","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1786687374399-4oto.png","2026-08-14T06:02:27.082839+00:00",{"id":70,"slug":71,"title":72,"cover_image":73,"image_url":73,"created_at":74,"category":13},"5a953549-e09c-43e6-856c-63c394e85997","test-time-harnesses-weak-model-transfer-en","Test-Time Harnesses Transfer Skills Without Retraining","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1786604571709-b71l.png","2026-08-13T07:02:25.968754+00:00",[76,81,86,91,96,101,106,111,116,121],{"id":77,"slug":78,"title":79,"created_at":80},"a2715e72-1fe8-41b3-abb1-d0cf1f710189","ai-predictions-2026-big-changes-en","AI Predictions for 2026: Brace for Big Changes","2026-03-26T01:25:07.788356+00:00",{"id":82,"slug":83,"title":84,"created_at":85},"8404bd7b-4c2f-4109-9ec4-baf29d88af2b","ml-papers-of-the-week-github-research-desk-en","ML Papers of the Week Turns GitHub Into a Research Desk","2026-03-27T01:11:39.480259+00:00",{"id":87,"slug":88,"title":89,"created_at":90},"87897a94-8065-4464-a016-1f23e89e17cc","ai-ml-conferences-to-watch-in-2026-en","AI\u002FML Conferences to Watch in 2026","2026-03-27T01:51:54.184108+00:00",{"id":92,"slug":93,"title":94,"created_at":95},"6f1987cf-25f3-47a4-b3e6-db0997695be8","openclaw-agents-manipulated-self-sabotage-en","OpenClaw Agents Can Be Manipulated Into Failure","2026-03-28T03:03:18.899465+00:00",{"id":97,"slug":98,"title":99,"created_at":100},"a53571ad-735a-4178-9f93-cb09b699d99c","vega-driving-language-instructions-en","Vega: Driving with Natural Language Instructions","2026-03-28T14:54:04.698882+00:00",{"id":102,"slug":103,"title":104,"created_at":105},"a34581d6-f36e-46da-88bb-582fb3e7425c","personalizing-autonomous-driving-styles-en","Drive My Way: Personalizing Autonomous Driving Styles","2026-03-28T14:54:26.148181+00:00",{"id":107,"slug":108,"title":109,"created_at":110},"2bc1ad7f-26ce-4f02-9885-803b35fd229d","training-knowledge-bases-writeback-rag-en","Training Knowledge Bases with WriteBack-RAG","2026-03-28T14:54:45.643433+00:00",{"id":112,"slug":113,"title":114,"created_at":115},"71adc507-3c54-4605-bbe2-c966acd6187e","packforcing-long-video-generation-en","PackForcing: Efficient Long-Video Generation Method","2026-03-28T14:55:02.646943+00:00",{"id":117,"slug":118,"title":119,"created_at":120},"675942ef-b9ec-4c5f-a997-381250b6eacb","pixelsmile-facial-expression-editing-en","PixelSmile Framework Enhances Facial Expression Editing","2026-03-28T14:55:20.633463+00:00",{"id":122,"slug":123,"title":124,"created_at":125},"6954fa2b-8b66-4839-884b-e46f89fa1bc3","adaptive-block-scaled-data-types-en","IF4: Smarter 4-Bit Quantization That Adapts to Your Data","2026-03-31T06:00:36.65963+00:00"]