199 related articles

A comprehensive guide to LangGraph's core concepts: Graph API vs Functional API, three-layer architecture, and workflow visualization methods for building AI Agents.

A systematic overview of the AI Agent tech stack: RAG retrieval, Agent planning, MCP protocol, AI Gateway, and observability — helping developers build production-grade AI systems.

AI is driving software development's third tool revolution. Explore how MasterGo AI, Cursor, and similar tools span design to code, and learn the future competitiveness formula: full-stack skills + AI proficiency + real-world experience.

How to handle Agent infinite loops? This guide covers three-layer loop detection, four strategy-switching techniques, root cause analysis, and multi-layer fallbacks for building stable, production-grade Agent systems.

Deep dive into langgraph-agent-stack: per-run dollar budget control, canary traffic routing, Mock testing mode, and 800+ test cases to safely deploy AI Agents from demo to production.

Google DeepMind engineer Philip reveals: almost everyone uses coding agent Skills, yet almost no one writes evals for them. A deep dive into Skill evaluation methods, 8 actionable tips, and a real Gemini API case study.
ui-skills: An AI Skills Library Built …
ui-skills is an open-source AI Skills library for design engineers that helps AI generate higher-quality UI code. It quickly gained thousands of GitHub Stars.

A ByteDance interviewer breaks down the 3-layer Vibe Coding interview framework: AI tool awareness, complex product engineering, and a 1-hour full-stack challenge. Architectural thinking wins.

A deep dive into Loop Engineering: how multi-agent collaborative dev systems achieve automated coding loops through workflow scheduling, step isolation, and validation.

Enterprise guide to Claude Code: CLI setup, switching to DeepSeek and other Chinese AI models, Git workflow automation, and bug fix loops to boost team productivity.

Tencent's open-source BrowserSkill (BSK) lets AI agents reuse your real browser login state via a separate window, single-tab borrowing, and human takeover — safely and within clear boundaries.

A deep dive into the three-layer AI Agent evaluation framework — outcome, process, and system layers — covering trajectory evaluation, tool call accuracy, automated testing, and key engineering challenges.

An indie dev attempts to train a CPU-native LLM on $0 budget using ternary quantization, sparsity, and fine-grained MoE — with pre-registered success criteria and full public reporting.

AI code spiraling out of control? This article breaks down a three-layer engineering system — Prompt rules, Skill workflows, and Harness feedback loops — with real-world results showing pass rates rising from 70% to 98%.
How DSLs Make LLM Outputs More Reliabl…
LLM output instability is a core production challenge. This article analyzes how DSLs improve LLM reliability through verifiability, semantic convergence, and structural constraints.

How to handle Agent tool call failures? Learn a 3-tier fault governance system: exponential backoff, self-correction loops, and human-in-the-loop for high-risk failures.

Model training failure is the norm in research, not the end. Using a real DiT fine-tuning failure on weather radar as a case study, this guide offers a systematic three-layer debugging methodology — data, training convergence, and evaluation — to help deep learning practitioners diagnose issues and iterate efficiently.

A structured AI Agent learning path covering core principles, prompt engineering, tool use, multi-agent systems, and frameworks like LangChain, CrewAI, and Dify for enterprise deployment.
Deep Dive into AI Agent Skill Design: …
A deep dive into Skill design philosophy from Anthropic's Claude Code team and Perplexity's Agent team, covering the Tax Test, Gotchas Flywheel, progressive disclosure, and Eval-First practices for building high-quality AI Agent skill systems.
Voice-Driven Geometric Interaction: LL…
How can LLMs translate natural language into geometric operations? This article breaks down a voice-driven geometry system: LLM for semantic parsing, Function Calling to bridge the geometry SDK.