Kata Kunci:AI Agent, Model Besar, Claude Kolaborasi, TTT-E2E, GLM-Gambar
🔥 Focus
Anthropic Releases Claude Cowork, Sparking an Office Revolution: Anthropic has launched Claude Cowork, an AI agent designed for non-technical users, marking the official entry of office scenarios into the Agent era. Built on the Claude Agent SDK, this tool does not seek system-level takeover but instead manages file organization, data processing, and content generation through authorized folder permissions. Remarkably, 100% of its code was autonomously written by Claude Code within 10 days. This “AI creating AI” loop demonstrates a prototype of Recursive Self-Improvement (RSI). The core value of Cowork lies in compressing high-frequency, low-risk, but time-consuming intermediate costs, liberating workers from tedious file management, while also triggering deep professional anxiety regarding whether “humans are redundant at their desks” (Source: Anthropic, Boris_Cherny, Reddit)

NVIDIA Open-Sources TTT-E2E: A New Paradigm for LLM Memory Compression: NVIDIA, in collaboration with Stanford and other institutions, released the TTT-E2E (End-to-End Test-Time Training) method, redefining long-context modeling as a continuous learning task. This method allows the model to update weights in real-time during inference by predicting the next token, effectively compressing context into model parameters. Experiments show a 2.7x speedup at 128K context and up to 35x at 2M context, with constant inference latency. This addresses the computational cost explosion of the Transformer architecture when processing ultra-long sequences. It is the first long-context solution to perform excellently in both loss and latency dimensions, signaling a new era of “learning while using” in LLM memory management (Source: NVIDIA, karminski3)

Google Releases UCP Protocol, Opening a New Era of “Conversation as Transaction” E-commerce: Google, alongside giants like Shopify and Walmart, released the Universal Commerce Protocol (UCP), aimed at establishing a unified commercial language for AI Agents. UCP standardizes stages such as product discovery, price comparison, and checkout, allowing users to complete purchases without leaving Gemini or the search interface. This move directly challenges the moats of centralized e-commerce platforms like Amazon, shifting traffic distribution from “capturing time” to “executing intent.” While Amazon maintains a defensive stance, Ant International is actively embracing it, aiming to become the universal payment infrastructure for the AI era. This marks the transition of e-commerce from the GUI click era to the IUI conversational execution era (Source: Google, 36Kr)

Apple and Google Reach Deep Partnership, Gemini to Drive Apple Intelligence: Apple officially announced a multi-year partnership with Google, stating that the next generation of Apple Foundation Models will be based on Google’s Gemini models and cloud technology. After evaluation, Apple concluded that Google’s AI technology provides the strongest foundation. This move will significantly enhance Siri’s personalization capabilities and other Apple Intelligence features. This collaboration not only reshapes the competitive landscape of mobile AI but also marks a key strategic win for Google in the “entry point war” against OpenAI, further consolidating its leadership in the foundation model field (Source: Google, TheRundownAI)

🎯 Trends
Zhipu AI Releases GLM-Image: Hybrid Architecture Achieves “Cognitive Generation”: Zhipu AI open-sourced the image generation model GLM-Image, utilizing a hybrid architecture of “Autoregressive Generator + Diffusion Decoder.” The model excels in text rendering and knowledge-intensive generation scenarios, perfectly solving the multi-line text rendering challenges in posters, PPTs, and complex logic diagrams. Its autoregressive component is based on GLM-4-9B, optimized for semantic alignment via GRPO reinforcement learning, ranking first in multiple benchmarks. This marks a new height for domestic open-source image models in semantic understanding and detail fidelity (Source: Zai_org, huggingface)

Google Releases MedGemma 1.5: Deepening Focus on the Medical Vertical: Google introduced the MedGemma 1.5 open model, specifically optimized for medical imaging and medical record understanding. At only 4B scale, the model can run offline, supports 3D volumetric data interpretation such as CT and MRI, and has achieved significant accuracy improvements in X-ray anatomical localization and Electronic Health Record (EHR) understanding. The accompanying MedASR model improves the precision of medical speech-to-text. This demonstrates Google’s leading strategy in transforming general large model capabilities into vertical industry productivity (Source: GoogleDeepMind, _philschmid)

DeepSeek Launches Engram: Conditional Storage Module Optimizes Inference Costs: DeepSeek proposed the Engram module, which offloads static retrieval tasks from the Transformer by adding scalable Lookup operations. The module learns embeddings for common patterns via hash indexing and utilizes a context-aware gating mechanism for mixed representation. Engram aims to increase parameter capacity without increasing computation per token, showing strong competitiveness at the 27B scale. This “systems thinking” driven architectural innovation once again reflects DeepSeek’s ultimate pursuit of inference efficiency and cost control (Source: suchenzang, tokenbender)

Recursive Language Models (RLM) Become the New Trend for 2026: Institutions including Stanford University proposed the concept of Recursive Language Models (RLM), suggesting that 2026 will see a leap from reasoning models to recursive models. The core of RLM is to allow the model to treat its “own prompts” as actionable objects, achieving symbolic recursion through code rather than simple tool calls. This approach can handle ultra-long tasks with tens of millions of tokens, achieving global consistency rather than just local relevance, opening up space for complex long-range applications like AI scientists (Source: riemannzeta, lateinteraction)

🧰 Tools
LangSmith Agent Builder Officially Launched: LangChain released LangSmith Agent Builder, a no-code Agent construction tool. It supports the rapid creation of agents with memory, skills, and MCP server access through natural language dialogue. The tool features a built-in “Agent Inbox” for human-in-the-loop collaboration, allowing users to review critical Agent decisions. Its high ease of use has been joked about by the community as “even VCs can use it,” significantly lowering the barrier for enterprise-level Agent development (Source: LangChain, hwchase17)

Open-Source Replicas of Cowork and Local Agent Tools Emerge: In response to Claude Cowork’s restriction to subscribers, the developer community reacted quickly. The MiniMax team took only half a day to replicate an open-source version, agent-cowork, which supports any compatible API. Another developer released Terminal, focusing on local-first and a “System 2” strategy engine, emphasizing privacy and autonomous control. Additionally, agent-browser v0.5.0 was released, supporting CDP mode and plugins, allowing Agents to operate browser environments more flexibly (Source: MiniMax_AI, andersonbcdefg, Reddit)

Soprano-Factory: Ultra-Lightweight Real-Time TTS Training Framework: Developer Eugene released Soprano-Factory, which supports training ultra-lightweight, high-fidelity TTS models with only 80M parameters. The model can reach 20x real-time speed on CPU and 2000x on GPU, with latency as low as 15ms. Users can customize voice styles using their own data and hardware. This extremely lightweight tool provides critical support for achieving natural voice interaction on edge devices (Source: Reddit)

📚 Learning
Sci-Reasoning: The First Dataset Decoding AI Innovation Patterns: Researchers released the Sci-Reasoning dataset, identifying 15 scientific reasoning patterns by tracking the evolution of papers in top journals like NeurIPS. Analysis shows that “gap-driven reconstruction” and “cross-domain synthesis” are mainstream innovation strategies. This dataset provides structured thought trajectories for training the next generation of AI research agents (Source: _akhaliq, HuggingFace)
RealMem: A Memory Interaction Benchmark for Long-Range Projects: Addressing the issue of LLM memory failure in long-term collaboration, the RealMem benchmark has been officially released. It contains over 2,000 cross-session dialogues, simulating goal tracking and dynamic context dependency in real projects. Experiments show that current memory systems still face significant challenges in handling complex long-range project states (Source: HuggingFace)
Awesome Physical AI: A Compilation of Embodied AI Resources: The community has curated the Awesome Physical AI resource library, covering cutting-edge papers on VLA models, world models, and robot foundation models. The list is organized by dimensions such as foundations, architecture, and action representation, serving as an authoritative guide for developers to delve into the intersection of physical AI and robotics (Source: Reddit)

💼 Business
Zhipu AI and MiniMax Go Public in Hong Kong, Market Caps Both Exceed 100 Billion: Domestic large model “titans” Zhipu AI and MiniMax have listed on the Hong Kong Stock Exchange, with surging stock prices pushing market caps above 100 billion HKD. Zhipu represents the infrastructure route, while MiniMax validated the monetization capability of its C-end product matrix. This marks the official entry of domestic AI assets into the secondary market pricing stage, completing a stunning transition from technical imagination to commercial closed-loop (Source: 36Kr, MiniMax_AI)

OpenAI Acquires Torch Health, Boosting ChatGPT Health: OpenAI announced the acquisition of medical startup Torch Health, aiming to integrate medical expertise into ChatGPT. This move, alongside actions by domestic manufacturers like Baichuan in the serious medical field, suggests that AI doctors are evolving from light health consultations to deep clinical decision-making based on medical logic, with the potential to equalize medical resources through AI (Source: BorisMPower, thekaransinghal)

Anthropic Invests $1.5 Million to Support Python Ecosystem Security: Anthropic announced a $1.5 million investment in the Python Software Foundation (PSF), focused on enhancing the security of Python and PyPI. As the underlying language supporting the AI industry, Python’s robustness is critical. This move demonstrates the AI giant’s contribution back to the open-source ecosystem and its long-term strategic layout (Source: knthlien, arohan)

🌟 Community
Ralph Wiggum Loop: 5 Lines of Code Break the AI Programming Ceiling: Australian developer Geoffrey Huntley wrote a 5-line Bash script while :; do cat PROMPT.md | claude-code ; done that shook Silicon Valley. This “brute-force iteration” mode forces the AI to face errors and retry autonomously until it passes tests. The head of Claude Code admitted that 100% of its contributions were completed by AI through such loops. The community predicts 2026 will be the year of the “Ralph Loop wrapper,” as software development shifts from waterfall to true AI agile evolution (Source: dotey, 36Kr)

“Vibe Coding” Sparks Discussion on Professional Value: Karpathy’s comment about “feeling behind” triggered collective anxiety among developers. The community is debating the divide between “Vibe Coding” and “Lucid Coding”: the former is entirely AI-driven, while the latter involves humans as conductors performing conscious orchestration. The consensus is that the programmer’s role is being reconstructed as an Agent Architect, where maintaining agent.md becomes a core skill, and developers who reject AI risk “permanent lower-class status” (Source: dotey, 36Kr)
“Dead Internet Theory” Becomes Reality: Reddit Bot Proliferation: Social media mods are warning that the internet is being taken over by LLM-driven bots. One moderator revealed that the number of banned bots surged from 2-3 per week to over 50, with content generation speeds far exceeding human reading limits. This “zombie network” not only destroys community culture but also poses irreversible pollution to future elections and AI training data sources, raising deep concerns about the “post-truth era” (Source: Reddit)
The Death of StackOverflow: AI Delivers the Final Blow: Discussions suggest that StackOverflow’s near-zero traffic is not solely due to ChatGPT, but began with a toxic community culture and rigid patterns in 2017. The emergence of AI simply provided a more attractive alternative to this “arrogant hall of human experts.” However, the shrinking of high-quality Q&A communities also raises concerns about the depletion of future AI training data (Source: karminski3)

💡 Others
US Launches “Project Genesis”: The AI Version of the Manhattan Project: Trump signed an executive order to launch “Project Genesis,” aimed at fully empowering scientific research through AI, integrating 100PB of federal data and resources from 17 national laboratories. The plan is seen as a sign of the US transition from laissez-faire to a mission-oriented national tech strategy, aiming to reshape the global technological power structure (Source: 36Kr)

Full-Process AIGC Animated Film Ignites Controversy: China’s first full-process AIGC animated film, “Red Boy: Resplendent Heart,” has begun filming, claiming a 20x increase in production efficiency. Although technical issues like jitter and character consistency have been resolved, the creator community remains strongly resistant to the “soulless” cheapness of AI. This marks AI’s leap from an auxiliary tool to a production tool in the content industry, while also facing significant challenges in aesthetics and emotional resonance (Source: 36Kr)
