Abstract
LLM agents are increasingly applied to open-ended everyday requests that span work, study, and life. These tasks are long-horizon, cross-environment, and multimodal, forcing the agent to preserve goals and constraints across many steps while navigating heterogeneous tools and attachments. While prior work has addressed individual failure modes such as goals drift, states loss, and context overflow, whether a single harness can manage them jointly and remain effective across backends has received less study. We present OneDayAgent, a long-horizon harness for autonomous agents. OneDayAgent turns an open-ended request into a managed execution process that decomposes tasks into bounded subtasks, maintains execution memory under context pressure, and verifies and repairs the final deliverable. We evaluate OneDayAgent on AgentIF-OneDay across 104 tasks. With the GLM-5.2 backend, OneDayAgent sets a new state of the art with an overall score of 0.821. The same harness runs across five backend LLMs from three model families, indicating the harness generalizes across backends without tuning, even as different models induce distinct execution styles under the same workflow.
Community
One Prompt. One Day. One Agent. Turning open-ended requests into long-horizon execution.
What surprised me most about this one is that they're not proposing a new agent — they're proposing a harness that wraps existing agents and handles the boring stuff (goal persistence, context management, tool routing) so the agent doesn't have to. That's the right direction. Most long-horizon failures I've seen aren't reasoning failures, they're bookkeeping failures — the agent forgot what it was doing three steps ago or lost track of which file it was editing. A harness that externalizes that state management is basically admitting the agent's context window isn't the right place for it, which I think is true. I'd want to see how it handles the case where the harness itself becomes the bottleneck — if every tool call routes through a state manager, that's a new single point of failure. But the framing is honest: solve the infrastructure problem first, then layer intelligence on top.
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- LongHorizon-Harness: Advancing Long-Horizon Agents for Real-World Tasks (2026)
- From Question Answering to Task Completion: A Survey on Agent System and Harness Design (2026)
- Long-Horizon-Terminal-Bench: Testing the Limits of Agents on Long-Horizon Terminal Tasks with Dense Reward-Based Grading (2026)
- StructAgent: Harness Long-horizon Digital Agents with Unified Causal Structure (2026)
- SEAGym: An Evaluation Environment for Self-Evolving LLM Agents (2026)
- MemoHarness: Agent Harnesses That Learn from Experience (2026)
- Living-Harness Is an Interactive-Agent Evolver (2026)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment: @librarian-bot recommend
Get this paper in your agent:
hf papers read 2608.05013 Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper