---
title: "When AI agents become contributors: How KubeStellar reached 81% PR acceptance"
url: https://daily.dev/posts/when-ai-agents-become-contributors-how-kubestellar-reached-81-pr-acceptance-9wq8cx6d2
source_url: https://www.cncf.io/blog/2026/05/14/when-ai-agents-become-contributors-how-kubestellar-reached-81-pr-acceptance
type: article
source: "CNCF"
published: 2026-05-14T11:05:20.229Z
updated: 2026-05-14T11:05:45.232Z
tags: ["testing", "kubernetes", "cicd", "ai-agents"]
reading_time: 8
upvotes: 8
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# When AI agents become contributors: How KubeStellar reached 81% PR acceptance

**[CNCF](https://daily.dev/sources/cncf)** · 8 min read · 8 upvotes · 0 comments

## Summary

A solo maintainer's account of building KubeStellar Console (a Kubernetes multi-cluster dashboard) using AI coding agents, and the hard lessons learned about making AI-assisted development reliable. The initial euphoria of fast output gave way to cascading failures, leading to a structured 'AI Codebase Maturity Model' with five stages: Assisted, Instructed, Measured, Adaptive, and Self-Sustaining. Key insights include externalizing coding preferences in instruction files, treating tests as the trust layer for autonomous workflows (91% coverage across 32 nightly suites), only automating after measurement is in place, and prompting agents with 'why' questions rather than 'fix' commands. The result: 81% PR acceptance over 82 days, with bugs resolved in ~30 minutes and features landing as PRs in ~1 hour — all without a better model, just better surrounding infrastructure.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.cncf.io/blog/2026/05/14/when-ai-agents-become-contributors-how-kubestellar-reached-81-pr-acceptance>

## Similar posts on daily.dev

- [Beyond prompting: How KubeStellar reached 81% PR acceptance with AI agents](https://daily.dev/posts/beyond-prompting-how-kubestellar-reached-81-pr-acceptance-with-ai-agents-dohgx1e8z) · The New Stack · 1 upvotes · 0 comments
- [Open source maintainership in the age of AI](https://daily.dev/posts/open-source-maintainership-in-the-age-of-ai-35iiiamps) · Kubernetes · 3 upvotes · 0 comments
- [AI Code Review at Scale: LinkedIn's Multi-Agent Approach](https://daily.dev/posts/ai-code-review-at-scale-linkedin-s-multi-agent-approach-7lpkuhkzi) · InfoQ · 0 upvotes · 0 comments

---

Tags: [#testing](https://daily.dev/tags/testing), [#kubernetes](https://daily.dev/tags/kubernetes), [#cicd](https://daily.dev/tags/cicd), [#ai-agents](https://daily.dev/tags/ai-agents)

[View this post on daily.dev](https://daily.dev/posts/when-ai-agents-become-contributors-how-kubestellar-reached-81-pr-acceptance-9wq8cx6d2)
