# RecHarness: A Bandit-Routed Agentic Harness for Self-Evolving Recommender 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/recharness-a-bandit-routed-agentic-harness-for-self-evolving-recommender
- Fuente primaria: https://arxiv.org/abs/2607.29241
- Versión leída: v1
- Fuente comprobada: 2026-08-19 · lectura primaria completa; extracción editorial automatizada, revisión humana pendiente
- Autores: Haoran Ling, Yuecheng Li, Zeyu Song, Jing Yao, Shuwen Kang, Chi Lu, Wenjin Wu, Peng Jiang
- Fecha del corte: 31 JULIO 2026.
- Área: AGENTES · RAG

## Tesis y contexto

Un bandit selecciona la dirección de mejora de un recomendador según resultados históricos; después un LLM formula una hipótesis concreta y genera el cambio de código correspondiente.

- Problema: Pedir al LLM que explore libremente todas las posibles modificaciones produce búsquedas caras, erráticas y repetitivas. Por qué puede ser importante: Separa la decisión estratégica —qué familia de cambios explorar— de la generación táctica de código. Es un patrón aplicable más allá de recomendadores.
- Por qué importa: La relevancia práctica todavía necesita contraste editorial.

## Evidencia reportada

- **reported-result**: Table 3 shows consistent gains across all five models. [localizador](https://arxiv.org/html/2607.29241#Sx4)
- **reported-result**: RecHarness improves average HR@10 by 85.85% on the weaker GRU4Rec baseline and by 12.58% on the stronger HSTU baseline. [localizador](https://arxiv.org/html/2607.29241#Sx4)
- **reported-result**: It also outperforms the matched results from Kim et al. [localizador](https://arxiv.org/html/2607.29241#Sx4)
- **reported-result**: Table 4 confirms that these gains transfer across scenarios and objectives. [localizador](https://arxiv.org/html/2607.29241#Sx4)

## Lectura y límite

- Método: La lectura de Methodology describe la intervención y su construcción: RecHarness organizes recommender model iteration as a three-level control process. First, human experts define the optimization objective, validation metric, and candidate edit arms. Second, a bandit router allocates the limited trial budget across candidate arms using scalar validation feedback, deciding which edit dimensions should be searched in the next round. Third, Experiment Skill and LLM reasoning form the next improvement hypotheses. In short, humans define what to optimize and which arms to consider; RecHarness decides where to allocate trials and how to form the next improvement hypotheses. Figure 1…
- 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 introduced RecHarness, a bandit-routed agentic framework for automated recommender model iteration under limited budgets. Its key design decouples edit-direction selection from concrete code mutation: validation-driven Thompson routing accumulates cross-trial evidence over structured optimization dimensions, while LLM reasoning interprets feedback and proposes executable edits within the selected directions. Across two recommendation scenarios and…
- 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/abs/2607.29241): tipo abstract
- [HTML · lectura completa](https://arxiv.org/html/2607.29241): tipo abstract
- [Método · Methodology](https://arxiv.org/html/2607.29241#Sx3): tipo section
- [Evaluación · Experiments](https://arxiv.org/html/2607.29241#Sx4): tipo section
- [Cierre · Conclusion](https://arxiv.org/html/2607.29241#Sx5): tipo section

## Próxima prueba

- ¿La propuesta mejora optimización de ranking 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
- [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

- [VAKRA](https://luiseduardodemiguel.com/research-ia/markdown/papers/vakra)
- [The Devil Is in the Interface](https://luiseduardodemiguel.com/research-ia/markdown/papers/devil-interface)
- [SkillSentry](https://luiseduardodemiguel.com/research-ia/markdown/papers/skillsentry)