CARE: Collaborative Autonomous Reflective Enterprise
As autonomous systems take on more consequential work, organizations face a structural problem: how to maintain human oversight without sacrificing the benefits of autonomy. Existing approaches (ethics guidelines, compliance checklists, monitoring dashboards) address symptoms rather than architecture. Jobin, Ienca, and Vayena (2019) analyzed 84 AI ethics guidelines and found convergence on high-level values but persistent divergence on implementation.
CARE addresses this by defining a governance architecture, not another set of principles.
What CARE defines
Section titled “What CARE defines”Two planes of operation. The Trust Plane governs policy, constraints, and oversight. The Execution Plane handles the actual work. This separation ensures that governance decisions are made deliberately, not as side effects of operational logic.
Five constraint dimensions. Every autonomous action operates within bounds defined across five dimensions:
- Financial: spending limits, budget allocation, cost thresholds
- Operational: scope of permitted actions, resource access, system boundaries
- Temporal: time limits, scheduling constraints, deadline enforcement
- Data Access: what data can be read, written, or shared
- Communication: who and what the system can contact, and through which channels
Reflective improvement. CARE is not a static policy framework. It includes feedback loops that allow governance to evolve based on observed outcomes, tightening constraints where risk emerges, relaxing them where trust is demonstrated.
What CARE does not cover
Section titled “What CARE does not cover”CARE defines the governance architecture. It does not define the cryptographic mechanisms for trust verification (that is EATP), the workflow patterns for agent coordination (that is CO), or the specific policies an organization should adopt. CARE provides the structure within which policies operate; the policies themselves are organizational decisions.
Whether this architecture works under real institutional pressure at scale remains an empirical question. The Foundation’s self-hosting provides one data point, not proof of generalizability.
Status
Section titled “Status”The CARE specification is published under CC BY 4.0. The reference implementation is the CARE Platform, available as working open-source software under Apache 2.0.