401 related articles

How a Bilibili creator used AI Agent, MCP, and Playwright to build a JLCEDA local netlist analysis plugin from scratch—covering features, setup, and the full Agent-driven dev process.

Get started with Claude Code from scratch: detailed Windows installation, environment variable setup, China network bypass, and connecting to free Alibaba Cloud Bailian models—plus the three working modes.
sqlite-utils 4.1 Released: The --code …
sqlite-utils 4.1 brings practical new features: the --code option for generating rows with Python, field type overrides fixing leading-zero ZIP codes, STRICT table mode switching, drop-index, and more. A deep dive into each design and the AI-assisted dev workflow.

A developer fine-tunes a small model with LoRA to extract conversation state, tackling the LLM long-conversation memory problem. A deep dive into the technical approach, dataset design, and the real trade-offs between fine-tuning and prompt engineering.

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.

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 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.

OpenAI Codex is more than a coding tool—it's an AI agent that writes code, makes slides, and operates browsers. This guide covers its four versions, permission modes, plugins, automation, and six best practices.
Outlines: The Open-Source Tool for Get…
Outlines is an open-source Python library for structured LLM output. Using constrained decoding with FSMs, it guarantees JSON, regex, and Pydantic-compliant generation with near-zero overhead.

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

An in-depth guide to Anthropic's Claude Code agentic coding tool, covering installation, pricing plans, model selection, token management, CLAUDE.md global memory, MCP integration, Subagents, and more.

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.

Build a production AI voice agent with Claude Code + Telnyx single-stack — no code needed, live phone number in 5 minutes. Covers 5 business scenarios including appointment booking, lead qualification, and support triage.

In-depth analysis of Claude Code customization methodology: from access, knowledge injection to tooling. Master context window management, zero-overhead Hooks, and MCP & Skills plugin primitives to build a scalable AI software engineering workflow.

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.

A practical guide to interface alignment, SSE streaming integration, and end-to-end testing for enterprise AI Agent projects — eliminate wasted debugging and ship faster.

Learn how to build full-stack WeChat Mini Programs using only JavaScript. This guide covers cloud databases, cloud functions, and cloud storage with a real-world project.