119 related articles

A complete guide to building a local private AI assistant with Ollama and Qwen-Agent. Covers RAG knowledge integration, voice interaction, and permission isolation for a secure local AI Agent architecture.

In-depth analysis of when brute force vector search beats vector databases. For RAG apps with under a few hundred thousand vectors, brute force offers exact recall, simpler architecture, and easier debugging.

A systematic guide to standardized datasets for RAG retrieval experiments, covering BEIR, MS MARCO, Natural Questions, and TREC benchmarks for dense, sparse, and hybrid retrieval evaluation.

How to learn AI Agent development from scratch? This article outlines a clear 3-step path: Python crash course, LLM theory & practice, and LangChain framework project implementation.

How to learn AI Agents from scratch? This guide covers two clear paths: developers go from Python to LLMs to open-source framework source code; practitioners use Claude Code or similar tools to get results fast.

Learn AI Agent core principles from scratch: understand how Agents differ from LLMs, their execution mechanisms, why rule design matters, and find the right learning path for your goals.

A deep dive into LLM Agent frameworks covering RAG, Agent core components (tools, memory, planning), and Agent Tuning workflows with cost considerations for production deployment.

A beginner's guide to AI Agents: understand core principles, how Agents differ from LLMs, their execution mechanisms, and get tailored learning path recommendations.

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.

A systematic guide to the complete learning path for AI Agent development—covering prompt engineering, RAG knowledge bases, LangChain & LangGraph, fine-tuning, and multi-agent collaboration.

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.

Context engineering is the core methodology for building efficient AI Agents, covering query enhancement, RAG retrieval, prompt design, memory management, and tool invocation. Master Write, Select, Compress, and Isolate to solve LLM hallucination at its root.

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.
Human-Centered AI: Real-World Implemen…
An MSR workshop reveals the truth about AI deployment: from a $20 corneal diagnostic device to expert-in-the-loop chatbots, researchers share real-world experiences of AI in healthcare and design within resource-scarce environments.

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.
AstrBot: A Deep Dive into the Multi-Pl…
AstrBot is an open-source AI Agent framework supporting WeChat, QQ, Telegram and more, with multi-LLM compatibility and plugin extensibility. Full technical breakdown inside.

Gaurav Sen reveals the fatal trap in AI learning: starting from ML fundamentals often leads to burnout. Learn the Onion Model approach—RAG, Agents first, Transformers next, math last.

Andrew Ng and Anthropic's Claude Code course covers RAG development, data analysis, and Figma-to-frontend projects, with deep dives into context management, MCP tools, and CLAUDE.md architecture.
TurboVec: A Deep Dive into the Rust-Po…
TurboVec is a Rust-based vector index library powered by TurboQuant, with Python bindings for RAG, semantic search, and AI applications. A deep-dive into its architecture.