Hacker News new | ask | show | jobs
Show HN: Axon – Let coding agents develop their own framework on Kubernetes (github.com)
3 points by gjkim042 120 days ago
I started Axon to run claude --dangerously-skip-permissions safely — just isolate it in an ephemeral K8s Pod and the flag isn’t dangerous anymore.

It grew into an orchestration tool. You apply a Task, Axon spins up an isolated Pod, the agent works autonomously, and you get back a PR link, branch name, and exact cost in USD. TaskSpawner can watch GitHub Issues and spawn agents automatically.

I use Axon to develop Axon itself — agents pick up issues, open PRs, and self-review: https://github.com/axon-core/axon/blob/main/self-development...

Written in Go, Apache 2.0. Would love feedback on the approach.

1 comments

Interesting concept, orchestration tooling is going to be big within the next 12 months