AI Daily – 2026-01-18(Morning)

Keywords:AGI, AI race, DeepMind, autonomous questioning capability, world model, original Transformer architecture

🔥 Focus

DeepMind CEO Breaks Down Four Key Perspectives on AGI Evolution: In a recent interview, Demis Hassabis pointed out that the core of AGI lies not in scale emergence, but in equipping AI with “autonomous questioning” and “world models.” He emphasized that future intelligence will be equivalent to energy, and DeepMind is seeking new energy solutions like nuclear fusion through AI. Meanwhile, he believes Chinese labs are only a few months behind in replication capabilities; the real competition lies in achieving original architectural breakthroughs similar to the Transformer. This marks a shift in the AI race from pure performance to a comprehensive contest of energy efficiency, commercial viability, and native innovation (Source: )

OpenAI Tests Ad Model and Commercial Tier Evolution: OpenAI announced it is testing advertisements within ChatGPT and launched a low-cost subscription plan, “ChatGPT Go,” priced at $8. This move aims to tap into the value of the 95% non-paying user base through a hybrid “ad + subscription” model to alleviate the pressure of trillion-level compute expenditures. Ads will appear as “dialogue nodes” at the end of responses, supporting user follow-up questions. This signals that AI-native applications are retracing the monetization paths of search and social platforms, attempting to build a sustainable traffic distribution platform under an $830 billion valuation expectation (Source: OpenAI)

NVIDIA Builds Physical AI and Inference Ecosystem via “Acqui-hiring”: In 2025, Jensen Huang intensively absorbed core teams by acquiring startups such as Nexusflow, CentML, LeptonAI, and Groq. These moves precisely bolster NVIDIA’s weaknesses in AI Agents, model compression, cloud compute leasing, and high-speed inference. His particular affinity for Chinese founding teams indicates NVIDIA’s transition from “selling chips” to “selling systems,” attempting to maintain global AI hegemony by controlling software toolchains and underlying architectures (Source: Liangziwei)

Zhipu Listing and the Benchmark Effect of Chinese University AI Achievement Transformation: After listing on the Hong Kong Stock Exchange, Zhipu’s market value exceeded HKD 110 billion. Its predecessor originated from the KEG Lab at Tsinghua University. This case demonstrates the immense power of deep “Industry-University-Research” integration, with Tsinghua University achieving billions of HKD in paper returns through the Huakong technology platform. This is not only a massive exit case for the VC/PE circle but also signals that Chinese tech entrepreneurship has entered an era of “university-based sourcing,” where original innovation is accelerating from labs to capital markets (Source: Investment China)

DeepSeek Releases Engram Architecture Introducing O(1) Lookup Memory: DeepSeek introduced a new module called Engram, achieving O(1) complexity lookup memory through modernized hashed N-gram embeddings. Mechanistic interpretability studies (LogitLens and CKA) show that Engram effectively reduces the memory storage burden on the model’s intermediate layers, allowing layers to focus more on logical reasoning. This attempt to apply mechanistic interpretability research to capability enhancement is seen by the community as a significant paradigm shift in AI architecture research (Source: Lisan al Gaib)

DeepSeek Releases Engram Architecture Introducing O(1) Lookup Memory

Google AI Matrix Comprehensive Upgrade and Personal Intelligence Beta: Google launched a personal intelligence Beta in the Gemini App, allowing users to connect Gmail and Photos for customized responses. Other releases include the TranslateGemma translation model supporting 55 language pairs, MedGemma 1.5 for enhanced 3D medical imaging reasoning, and a 4K video upsampling feature for Veo 3.1. Google is leveraging its massive user ecosystem to execute a “dimensionality reduction strike” against competitors through AI penetration across its entire product line (Source: JeffDean)

Qwen 4 R&D Pace Slows to Focus on Model Quality: The head of Alibaba’s Tongyi Qwen team stated they would “slow down” to focus on quality improvements rather than purely pursuing release frequency. Community rumors suggest Qwen 3.5 has internally achieved a context window in the millions. This strategic adjustment may reflect that, under compute constraints, top Chinese model teams are shifting from “chasing scale” to “refining extreme engineering efficiency” and “long-context reasoning depth” (Source: Reddit)

Qwen 4 R&D Pace Slows to Focus on Model Quality

Sakana AI Proposes RePo Mechanism to Optimize Long-Context Attention: Sakana AI introduced the Contextual Repositioning (RePo) mechanism, breaking the model’s rigid dependency on the 1-2-3 order of input sequences. RePo can learn positions based on contextual structure to capture actual correlations between information. Experiments show this mechanism significantly reduces attention waste when processing noisy long inputs while maintaining strong short-text performance, providing a new approach for long-context reasoning (Source: TheTuringPost)

Sakana AI Proposes RePo Mechanism to Optimize Long-Context Attention

🧰 Tools

Claude Code vs. Codex: The Developer Experience Rivalry: Developers have found that while Codex’s CLI toolchain is slightly unrefined, its model offers advantages in code writing robustness and large token handling; meanwhile, Claude Code excels in general task execution and interaction experience. Scripts mirroring Claude Skills to Codex have already appeared in the community, attempting to combine the strengths of both. The rise of this “Vibe Coding” culture is reshaping individual developer workflows (Source: dotey)

Financial Automation Framework Implementation Based on Claude Code: A developer demonstrated how to use Claude Code and its plugin system to build a financial agent, reducing monthly bookkeeping time from 3 days to half a day. Subagents were used for invoice entry (2 hours to 2 minutes) and bank reconciliation (half a day to 5 minutes). This case proves that LLM agents have achieved extremely high ROI in vertical niches like finance and law (Source: dotey)

Financial Automation Framework Implementation Based on Claude Code

Temple Bridge: A Local AI Memory Layer Based on File Systems: To address state loss in local LLMs, a developer built the Temple Bridge MCP server. It uses the file system directory structure as the AI’s memory carrier and requests human approval via a “governance protocol” before executing dangerous commands. This “file system as circuit” paradigm avoids complex vector database maintenance, providing Apple Silicon users with a 100% offline AI assistant with a “conscience” (Source: Reddit)

Temple Bridge: A Local AI Memory Layer Based on File Systems

LlamaParse + Claude Agent SDK for Complex Form Filling: A developer launched an AI Agent capable of automatically extracting information from unstructured documents like scanned receipts to fill complex forms. The tool combines LlamaParse’s document parsing capabilities with Claude’s semantic understanding, supporting multi-turn dialogue corrections and concurrent multi-file processing. This solves the “last mile” problem of “from document to action” in the RAG field (Source: jerryjliu0)

📚 Learning

MIPRO: Multi-prompt Instruction Proposal Optimizer: Research from Stanford and other institutions showcased the MIPRO framework, which can automatically optimize prompts, outperforming hand-designed prompts by 13%. MIPRO uses Bayesian optimization and LLM sampling to find optimal instruction combinations for complex tasks. This suggests that “Prompt Engineering” is accelerating from manual alchemy to algorithmic automation (Source: dl_weekly)

GU: Geometric Unlearning to Eliminate Side Effects: To solve the problem of models “accidentally damaging beneficial knowledge while forgetting harmful knowledge,” researchers proposed the GU algorithm. Through first-order gradient analysis, unlearning updates are decomposed into orthogonal components, provably ensuring that retained knowledge remains unaffected. The algorithm achieved Pareto improvements on datasets like TOFU and MUSE, providing mathematical guarantees for LLM safety alignment and privacy erasure (Source: mmitchell_ai)

GU: Geometric Unlearning to Eliminate Side Effects

Career Roadmap for Self-Taught AI Engineers and “Domain Arbitrage”: The community shared a successful path from real estate to AI, with the core idea being “Domain Arbitrage”—combining AI technology with specific industry expertise. Learning resources emphasize starting with LangChain projects and building applications that solve actual industry pain points (like CondoGPT) to build credibility, rather than obsessing over underlying math. This provides a pragmatic transition guide for non-CS backgrounds (Source: LangChain)

Career Roadmap for Self-Taught AI Engineers and "Domain Arbitrage"

💼 Business

OpenAI Employee Background Investigation Reveals Elite University Monopoly: Data shows OpenAI employees are highly concentrated from Stanford (230), Berkeley (151), and MIT (100). Graduates from these three schools account for over 13% of the total workforce. Despite Sam Altman’s rhetoric that “degrees are useless,” the actual moat OpenAI has built is an extreme monopoly on talent from the world’s top computer science institutions, forming a self-reinforcing elite feedback loop (Source: 36Kr)

OpenAI Employee Background Investigation Reveals Elite University Monopoly

Anthropic Bans Developer Accounts, Sparking Open Source Community Protest: Well-known developer Doodlestein revealed that his 22 Max accounts were banned by Anthropic for developing open-source Agent tools. Despite paying thousands of dollars in monthly subscriptions and contributing high-quality RL data, he received this treatment. This incident has sparked widespread questioning of AI giants “burning bridges” and exercising excessive control over the developer ecosystem, with some developers stating they will switch to OpenAI or local models (Source: doodlestein)

Zhipu’s Market Value Surges Post-Listing Amid Commercialization Bets: Within a week of listing, Zhipu’s market value soared from HKD 50 billion to HKD 110 billion, primarily driven by its strategic partnership with Didi and its GLM-Image open-source model topping leaderboards. Over 80 shareholders (including Alibaba, Tencent, Meituan, and local state-owned capital) achieved massive paper returns. This marks a critical turning point for domestic large models from “fundraising competition” to “secondary market valuation realization” (Source: Investment China)

🌟 Community

AGI Abundance Vision vs. Neo-Feudalism Social Debate: The community is heatedly debating Elon Musk’s “Post-AGI Abundance” versus George Hotz’s “Neo-Feudalism” views. Supporters believe AI will eliminate scarcity, while opponents fear capital power will further solidify through AI, leaving 99% of the population as a permanent underclass. This discussion reflects deep-seated anxiety about the reconstruction of the social contract as the technological singularity approaches (Source: Reddit)

AGI Abundance Vision vs. Neo-Feudalism Social Debate

Collective Backlash Against ChatGPT Ads and “Experience Erosion”: The Reddit community reacted strongly to OpenAI’s introduction of ads, with some users jokingly redefining AGI as “Ad Generated Income.” Users generally dislike the “preachy” and “condescending” tone of AI assistant responses, believing commercial pressure is making the once-pure interaction bloated and hypocritical. Some Plus users have begun considering switching to Perplexity or local deployments (Source: Reddit)

AI Energy Consumption Compared to “Burger Shops” Sparks Environmental Controversy: In response to criticism of AI data centers’ water and power consumption, an analysis pointed out that the largest AI data center uses only as much water as 2.5 In-N-Out Burger locations. This comparison went viral on social media; supporters argue AI’s environmental threat is exaggerated, while critics argue this obscures the fundamental difference between industrial-grade and consumer-grade consumption (Source: AymericRoucher)

AI Energy Consumption Compared to "Burger Shops" Sparks Environmental Controversy

Developers’ “Flow State” and Efficiency Alienation in AI Collaboration: Many programmers shared experiences of entering an extreme “flow state” with tools like Claude Code, even waking up at 4 AM to code. However, some warn against the pressure of “running Agents 24/7,” suggesting it could lead to the alienation of human labor, demoting developers from “creators” to “overseers of AI queues” (Source: blader)

💡 Others

Boston Dynamics Atlas Achieves Shelf Operations and Folding Evolution: A recent video shows the electric version of the Atlas robot evolving from simple walking to complex shelf stocking, tire flipping, and even folding for storage like the Spot dog. This marks the acceleration of humanoid robots from lab “acrobatics” to “real-world operations” in industrial logistics (Source: Ronald_vanLoon)

Yunpeng Technology Releases AI+Health Smart Kitchen Products: Yunpeng Technology showcased a smart refrigerator equipped with an AI health large model, providing personalized nutrition management through the “Health Assistant Xiaoyun.” This shows AI penetrating from pure digital interaction into physical living spaces, achieving closed-loop health management for residents via home appliance terminals (Source: 36Kr)

MIT Develops Deformable 3D Structures for “On-Demand Shaping”: MIT researchers developed a flat structure that can instantly transform into complex 3D shapes with a single pull. This combination of material science and geometric algorithms provides a new path for the rapid manufacturing of deployable space structures, medical implants, and soft robots (Source: Ronald_vanLoon)