125 related articles

A four-stage AI Agent development roadmap: from core theory and ReAct paradigm to multi-agent collaboration and production deployment. Covers DeepSeek, Coze, Dify, and more.
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.

An in-depth look at the core tech behind AI Agents: how the HNSW, IVF, and PQ vector search algorithms power RAG and long-term memory. Understand where a model's "memory" and "knowledge" come from.
AI Coding Agents Have Amnesia — An Ope…
Tired of AI coding agents forgetting everything? Explore an open-source SSH-synced memory system that lets Cursor, Claude Code, and other agents retain project context across sessions and devices — no cloud required.

When cloud AI privacy terms hide data-sharing risks, local model deployment and open-source frameworks offer developers a path to true data control. Analyzing xAI, OpenAI, GLM, Kimi, and Qwen.

A hands-on guide to deploying Dify 1.8.0, covering setup steps, Workflow vs. Chatflow differences, RAG knowledge base, and MCP support for AI app development.

Can small local models (1.5B–3B) become software domain experts? This article breaks down CPT, SFT, RAG, and Agent architectures, with a layered RAG-centric design for CPU-only local deployment.

Semantic caching uses vector embeddings to match similar queries and avoid redundant LLM calls, cutting AI app costs by up to 50%. Learn how it works, how to set thresholds, and when to use it.

A deep dive into uncensored AI models: how censorship is removed, whether self-learning is real, and hardware requirements for local deployment. Covers Ollama, LM Studio, Llama, quantization, and more.

A comprehensive guide to LangChain: core concepts, RAG applications, Agent development, version selection (0.3/1.0), and career opportunities for Java/Python developers entering LLM development.
Adaptive Recall: A Deep Dive into Pers…
Adaptive Recall uses MCP (Model Context Protocol) to give AI assistants like Claude persistent memory across sessions, featuring vector storage, semantic retrieval, and adaptive forgetting.

An in-depth explanation of RAG (Retrieval-Augmented Generation) principles, with a hands-on guide to loading PDF, Word, and other document formats in LangChain to build a complete ChatDoc Q&A app.

RoughCut is a fully automated AI editing tool generated by Codex, supporting talking-head, unboxing, and commentary modes with a semi-automated publishing system.

The open-source project "Interview System" offers 204 RAG interview questions, 12 architecture approaches, and deep analysis of 6 failure modes. Prepare systematically for RAG engineer roles.

A comprehensive look at n8n, the open-source workflow automation platform: core features, 500+ node ecosystem, AI Agent and RAG integration, plus a fast learning path.

How can you prepare efficiently for a Java backend interview? This article breaks down the core methodology of "process-driven interview engineering," covering resume optimization, understanding principles, scenario analysis frameworks, and production troubleshooting.

A complete guide to building a local AI coding agent on a 32GB Mac: Ollama for local inference, OpenCode as the agent framework, and MCP memory servers for cross-session context. Code stays on-device, no subscription fees.

An in-depth comparison of OpenClaw and Hermes Agent, covering skill management, memory mechanisms, security, and gateway configuration to help you find the right AI agent solution.

GitHub trending project exercises-dataset features 433 fitness exercises with target muscles, equipment types, instructions, and animation demos—ideal for fitness apps, AI coaches, and RAG systems.

Deep dive into the three-layer architecture of AI persistent memory systems—storage, management, and retrieval—with an in-depth comparison of Mem0, Zep, and ContextNest to help developers choose the right memory solution for AI Agents.