AI's competitive landscape shifted dramatically today. Alibaba dropped Qwen3.8 — a 2.4T parameter open-source model second only to Claude Fable 5 — while leaked Sam Altman emails revealed OpenAI's 2019 plan to "kill" competitor funding by releasing local GPT-3. Kimi paused new subscriptions after de
AI pricing wars and open-weight breakthroughs defined today. Kimi K3 matched Claude Fable 5 on SWE tasks at just 35% the cost, while Claude adjusted its own subscription policy in response to demand. SenseTime launched SenseNova U1 Pro, a native multimodal model with 8K resolution and agentic genera
W29’s core narrative is that open-source models have, for the first time, matched closed-source frontier models on key dimensions — Kimi K3 (2.8T parameters) surpassed Claude Fable 5 on Frontend Code Arena, and Inkling entered as the strongest Apache 2.0 model in the US ecosystem. Meanwhile, agent harness engineering moved from conceptual discussion to systematic paper output: three independent works (Harness Handbook, Self-Evolving Framework, AgentCompass) address code localization, automated improvement, and evaluation infrastructure for the same problem. Post-training RL also saw two signals: a trillion-parameter Zero RL stable training pipeline (Ring-Zero) and a million-token RL post-training execution stack (LongStraw), demonstrating that post-training for long-horizon agent reasoning now has a practical foundation. Inference engines continued high-density iteration with vLLM v0.25 and SGLang 8×B300 at 500 tok/s, while speculative decoding concurrency optimization (D-cut) began filling gaps in high-load scenarios.
This week's recommendation system research clusters around four technical themes: generative recommendation entering industrial deep waters, ranking models evolving toward long sequences and fine-grained semantics, retrieval systems breaking through on heterogeneous indexing and causal optimization, and LLM-enhanced recommendation moving from experiments to engineering deployment. Of the 34 papers, 23 come from industry (18 deployed), and 13 report online A/B results. Theme 1 "Generative Recommendation: From DocID Design to Fine-Tuning Alignment": Alibaba's CRID encodes business value ranking directly into DocIDs, achieving +1.06% GMV on a 300M item catalog at full traffic. GFlowGR fine-tunes generative recommendation with GFlowNet, delivering +0.4% annual revenue in Taobao search ads. Meituan's NONTP extends NTP training signals via temporal contrastive learning and cross-domain learning, lifting online CTR by +1.8% and GMV by +2.1%. Common thread: generative recommendation is shifting from "being able to generate" to "optimizing better." Theme 2 "Ranking Models Pursue Deep Decoupling and Long-Term Modeling": Meta's SlimPer formulates personalized ranking as iterative refinement of a <user, item> knowledge base, supporting 10k+ historical events with O(N) complexity, deployed on Instagram. Yandex's Long-History User Transformers decouple long-history inference via offline encoding + caching + a lightweight online model, achieving +2.77% in search ads. Alibaba's SAM uses satiety-gated explicit modeling of interest lifecycles, reducing post-purchase repetition rate by 60%. Theme 3 "Engineering and Causal Paradigms in Retrieval": Pinterest's causal retrieval framework reduces shopping triggers by 85% without harming key sessions. MESH uses modular architecture and gated bias correction to boost the scaling exponent for fresh items by 14x, with user retention +0.46%. Microsoft's FlashTrie fully migrates constrained decoding for generative retrieval to GPU, handling an
AI economics is shifting fast. OpenAI proposed "Useful Intelligence per Dollar" as the new ROI metric, while NVIDIA countered with "intelligence per dollar" for post-training workloads. Anthropic is reportedly in talks to lease $10B in compute from Meta, and a $400M deal marks the first major GPU fi
Two massive open-source model launches reshaped the AI landscape today. Moonshot AI released Kimi K3, a 2.8T-parameter behemoth that tops Frontend Code Arena ahead of Claude Fable 5, while Thinking Machines Lab's Inkling (975B MoE) matches Nvidia's flagship at one-third the token cost. Meanwhile, Mi
AI hit a major inflection point today: Thinking Machines Lab dropped Inkling, a 975B-parameter open-source MoE model, but early tests show it lags far behind Chinese frontier models and fails the Lem test — a basic reasoning benchmark every frontier model has passed since DeepSeek-R1. Meanwhile, Chi
AI hit multiple milestones today. OpenAI's Codex hit 6M users (adding 1M daily), while GPT-5.6 sol slashed costs to a quarter of fable. Tencent open-sourced a 1-bit quantized 295B Hy3 model that runs on a single GPU with only 5% performance loss — Emad Mostaque called it the biggest news of the day.
AI industry dynamics shifted fast today. Apple sued OpenAI for trade secret theft — Ben Thompson calls it a frustrated move masking Apple's deeper AI strategy problem. OpenAI GPT-5.6 Sol/Terra/Luna landed on Amazon Bedrock with big Agent benchmark gains. Microsoft dropped a 109-page MAI-Thinking-1 t
AI's cost wars and safety debates dominated today's news. Li Auto's Mach-Mind-4-Flash proved a 35B MoE model (3B activated) can rival 100B-class models through post-training alone — a direct challenge to the scaling orthodoxy. Meanwhile, Oracle's S&P downgrade to BBB- (just above junk) was explicitl
AI hit major milestones today: Anthropic's valuation surged past $1.2 trillion, overtaking OpenAI and kicking off its IPO — a seismic shift in the AI industry pecking order. Perplexity's CEO predicted model costs will drop 3-4x within 6-12 months, bringing Opus-level quality to local devices. Meanwh
This week's core narrative is "release density meets engineering depth." OpenAI dropped GPT-5.6 as three models, ChatGPT Work, and GPT-Live — not a simple version bump, but a product matrix reorganization. Model capability tiers (Sol/Terra/Luna), Agent productization (Work), and interaction paradigm shift (full-duplex voice) all landed at once. Meanwhile, Agent engineering entered a "tool call refinement" phase: GitHub Copilot's postmortem, AWS's MCP design guide, Amazon and Writer's papers on orchestration efficiency — all point to the same judgment — an Agent's value no longer depends on whether it *can* call tools, but on *how well* it calls them. On inference acceleration, vLLM 0.25.0 runs 450+ Transformers architectures natively, DeepSeek's DSpark boosts generation speed by 60-85% under live traffic. These engineering deployments impact downstream decisions more than architecture papers.