2412 related articles

Explore why general AI agents are essentially coding agents. From Turing completeness to composability and verifiability, discover the paradigm shift from Function Calling to Code as Action.

A clear breakdown of the four core AI Agent concepts: Function Calling, Tool, MCP, and Skill — understand the full tech stack behind intelligent agent development.

A comprehensive guide to AI Agent development: covering Agent vs. Chatbot differences, framework selection, tool calling design, RAG pipeline setup, and production deployment best practices.

Running Gemma 3 12B locally via Ollama and want to build an AI Agent? This guide covers tool calling, n8n/LangChain/CrewAI comparisons, context limits, and more.

GPT-5.6 is officially released with core upgrades including programmatic tool calling, autonomous subagent delegation, and higher token information density. A hands-on card game build reveals its Agentic power.

An in-depth look at the three core eras of AI Agent development: reliable tool calling, coherent long-task execution, and autonomous orchestration with metacognition. Helps developers match tasks to model capabilities.

A deep dive into AI Agent architecture and enterprise deployment. From LangChain and ReAct design to dynamic tool calling and multi-task recognition — build autonomous enterprise AI assistants.

Build an AI Agent from scratch — no frameworks. Deep dive into Function Call schema design, MCP remote mirroring, dual-model routing, and short-term memory management.
TutorialsIn-depth comparison of ReAct and CodeAct — two core Agent tool-calling architectures. From paper principles to code implementation, learn the trade-offs between reasoning+action and code execution.
TutorialsDeep dive into MCP (Model Context Protocol): its principles, communication architecture, and practical applications. Compare MCP vs Function Calling, explore client-server communication and security.
TutorialsLearn how to build a production-grade AI Agent chat app with LangChain and FastAPI, covering streaming tokens, asyncio parallel tool calling, SerpAPI async conversion, and structured output.
Deep DivesDeep dive into NVIDIA Dynamo's multi-turn agentic interaction support, covering streaming token output, structured tool calling, state management, and MoE synergy for production-grade AI agents.
TutorialsComplete guide to building Dify Agents: Function Call tool calling, ESA search configuration, time awareness solutions, and 161 plugin tools for no-code AI agent development.
TutorialsLearn how to build an AI Agent on Dify with zero code, covering Function Call vs ReAct modes, Exa search tool setup, time-awareness solutions, and Agent best practices.

Xberg v1 is an MIT-licensed open-source local document extraction engine. CPU-only, supporting 101 formats with built-in SPLADE and ColBERT retrieval, Rust-powered for RAG and ML pipelines.

Deep dive into the LiveKit Agents open-source framework for building real-time voice AI agents using STT, LLM, and TTS modules with production-ready deployment capabilities.

Alibaba launches flagship model Qwen3-Max focused on coding and collaboration, paired with Qwen Studio platform integrating multimodal AI, tool calling, and Artifacts to compete with GPT-4o and Gemini.

How to build product analytics and evaluation capabilities for AI Agents at the MCP protocol layer, covering session-level tracing, tool call observability, and quality Evals.

Uber open-sources ADR, an enterprise AI Agent security framework gaining 140 stars in one day. Plus webpack, Deno, Angular, Tailwind CSS hold steady.

MicroCodex re-implements OpenAI's Codex programming agent in C++ with a binary under 1MB. This article analyzes its engineering design, minimalist philosophy, and use cases in CI/CD and embedded systems.