From f3e53b6422c4369851ae550c61a8c7fef9459419 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Mar 2026 19:29:00 +0000 Subject: [PATCH 1/2] Initial plan From 987cb3ff4982b896f7bdda055bd4862ef993cc9f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Mar 2026 19:29:49 +0000 Subject: [PATCH 2/2] Add H1 heading to human-in-the-loop blog post for SEO and consistency Co-authored-by: ProfessorSeb <1268277+ProfessorSeb@users.noreply.github.com> --- src/blogContent/human-in-the-loop-kagent.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/blogContent/human-in-the-loop-kagent.mdx b/src/blogContent/human-in-the-loop-kagent.mdx index 43ae887..88bc863 100644 --- a/src/blogContent/human-in-the-loop-kagent.mdx +++ b/src/blogContent/human-in-the-loop-kagent.mdx @@ -7,6 +7,8 @@ export const metadata = { authorIds: ["sebastianmaniak"], }; +# Human-in-the-Loop with kagent: Keeping Humans in Control of AI Agents + AI agents are getting good — really good — at taking autonomous action. They can inspect your Kubernetes cluster, diagnose problems, create resources, and even clean up after themselves. But here's the uncomfortable question most teams are quietly asking: *"Do I actually want an AI agent deleting things in my production cluster without asking me first?"*