276 related articles

Spring AI 2.0 brings five core updates: mandatory Spring Boot 4 upgrade, Tools parsing moved up, built-in Agentic mechanism, MCP switch to Streamable HTTP, and on-demand tool-loading Advisor.

Spring AI 2.0 brings five core updates: mandatory upgrade to Spring Boot 4, lifted Tools parsing, built-in Agentic mechanism, MCP switch to Streamable HTTP, and an on-demand tool-loading Advisor.

A deep dive into an AI paper writing system built with FastAPI + Vue3, covering multi-agent collaboration, RAG, streaming output, and full academic workflow automation.

Spring AI 1.0 is here — Java developers can now build AI apps without switching to Python. This guide covers LLM integration, RAG, intelligent customer service, and Agent patterns for enterprise deployment.

In the AI programming era, Vibe Coding alone can only build toys. This article deeply analyzes the complete engineering path from Vibe Coding to SDD spec-driven development, covering Claude Code and Codex tool selection, the SuperPower plugin, and domestic LLM comparisons.

Step-by-step guide to deploying Dify AI platform locally with Docker. Covers Linux, Windows, macOS setup, docker compose launch, and first-time initialization in under 30 minutes.

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

A focused guide to core LLM application engineer interview topics, covering agent architecture, Multi-Agent, Langfuse evaluation, security, and RAG optimization.

A step-by-step guide to locally deploying the Dify open-source AI platform using BT Panel on a VMware virtual machine, covering Ubuntu setup, Docker config, and image pull troubleshooting—beginner-friendly.

A step-by-step guide to locally deploying the open-source Dify AI platform using the BT Panel on a VMware virtual machine—covering Ubuntu setup, Docker config, and image pull troubleshooting.

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.
Open Deep Research: A Complete Guide t…
A deep dive into LangChain's open-source project open_deep_research: an AI deep research agent built on LangGraph, supporting flexible multi-model and multi-search tool configuration, with 12,000+ stars.

Java developers can build AI apps too! Learn LangChain4j fundamentals including RAG, Agents, Function Calling, and hands-on projects — no Python required.

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.

A beginner's guide to Dify: build RAG knowledge bases visually with zero coding. Covers agents, workflows, and why private deployment makes Dify ideal for enterprise AI.

AI Agents in production face systemic dependency drift risks — model updates silently change outputs and silent failures are hard to detect. Learn detection strategies, hidden costs, and engineering practices.

A 3-month structured roadmap for developers transitioning into AI/LLM engineering: Python & API basics, LangChain/FastAPI stack, and RAG/Agent projects.

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.
Cognee: The Open-Source Knowledge Grap…
Cognee is an open-source AI memory platform using knowledge graphs to give AI agents persistent cross-session memory. Self-hosted, graph + vector hybrid retrieval. 28K+ GitHub stars.