Path
AI engineering practice
An engineering path from prototype to production for large model applications, covering core topics such as Prompt Engineering, RAG Architecture, LLM Ops, and more.
-
1. AI engineering delivery practice map
guideA navigation guide for AI engineering delivery: RAG knowledge entry points, requirement contracts, AI-TDD Manifest, BMAD/Speckit workflows, delivery gates, and reusable evidence.
-
2. Building a RAG System: Architecture, Retrieval, Quality, and Release Gates
guideA three-part guide for building a knowledge hub RAG assistant, from system boundaries to retrieval implementation, quality evaluation, safety controls, and release evidence.
-
3. AI-TDD: Requirement Contracts and Multi-Dimensional Evidence Acceptance
postAI-TDD turns human intent into a Manifest requirement contract, then accepts AI-generated work through evidence chains and Gate verdicts.
-
4. Technical Interpretation Index | Curated Translations
postOriginal technical interpretation and selected articles from foreign technology communities to explore best practices in AI engineering
-
5. Original interpretation: Discovery and prevention of silent hallucination in RAG system
postBased on an in-depth analysis of RAG system failure cases in the production environment, we explore the nature of the silent illusion problem, monitoring blind spots, and architectural-level solutions.
-
6. Original interpretation: How AI Agent implements large-scale testing quality access control
postPractical analysis of AI testing agent based on Node.js project scaffolding, and explore the implementation ideas of automated quality access control
-
7. RAG Retrieval Implementation Deep Dive: Chunking, Hybrid Retrieval, and Intent Routing
postAn implementation guide for chunking, stable chunk IDs, hybrid retrieval, rule-based intent routing, current-page summaries, rerank, fallback, and verification.