gjkim042

↗ HN profile [ 34.8 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Kelos is a Kubernetes framework for orchestrating autonomous coding agents. It runs Claude Code, Codex, Gemini, OpenCode, or custom agents safely in isolated, ephemeral pods. The idea is that you define your everyday…

  2. Kelos is a Kubernetes framework for orchestrating autonomous AI coding agents (like Claude Code) in ephemeral pods. The original goal was sandboxing — I didn't want to run agents with --dangerously-skip-permissions…

  3. I built Axon, an open-source Kubernetes controller that turns AI coding agent runs into a declarative API. I can define my development workflow in YAML so that Axon handles the rest — isolation, credentials, git…

  4. Hi HN, I originally started this project simply to safely run autonomous coding agents (like Claude in auto-mode) in isolated environments. But as I built it, I realized the potential was much bigger than just…

  5. 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…