247 articles
Deep DivesDeep dive into Agent Loop, the core mechanism of AI Agents, based on ReAct architecture. Covers Tool Call ID handling, context management, assistant message feedback, with full Python code and common bug fixes.
Deep DivesDeep dive into MCP's Host-Client-Server three-layer architecture and its Resources, Tools, Prompts primitives. Learn how it transforms AI tool integration from M×N to M+N.
Deep DivesRalph Loop is a 2025 AI programming paradigm: a memoryless AI Agent repeatedly reads the same Prompt, accumulates experience via file systems, beating multi-agent architectures through iterative loops.
Deep DivesShould AI output Markdown or HTML? This article provides a clear format selection framework using two dimensions—content maintenance lifecycle and reading comprehension efficiency—with practical scenarios and a comparison table.
Deep DivesA plain-English guide to LLMs, Skills, AI Agents, and OpenClaude — clarifying how AI evolved from "can talk" to "can act" to "can act autonomously," with a comparison table.
Deep DivesOpenAI launches ChatGPT personal finance tools connecting bank accounts via Plaid for conversational money management. Deep analysis of features, strategy, privacy risks, and industry impact.
Deep DivesExplore the three key stages of LLM training: pre-training learns language, post-training learns tasks, alignment learns boundaries. Understand why AI hallucinates.
Deep DivesA systematic guide to AI Agents covering core principles of perception, decision-making, and action, plus the technical stack of LLMs, tool calling, memory systems, and RAG, with real-world use cases.
Deep DivesIn-depth analysis of TradingAgents-Astock, an open-source multi-Agent investment research framework for China's A-shares with 7 analysts, quality gates, and zero-cost data sources.
Deep DivesDeep dive into LangChain's five core modules: Model I/O, Data Connection & Retrieval, Chains, Agents, and Memory. Learn RAG workflows, Agent decision-making, and practical AI app development.
Deep DivesDeep analysis of DeepSeek V3.2 and V3.2 Special: DSA sparse attention for faster long-context processing, RL compute at 10% of pre-training, and Agent task synthesis across 1,800 environments.
Deep DivesDeep dive into Hermes Agent V0.13.0's 87 Built-in Skills reorganized into 7 functional layers with priority guidance. Find the 17 core Skills worth learning first.
Deep DivesThe core of AI alignment is aligning What to do, not How to do. Through an Alembic database migration case, learn how Harness engineering crystallizes dev standards into reusable assets for automated programming.
Deep DivesHow Playground Skill uses HTML interactive interfaces to solve the pain points of natural language limitations in AI coding. Comparing traditional text-only modes with the new two-way interaction paradigm for Coding Agents.
Deep DivesDeep breakdown of AI Agent Skill's three-layer architecture: decision layer dynamic routing, encapsulation layer SOP standardization, and execution layer state machine self-healing, with practical solutions for context explosion, error recovery, and generality balance.
Deep DivesWill frequent Git commits fill your hard drive? Deep dive into Git's Delta compression and Packfile mechanism, revealing why pure code commits cost almost nothing and identifying the real culprit — large binary files.
Deep DivesLearn how to read AUC area charts with this complete guide covering ROC curve interpretation, AUC scoring standards (0.5–1.0), three model comparison scenarios, and PR curve vs ROC curve differences.
Deep DivesLearn confusion matrix TP, TN, FP, FN concepts, Accuracy, Precision, Recall, and F1 Score formulas. Practical guide for choosing the right classification metric across spam detection, fraud prevention, and cancer screening scenarios.
Deep DivesDeep analysis of Windsurf seamless account-switching plugin's technical implementation, revealing risks of account bans, code theft, and legal liability. Four compliant alternatives for developers.
Deep DivesExplore how the XANI project uses NVIDIA GPUs to accelerate XFEL data analysis, compressing nanoscale imaging from days to hours and advancing fusion materials and semiconductor research.