AI Engineering
·
May 10, 2026
·
12 min read Structure prompts around identity, grounding, task rules, role context, and YAML composition so agents stay consistent over time.
AI Engineering
·
May 10, 2026
·
13 min read Package the agent stack with one multi-target Dockerfile, one Compose file, and a dev.sh script with health gates locally.
AI Engineering
·
May 9, 2026
·
8 min read Compare the six Python and .NET MAF API differences you will hit when porting samples, from constructors to workflow wiring.
AI Engineering
·
May 9, 2026
·
14 min read Build an eval pipeline with golden datasets, scoring, smoke/full modes, and CI gates to catch prompt regressions before release.
AI Engineering
·
May 9, 2026
·
18 min read Every MAF concept from the prior chapters, mapped to the exact file and line where it lives in the live e-commerce repo.
AI Engineering
·
May 3, 2026
·
7 min read Render any workflow as Mermaid (GitHub-friendly) or Graphviz DOT (production runbooks). One line each, deterministic output, dark-mode-safe palette.
AI Engineering
·
May 3, 2026
·
14 min read Add HTTP-layer production patterns for password reset, refresh-token rotation, reuse detection, and secret rotation in APIs.
AI Engineering
·
May 3, 2026
·
17 min read Run MAF DevUI locally to test prompts, inspect tool calls and OTel spans, and register agents by code or directory discovery.
AI Engineering
·
May 2, 2026
·
13 min read Persist workflow state at superstep boundaries, reload snapshots in a fresh process, and continue without losing progress.
AI Engineering
·
May 2, 2026
·
19 min read Pause a workflow for human input, resume it with the same request_id, and keep the caller-side contract simple across runs.
AI Engineering
·
May 2, 2026
·
15 min read Define a workflow in YAML, load it at runtime, and tweak orchestration without recompiling the Python or .NET app safely.
AI Engineering
·
Apr 26, 2026
·
21 min read Use Magentic orchestration for autonomous planning: a manager keeps facts, delegates to workers, reassesses, and replans when stuck.