Archive

Articles

Foundational explainers, system design essays, operational guidance, and teardown work focused on practical AI agent engineering.

March 10, 2026

LLMs, Workflows, and Agents: What Actually Changes?

The real shift from LLM to workflow to agent is not a buzzword change. It is a change in who owns the task, the execution path, and the next-step decisions.

LLMs / Workflows / AI Agents / Agent Engineering / Foundations

March 9, 2026

Why Agent Engineering Is Becoming Its Own Discipline

Agent engineering is emerging because the hard problem is no longer a single prompt. It is designing closed-loop systems that can reason, retrieve context, use tools, stay governable, and hold up in production.

AI Agents / Agent Engineering / Systems Design / Context Engineering / Evals

March 9, 2026

What Is an AI Agent?

An AI agent is a goal-directed system that can observe state, decide what to do next, use tools, and act across multiple steps. Here is the clean first-principles definition, plus how agents differ from LLMs and workflows.

AI Agents / Agent Engineering / Foundations / Workflows / LLMs