352 related articles

A complete guide to learning AI Agents: from large model fundamentals and core technologies to hands-on projects. Systematically outlines beginner methods and exposes crash-course marketing traps.

Google's official hands-on: how to go from idea to production fast with AI Studio and build AI Agents using the now-GA Interactions API. The core idea—Agents are just combinations of files.

Official Google hands-on: go from idea to production fast with AI Studio, and build AI Agents with the now-GA Interactions API. The core idea: an Agent is just a composition of files—Markdown plus a few scripts, no complex Python loops needed.

An in-depth look at an intelligent paper writing platform built on FastAPI + Vue 3, combining LLM, RAG, and multi-Agent collaboration for full-process automation—an excellent case study for AI developers.
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.
sqlite-utils 4.1 Released: The --code …
sqlite-utils 4.1 brings practical new features: the --code option for generating rows via Python, type overrides to solve ZIP-code leading-zero loss, STRICT table mode switching, drop-index, and more. A deep dive into the design and AI-assisted dev workflow.

A comprehensive guide to OpenAI's new AI coding agent Codex: from concept and comparison of its four forms, to installing Git/Node.js/VS Code, configuring the API Key, and creating a workspace.

Claude Code isn't just a chat AI—it can directly read projects, modify code, and run commands. This article compares Claude Code with ordinary AI across five dimensions: interaction, context, execution, memory, and tool calling.

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 Vue3 beginner tutorial centered on "learn just enough, apply immediately." A three-stage path covers reactivity, Composition API, Element Plus, and data visualization, culminating in an enterprise-grade AI health monitoring system with blood sugar management, RAG consultation, and doctor-patient collaboration.

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.

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.

Learn the core concepts behind FastAPI: frontend-backend separation, API interface design, and RESTful specification. Master resource-oriented design before writing your first line of code.
pi-web: An Open-Source Web UI Built fo…
pi-web is an open-source TypeScript Web UI for the pi coding agent, offering visual execution flows, interactive intervention, and session management. 1500+ stars on GitHub.

A beginner's guide to ROS2: what ROS really is (an SDK, not a traditional OS), how ROS1 and ROS2 differ, and how to choose the right version to start robot development.
Agentty: An 11MB Lightweight Claude Co…
Agentty is an open-source AI coding assistant written in C++26, compiling to just 11MB. Positioned as a drop-in alternative to Claude Code, it explores lightweight, native-first AI tooling.

How OpenAI Codex Cloud runs multiple tasks in parallel using isolated containers, async workflows, and PR review. A practical guide to agentic coding efficiency.
Why Tokio and Rayon Don't Mix Well: A …
Why mixing Tokio and Rayon in Rust async code causes performance traps, how spawn_blocking isolates blocking tasks, and the key difference between concurrency and parallelism.

Cosmonapse is an open-source multi-agent framework that replaces central orchestrators with peer nodes, using typed signals and an event bus to fully decouple tool calls, memory, and HITL. Supports Python and TypeScript under Apache 2.0.

A developer used GPT and Codex to build a real-time typhoon detection system with 3D maps, timeline playback, and risk analysis — all in just 20 minutes.