OpenExecutive is Sente Labs' open-source, self-hostable AI executive team: eight specialist agents behind one orchestrator, released under Apache 2.0.
Sente Labs open-sourced OpenExecutive on 26 August 2026, a self-hostable AI system that acts as a company's executive team. The release doubled as a Hacker News launch: a thread titled "CEO fired developers to make room for AI. Developers create open source AI CEO" reached 788 points and 538 comments. Within about a day the repository had 1.2k stars, 71 forks and 16 commits.
OpenExecutive is an open-source, self-hostable AI system from Sente Labs that stands in for a company's executive team. Eight specialist agents cover strategy, finance, HR, legal, operations, marketing, product and board communications, but a single Executive Orchestrator handles every reply, so the user only ever talks to one consistent executive voice.
claude-sonnet-4-6, routing to specialists through parallel tool calls. The CSO, CFO, General Counsel and Board Communications Director switch to claude-opus-4-7 with extended thinking for harder calls.claude-haiku-4-5 pass logs decisions and advice to SQLite, and the next session opens with a summary of what it recommended before.UPDATE ... RETURNING query, which is why the API has to run as a single instance instead of scaling horizontally./ask and /today slash commands.For anyone building multi-agent systems, OpenExecutive doubles as a public case study, the kind of product AI Agents Listing tracks alongside coding agents and MCP servers.
claude-sonnet-4-6. The four roles most likely to produce an expensive mistake, CSO, CFO, General Counsel and Board Communications, get claude-opus-4-7 with extended thinking instead: a concrete cost split builders can copy rather than guess at.claude-haiku-4-5 after each turn and replaying them as a summary block gives an agent continuity across sessions without growing its context window.Most of the Hacker News debate is about whether any of this survives contact with a real company. Commenters are skeptical an LLM can replace the informal networking, high-stakes deal-making or investor confidence a human executive provides, even while conceding that a lot of routine executive communication is formulaic enough to automate. With 11 pull requests and 2 issues already open, the nearer-term question is whether Sente Labs keeps pace with contributions once the novelty wears off.
claude-sonnet-4-6, with four roles switching to claude-opus-4-7 for harder decisions.claude-haiku-4-5 background pass into SQLite, and structures prompt caching to reach up to an 85% hit rate.OpenExecutive is an open-source, self-hostable AI system from Sente Labs that acts as a company's executive team. Eight specialist agents cover strategy, finance, HR, legal, operations, marketing, product and board communications, coordinated by one Executive Orchestrator so the user only sees a single consistent voice.
The orchestrator and most specialists run claude-sonnet-4-6. The CSO, CFO, General Counsel and Board Communications Director switch to claude-opus-4-7 with extended thinking for harder decisions, and a background claude-haiku-4-5 pass extracts episodic memory after each response.
The code is Apache 2.0 licensed and built to be self-hosted, with Fly.io configs included for the API, UI and QA environments. It still calls the Anthropic API directly, so a company needs its own Anthropic API key. Sente Labs describes token and dollar spend as visible and capped by day, model and session.
It launched directly on Hacker News as a reply to a story about a CEO firing developers to make room for AI. The submission title frames it as developers open-sourcing an AI CEO in response, and the thread has drawn 788 points and 538 comments.
Source: OpenExecutive on GitHub Discussion: Hacker News
For more autonomous business and coding agents like this one, browse the Agents directory on AI Agents Listing.
One email a week. New agents, MCP servers and skills, and what is actually getting traction.
Claude Code will read AGENTS.md when a project has no CLAUDE.md, adopting the open convention that Codex, Cursor and other coding agents already read.
HarnessTax, a UC Berkeley Sky Lab and Arena study, finds swapping a coding agent's harness changes cost by up to 5x while success rate barely moves.
Ordewell is a new open-source CLI, TUI and VS Code extension that turns one goal into an editable, multi-agent plan for coding agents.