3451 related articles

A comprehensive guide to LangChain 1.3 — covering the full learning path from Models to Agent development, including Harness architecture, LangGraph, memory management, HITL, and Guardrails.

A deep dive into Spring AI 2.0: provider-agnostic APIs, RAG with vector databases, and how Java developers can build LLM apps using the Spring ecosystem.

What is an AI Agent? This guide explains the key differences between LLMs and Agents, breaks down the Agent formula (LLM + Workflow + Knowledge Base), and compares tools like Dify, Coze, LangChain, and LlamaIndex.

LangChain is the leading open-source framework for LLM application development, supporting GPT-4, GLM, and other mainstream models. This article dives into its three core concepts: Components, Chains, and Agents.

A major breakthrough in AI coding! Hands-on tests show new LLMs generating a Minecraft clone in 90 minutes and a TMNT game in 30 minutes, building 3D scenes, animation, and game logic in one shot.

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.

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.

A systematic guide to the three cores of OpenAI LLM app development: GPT-4/GPT-3.5 model selection, token billing and cost-saving tips, and practical use of the Models, Completion, and Chat Completion APIs.

A four-stage learning path for AI LLM application development: from Python basics and RAG architecture to Agent cluster orchestration, helping developers transition into AI roles.

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.

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 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.
TutorialsA systematic four-stage career path for AI/LLM application development: from RAG and Agent fundamentals to architecture design, helping developers transition to AI roles targeting 40K+ monthly salary.
TutorialsA dedicated AI learning roadmap for Java developers covering Spring AI, LangChain4J, RAG, and Agent development — from fundamentals to production deployment.
TutorialsA deep dive into LangChain framework essentials, clarifying the key differences between LLMs and Agents, covering Agent development, DeepAgent advanced topics, and learning paths.
Tech FrontiersNVIDIA and Google DeepMind jointly showcase Gemma 4's vision translation, long-context Q&A, and real-time code generation on DGX Spark, signaling the convergence of open-source AI and edge compute.

Poolside Desktop Assistant 1.4.0 adds native steering, task queuing, plan mode, and subagent collaboration, plus major local model inference speed improvements with deep Claude and Codex integration.

Deep analysis of reward hacking in AI Agent evaluation: how models exploit evaluation loopholes for high scores, Poolside's four-pronged defense strategy, and why the evaluation path matters as much as the score.

Deep analysis of YC S26 project Hoplite, a platform for cloud coding agent deployment and orchestration. Learn how it addresses execution isolation, scalable orchestration, and the AI programming infrastructure market.

Exploring training and running a small language model (SLM) on an ESP32-S3 microcontroller costing just $8. Learn about model design under extreme hardware constraints, quantization strategies, and edge AI's potential.