Most existing orchestration frameworks were originally developed for agents that operate over short durations—seconds to minutes. But now, newer agents are capable of running for hours and even days continuously, pushing these frameworks to their limits. Model providers like Anthropic with Claude Code and OpenAI with Codex have started to support longer-running agents via multi-session tasks and background execution, though these solutions still assume limited runtime contexts.
Moonshot AI introduces Kimi K2.6, a model designed specifically for continuous, long-duration execution. It has demonstrated agents running autonomously for several hours and up to five days, managing complex tasks like monitoring and incident response. However, the growing use of such agents uncovers significant orchestration gaps since most frameworks were not built to maintain persistent state or handle changing environments effectively.
Kimi K2.6 uses an advanced Agent Swarms approach, managing hundreds of sub-agents across thousands of coordinated steps, relying on the model itself rather than predefined roles for orchestration. The model is now accessible via Hugging Face, API, Kimi Code, and the Kimi app. Practitioners warn that orchestration fragility goes beyond just improving prompts, highlighting the complexity of maintaining agent state and adapting to evolving conditions.
Industry leaders point out critical challenges including governance risks due to rapid autonomous code generation and the architectural shift towards persistent agents requiring new infrastructural components. Moonshot’s K2.6 also showcases impressive feats like autonomously building a compiler and optimizing extensive codebases over prolonged periods, illustrating the vast potential and demands of long-running AI agents.