Holarchical Composition
Your workspace as a holarchy of composable operating models.
From Disconnected to Holarchical
Today, business operations are scattered across disconnected systems. Your CRM doesn't know about your project management tool. Your HR system doesn't talk to your procurement workflow. Each department operates in its own silo with its own data, its own processes, and its own understanding of the business. The bridges between these systems are humans and custom, task-specific automation: people who know that when a deal closes in the CRM, someone needs to kick off onboarding in HR, allocate budget in finance, and spin up a project in the PM tool. These bridges are fragile, expensive, and don't scale.
The fundamental problem is that no one has stepped back and thought about the organization's operating model as one unified, global system. Every department has its own tools, its own processes, its own data. Coordination happens through people, meetings, and ad-hoc integrations.
Poliglot takes that step back. It connects these disconnected operating models into a holarchy: a system of self-contained parts (matrices) that are simultaneously whole in themselves and part of a larger whole. Each matrix is a complete operating model for a specific business domain. Together, they compose into your global operating model, allowing a single, fully aligned AI system to govern and execute large-scale operations across every domain in your business.
The term comes from Arthur Koestler's concept of the holon: something that is both a whole and a part. An HR matrix is a complete, self-contained operating model. It's also part of your organization's global operating model alongside project management, finance, procurement, and everything else. Each matrix functions independently, but RARS reasons across all of them as one unified concept space.
The Workspace as a Global Operating Model
When you install matrices into a workspace, you're assembling your organization's operating model from composable parts. Each matrix brings its domain vocabulary, business rules, actions, and system integrations. RARS sees all of them as a single knowledge graph.
This means a workspace with HR, project management, and finance matrices installed isn't three separate tools. It's one operating model where RARS understands that a project's budget comes from finance, its team members come from HR, and its deliverables are tracked in project management. The cross-domain relationships are declared in the ontologies, and RARS traverses them naturally.
Solid lines represent installation. Dotted lines represent cross-domain references declared in the ontologies. RARS can follow these references to reason across domains without any custom integration code.
Activation Scope
Not every matrix in your workspace is active in every conversation. RARS activates matrices on demand as the work requires them. If you're discussing a hiring decision, RARS activates the HR matrix. If the conversation shifts to budget approval, the finance matrix activates. If you're reviewing a procurement request that references a project, the procurement and project management matrices activate as RARS follows the relationships.
This lazy activation is what makes the holarchy practical. A workspace can have dozens of installed matrices representing your entire business, but any given conversation only activates the subset that's relevant. RARS's reasoning stays focused on what matters for the current work.
The implication for design: how you decompose your business into matrices determines the granularity of activation. Well-modularized matrices mean RARS activates only what it needs. A monolithic matrix that covers too many domains forces RARS to load everything even when only a fraction is relevant. See Modeling Your Domain for guidance on finding the right boundaries.
Composability Through Standards
Matrices compose because they share a common foundation: the semantic specification. Every matrix uses the same vocabulary standards (OWL for ontologies, SHACL for constraints, DPROD for data products, the action framework for operations). This means any matrix can reference any other matrix's concepts, and RARS can reason across the boundary.
This is what enables a marketplace of operating models. A vendor can publish a matrix for their domain (CRM, inventory management, compliance) and you can install it alongside your internal matrices. The vendor's matrix doesn't need to know about your internal systems. You connect them through cross-domain properties in your ontologies or through extensions that bridge the vocabularies.
The composability isn't just technical. It's organizational. When departments can publish and install operating models independently, the way you think about organizational capability changes. See Organizational Architecture for the implications.
Third-Party Operating Models
The holarchical model means you can install pre-built operating models from vendors the same way you install software packages. A vendor publishes a matrix for their domain. You install it in your workspace. RARS can immediately reason about that domain and execute its operations.
Because matrices are self-contained, installing a vendor matrix doesn't affect your existing matrices. It adds capabilities to your workspace without modifying anything that's already there. The vendor's matrix has its own agent, its own roles, its own actions. Your workspace administrator controls what permissions it gets (see Security and Access Control).
If the vendor's vocabulary doesn't align with yours, you bridge it through extensions. If you need to customize the vendor's behavior for your organization, extensions let you add workspace-specific adaptations. The vendor's matrix stays untouched, receiving updates independently.
This composability creates entirely new markets. Instead of buying software that a department uses as a tool, you can install an operating model directly into your workspace. A vendor doesn't just sell you an application for managing procurement. They sell you a codified procurement operation: the domain model, the business rules, the actions, the system integrations, the security policies. You install it, RARS executes it, and it operates as part of your global operating model alongside everything else in your workspace.
The Global Matrix
At the highest level, your workspace is your global operating model. It's the composition of every installed matrix, every extension, every cross-domain relationship. RARS sees this entire holarchy as one coherent system.
This is what makes Poliglot different from integration platforms. Integration platforms connect separate systems. Poliglot composes separate operating models into one unified system that an AI can reason about holistically. The cross-domain reasoning isn't an afterthought or an integration layer. It's the fundamental design.
This eliminates what is arguably the largest cost in enterprise software: integration. Industry estimates suggest that up to 80% of software development effort goes into connecting systems together. Building API adapters, maintaining middleware, reconciling data formats, handling sync failures. With Poliglot, when you install a new matrix, it instantly connects to the rest of your operating model through the shared semantic foundation. There's no integration work. The vocabulary is shared, the relationships are declared, and RARS can reason across the new domain immediately.
When you codify your operations units as matrices and install them into a workspace, you're not just automating processes. You're creating a machine-readable representation of how your organization operates. RARS uses that representation to understand your business, execute your operations, and make decisions grounded in the full context of your operating model.
Summary
- Matrices are holons: complete in themselves, part of a larger whole
- The workspace is your global operating model: all installed matrices compose into one unified concept space
- Activation is lazy: RARS loads only the domains relevant to the current conversation
- Composability is built in: shared standards mean any matrix can reference any other
- Third-party models install like packages: vendor operating models add capabilities without modifying your existing matrices
- The holarchy is your business: not an integration layer, but a machine-readable representation of how your organization operates
See Also
- Matrix Declaration: how to define a matrix specification
- Contexts and Agents: how matrices activate and agents operate within contexts