This series documents what we learned building a production AI agent runtime and Aiden — StackGen’s multi-tenant orchestration platform for enterprise SRE and platform teams. Every post is grounded in shipped behavior and production failures, not demo polish.

Start with a pack

Pack For
Go agent runtime Runtime definition, Go vs Python, platform split
SRE on-call Triage, RCA, observability
Evidence-gated RCA checklist Operator review of agent write-ups
“Done” checklist When not to trust agent completion

Topic hubs

Dive by theme:

Suggested for you

Every post, month by month

August 2026 11 posts
  • Why hallucination guards fail when they truncate evidence, how claim packing works, and the pitfalls of fail-open and brittle overlap.

    · ai-agents, golang, runtime, hallucination, evidence, production

  • Single-agent vs multi-agent orchestration for SRE triage — a fair A/B, what each shape is good at, and a decision framework without defaulting to either.

    · ai-agents, multi-agent, orchestration, sre, reactree, incident-response, workflows, golang, aiden

  • Adopt Aiden board SDLC with one OpenTofu module — Specify → Research → Plan → review PR — without wiring every sg_* resource by hand.

    · ai-agents, github, workflows, aiden, terraform, opentofu, sdlc, beginners

  • Wire Aiden board SDLC the hard way: every sg_* resource from provider and models through GitHub integration, agent, workflow, webhook, and status poll.

    · ai-agents, github, workflows, aiden, terraform, opentofu, sdlc, beginners

  • What SRE AI agents are — AI for incident triage, diagnostics, and RCA with bounded autonomy — vs chatbots and open-ended remediation demos.

    · ai-agents, sre, incident-response, on-call, production, aiden

  • What an AI agent runtime is — the production loop for planning, tools, and context — vs a GenAI platform, chatbot, or notebook demo.

    · ai-agents, runtime, golang, production, aiden

  • SRE for agentic systems and AI agents. Introducing Judgment SLOs and how to measure agentic drift in production.

    · ai-agents, sre, observability, golang

  • PII redaction for AI agents needs two views: protected model history and authorized operator visibility when debugging tool calls.

    · ai-agents, pii, privacy, security, observability, audit, aiden, production

  • How to steer an AI agent mid-run: additive feedback, iteration-boundary delivery, and completion gates so corrections change the active task.

    · ai-agents, hitl, human-in-the-loop, feedback, orchestration, ux, aiden, production

  • Prompt caching for AI agents fails when context is turbulent — stable prefixes, early compaction, isolated helpers, and references beat payload copies.

    · ai-agents, prompt-caching, llm, tokenomics, context-management, aiden, production

  • AI agent loop detection can erase good work — preserve the best evidence-backed answer when a stalled run ends instead of a generic failure.

    · ai-agents, loop-detection, reliability, orchestration, sre, aiden, production

July 2026 17 posts
  • AI agent root cause analysis fails when digs find a lead and discard it — peer noise, wrong fire-time windows, and transcript gates for AI SRE agents.

    · ai-agents, sre, root-cause-analysis, incident-response, on-call, evaluation, prompt-engineering, aiden, production, observability

  • When an AI SRE agent hits a dead end during incident response, creativity means searching harder — not hallucinating rule IDs, metrics, or a tidy root cause analysis.

    · ai-agents, sre, root-cause-analysis, incident-response, on-call, prompt-engineering, aiden, production, llm-hallucination

  • AI agent root cause analysis for SRE: soft prompts don't stop bad RCAs — curiosity checklists, hard gates, and batched validation before confident narratives.

    · ai-agents, root-cause-analysis, sre, incident-response, on-call, evaluation, prompt-engineering, production, aiden, compound-ai

  • Why production AI agents need an independent completion check — options we rejected, the goal-scoped loop we shipped, and the papers that shaped it.

    · ai-agents, verification, llm-as-judge, production, golang, aiden, sre, budgets

  • A production lesson in agent observability: measure telemetry quality before trusting reliability, correctness, cost, or latency scores.

    · observability, ai-agents, telemetry, evaluation, sre, production, langfuse

  • Hypothesis-driven debugging for AI SRE root cause analysis — climb identity and onset before deploy theories, keep parallel branches, prove first and narrate last.

    · sre, incident-response, root-cause-analysis, ai-agents, on-call, hypothesis-driven-debugging, production, aiden

  • Production-ready AI agents need receipts, not fluent demos — evidence gates, bring-up discipline, HITL tiers, and eval checklists for enterprise agent pilots.

    · ai-agents, production, sre, evaluation, hitl, workflows, aiden, compound-ai, enterprise-agents

  • AI agent learning loop for production — daily digests become human-approved workflow and policy changes, not bigger vector stores. HITL governance for enterprise agents.

    · ai-agents, learning, governance, workflows, policy, hitl, aiden, production, enterprise-agents

  • Wiki playbooks trained a generation of on-call engineers. AI agents need procedures that change with your stack — and that's an argument for version-controlled runbooks, not against human-friendly docs.

    · runbooks, gitops, confluence, sre, incident-response, ai-agents, golang

  • Runbooks are fine for humans and stable ladders — bad as the agent's only navigation. After months of multi-plane RCA: topology, gates, and verify-first beat another forty-page notebook.

    · ai-agents, sre, evaluation, compound-ai, workflows, golang

  • The best way to debug a multi-step AI agent and execution logs. Bring up multi-stage agent pipelines one stage at a time.

    · ai-agents, workflows, evaluation, golang, sre, testing

  • LLM token budget strategies for production agents — context budgets, tool compression, and FinOps loops that keep sessions finishing.

    · llm, finops, ai-agents, context-window, production, aiden

  • Evidence-based verification for AI agents — pull proof from ArgoCD, Datadog, and systems of record; let Go own pass/fail.

    · ai-agents, sre, verification, observability, production, golang

  • Evidence-gated multi-plane RCA — fixed DAG, structural evals, and token-aware tool loops for production agent workflows.

    · ai-agents, compound-ai, orchestration, evaluation, sre, workflows

  • AI incident triage for SREs — what actually helps on-call versus demo theater. Canonical copy now on StackGen.

    · sre, incident-response, on-call, ai-agents, production, golang

  • Production AI agent tool calls need layered JSON repair — why one pass fails and what we learned in Go middleware.

    · ai-agents, production, go, reliability, tool-calls

  • We built a proprietary product. We also merged 17 PRs into the agent framework we depend on. Here's how to navigate that tension.

    · open-source, community, ai-agents, go, engineering

June 2026 12 posts

More on this site

Posts outside the numbered series (e.g. cloud entitlements, web→LLM metrics) live on the homepage archive.

FAQ

Why build an enterprise AI agent platform in Go?

Go gives you static typing, simple deployment, and concurrency primitives that map cleanly to multi-stage agent workflows. This series covers when that trade-off beats Python-first AI frameworks in production.

Where should I start reading?

Use a starter pack: Go agent runtime (definition, why Go, platform split) or SRE on-call (triage, RCA, observability). Then open the searchable series archive and follow series_order. Each post is self-contained but builds on prior lessons.

Who is this series for?

Staff engineers, platform teams, and SREs shipping agentic workflows to production — not tutorial readers looking for a hello-world chatbot.