RecSys Weekly 2026-W15

The central narrative this week: generative recommendation is moving from single-scenario proof-of-concept to full-pipeline production deployment. Papers from Meituan, Snapchat, and Meta no longer debate whether Semantic IDs work — they tackle the real operational pain points: multi-business expansion, codebook fairness, incremental training, and reranking integration. MBGR (2604.02684) delivers CTR +1.24% online across Meituan's multi-business food delivery platform, the top-rated paper this week.

AI Weekly 2026-W15

2026-W15 (April 5-11) marked a cognitive shift in AI engineering: the orchestration infrastructure built around models — what the industry now calls the "harness" — moved from backstage to center stage. OpenAI disclosed a million-line zero-human-code experiment. Meta built a code pre-computation engine with 50+ agents. A Claude Code source leak exposed the sophistication of this architecture. All three point to the same conclusion: the 2026 AI engineering race is no longer about models — it is about everything around them.

AI Weekly 2026-W14

If one word captures this week in AI, it's "engineering." Coding agents had a collective awakening. Internal architectures got laid bare, engineering methodology got codified, toolchains proliferated, and model-layer catch-up intensified. Coding agents have officially entered the era of systematic engineering discipline. Meanwhile, agent memory discourse — sparked by Karpathy's personal Wiki experiment — rippled through academia and the open-source community, making "how should agents persist knowledge" the week's most debated question.

RecSys Weekly 2026-W14

This week's recommendation systems research centers on three technical threads: engineering generative recommendation for production, agent-driven system self-evolution, and efficient scaling of ranking models.

AI Weekly 2026-W13

Week 13 of 2026 (March 22–28) surfaced three parallel but interconnected narratives in AI. The first is a concentrated burst of multi-agent orchestration tooling. Cline Kanban, Scion, DeerFlow 2.0, and several others all shipped in the same week, marking an industry-wide pivot from "single-agent capability" to "engineering multi-agent collaboration."

RecSys Weekly 2026-W11

Two technical threads dominate Week 11 of 2026 (March 8–14) in recommendation system research. First, generative recommendation (GR) is undergoing full-stack optimization — transitioning from "making it work" to "making it work well, fast, and fairly" — Netflix/Meta's exponential reward-weighted SFT addresses post-training alignment, LinkedIn's causal attention reformulation halves sequence length, Kuaishou's FP8 quantization reduces OneRec-V2 inference latency by 49%, and Alibaba's differentiable geometric indexing eliminates long-tail bias at its root. Five papers advance GR's industrial maturity across five dimensions. Second, LLM-based recommendation is shifting from "single-pass inference" toward an agentic paradigm — Meta's VRec inserts verification steps into reasoning chains, Meituan's RecPilot replaces traditional recommendation lists with a multi-agent framework, USTC's TriRec introduces tri-party coordination for the first time, and RUC/JD's RecThinker enables autonomous tool invocation.

Recsys Weekly 2026-W10

Industrial recommendation ranking shifts to systematic scaling engineering. Alibaba's SORT achieves orders +6.35%, Kuaishou's FlashEvaluator and SOLAR optimize evaluator and attention efficiency, ByteDance's HAP enables adaptive compute budget allocation. Generative recommendation enters objective alignment phase. 36 papers analyzed.

推荐算法日报 - 2026-03-06

多模态融合走向实用化:工业界开始系统性地将视觉信息深度整合到推荐核心链路(如召回),超越传统的文本主导模式,通过领域微调、多阶段对齐等具体技术提升融合效果,以应对电商等富媒体场景的需求。; 系统工程的科学化与可预测性:学术界开始将“缩放定律”等系统性分析方法引入推荐系统,旨在为模型规模、数据量与性能之间的关系建立可预测的模型,为重排等关键阶段的资源投入提供科学决策依据,降低试错成本。; 🔧 偏差治理的精细化与动态化:针对序列推荐中的曝光与选择偏差问题,研究从静态的因果纠偏方法向动态、时序感知的

推荐算法日报 - 2026-03-05

工业级Transformer排序系统优化:今日多篇工业界论文聚焦于将Transformer架构深度适配并优化至推荐系统的排序阶段。核心挑战在于解决工业场景特有的高特征稀疏性、低标签密度和严苛的延迟要求。阿里巴巴的SORT和字节跳动的HAP分别从精排和粗排角度,通过请求中心样本组织、局部注意力、自适应计算预算分配等系统化设计,实现了业务指标显著提升与推理效率的同步优化,标志着Transformer在工业推荐中从“可用”迈向“高效可用”的新阶段。; 多阶段推荐中的精细化样本与计算管理:推荐系统多阶段

推荐算法日报 - 2026-03-04

生成式推荐走向全链路深度集成:今日多篇论文聚焦生成式推荐范式,核心趋势从单一模块优化转向全链路协同。腾讯的OneRanker实现了生成与排序的架构级融合,清华的APAO则从训练目标层面弥合生成与推理的鸿沟,标志着该领域正从“能用”向“好用、高效”演进。; 工业界聚焦大模型推理效率与系统工程:面对LLM/Transformer带来的计算挑战,工业界论文普遍关注效率优化。快手的FlashEvaluator和SOLAR分别从跨序列并行评估和低秩注意力分解入手,在保证效果的同时显著降低延迟与资源消耗,体

推荐算法日报 - 2026-03-03

大模型驱动的推荐系统优化:今日多篇论文聚焦于利用大语言模型(LLM)和多模态大语言模型(MLLM)解决推荐系统核心问题。从阿里巴巴的LaSER框架将推理能力内化到稠密检索,到小红书IDProxy用MLLM生成代理嵌入解决冷启动,再到百度与中科院合作优化多模态嵌入预训练,大模型正从内容理解、表示学习到推理决策,深度融入召回与排序环节。; 工业级验证与系统约束考量:工业界论文展现出对生产环境约束的深刻洞察。Dell的RAG部署实证表明,在固定检索深度和延迟约束下,单纯的召回提升可能无法转化为端到端收