247 articles
Deep DivesAI Agent getting dumber over time? Context Rot has two root causes: Distraction (attention dilution) and Poisoning (causal chain contamination). Learn symptoms, mechanisms, and remediation strategies.
Deep DivesWhat exactly is a large model? This article explains the essence of LLMs from the core concepts of "models" and "parameters," covering GPT parameter scales, vector dimensions, and open-source model selection.
Deep DivesGoogle Cloud Next unveils TPU v8t (training) and TPU v8i (inference) chips. Deep analysis of their architecture, strategic significance, and impact on AI chip competition.
Deep DivesDeep dive into Decoupled DiLoCo distributed training: how decoupling training units enables fault tolerance, letting large-scale AI training continue through node failures and reducing downtime loss from 100% to 1%.
Deep DivesJeff Dean reflects on Google Translate's 20 years and three tech leaps: 2006's trillion-token language model validating Scaling Law, 2016's Seq2Seq+TPU neural translation, and now Gemini integration.
Deep DivesDeep dive into AI code review system architecture with AST parsing, RAG retrieval, and vector databases. Learn how to boost review effectiveness from 30% to 80%.
Deep DivesAlibaba's open-source reasoning model QwQ-32B achieves performance rivaling DeepSeek R1 (671B) with only 32B parameters through a two-stage reinforcement learning strategy on verifiable tasks.
Deep DivesHow RL, Self-Play, and Verifiers work together to evolve LLM reasoning — driving the leap from SFT imitation to true System 2 deep thinking.
Deep DivesDeep dive into MCP protocol internals: core concepts of Host, Server, and Tool, complete data flow, Function Calling evolution, and packet capture revealing how Cline actually communicates with LLMs.
Deep DivesExplore how the Singulari-Tea Codex open-source project applies the Single Responsibility Principle (SRP) to Prompt architecture design, building a modular AI narrative system optimized for Gemini 2.5 Pro.
Deep DivesA deep dive into D2C (Design to Code) technology, comparing it with traditional development and Vibe Coding, covering Figma AI implementation, three-level interview questions, and enterprise architecture design.
Deep DivesA complete guide to the five-dimensional AI Agent evaluation framework covering task set design, process and result evaluation, and controlled experiments for AI product managers.
Deep DivesDeep dive into Claude Code Auto Mode: how the independent Classifier reviews AI operations, three-level graceful degradation prevents system deadlocks, SubAgent triple review with Prompt Injection protection, plus setup and plan requirements.
Deep DivesDeep dive into Anthropic's MCP (Model Context Protocol): how Host, Server, and Client work together with JSON-RPC 2.0 to transform AI from chatbot to digital employee.
Deep DivesDeep dive into how Cursor's unlimited refill plugin works via multi-account rotation, its security and ban risks, plus compliant alternatives like Cursor Pro, API access, and multi-tool strategies.
Deep DivesA clear breakdown of MCP (Model Context Protocol): its core concepts, three standard primitives, real-world use cases, and ecosystem status. Learn how Anthropic's open-source unified tool integration standard is changing AI development.
Deep DivesDeep dive into Microsoft's open-source Magentic-UI: a human-AI collaborative Agent platform built on AutoGen. Explore its five core capabilities, system architecture, and Human-in-the-Loop design.
Deep DivesDeep dive into the four stages of AI Agent evolution: Chat, Copilot, Agent, and Agentic AI. Covers ReAct framework, Spring AI stack, and multi-Agent architecture design for 2025.
Deep DivesDeep analysis of the Claude Code source code leak, revealing seven core mechanisms of its Harness architecture including context management, tool call orchestration, and state tracking for AI Agent developers.
Deep DivesA deep dive into Huawei's open-source Hermes Agent framework: five-layer memory architecture, self-evolution loop, multi-agent collaboration, and comparison with Open Manus.