# MORES: Mobile Reasoning-as-a-Service
> 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/mores-mobile-reasoning-as-a-service
- Fuente primaria: https://arxiv.org/html/2607.08116v1
- Versión leída: v1
- Fuente comprobada: 2026-08-19 · lectura primaria completa; extracción editorial automatizada, revisión humana pendiente
- Autores: Guanchen Liu, Hongyang Du, Kaibin Huang
- Fecha del corte: 9 JULIO 2026.
- Área: MEMORIA · MODELOS PEQUEÑOS

## Tesis y contexto

Divide el razonamiento latente entre dispositivos móviles y servidores. Un controlador ajusta dinámicamente cuántas iteraciones de razonamiento ejecutar y cuánta información transmitir según la calidad de la red y la dificultad de la tarea.

- Problema: El razonamiento de test-time consume demasiada memoria y cómputo para ejecutarse completamente en dispositivos edge.
- Por qué importa: Anticipa una arquitectura en la que el razonamiento se ofrece como servicio distribuido, mientras parte del procesamiento y los datos permanecen en el dispositivo.

## Evidencia reportada

- **reported-result**: In addition, each request is randomly associated with a wireless channel condition, characterized by a channel gain selected uniformly from \{0.4,0.7,1.2\} , corresponding to poor, fair, and good channels, respectively. [localizador](https://arxiv.org/html/2607.08116#S5)
- **reported-result**: Consequently, tasks with longer sequences generally incur higher computation and transmission energy costs during reasoning. [localizador](https://arxiv.org/html/2607.08116#S5)
- **reported-result**: First, for fixed recurrent steps, accuracy decreases as the pruning rate increases. [localizador](https://arxiv.org/html/2607.08116#S5)
- **reported-result**: Second, for a fixed pruning rate, accuracy improves as the recurrent steps increase, but the gain gradually diminishes and eventually saturates, which is more clearly illustrated in Fig. [localizador](https://arxiv.org/html/2607.08116#S5)

## Lectura y límite

- Método: La lectura de System Model describe la intervención y su construcción: In this section, we introduce the latent LLM reasoning and its distributed architecture as adopted in the MORES framework with the computation and communication system models. We further formulate the resource allocation problem that naturally arises within this framework. LLM reasoning involves performing multi-step inference to transform input information into a final output through intermediate computational steps. During these computational steps, the LLM processes and refines its understanding of the input to generate output tokens that align with the intended response. However, traditional LLM reasoning…
- 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 Experiments.
- Confianza editorial: Media
- Limitación: El cierre de la fuente señala: We proposed MORES, an LLM reasoning framework that enables distributed inference-time scaling in wireless edge networks. By leveraging recursive latent reasoning, MORES supports natural computation partitioning between edge devices and edge servers, allowing devices to access on-demand reasoning depth under heterogeneous resource constraints. To ensure robust long-term performance under dynamic wireless conditions, we formulated a joint…
- Limitación: La ficha no demuestra transferencia fuera de los datasets, modelos, herramientas y condiciones descritos en Experiments.

## Localizadores de evidencia
- [Fuente primaria · canonical](https://arxiv.org/html/2607.08116v1): tipo abstract
- [HTML · lectura completa](https://arxiv.org/html/2607.08116): tipo abstract
- [Método · System Model](https://arxiv.org/html/2607.08116#S3): tipo section
- [Evaluación · Experiments](https://arxiv.org/html/2607.08116#S5): tipo section
- [Cierre · Conclusion](https://arxiv.org/html/2607.08116#S6): tipo section
- [HTML · fuente navegable](https://arxiv.org/abs/2607.08116v1): tipo abstract

## Próxima prueba

- ¿La propuesta mejora asistentes móviles 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://huggingface.co/deepseek-ai/DeepSeek-V4-Pro](https://huggingface.co/deepseek-ai/DeepSeek-V4-Pro)
- [the following issues](https://github.com/arXiv/html_feedback/issues)
- [list of packages that need conversion](https://github.com/brucemiller/LaTeXML/wiki/Porting-LaTeX-packages-for-LaTeXML)
- [developer contributions](https://github.com/brucemiller/LaTeXML/issues)

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