# PalmClaw: A Native On-Device Agent Framework for Mobile Phones
> 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/palmclaw-a-native-on-device-agent-framework-for-mobile-phones
- Fuente primaria: https://arxiv.org/abs/2607.13027
- Versión leída: v1
- Fuente comprobada: 2026-08-19 · lectura primaria completa; extracción editorial automatizada, revisión humana pendiente
- Autores: Hongru Cai, Yongqi Li, Ran Wei, Wenjie Li
- Fecha del corte: 14 JULIO 2026.
- Área: MEMORIA · AGENTES · MULTIMODAL

## Tesis y contexto

En lugar de controlar un móvil mediante interminables secuencias de taps y swipes, ejecuta el propio loop agentic, memoria, skills y herramientas directamente en el dispositivo, exponiendo capacidades del teléfono como tools con argumentos y resultados estructurados.

- Problema: Los mobile agents GUI son lentos, frágiles y dependientes del diseño visual de cada aplicación.
- Por qué importa: El teléfono es probablemente el entorno agentic con mayor acceso a contexto personal, sensores y aplicaciones. PalmClaw reporta una mejora relativa del 11,5% en éxito y una reducción del 94,9% en tiempo de finalización frente al mejor baseline evaluado.

## Evidencia reportada

- **reported-result**: RQ2: Does hosting the agent framework on the mobile device reduce external deployment and operation requirements? [localizador](https://arxiv.org/html/2607.13027#S4)
- **reported-result**: 2) On MobileTask, PalmClaw achieves an 11.5% relative improvement in task success and a 94.9% reduction in average completion time over the strongest baseline, while using fewer actions and tokens. [localizador](https://arxiv.org/html/2607.13027#S4)
- **reported-result**: A key reason for the efficiency gains is that device tools expose mobile resources and capabilities as structured operations, allowing many tasks to avoid long sequences of screen observation, navigation, and GUI actions. [localizador](https://arxiv.org/html/2607.13027#S4)
- **reported-result**: To examine whether PalmClaw reduces the external environment needed to deploy and operate a mobile agent, we compare two aspects of each framework: external requirements and setup burden. [localizador](https://arxiv.org/html/2607.13027#S4)

## Lectura y límite

- Método: La lectura de 3 Framework describe la intervención y su construcción: This section describes the agent components in PalmClaw and how they work together during on-device execution. PalmClaw runs the components needed for multi-step agent execution directly on the mobile device. As shown in Figure 2 , sessions organize user interactions, memory preserves reusable information, skills provide task-specific instructions, and tools expose device resources and capabilities. The agent loop combines these components through repeated model and tool interactions. LLM inference is provided through a remote LLM API, while context management, tool execution, and session state remain on the…
- 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 Evaluation.
- Confianza editorial: Media
- Limitación: El cierre de la fuente señala: This paper examined how agent frameworks can be designed for the mobile environment beyond operating phone interfaces. We presented PalmClaw, an open-source on-device agent framework that runs directly on the phone and exposes device capabilities through device tools with explicit arguments, structured results, and tool-specific execution boundaries. On MobileTask, PalmClaw achieves an 11.5% relative improvement in task success and a 94.9% reduction in…
- Limitación: La ficha no demuestra transferencia fuera de los datasets, modelos, herramientas y condiciones descritos en 4 Evaluation.

## Localizadores de evidencia
- [Fuente primaria · canonical](https://arxiv.org/abs/2607.13027): tipo abstract
- [HTML · lectura completa](https://arxiv.org/html/2607.13027): tipo abstract
- [Método · 3 Framework](https://arxiv.org/html/2607.13027#S3): tipo section
- [Evaluación · 4 Evaluation](https://arxiv.org/html/2607.13027#S4): tipo section
- [Cierre · 5 Conclusion](https://arxiv.org/html/2607.13027#S5): tipo section

## Próxima prueba

- ¿La propuesta mejora asistentes personales 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/ModalityDance/PalmClaw/releases/latest](https://github.com/ModalityDance/PalmClaw/releases/latest)
- [https://github.com/apkclaw-team/ApkClaw](https://github.com/apkclaw-team/ApkClaw)
- [https://github.com/MobileClaw/MobileClaw](https://github.com/MobileClaw/MobileClaw)
- [https://developers.openai.com/codex/cli](https://developers.openai.com/codex/cli)

## 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)