- 标签:
- AI (172)
- Daily (152)
- Tech Trends (152)
- 周报 (23)
- Recommendation Systems (18)
- Weekly (18)
- Papers (18)
- 推荐系统 (16)
- 思考 (6)
- 论文 (6)
- Agentic Engineering (6)
- 日报 (5)
- 技术趋势 (5)
- 深度学习 (4)
- Harness Engineering (3)
- 推荐 (2)
- 工具 (2)
- 强化学习 (1)
- 思维模型 (1)
- Transformer (1)
- LLM (1)
- 管理 (1)
- 生成式 (1)
AI hit a major interpretability milestone: Anthropic discovered a "global workspace" inside Claude that resembles consciousness, letting researchers see the model's unspoken thoughts. Tencent open-sourced Hy3, a 295B MoE model with just 21B active parameters, while Mistral's Leanstral 1.5 solved 587
AI's relationship with government and science hit a new gear today. OpenAI proposed donating 5% equity to a US sovereign wealth fund, a move that could reshape industry capital structures. Anthropic launched Claude Science Workbench and announced it will develop drugs itself, blurring the line betwe
This week's AI report surfaces two parallel threads: Agent engineering is moving from "can it run" to "can it scale reliably" , while inference infrastructure optimization shifts from general frameworks to deep customization for specific hardware and models. The first thread plays out across discussions of agent loops, skill engineering, and multi-agent coordination. After the AI Engineer World's Fair last week, Latent Space published several deep dives — the most notable being the "autonomous loops" debate. Proponents argue that software factories are already viable; skeptics point out that token costs and reliability remain hard constraints. Meanwhile, Apple published research that directly challenges a popular design assumption: letting multiple expert agents collaborate freely actually degrades performance. This gives the week's Agent discussion a clean line of tension. The second thread comes from the dense release of vLLM 0.24.0. Within a week, the vLLM team shipped native support for DeepSeek V4's DSpark speculative decoding (~250 tok/s, acceptance length 5), integrated Baidu Unlimited-OCR (35% faster than DeepSeek-OCR), and delivered comprehensive Omni TTS optimizations (172% throughput improvement). SGLang also showed an agent-assisted development workflow this week, with multiple kernel optimizations yielding a 71.4% throughput gain. These developments suggest that inference framework competition is shifting from "running the model" to "deep optimization for a specific model." Below is a detailed analysis of this week's four themes.
AI hardware competition heats up: Anthropic is reportedly in talks with Samsung to build custom AI chips, following OpenAI's Broadcom partnership — the industry is pivoting from GPU dependency to in-house silicon. On the software side, Google Cloud launched remote MCP servers for enterprise-grade ag
AI agents dominated the news cycle today with several paradigm-shifting developments. Apple launched Safari's official MCP Server, making it the first major browser to natively support the protocol — a huge step for agent-driven web automation. Meanwhile, Apple Research dropped a counterintuitive fi
Anthropic dominated today's news cycle with two major launches: Claude Sonnet 5 — the most capable Sonnet yet, nearing Opus 4.8 performance at a lower price — and Claude Science, an AI workbench for scientists integrating 60+ skills. Amazon responded by forming a $1B FDE organization to embed engine
AI hit major milestones today: Meituan's LongCat Owl Alpha 1.6T MoE became the most-called model on OpenRouter, trained entirely on 50K Chinese ASICs with zero GPUs. MiniMax M3 428B ran locally across three Macs, creating stock portfolios without any cloud connection. Cursor launched its iOS app, br
This week in AI centers on a single core narrative: capability breakthroughs at the massive infrastructure layer are accelerating the shift from lab to production. OpenAI dropped two bombs on the same day — its in-house inference chip Jalapeño and GPT-5.6 Sol — covering the full stack from hardware to model. These aren't isolated launches; they're coordinated moves up and down the stack: the chip optimizes inference cost, the model pushes the capability ceiling, and both share the same infrastructure. The second thread is Agent engineering moving from experiments to production governance. Stripe published a real-world case on financial compliance agents, AWS posted three consecutive blogs on MCP agent layers and data governance, and GitHub shared benchmarking data on Copilot's agentic harness. Meanwhile, Anthropic's Claude Slack Tag positions the LLM as a persistent organizational member — Karpathy called it "the third major LLM UI/UX design paradigm." Agents are no longer one-shot conversations but continuously running roles inside companies. The third thread is post-training evolving from manual exploration to automated, systematic processes. Amazon released A-Evolve, achieving autonomous post-training on a 30B model with no human intervention. OpenAI verified that beneficial-behavior RL generalizes out-of-distribution durably. Qwen's landmark language world model provides a scalable training environment for agent RL. These works collectively signal: RL is no longer just a fine-tuning step after SFT — it's becoming the main engine for expanding model capabilities.
AI infrastructure hit new milestones today: Microsoft's $7.3B Fairwater campus links hundreds of thousands of Blackwell GPUs into a single supercomputer via 800G Ethernet. DeepSeek V4's DSpark framework slashes inference latency by 80% with full-stack open source, while SubQ's dynamic sparse attenti