Learn the system
A 14-module Academy covering agents, tools, RAG, MCP, multi-agent systems, evaluation, security, observability, governance and enterprise architecture.
This page is the shortest path through the Agentic AI Academy. It shows how I approach agentic AI as an engineering system: bounded autonomy, explicit policy, measurable evaluation, operational controls and evidence for release decisions.
Hendar Mawan, PhD · AI Engineering Leader
A 14-module Academy covering agents, tools, RAG, MCP, multi-agent systems, evaluation, security, observability, governance and enterprise architecture.
A framework-neutral reference implementation with bounded control flow, explicit policy decisions, tests, security boundaries, CI and production engineering patterns.
A live Hugging Face playground for bounded agent execution, RAG evidence, policy gates, prompt-injection controls and transparent traces.
A public 48-case evaluation and security benchmark across task success, tool routing, RAG groundedness, prompt injection, unsafe actions, policy decisions, multi-agent coordination and regressions.
A Streamlit engineering lab for per-domain pass rates, trace inspection, policy decisions, RAG evidence, security failures, regression comparison, latency/cost metrics, release gates and downloadable reports.
Controller → planner → policy engine → tool gateway → RAG/tools → evaluation → human approval → audit.
Task success, groundedness, routing accuracy, safety, latency, tokens, estimated cost and regression behavior.
Least privilege, prompt-injection resistance, unsafe-action blocking, approval gates, bounded execution and audit evidence.
CI, deterministic reference behavior, release thresholds, regression checks, observability and operational evidence.
“I built the Agentic AI Academy to demonstrate how I engineer trustworthy agents from first principles through production operations. The GitHub repository is the canonical source: curriculum, reference architecture, code, tests, security patterns and CI. The Hugging Face Playground lets you experience a bounded agent and inspect RAG, policy and prompt-injection behavior. The public benchmark then tests eight domains including task success, tool routing, groundedness, unsafe actions and regressions. Finally, the Streamlit Engineering Lab turns those benchmark cases into operational evidence: pass rates, traces, security failures, latency and cost, regression comparisons and a configurable release gate. The key point is that I do not treat an agent as just a model call—I design the control plane around it so capability can be evaluated, secured, observed and governed before release.”
Open the Academy page. Say that the goal is trustworthy agent engineering, not another chatbot demo.
Show the GitHub architecture and explain controller, policy, tools/RAG, evaluation, approval and audit boundaries.
Open the Hugging Face Playground, then the dataset. Emphasize transparent behavior and repeatable benchmark cases.
Open the Engineering Lab. Switch from Reference baseline to a regression profile and show the release gate change.
Conclude: capability is useful only when the complete system can be measured, secured, observed and governed.
For a fast technical review, open the Engineering Lab, trigger a regression profile, inspect the failed cases and release gate, then follow the source link to the canonical GitHub implementation.