Hualin Luan Cloud Native · Quant Trading · AI Engineering

Search

Search articles, guides, and topics

Enter a keyword to search English articles, guides, and topics.

Live site index search

Discover

Not sure what to search for yet?

Start with topics, tags, reading paths, or recent articles.

Topics

Topic entry points

Tags

Popular tags

Reading paths

Recommended reading paths

Follow topic-oriented reading paths to build context quickly.

Path

AI engineering practice

Open topic →

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. 1.Technical Interpretation Index | Curated Translations

    Article

    Original technical interpretation and selected articles from foreign technology communities to explore best practices in AI engineering

  2. 2.Original interpretation: Discovery and prevention of silent hallucination in RAG system

    Article

    Based 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.

  3. 3.Original interpretation: How AI Agent implements large-scale testing quality access control

    Article

    Practical analysis of AI testing agent based on Node.js project scaffolding, and explore the implementation ideas of automated quality access control

  4. 4.AI engineering implementation practice map

    Guide

    A practical guide to AI engineering around BMAD, Speckit, and spec-driven development.

  5. 5.Original interpretation: Agent quality assessment - the cornerstone of trust in the AI ​​era

    Article

    In-depth analysis of the essential challenges of Agent quality assessment and why quality engineering is the key to determining the success or failure of AI products

Path

SFT data engineering

Open topic →

A systematic construction method for high-quality supervision and fine-tuning data, covering data cleaning, annotation, synthesis and quality assessment.

  1. 1.From engineering practice to training data: a systematic method for automatically generating SFT data in AI engineering

    Article

    Following the data closed loop in Part 7, this article focuses on how to process the screened engineering assets into high-quality SFT samples and connect them to a manageable, evaluable, and iterable training pipeline.

  2. 2.Why do you need to be a coding mentor for AI?

    Article

    When AI programming assistants become standard equipment, the real competitiveness is no longer whether they can use AI, but whether they can judge, calibrate and constrain the engineering output of AI. This article starts from trust gaps, feedback protocols, evaluation standards and closed-loop capabilities to establish the core framework of "Humans as Coding Mentors".

  3. 3.Original interpretation: The art of LLM fine-tuning—from data preparation to model refinement

    Article

    In-depth exploration of the complete practical path of fine-tuning large language models, from engineering thinking in data preparation to detailed control of model training, reveals the key methodologies that turn general AI into domain experts.

Path

Agent Harness

Open topic →

The design and optimization of the Agent running environment covers file system, code execution, sandbox, context management and verification closed loop.

  1. 1.Agent Harness is not a supporting role, but the most underrated main battleground of AI engineering in 2026

    Article

    What really determines the upper limit of an agent is often not the model itself, but the harness organized around the model. This article is based on LangChain's disassembly of the agent harness, extending my complete understanding of file systems, code execution, context management, verification closed loops and long-term task endurance. It also explains why the focus of AI engineering competition in 2026 is shifting from 'model capabilities' to 'working system design'.

  2. 2.What the long-term task agent really lacks is not intelligence, but the handover, recovery and acceptance capabilities.

    Article

    The failure of long-term task agents often does not stem from the model's inability to think, but from the system's failure to design 'handover, recovery, verification, and continuation' as first-class citizens. This article is based on Anthropic's discussion of long-running agent harness, extending my complete views on cross-session execution, state externalization, feature contract, smoke test, browser verification and multi-round execution structure. It also explains why a truly usable agent does not run for a long time at a time, but can catch it round after round.

Recent

Recently updated

ArticleJava4/8/2026

Java Ecosystem Outlook: JDK 25 LTS, JDK 26 GA, and JDK 27 EA

An enterprise architecture view of Java's next decade: version strategy, roadmap status, ecosystem boundaries, cloud-native operations, AI governance, and performance evolution.

javajdkecosystemarchitecture
ArticleJava4/7/2026

JIT and AOT: From Symptoms to Diagnosis to Optimization Decisions

A production decision guide for HotSpot, Graal, Native Image, PGO, and JVM diagnostics.

javajitnative-imagegraalvmperformance
ArticlePython4/6/2026

Original Analysis: Capability Building for Python Developers in the AI Tools Era—A Practical Guide for Frontline Engineers

Based on Stack Overflow 2025 data, establishing a capability building roadmap from beginner to expert, providing stage assessment, priority ranking, and minimum executable solutions

original-interpretationpythonai-toolscareerlearning-pathpractical-guide
ArticlePython4/6/2026

Original Analysis: Why Python Monopolizes LLM Development—Ecosystem Flywheel and Data Evidence

Synthesizing multi-source data from Stack Overflow 2025, PEP 703 industry testimonies, and LangChain ecosystem to analyze the causes and flywheel effects of Python's dominance in AI

original-interpretationpythonai-mlecosystemdata-analysisllm
ArticleJava4/6/2026

Spring AI and LangChain4j: Enterprise Java AI Applications and AI Agent Architecture

A production-grade guide to Spring AI, LangChain4j, RAG, tool calling, memory, governance, observability, reliability, security, and enterprise AI operating boundaries.

javaspring-ailangchain4jai-engineering
ArticleJava4/5/2026

Java Cloud-Native Production Guide: Runtime Images, Kubernetes, Native Image, Serverless, Supply Chain, and Rollback

A production-oriented Java cloud-native guide covering runtime selection, container resources, Kubernetes contracts, Native Image boundaries, Serverless, supply chain evidence, diagnostics, governance, and rollback.

javajpmsnative-imagecloud-native
ArticlePython4/5/2026

Original Analysis: Why FastAPI Rises in the AI Era—The Engineering Value of Type Hints and Async I/O

Analyzing Python type hints, async I/O, and FastAPI's rise logic; establishing a feature-capability matching framework for LLM API service development

original-interpretationpythonfastapiasynctype-hintspydanticweb-framework