-
Notifications
You must be signed in to change notification settings - Fork 0
OpenExecutive
title: OpenExecutive type: tool created: 2026-09-04 last_updated: 2026-09-04 related: [] sources: ["https://github.com/SenteLabsAI/OpenExecutive"] radar_quadrant: Tools radar_ring: Assess radar_position: center
An open source system that gives a small business a single, always-available executive advisor, backed behind the scenes by eight specialist AI agents covering strategy, finance, HR, legal, operations, marketing, product, and board communications.
A founder or operator talks to one consistent "Executive" voice rather than juggling separate tools for each business function. Behind that voice, an orchestrator routes each question to the relevant specialist agents in parallel — a fundraising question pulls in the CFO agent, a hiring question pulls in the People agent — and merges their input into one coherent answer. The internal agent architecture is never surfaced to the user, so the experience reads as a single advisor rather than a committee.
Each specialist draws on two layers of knowledge: a built-in library of MBA-level material maintained in the repository, and the company's own uploaded documents, both retrieved through a local vector store. The system also keeps an episodic memory: after each conversation, a background pass extracts the decisions and advice given so the next session can reference what was recommended previously. A built-in scheduler can proactively resurface time-sensitive follow-ups, though the project's own docs note the API must run as a single instance until the scheduler is made safe for horizontal scaling.
OpenExecutive is placed in Tools / Assess, at the center of the ring. The project is young — created in mid-2026 — but has drawn rapid attention, with over 3,600 stars and active weekly commits by early September 2026. It packages a coherent pattern (a single persona backed by multiple specialist agents, each with scoped retrieval and separately cached prompt segments) worth watching for anyone building advisor-style AI products rather than raw chat interfaces. The Apache 2.0 license and full source availability make it easy to inspect or self-host for evaluation.
It sits at Assess rather than Trial because there is no first-person production use of the tool. It also carries operational caveats an evaluator should weigh: the scheduler component requires single-instance deployment, and the system depends on external LLM API costs (Claude Sonnet and Opus calls per specialist) that scale with usage.