frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

A Kubernetes operator that orchestrates AI coding agents

https://medium.com/@bobbydeveaux/we-built-an-ai-that-plans-codes-reviews-and-ships-and-then-we-used-it-to-build-itself-2c2a453b35b7
2•bobbydeveaux•1h ago

Comments

bobbydeveaux•1h ago
I've been working on itsacoo, a Kubernetes-native operator that orchestrates autonomous software development agents. You give it a concept in plain English, it produces a PRD, HLD, LLD, and task breakdown, then assigns work to AI agents (Claude, GPT, Gemini - whatever you want), manages a merge queue, and ships code. The interesting part: the coo-cli workspace and handoff features were planned by itsacoo's own AARE agent, coded by Claude workers running inside the operator, and merged by the COOMerger controller.

  The hardest problem we hit was merge conflicts. When you have multiple agents editing code concurrently, collision rates are brutal - we saw 80-90% on naive approaches. Our solution is a horizontal slicer that partitions work by domain and layer
  rather than by feature. If two agents would touch the same file, the slicer models that upfront and restructures the task graph to avoid it. Conflicts still happen, but they went from being the common case to the exception.

  The whole thing is modeled as Kubernetes CRDs - COOConcept, COOPlan, COOSprint, COOTask, COOWorker, COOMerger, and so on. This is opinionated and I know Kubernetes is not for everyone, but the tradeoff is real: you get state in etcd for free,
  self-healing reconciliation loops, a built-in audit trail via the API server, multi-tenancy through namespaces, and it runs air-gapped. We also got a 73% reduction in LLM costs by placing cache_control breakpoints on the system prompt and recent
  message context.

  There is a handoff mode that I think is genuinely useful even outside the full operator. Running `coo workspace create --concept my-concept` fetches live CRD state, renders a CLAUDE.md with full context, and injects it into the pod via the Kubernetes
  exec API. When you drop into the workspace, the agent already knows everything - what was planned, what is done, what failed.

  This is early and actively being built. Feedback welcome, especially from anyone running agent workflows at scale.

  https://itsacoo.com
  https://github.com/bobbydeveaux/coo-cli
  Full writeup: https://medium.com/@bobbydeveaux/we-built-an-ai-that-plans-codes-reviews-and-ships-and-then-we-used-it-to-build-itself-2c2a453b35b7

Faultless Systems: Yes, We Can

https://www.research-collection.ethz.ch/entities/publication/3ac930d4-0554-421d-b46d-caa7fed7d635
1•rramadass•1m ago•0 comments

FlowEasy – CI/CD with auto-heal AI, MCP server, and built-in DevSecOps

https://floweasy.dev
1•michaelmoreira•3m ago•0 comments

Amazon is determined to use AI for everything – even when it slows down work

https://www.theguardian.com/technology/ng-interactive/2026/mar/11/amazon-artificial-intelligence
1•n1b0m•4m ago•0 comments

Bypassing LLM Guardrails via Context Window Saturation

https://substack.com/sign-in
1•rhsxandros•6m ago•1 comments

Infrastructure Vulnerabilities and White-Label Abuse: Is Opnex a Scam?

1•cappyfjao•6m ago•1 comments

Gloop – a self-modifying agent CLI and minimal agent SDK

https://gloop.codes
2•thecupisblue•11m ago•0 comments

Apple MacBook Neo review: Can a Mac get by with an iPhone's processor inside?

https://arstechnica.com/gadgets/2026/03/apple-macbook-neo-review-can-a-mac-get-by-with-an-iphones...
1•mritzmann•11m ago•0 comments

Imagine Losing Your Job to the Mere Possibility of AI

https://www.theatlantic.com/technology/2026/03/ai-layoffs-block-jack-dorsey/686304/
1•FinnLobsien•11m ago•0 comments

Turning my website into an MCP tool for AI agents

https://ricmac.org/2026/03/11/webmcp-ai-agents-interact-website/
1•ricmac•14m ago•1 comments

China Restricts OpenClaw as Security Fears Grow

https://operator.io/blog/china-restricts-openclaw
3•david_shi•14m ago•0 comments

The Plot Against Intelligence, Human and Artificial

https://paulkrugman.substack.com/p/the-plot-against-intelligence-human
1•rbanffy•14m ago•0 comments

Has quantum advantage been achieved?

https://arxiv.org/abs/2603.09901
2•in_a_hole•15m ago•1 comments

Jumping VPN: session-centric architecture – multipath and failover demos

https://github.com/Endless33/jumping-vpn-preview
1•JumpingVPN2027•16m ago•1 comments

Linkedrecords – A fresh take on Backend as a Service (Supabase alternative)

https://linkedrecords.com/getting-started/
1•WolfOliver•17m ago•0 comments

Scientists Discover Way to Reverse Chemical Process Linked with Alzheimer's

https://scitechdaily.com/scientists-discover-way-to-reverse-chemical-process-linked-with-alzheime...
1•donohoe•18m ago•0 comments

After my account was hacked, I created CSDM, a tripwire to reveal the attacker

https://github.com/HSkribe/CSDM
2•HSkribe•18m ago•1 comments

Gary Kildall, Bill Gates and the "Gentleman's Agreement"

https://nemanjatrifunovic.substack.com/p/gary-kildall-bill-gates-and-the-gentlemans
2•whobre•20m ago•0 comments

GDL: Grep-native data language for agentic systems

https://github.com/greppable/spec
1•handfuloflight•21m ago•0 comments

Ardent

https://tryardent.com/
2•handfuloflight•22m ago•0 comments

The grep-native language for agentic systems

https://greppable.ai/
3•mercat•23m ago•0 comments

Genetic factors drive the link between cognitive ability,socioeconomic status

https://www.psypost.org/genetic-factors-drive-the-link-between-cognitive-ability-and-socioeconomi...
1•myth_drannon•23m ago•0 comments

Nostr Wallet Connect (NWC) is an open protocol to connect wallets to apps

https://nwc.dev/
1•janandonly•24m ago•0 comments

AI spurring expansion of high-voltage lines. Landowners, locals fighting back

https://apnews.com/article/ai-trump-energy-transmission-lines-f1c6b1251054d2a7e193297e4111b8d1
1•1vuio0pswjnm7•26m ago•0 comments

Morse code converter CLI tool written in Rust

https://github.com/zsphinxyz/zmorse-cli
1•zsphinx•26m ago•0 comments

Beating App Store review: lessons from shipping a minimal indie game

https://blog.kulman.sk/beating-app-store-review/
1•ig0r0•26m ago•0 comments

How to Create a WSL2 Ubuntu Full Desktop Environment

https://github.com/1ch4k/WSL2-Ubuntu-GUI-XRDP
1•1ch4k•28m ago•0 comments

I built a Chrome extension that syncs your life with your menstrual cycle

https://chromewebstore.google.com/detail/cyclesync/egmjjdfhnnbkloiijjehpkjgfeghifeb
1•Ogbon•29m ago•1 comments

Researchers Gave AI Agents Real Tools. One Deleted Its Own Mail Server

https://medium.com/@tbelbek/38-researchers-gave-ai-agents-real-tools-one-deleted-its-own-mail-ser...
1•rdstrtwlkr•30m ago•0 comments

What Has Gone Wrong with Fiction in Our Era?

https://samkahn.substack.com/p/what-has-gone-wrong-with-fiction
1•jger15•30m ago•0 comments

LLMs Aren't AGI – and They Never Will Be

https://lovelaceanalytics.com/posts/never-be-generalised-ai/
2•gabemusker•30m ago•0 comments