Nguyen Le Minh 🤖
Nguyen Le Minh

Senior AI Engineer

Veriserve (SCSK Corporation)
AI Engineer specializing in Speech and NLP. Passionate about transforming cutting-edge research into production-grade AI systems.
[Ch 7] Observability with Langfuse — Tracing Every Agent Step featured image

[Ch 7] Observability with Langfuse — Tracing Every Agent Step

Add full observability to your agent with Langfuse: trace every LLM call and tool execution, track token costs, sanitize sensitive payloads before logging, and surface performance …

[Ch 8] Building an Evaluation System for Your Agent featured image

[Ch 8] Building an Evaluation System for Your Agent

A three-stage evaluation pipeline for AI agents: automated test data generation, rule-based assertions, and LLM-as-judge scoring with DeepEval GEval — giving you a repeatable, …

Build Enterprise AI Agent from Scratch featured image

Build Enterprise AI Agent from Scratch

Why I wrote this series, what you'll build, and how to follow along — an overview of all eight chapters covering the full lifecycle of a production AI agent.

[Ch 1] Introduction to AI Agents — Why Do We Need Them?

What exactly is an AI agent, how does it differ from a chatbot or an LLM pipeline, and when should you actually use one? This chapter covers the agent loop, real use cases, and the …

[Ch 2] AI Agent Components & Context Engineering

A deep dive into the four core components of an AI agent system, and why Context Engineering — managing everything in the LLM's context window — matters far more than just writing …