On this page

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

LayerOwns
MIOSAThe customer-facing app, agents, sandboxes, computers, deployments, auth, review UX, approvals, audit events, webhooks, artifacts, and operational workflow.
FractalThe 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 systemsAuthoritative 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 layerExamplesWhy it matters
OntologyCustomer, account, claim, invoice, product, meter, asset, provider, locationNames the real business objects so agents and apps do not guess from table names.
TaxonomyProduct families, claim types, customer segments, rate classes, regions, exception categoriesGroups data into business-safe categories for calculations, review queues, and reporting.
Schema mappingSource fields, normalized fields, IDs, joins, units, timestamps, version rulesConnects messy source systems to a stable enterprise data model.
Calculation definitionsPricing, eligibility, reconciliation, variance, scoring, batchingMakes repeatable work explicit before it runs millions of times.
Governance rulesRead-only fields, propose-only fields, approval-required writeback, audit requirementsKeeps 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

NeedUsual MIOSA primitiveFractal-backed enterprise pattern
App-local relational statePostgres / MySQLNot needed
Cache, queues, sessionsRedisNot needed
Embedding searchQdrantMay be paired with Fractal outputs
Files, reports, exportsObject storageStores generated artifacts around Fractal-backed workflows
End-user authProject AuthGoverns app access before Fractal-backed data is exposed
Client-wide structured calculationsUsually too large for the app DB hot pathFractal-backed data plane
Reconciliation across source systemsApp-specific code if smallFractal-backed reconciliation workflow

Enterprise architecture

Read it left to right:

  1. Customer systems remain the source of truth.
  2. Fractal turns raw source data and business rules into an explicit enterprise model: ontology, taxonomy, and schema mapping.
  3. Fractal runs the heavy data work against that model: high-volume calculations, reconciliation, and derived datasets.
  4. MIOSA turns those outputs into a product: apps, agents, deployments, review queues, approvals, reports, and audit trails.
  5. 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

ModelUse when
MIOSA cloud app + Fractal partner data planeThe customer wants a managed MIOSA product surface while Fractal handles the enterprise data plane.
Customer/private Fractal + MIOSA appProduction data must remain in the customer’s environment or private network.
Hybrid pilotThe customer wants to prove the workflow with a restricted export or scoped dataset before production writeback.
On-prem/private engagementResidency, 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:

  1. Identify the business workflow and the systems of record.
  2. Define the ontology, taxonomy, and schema mapping the workflow needs.
  3. Decide whether the data plane runs in MIOSA cloud, a Fractal-managed partner environment, the customer’s private network, or on-prem.
  4. Define the one-way sync, freshness target, and read/propose/writeback modes.
  5. Build the MIOSA app, agent workflow, review queue, reports, and audit trail around the Fractal-backed data plane.
  6. 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:

ReferenceWhat it covers
Fractal ComputingFractal’s overview of structured-data AI safety, digital twins, performance, and cost claims.
How Fractal worksDigital twin architecture, one-way sync, controlled promotion, locality optimization, and proof-of-concept shape.
Fractal for UtilitiesUtility-focused examples for electric, gas, and water workflows.
Fractal government contactPublic 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

WorkflowMIOSA roleFractal role
Billing or invoice QAApp, review queue, approvals, auditLarge-scale calculation and mismatch detection
Claims or revenue reconciliationAgents, evidence UI, artifactsStructured reconciliation across records
Product variant analysisWorkflow UI and result publishingHigh-volume variant calculation
Agent execution evaluationOrchestration, reports, reviewStore/process structured execution outputs
Customer data operationsWhite-label product and webhooksClient-wide structured data plane

Next

Was this helpful?