188 related articles

A systematic roadmap from LangChain and LangGraph to multi-agent development, covering RAG, Tool Calling, MCP, and more, helping developers break into AI app development.

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 focused guide to core LLM application engineer interview topics, covering agent architecture, Multi-Agent, Langfuse evaluation, security, and RAG optimization.

Skip the dry theory and get hands-on! This article demonstrates step by step how to build a working AI Agent from scratch in 30 minutes using AI coding tools—covering the agent skeleton, tool system, memory mechanism, Flask web UI, and DeepSeek API integration.

Deep dive into LangChain v1.3: compare LangChain, LangGraph, and DeepAgent paradigms, explore RAG pipelines, multi-agent systems, and local LLM deployment for enterprise AI apps.

Build a RAG knowledge base from scratch using Dify's low-code platform. A hands-on Delta Force game assistant case study covering agents, knowledge base setup, and private deployment.
jcode Deep Dive: Why Rust Is the Ideal…
jcode is an open-source Coding Agent framework built in Rust, gaining nearly 200 GitHub Stars in a day. Explore its architecture, Rust advantages, and application potential.

A RAG pipeline crashed three times due to inter-stage data format mismatches. Learn how JSON Schema and Pydantic explicit contracts turn fragile AI pipelines into maintainable systems.

Microsoft designer Tua Nguyen built Opal, an AI rabbit assistant on Raspberry Pi using OpenClaw — capable of browsing the web, finding recipes, and operating GitHub.

A deep dive into the Agent Loop: how agents autonomously cycle through think→act→think, the difference from regular LLMs, ReAct paradigm origins, and how to implement one from a while loop.

New to AI test development? This article breaks down the differences between machine learning and traditional programming, the origins of AI hallucinations, and the core principles of NLP/NLU/NLG to help test engineers build a solid AI knowledge framework.
BAML: A Type-Safe Programming Language…
BAML is a domain-specific language for AI Agent development that uses a type system to solve unreliable LLM structured output and unmaintainable prompts.

A deep dive into Coze 3.0's multi-agent collaboration, covering project workspace architecture, credit economics, local tool integration, and a Dify comparison.
Designing APIs for AI Agents: A Paradi…
When AI Agents become the primary API callers, traditional interface design assumptions break down. This article explores agent-friendly API design principles and how MCP is driving this paradigm shift.

A systematic breakdown of LangChain's six core modules (Models/Prompts/Chains/Memory/RAG/Agent) and LangGraph's state graph, persistence, and HITL — with production deployment tips.
Agnost AI: How to Automatically Extrac…
Agnost AI, a YC-backed startup, automatically extracts user feedback and product insights from AI Agent conversations. Deep dive into its positioning, technology, and challenges.

Learn LangChain 1.3 core concepts including LLM model abstraction, RAG retrieval-augmented generation, and Agent orchestration. Build a Deep Agent with planners, tools, and reflection modules.

A deep dive into Waku Agent's four pillars: Loop Engineering, three-tier Memory system, Eval assessment, and the Harness scaffold. Full walkthrough of a local-first AI assistant from task execution to memory consolidation.
The Evolution of Coding Agents: A Para…
Coding agents are evolving from reactive code completers to proactive planners. Explore the "think ahead of time" paradigm, Plan-and-Execute architecture, and its impact on developer workflows.

Can small local models (1.5B–3B) become software domain experts? This article breaks down CPT, SFT, RAG, and Agent architectures, with a layered RAG-centric design for CPU-only local deployment.