Meta 发布 Auto-RecSys 论文,用自主研究智能体跑工业级推荐系统实验

elvis · @omarsar0 · X·2026-09-11 23:01·45分钟前
AI 导读

Meta 发布 Auto-RecSys 论文,让自主研究智能体在训练一次需数天的工业级推荐模型上做实验。系统跨服务器并行实验,用跨服务器共享记忆保证失败和换会话后可恢复,把自然语言技能文件用于推理、确定性脚本用于操作;双循环自我演化中,模型专属 playbook 记录失败尝试并沉淀可用流水线,实验结果反哺下一轮想法。

elvis@omarsar0
52AI 编辑部评分,满分 100

Meta 发布 Auto-RecSys 论文,用自主研究智能体跑工业级推荐系统实验

2026-09-11 23:01· 45分钟前
AI 导读

Meta 发布 Auto-RecSys 论文,让自主研究智能体在训练一次需数天的工业级推荐模型上做实验。系统跨服务器并行实验,用跨服务器共享记忆保证失败和换会话后可恢复,把自然语言技能文件用于推理、确定性脚本用于操作;双循环自我演化中,模型专属 playbook 记录失败尝试并沉淀可用流水线,实验结果反哺下一轮想法。

Harness engineering is a top skill right now

This new Meta paper is a good production example.

Auto-RecSys runs autonomous research on Meta's industry-scale recommendation models, where one training run can take days.

It runs experiments in parallel across servers, keeps a shared memory so work survives failures and new sessions, and splits guidance into natural-language skill files for reasoning and deterministic scripts for anything operational.

Two loops improve it over time.

Model-specific playbooks record failed attempts and keep working pipelines. Experimental results feed the next round of ideas.

As the playbook matured, major fixes per iteration fell from 4.0 to 1.3, and the failures fell into repeatable categories.

Paper: https://arxiv.org/abs/2609.10922

Chat with Paper: https://academy.dair.ai/papers/auto-recsys-harnessing-autonomous-research-agents-for-industry-scale-recommender-2609.10922