Skip to content

Commit 89dad25

Browse files
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 <sebastian@maniak.io>
1 parent 785af65 commit 89dad25

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

src/app/blog/authors.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ export const authors: Author[] = [
3838
{
3939
id: "sebastianmaniak",
4040
name: "Sebastian Maniak",
41-
title: "Field CTO",
42-
photo: "/images/authors/sebastianmaniak.jpg",
43-
bio: "Sebastian Maniak is a Field CTO at Solo.io, helping organizations adopt cloud-native technologies and AI-powered infrastructure.",
41+
title: "Technical Product Marketing Manager",
42+
photo: "/images/authors/sebastianmaniak.png",
43+
bio: "Sebastian Maniak is a Technical Product Marketing Manager at Solo.io, focused on AI and helping organizations adopt AI-powered infrastructure.",
4444
},
4545
{
4646
id: "michaellevan",

src/blogContent/human-in-the-loop-kagent.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ export const metadata = {
77
authorIds: ["sebastianmaniak"],
88
};
99

10+
# 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.
11+
1012
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:
1113

1214
*"Do I actually want an AI agent deleting things in my production cluster without asking me first?"*

0 commit comments

Comments
 (0)