Overview
Field: Natural Language Processing (NLP), agentic design systems Authors: Yaxin Luo, Haobin Jiang, Jialv Zou, Xu Huang, Wenhao Yan, Haodong Li, Zhengrong Yue, Jing Li, Xiaofu Chen, Xiaohan Zhao, Jiacheng Liu, Jiacheng Cui, Zhiqiang Shen, Xiaotong Li Release Date: 2026-08-13 arXiv: 2608.13560
Problem and Motivation
Transforming multimodal sources into condensed and structured media outputs can be fundamentally conceptualized as a long-horizon agentic process centered on a model-harness system. An ideal harness should align with human design priors and accumulate reusable experience through empirical exploration to enable recursive self-improvement. Existing paradigms remain static and fall short of this capability.
Method: AutoDesign
AutoDesign is a framework in which a meta-harness optimizer guides a code agent to recursively improve the harness based on rollout feedback. The design loop:
- Starts from a prior harness aligned with human design conventions.
- Uses rollout feedback from generated artifacts to identify weak points.
- Has the code agent modify the harness code to address those weaknesses.
- Re-rolls and iterates, accumulating reusable design experience.
- Main Track: 100 papers spanning five disciplines.
- PosterBench-mini: a shared 10-paper subset for controlled evaluation.
- Main Track: AutoDesign achieves the highest score of 78.32, surpassing the closed-source commercial system Claude Design by 7.45 points.
- Generalization: Across seven controlled code-agent-model configurations, integrating the learned DesignHarness consistently improves performance, raising the average PosterBench score from 54.99 to 67.39 (+12.4%).
- Autonomous loop: In a fully autonomous long-horizon run, the system executes 253 tool calls and 11 editing turns within 40 minutes for under $3, reaching average conference-poster quality in human evaluation.
- Human study: A system-blind human study shows AutoDesign achieves the highest human preference among all evaluated systems.
Benchmark: PosterBench
To instantiate and evaluate the framework, the authors focus on the academic paper-to-poster generation task and introduce PosterBench:
Key Results
Significance
The work demonstrates that dynamic, feedback-driven harness optimization can outperform static, even closed-source commercial systems on a challenging long-horizon multimodal generation task, while keeping compute and cost low (sub-$3 per poster in autonomous mode).