Tags: #ai #agents #golang #opensource

ORA is out: a single Go binary that takes a task, breaks it into subtasks, routes each one to the cheapest model that can actually do it, runs them, and reconciles the results. It works with Claude Code, Codex, Pi, Cursor, Cline, Hermes — or standalone.

go install github.com/vystartasv/ora/cmd/ora@latest

ora "build a login system with JWT"

ora "refactor the API to use async handlers and add tests"