From 89dad253af8ac2bcc4252007132a345953c7da96 Mon Sep 17 00:00:00 2001 From: Sebastian Maniak Date: Wed, 11 Mar 2026 17:45:45 -0400 Subject: [PATCH] docs: Update Sebastian Maniak's author details and add a title to the human-in-the-loop kagent blog post. Signed-off-by: Sebastian Maniak --- src/app/blog/authors.ts | 6 +++--- src/blogContent/human-in-the-loop-kagent.mdx | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/blog/authors.ts b/src/app/blog/authors.ts index 7adc664..bebc6c4 100644 --- a/src/app/blog/authors.ts +++ b/src/app/blog/authors.ts @@ -38,9 +38,9 @@ export const authors: Author[] = [ { id: "sebastianmaniak", name: "Sebastian Maniak", - title: "Field CTO", - photo: "/images/authors/sebastianmaniak.jpg", - bio: "Sebastian Maniak is a Field CTO at Solo.io, helping organizations adopt cloud-native technologies and AI-powered infrastructure.", + title: "Technical Product Marketing Manager", + photo: "/images/authors/sebastianmaniak.png", + bio: "Sebastian Maniak is a Technical Product Marketing Manager at Solo.io, focused on AI and helping organizations adopt AI-powered infrastructure.", }, { id: "michaellevan", diff --git a/src/blogContent/human-in-the-loop-kagent.mdx b/src/blogContent/human-in-the-loop-kagent.mdx index 43ae887..0b74f1d 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"], }; +# How to build Kubernetes-native AI agents that pause and ask for approval before taking destructive actions, using kagent's human-in-the-loop capabilities. + 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?"*