Imperatives

Fractal Design

imperative·published·Patent Pending· investor· academic· client

What It Is

An interface contract principle: the same I/O shape at every scale. A single agent, a cluster of agents (Center of Gravity), and an entire value stream all expose an identical, semantically typed contract — the Brick Contract. The contract carries confidence annotations, rationale fields, and lifecycle metadata in a flat structure. No type hierarchies. No level-specific abstractions. What is inside a Brick is irrelevant to the Kernel that orchestrates it. The Brick might contain one agent or a thousand. The contract is the same.

Why It Matters

There is a meaningful difference between level-specific interfaces and a scale-invariant contract — and it determines whether your system composes or calcifies at each new level of complexity.

Every agent framework that introduces distinct abstractions at different granularities — agents vs. tools vs. chains vs. crews vs. graphs — recreates the same architectural mistake that plagued pre-Unix operating systems: coupling orchestration logic to component internals. LangGraph, CrewAI, AutoGen, and the broader agent framework ecosystem each define their own composition primitives, creating a combinatorial explosion of integration surfaces. Every new framework multiplies glue code rather than reducing it. Scaling requires architectural refactoring at each new level. Interoperability demands custom integration that is itself unmanageable. The "integration tax" — engineering hours spent wiring frameworks together — is evidence of a missing primitive.

The Brick Contract eliminates this class of problem. Fractal invariance — identical I/O at every scale — means every scale transition (single agent to cluster, cluster to value stream, value stream to enterprise) uses the same orchestration logic, the same failure handling, and the same observability instrumentation. Centers of Gravity nest recursively: Bricks compose into CoGs, CoGs compose into Value Chains, Value Chains compose into the Company node. At every level, the contract is the same. The Kernel does not need to know what is inside.

This is the Unix pipe principle with semantic structure added. Unix pipes carry bytes. The Brick Contract carries typed, annotated, rationale-bearing output. Every component reads and writes the same contract shape, enabling arbitrary composition without architectural refactoring.

Proof Points

  • Single Brick Contract shape replaces level-specific interfaces. Directly challenges LangGraph's graph nodes, CrewAI's agent/task/crew hierarchy, and AutoGen's conversation patterns as unnecessary complexity
  • Confidence annotations (0-1 float with calibration metadata), rationale fields (provenance chain), lifecycle metadata (creation, modification, attestation timestamps). Expressive without hierarchy
  • Same structural principle as Unix pipes (uniform interface enabling arbitrary composition), extended with semantic typing — the missing primitive that Unix pipes lack
  • Recursive CoG nesting: Bricks → Centers of Gravity → Value Chains → Company node. Each composition level uses identical orchestration, identical failure handling, identical observability
  • Zero glue code between components at different scales. The contract is the integration layer
  • Patent: USPTO 19/418,922
  • AgentOS implements the Brick Contract across the full hierarchy (76 tests passing). The Kernel orchestrates Bricks without knowledge of their internals

Market Position and IP

Patent-protected (USPTO 19/418,922). The Brick Contract is the only universal composable interface for agentic systems that achieves fractal invariance without a type hierarchy. The current market trajectory — a proliferation of agent frameworks each with proprietary composition primitives — is creating the integration crisis the Brick Contract solves. Every new framework entry (LangGraph, CrewAI, AutoGen, Microsoft Semantic Kernel, Amazon Bedrock Agents) multiplies the integration surface rather than reducing it.

The Brick Contract establishes an interface primitive before framework-specific composition patterns calcify into de facto standards. The competitive moat is structural: competitors would need to abandon their existing type hierarchies and adopt scale-invariant contracts — a breaking change to their core abstraction. AgentOS is the sole implementation, with the full Brick-CoG-Value Chain-Company hierarchy operational and tested.

The market opportunity is every organization building multi-framework agent systems and paying the integration tax. The tax is measurable: engineering hours spent on framework-to-framework glue code, architectural refactoring at each new scale level, and observability gaps where different frameworks produce incompatible telemetry.

Novel Research Contribution

This paper argues that fractal invariance is both necessary and sufficient for AI systems that compose without architectural refactoring — and that this property is achievable through a flat, semantically typed interface rather than a type hierarchy. The claim directly challenges the dominant assumption in both the agent framework community and the broader software architecture discipline: that different levels of abstraction need different contracts.

The intellectual ancestor is Unix pipe composition (Thompson, Ritchie, McIlroy), which demonstrated that a uniform interface (byte stream) enables arbitrary composition across programs designed independently. The Brick Contract extends this principle with semantic structure — typed output, confidence annotations, rationale chains — without sacrificing uniformity. The contribution proves that the expressiveness gap between flat interfaces and type hierarchies can be closed by adding semantic metadata to the contract rather than adding levels to the hierarchy.

Target venue: ICSE (International Conference on Software Engineering) or IEEE Software. The paper sits at the intersection of software architecture, multi-agent systems, and interface design — a position where the Unix tradition meets the agentic AI era.

Implementation and Impact

Clients receive an agent architecture assessment that identifies composition friction in their multi-agent systems — the specific points where level-specific interfaces create integration tax, observability gaps, or scaling refactoring requirements. The diagnostic quantifies the cost: engineering hours per integration, refactoring cycles per scale transition, and telemetry gaps between framework boundaries.

The Brick Contract is delivered as part of the AgentOS architecture. For organizations building multi-framework agent systems, the deliverable is a universal interface contract that eliminates refactoring at every scale transition. Engagement model: 2-week architecture assessment identifying composition friction, followed by implementation integration for clients adopting the AgentOS stack.

Measurable outcome: zero glue code between components at different scales. Identical orchestration, failure handling, and observability instrumentation at every level. When a new agent framework enters the ecosystem, adoption requires implementing the Brick Contract — not building a custom integration layer for every existing component.

Links

  • Paper: brick-contract (working draft)
  • Spec: AgentOS Brick Contract specification
  • Patent: USPTO 19/418,922

Connections

  • Papers: brick-contract
  • Builds: AgentOS
  • Frameworks: Brick Contract, CoG Hierarchy Pattern
  • Capabilities: Agentic System of Systems
  • Imperatives: Failures as Theorems, Proof over Inspection