93 related articles

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.

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.

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.

A comprehensive introduction to FastAPI's core concepts: frontend-backend separation, RESTful API design, JSON data exchange, HTTP methods, and idempotency explained clearly.

Learn CrewAI's core concepts (Agent, Task, Process, Crew, Pipeline) and how to wrap a multi-Agent service with FastAPI. Covers GPT, Qwen, and Ollama local model integrations with real benchmark comparisons.

Learn FastAPI fundamentals: frontend-backend separation, what API interfaces really are, and how RESTful standards work. Essential groundwork for Python backend development.

Learn FastAPI from the ground up: understand frontend-backend separation, Starlette's ASGI architecture, and RESTful API design before writing a single line of code.
TutorialsA systematic guide to core concepts for FastAPI beginners, covering frontend-backend separation architecture, RESTful API design, and JSON data format advantages for Python developers.
TutorialsLearn how to build a multi-Agent collaborative system with CrewAI and FastAPI. Covers Agent, Task, Crew concepts, GPT/Tongyi Qianwen/Ollama integration, with complete code examples and model comparisons.
TutorialsFastAPI beginner essentials: Learn frontend-backend separation vs monolithic web development, RESTful API design principles, HTTP methods and resource operations mapping.

Build high-quality AI projects on a budget. Learn how to use Ollama, Groq, Chroma, and other free open-source tools to build RAG systems and multi-Agent workflows from scratch.

Build high-quality AI projects on a budget. Learn how to use Ollama, Groq, Chroma, and other free open-source tools to build RAG systems and multi-Agent workflows from scratch.

Ponytail, GitHub's #1 monthly open-source Skill, injects a 'less is more' philosophy into AI Agents, cutting code volume by an average of 54%. Compatible with 20+ Agents including Claude Code, Cursor, and Copilot.

Ponytail, GitHub's #1 monthly open-source Skill, injects a 'less is more' engineering philosophy into AI Agents, cutting code volume by 54% on average. Compatible with 20+ Agents like Claude Code and Cursor.

Enterprise AI/LLM roles now demand engineering skills: streaming recovery, high concurrency, multi-tenancy, LLM gateways, Langfuse observability, and evaluation platforms. Master these 8 core competencies.

In-depth analysis of the five core dimensions of AI Agent testing: command safety, tool-calling accuracy, task planning, output consistency, and error self-repair. Master automated testing and the transition path for test engineers.

An in-depth analysis of the five core dimensions of AI Agent testing: command safety, tool-calling accuracy, task planning, output consistency, and error self-repair. Master automated testing methods and the transition path for test engineers.
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.

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.