March 2026
KubeStellar Console is of the first open source projects where the majority of code is written, reviewed, and maintained by AI agents — with human oversight at every step.
This isn’t about replacing developers. It’s about what becomes possible when AI handles the volume and humans focus on direction.
In the last two weeks alone, over 90 PRs were merged into the console repository. Each was:
The result: bug fixes ship in hours instead of weeks. Security issues found by scanners get patched the same day. New features go from idea to merged PR in a single session.
When you report a bug through the console’s feedback system (the bug icon in the top bar, or navigate to /issue):
Feature requests follow the same pipeline. Describe what you want, and the system figures out how to build it.
Beyond user-reported issues, automated QA runs hourly:
When these scans find issues, they automatically create GitHub issues, which trigger the same AI fix pipeline.
The best way to contribute is through test PRs. A failing Playwright test or a new API contract test tells the AI agents exactly what to build. Tests define the expected behavior — the agents write the implementation.
See CONTRIBUTING.md for details.
/issue