Fractal Computing
Fractal is MIOSA’s enterprise data partner pattern for customers whose data work is bigger than an application database: client-wide structured data, high-volume calculations, reconciliation, and customer-controlled data-plane deployments.
Use MIOSA’s built-in databases, storage, Redis, auth, volumes, and Qdrant for normal application state. Bring Fractal into the architecture when the customer needs enterprise-scale data work behind MIOSA apps, agents, sandboxes, deployments, review flows, and audit trails.
The role split
| Layer | Owns |
|---|---|
| MIOSA | The customer-facing app, agents, sandboxes, computers, deployments, auth, review UX, approvals, audit events, webhooks, artifacts, and operational workflow. |
| Fractal | The enterprise data substrate for client-wide structured data, high-volume calculations, reconciliation, and data-plane execution when ordinary app databases are not the right hot path. |
| Customer systems | Authoritative records, production write policy, residency requirements, and final source-system promotion. |
The customer should experience one product surface: their branded MIOSA app or workflow. Fractal sits behind that surface when the data problem requires it.
Enterprise data model
The first job is not to point an agent at raw tables. The first job is to map the customer’s world into a usable data model: the entities, relationships, names, identifiers, calculations, source-of-truth rules, and approval rules that the business actually runs on.
That model is the contract between the customer, Fractal, and MIOSA:
| Model layer | Examples | Why it matters |
|---|---|---|
| Ontology | Customer, account, claim, invoice, product, meter, asset, provider, location | Names the real business objects so agents and apps do not guess from table names. |
| Taxonomy | Product families, claim types, customer segments, rate classes, regions, exception categories | Groups data into business-safe categories for calculations, review queues, and reporting. |
| Schema mapping | Source fields, normalized fields, IDs, joins, units, timestamps, version rules | Connects messy source systems to a stable enterprise data model. |
| Calculation definitions | Pricing, eligibility, reconciliation, variance, scoring, batching | Makes repeatable work explicit before it runs millions of times. |
| Governance rules | Read-only fields, propose-only fields, approval-required writeback, audit requirements | Keeps agents from making uncontrolled production changes. |
Once this model exists, MIOSA apps and agents can operate against named, reviewable business objects instead of brittle one-off queries.
How it compares to built-in primitives
| Need | Usual MIOSA primitive | Fractal-backed enterprise pattern |
|---|---|---|
| App-local relational state | Postgres / MySQL | Not needed |
| Cache, queues, sessions | Redis | Not needed |
| Embedding search | Qdrant | May be paired with Fractal outputs |
| Files, reports, exports | Object storage | Stores generated artifacts around Fractal-backed workflows |
| End-user auth | Project Auth | Governs app access before Fractal-backed data is exposed |
| Client-wide structured calculations | Usually too large for the app DB hot path | Fractal-backed data plane |
| Reconciliation across source systems | App-specific code if small | Fractal-backed reconciliation workflow |
Enterprise architecture
Read it left to right:
- Customer systems remain the source of truth.
- Fractal turns raw source data and business rules into an explicit enterprise model: ontology, taxonomy, and schema mapping.
- Fractal runs the heavy data work against that model: high-volume calculations, reconciliation, and derived datasets.
- MIOSA turns those outputs into a product: apps, agents, deployments, review queues, approvals, reports, and audit trails.
- Writeback is controlled and approved. The agent should propose changes; the customer policy decides what gets promoted back.
When this is the right pattern
Use a Fractal-backed MIOSA workflow when the customer problem looks like:
- millions of invoices, claims, meters, transactions, customers, assets, or product variants;
- calculations that are simple for one row but expensive when repeated millions of times per day;
- many agent or application executions that must be compared, scored, reconciled, and audited;
- enterprise data that must stay in a customer-controlled, private, or partner-managed data plane;
- source-system writeback that must be proposed, reviewed, approved, and audited rather than performed directly by an agent.
The practical boundary is:
MIOSA built-in data services app-local state and operational metadata
Fractal-backed data plane client-wide structured data and heavy calculation
MIOSA app/agent layer product workflow, approvals, audit, deployment What the customer sees
A customer should not need to understand the internals. They should see:
- a branded app, dashboard, API, review queue, or operational workflow;
- agents and jobs that can work over enterprise data without unrestricted production write access;
- full-population calculations where sampling is not acceptable;
- proposed findings and changes with evidence;
- approvals and audit trails before anything is promoted back to source systems.
Deployment models
| Model | Use when |
|---|---|
| MIOSA cloud app + Fractal partner data plane | The customer wants a managed MIOSA product surface while Fractal handles the enterprise data plane. |
| Customer/private Fractal + MIOSA app | Production data must remain in the customer’s environment or private network. |
| Hybrid pilot | The customer wants to prove the workflow with a restricted export or scoped dataset before production writeback. |
| On-prem/private engagement | Residency, compliance, or operating requirements prevent a standard cloud-only deployment. |
Engagement path
A Fractal-backed MIOSA project should start as an enterprise architecture conversation, not a blind connector install.
The usual sequence:
- Identify the business workflow and the systems of record.
- Define the ontology, taxonomy, and schema mapping the workflow needs.
- Decide whether the data plane runs in MIOSA cloud, a Fractal-managed partner environment, the customer’s private network, or on-prem.
- Define the one-way sync, freshness target, and read/propose/writeback modes.
- Build the MIOSA app, agent workflow, review queue, reports, and audit trail around the Fractal-backed data plane.
- Prove the workflow on real customer data before production writeback.
Contact roberto@miosa.ai to scope the MIOSA side of the engagement.
Governed writeback
Fractal-backed workflows should not let AI write directly to production systems. Use a propose-review-promote shape:
read scoped data
-> run calculation or reconciliation
-> produce finding/proposal with evidence
-> route to human or policy approval
-> promote through a controlled writeback service
-> record audit outcome Connector expectations
Do not assume a public connector contract from this page. A production design should be scoped with MIOSA and Fractal and should define:
- dataset and tenant identity;
- data residency and network path;
- scoped credentials or token exchange;
- read-only, propose-only, and approval-required modes;
- sync health and freshness;
- audit/event handoff;
- writeback ownership and rollback/compensation policy.
Fractal references
Public Fractal material describes the partner-side architecture in terms of digital twins, safe AI over structured data, one-way source synchronization, controlled promotion back to systems of record, locality optimization, and industry-specific deployments.
Use these as background references when scoping a MIOSA + Fractal engagement:
| Reference | What it covers |
|---|---|
| Fractal Computing | Fractal’s overview of structured-data AI safety, digital twins, performance, and cost claims. |
| How Fractal works | Digital twin architecture, one-way sync, controlled promotion, locality optimization, and proof-of-concept shape. |
| Fractal for Utilities | Utility-focused examples for electric, gas, and water workflows. |
| Fractal government contact | Public contact flow for government-oriented Fractal engagements. |
MIOSA’s role is the product and operating layer around that data plane: white-label apps, agents, computers, sandboxes, deployments, review, approvals, audit, reports, and customer-facing workflow.
Common enterprise workflows
| Workflow | MIOSA role | Fractal role |
|---|---|---|
| Billing or invoice QA | App, review queue, approvals, audit | Large-scale calculation and mismatch detection |
| Claims or revenue reconciliation | Agents, evidence UI, artifacts | Structured reconciliation across records |
| Product variant analysis | Workflow UI and result publishing | High-volume variant calculation |
| Agent execution evaluation | Orchestration, reports, review | Store/process structured execution outputs |
| Customer data operations | White-label product and webhooks | Client-wide structured data plane |