# Aries: Rethinking AI Cloud Infrastructure for Agentic Serving Systems
> Ficha editorial pública de Research IA. Estado: Lectura primaria completa. La interpretación editorial no sustituye la fuente primaria.

- Página canónica: https://luiseduardodemiguel.com/research-ia/papers/aries-rethinking-ai-cloud-infrastructure-for-agentic-serving-systems
- Fuente primaria: https://arxiv.org/abs/2607.29069
- Versión leída: v1
- Fuente comprobada: 2026-08-19 · lectura primaria completa; extracción editorial automatizada, revisión humana pendiente
- Autores: Leonid Kondrashov, Hongrui Liu, JooYoung Park, Boxi Zhou, Zonghao Liu, Chengzhi Lu, Riccardo Mancini, Esha Choukse, Haris Javaid, German Sviridov, Tao Peng, Chen Zhao, Anastasia Avdeeva, Aleksei Gusev, Marios Kogias, Luo Mai, Dmitrii Ustiugov
- Fecha del corte: 31 JULIO 2026.
- Área: MEMORIA · AGENTES

## Tesis y contexto

Aries es un framework full-stack para medir agentes como trayectorias completas: inferencia, contexto persistente, herramientas, sandboxes, pausas y reanudaciones. Combina experimentos reproducibles con trazas de una plataforma comercial.

- Problema: La infraestructura LLM actual optimiza tokens y batches, pero los agentes alternan razonamiento, llamadas externas, esperas y ráfagas cortas de ejecución. Por qué puede ser importante: Muestra que las métricas token-centric ocultan cuellos de botella relevantes; que añadir más contexto produce rendimientos decrecientes; y que los sandboxes permanecen ociosos durante largos intervalos, aunque suspenderlos resulte caro.
- Por qué importa: La relevancia práctica todavía necesita contraste editorial.

## Evidencia reportada

- **reported-result**: We sample 20 tasks from each benchmark to achieve 50% task success rate (important for the accuracy studies) with OpenClaw and repeat each task five times. [localizador](https://arxiv.org/html/2607.29069#S4)
- **reported-result**: Retaining excessive history can increase tail delay, while aggressive compression may discard information required by later steps and reduce task accuracy ( 20 ; 21 ) . [localizador](https://arxiv.org/html/2607.29069#S4)
- **reported-result**: In the latter analysis, across all evaluated benchmarks, we sweep the context budget for both OpenClaw and Hermes Agent (omitting OpenHands for brevity) to determine when additional retained history stops providing meaningful accuracy gains. [localizador](https://arxiv.org/html/2607.29069#S4)
- **reported-result**: Under a fixed 25GB budget with the Qwen3.6 model, this state amplification reduces the maximum resident capacity from over 176 concurrent serving requests to merely 40—a 4.4\times reduction. [localizador](https://arxiv.org/html/2607.29069#S4)

## Lectura y límite

- Método: La lectura de 2. Background and Motivation describe la intervención y su construcción: We first discuss the differences between the conventional LLM serving and emerging agentic workloads, and their implications for modern cloud AI infrastructure. We then discuss the existing benchmarking frameworks and why they fall short for systems research in agentic systems. Conventional LLM serving systems are organized around the execution of individual model requests. As shown in Fig. 1 a, the serving runtime processes a prompt, generates output tokens, manages accelerator memory, and returns a response ( 53 ; 50 ) . Scheduling and memory management are therefore scoped primarily to the active invocation.…
- Límite: La lectura primaria permite comprobar método y resultados en el HTML, pero no convierte sus conclusiones en validación independiente. La ficha no demuestra transferencia fuera de los datasets, modelos, herramientas y condiciones descritos en 4. Why Is Modern Cloud AI Infrastructure a Poor Fit for Agents?.
- Confianza editorial: Media
- Limitación: El cierre de la fuente señala: Agent serving turns conventional LLM serving into long-lived, stateful trajectories spanning model execution, harness logic, and sandboxes. We present Aries, a telemetry framework that combines reproducible experiments with production traces to characterize task and system behavior. Our findings motivate trajectory-capturing metrics, control planes for context management and agent-aware elasticity, and sandboxes with minimal attack surfaces.
- Limitación: La ficha no demuestra transferencia fuera de los datasets, modelos, herramientas y condiciones descritos en 4. Why Is Modern Cloud AI Infrastructure a Poor Fit for Agents?.

## Localizadores de evidencia
- [Fuente primaria · canonical](https://arxiv.org/abs/2607.29069): tipo abstract
- [HTML · lectura completa](https://arxiv.org/html/2607.29069): tipo abstract
- [Método · 2. Background and Motivation](https://arxiv.org/html/2607.29069#S2): tipo section
- [Evaluación · 4. Why Is Modern Cloud AI Infrastructure a Poor Fit for Agents?](https://arxiv.org/html/2607.29069#S4): tipo section
- [Cierre · 6. Conclusion](https://arxiv.org/html/2607.29069#S6): tipo section

## Próxima prueba

- ¿La propuesta mejora cloud agentic frente a la línea base actual?
- Métrica: Comparar la métrica principal de la fuente junto con calidad, coste, latencia y tasa de errores.
- Regla de parada: Parar si no aparece una mejora reproducible o si aumenta el riesgo, la complejidad o el coste sin compensación.

## Recursos reproducibles
- [https://github.com/hyscale-lab/aries](https://github.com/hyscale-lab/aries)
- [https://cryptobriefing.com/codex-surges-6m-users-overtakes-claude-code/](https://cryptobriefing.com/codex-surges-6m-users-overtakes-claude-code/)
- [https://github.com/NousResearch/hermes-agent](https://github.com/NousResearch/hermes-agent)
- [https://github.com/openclaw/openclaw](https://github.com/openclaw/openclaw)

## Enlaces relacionados

- [CoEvo-Mem](https://luiseduardodemiguel.com/research-ia/markdown/papers/coevo-mem)
- [Agent Memory Distillation](https://luiseduardodemiguel.com/research-ia/markdown/papers/agent-memory-distillation)
- [LiveMem](https://luiseduardodemiguel.com/research-ia/markdown/papers/livemem)