Hugging Face Daily PapersHongyang Du, Lan Yan, Christian Flores1 min readpaperadvanced
Designer-RSI: Evolving Procedural Memory from User Traffic for Agentic Graphic Design
Summary
The paper introduces Designer‑RSI, a continual‑adaptation system that couples a frozen design‑software‑controlling LLM with an external procedural memory of natural‑language design skills. Over five adaptation rounds on real user briefs, the memory grows from 76 to 139 procedures and lifts execution success from 72.7% to 99.3%, showing that skill accumulation and selective replay can dramatically…
- Procedural memory stores reusable NL‑to‑action scripts that are widened (new tasks) and deepened (revision) based on execution outcomes.
- A replay gate only accepts memory updates that fix failures without degrading previously successful executions.
- No model weight updates are needed; the system improves solely via the external skill bank, achieving 99.3% success on GenEval2.
- Combining widening and deepening yields a statistically significant 58.5% win rate over a no‑skill baseline on held‑out briefs.
Engineers building AI agents for creative or tool‑heavy domains need a way to keep improving from noisy user interactions without costly retraining.
8/10


