2416 related articles

A German engineer built a fully automated chess YouTube channel with an AI Agent, combining LLMs and chess engines to auto-generate explainer videos nightly, reaching 500K views. Here's the tech architecture, tool design, and real costs.

Starting from the three limitations of LLMs, this guide systematically explains LangChain's core positioning, environment setup, API key prep, model init, and the message system. Learn init_chat_model and AIMessage/HumanMessage/SystemMessage.

Learn how to pick the best LLM, RAG, and AI Agent courses. Discover 4 key criteria for hands-on AI learning and top resources for developers.

Prompt engineering and RAG are just the basics. Real enterprise AI runs on Agents. Explore the 4 stages of LLM deployment, Agent core capabilities, and industry trends.

An in-depth breakdown of LangChain 1.3's core concepts, covering the three major limitations of LLMs, Agent architecture, memory management, and a complete learning path. Master LangChain and LangGraph to quickly build AI development skills.

Tencent Hunyuan and Tsinghua jointly release DiscoBench, the first benchmark evaluating search agents' dynamic ambiguity clarification. Covering 463 ambiguity instances across 11 domains, it reveals real weaknesses of mainstream LLMs.

Master LangChain from scratch: the three limitations of LLMs, init_chat_model unified interface config, the Message type system, and the path from LLM calls to Agent development.

Andrew Ng explains the AI Agent Planning Design Pattern: how LLMs autonomously create step-by-step execution plans using tools, with real-world examples and current limitations.
Building a Coding Agent with LLM: A De…
Simon Willison built llm-coding-agent — an open-source Claude Code-style agent — using just two prompts and TDD. Explore its tool design, bootstrapped dev process, and real-world test results.
Payload-Less Skills: The Hidden Supply…
Payload-Less Skills are a stealthy new attack targeting LLM agent supply chains — no malicious code required. Learn how they work and how to defend against them.

Vibe Coding, coined by ex-Tesla AI Director Karpathy, redefines AI programming. This article breaks down the LLM + Agent + Workflow three-layer architecture.

Deep analysis of LLM job interview essentials: Multi-Agent architecture, Harness engineering, Agent Loop, sandbox isolation, and memory management with career transition tips.

SWE-agent team finds mini-SWE-agent randomly switching between GPT-5 and Claude Sonnet 4 outscores either model alone on SWE-bench. Exploring the diversity hypothesis behind Roulette Mode.

A deep dive into LLM selection for LangChain and MCP agent development, comparing DeepSeek V3/R1 vs Qwen3 on Function Calling and MCP support with practical tips.

Deep dive into OpenAgent, an open-source AI assistant featuring Computer Use, Browser Use, and Coding Agent capabilities, built on LLM + RAG + Agent Loops.

Step-by-step guide to configuring CreateNow agents with DeepSeek, Kimi, and Xiaomi LLMs. Covers one-click setup, custom model integration, and API Key acquisition for building AI digital employees.

A systematic guide to LangChain LLM application development, covering environment setup, core components (RAG, Chain, Memory), and Agent development to help developers master LLM app building.
TutorialsA deep dive into Agent Tuning principles and practices, covering why Agent training is needed, the evolution from Prompt to RAG to Agent, development workflows, and cost assessment for private deployment.
TutorialsA systematic AI Agent learning roadmap covering Python setup, Prompt Engineering, RAG, LangChain, multi-Agent collaboration, with enterprise medical consultation system case study and phased learning plan.
TutorialsA systematic guide to LangChain's core features, covering LLM vs. Agent concepts, unified interface design, multi-provider support, environment setup, and hands-on code examples for AI app development.