- 标签:
- AI (11)
- Daily (10)
- Tech Trends (10)
- 推荐系统 (3)
- 周报 (3)
- 论文 (3)
- Agentic Engineering (3)
- 技术趋势 (2)
- Harness Engineering (2)
- 思考 (1)
- Recommendation Systems (1)
- Weekly (1)
- Papers (1)
If one word captures AI in 2026-W12, it is "infrastructure" — not the models themselves, but everything required to make them work in the real world. Simon Willison distilled a year's worth of scattered agent engineering lessons into a comprehensive pattern guide. Stratechery declared agents the third paradigm shift for large language models. OpenAI acquired both Promptfoo and Astral within ten days to close environment-management gaps in its coding agent stack. Stripe launched the Machine Payments Protocol (MPP) so agents can spend money autonomously. The entire industry is rapidly shifting from "what can agents do" to "how do agents run reliably, securely, and economically in production."
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.