Skip to content

Compounding substrate

← All revisions

d71f0c35 · PointSav Digital Systems ·

editorial(A2.1): rewrite compounding-substrate (EN+ES) — Bloomberg lede, Gate-0, claim markup

View the full record as of this revision →

@@ -5,10 +5,10 @@ slug: compounding-substrate
category: substrate
type: topic
quality: complete
short_description: "The Compounding Substrate is the architectural pattern PointSav builds and stewards, combining five structural properties to produce a platform where every operational interaction generates training signal that compounds across all tenant deployments."
short_description: "The Compounding Substrate is the architectural pattern PointSav builds and stewards: open platform code, a deterministic data layer that runs without AI, and an optional intelligence layer whose every interaction generates training signal that compounds across all tenant deployments."
status: active
bcsc_class: public-disclosure-safe
last_edited: 2026-04-30
last_edited: 2026-05-21
editor: pointsav-engineering
cites:
 - ni-51-102
@@ -16,124 +16,128 @@ cites:
paired_with: compounding-substrate.es.md
---

Every operational interaction on the PointSav platform generates training signal that compounds across all tenant deployments — producing an AI system that improves continuously without any tenant surrendering ownership of their data. **The Compounding Substrate** is the architectural pattern that makes this possible: open, forkable platform code; a deterministic data layer that functions independently of any AI compute; and AI added as an optional layer any tenant can compose in or out. A curator — PointSav — periodically rolls accumulated signal into improved base models that flow back to all deployments without disrupting customer data ownership. The pattern applies the open-source foundation model (Apache Software Foundation) combined with the commercial distribution model (Red Hat) to AI substrate: the platform becomes open commons, and value migrates up to operations, integration, and a federated marketplace.
An organization that adopts an AI platform today rents the intelligence. The model improves on the vendor's schedule. The training signal generated by the organization's own work accrues to the vendor, and leaving the platform means starting over.

This article describes the pattern, names the five properties, and explains the value-chain inversion that makes the model durable.
PointSav builds on a different pattern — the **Compounding Substrate**. <!--claim id=substrate-properties confidence=structural cites=[]-->The platform code is open and forkable, the deterministic data layer runs with zero AI compute, and every operational interaction generates training signal that compounds across every tenant deployment.<!--/claim-->

## Substrate Definition
A curator — PointSav — periodically rolls the accumulated signal into an improved base model that flows back to every deployment. <!--claim id=data-stays confidence=structural cites=[]-->The customer's data never leaves the customer's infrastructure; only adapter weights and key-value cache blocks, stripped of source data, enter the shared federation.<!--/claim-->

A Compounding Substrate is an AI-substrate architecture where:
For a regulated buyer the consequence is concrete. The AI layer improves with each month of production use, and no data is surrendered beyond what the buyer chose at onboarding. The pattern is durable for a structural reason: a rented-intelligence vendor cannot copy it without dismantling its own billing model.

This article names the five structural properties of the pattern and explains the value-chain inversion that makes it durable.

## What a Compounding Substrate is

A Compounding Substrate is an AI-substrate architecture with five defining properties.

<!--claim id=five-properties confidence=structural cites=[]-->
1. The substrate code is open and forkable.
2. The deterministic data layer functions independently of any
 AI compute.
3. AI is added as an **Optional Intelligence Layer** that any
 tenant can compose in or out.
4. Every operational interaction generates training signal that
 compounds across the substrate's deployments.
5. A curator (PointSav) periodically rolls accumulated signal
 into improved base models that flow back to all deployments
 without disrupting customer data ownership.
2. The deterministic data layer functions independently of any AI compute.
3. AI is added as an Optional Intelligence Layer that any tenant can compose in or out.
4. Every operational interaction generates training signal that compounds across the substrate's deployments.
5. A curator periodically rolls accumulated signal into improved base models that flow back to all deployments without disrupting customer data ownership.
<!--/claim-->

The pattern applies a model already proven in open-source infrastructure: the platform code becomes an open commons, and economic value migrates up to operations, integration, and a federated marketplace built on top of it.

## The five structural properties

Each property is a structural claim about the platform. Each also names the specific reason a rented-intelligence vendor cannot replicate it without dismantling its own business model.

## Structural Platform Properties
### Customer stack custody

Each property is a structural claim. Each names a specific reason hyperscalers cannot replicate it without dismantling their own business model.
<!--claim id=stack-custody confidence=structural cites=[]-->Every customer owns their full stack: data, compute, adapters, and deployment composition. The substrate — platform code plus base model — is open under a permissive licence; the data and the trained adapters are the customer's intellectual property.<!--/claim-->

### 1. Customer Stack Custody
A rented-intelligence vendor monetises the substrate itself as a metered service. Substrate ownership erodes the lock-in that billing model rests on.

Every customer owns their full stack: data, compute, adapters, and deployment composition. The substrate (code plus base model) is open under permissive licence. Data and adapters are the customer's intellectual property.
### Decoupled intelligence tier

Hyperscaler structural gap: their business is monetising the substrate as rented service. Substrate ownership erodes lock-in — the foundation of their billing model.
<!--claim id=decoupled-tier confidence=structural cites=[]-->The data ring and the deterministic-processing ring function fully without the AI ring. A customer, a community member, a regulated buyer, or an air-gapped site can run a complete PointSav data platform with zero AI compute.<!--/claim--> AI is additive value, not table stakes.

### 2. Decoupled Intelligence Tier
A rented-intelligence vendor couples AI compute to its data services. Decoupling them removes AI-compute revenue from every deployment that opts out.

The data and deterministic-processing rings function fully without the AI ring. Customers, community members, regulated buyers, and air-gapped sites can deploy a fully-functional PointSav data platform with zero AI compute. AI is additive value, not table stakes.
### Dynamic compute routing

Hyperscaler structural gap: their AI products tightly couple AI compute to data services. Decoupling them eliminates AI-compute revenue from any deployment that opted out.
<!--claim id=doorman-routing confidence=structural cites=[]-->`service-slm` is the platform's sole access-control gateway — the Doorman. It routes each request among three compute tiers: a local model on the customer's own machine, a multi-cloud burst tier, and an external frontier API. The customer does not choose the tier; the request's shape and the budget caps choose it.<!--/claim-->

### 3. Dynamic Compute Routing
A rented-intelligence vendor bills each tier as a separate relationship and cannot span a competitor's frontier model. It cannot abstract this routing away.

`service-slm` is the platform's sole access-control gateway (the Doorman) — transparently routing among three compute tiers: local OLMo 3 7B on the customer's machine, multi-cloud burst (Cloud Run / RunPod / Modal / customer GPU), and external API (Claude / Gemini / GPT). The customer does not pick the tier; request shape and budget caps do.
### Privacy-preserving federation

Hyperscaler structural gap: each tier in their world is a separate billing relationship; their ecosystem does not span competitors' frontier models. They cannot abstract this routing.
<!--claim id=federation confidence=structural cites=[]-->Customers opt in to a federated adapter marketplace that aggregates improvements without moving source data. Each customer's own data stays in place; only adapter weights and key-value cache blocks, without source data, flow into the federation.<!--/claim--> The aggregation method follows the privacy-preserving federated-adapter research lineage.

### 4. Privacy-Preserving Federation
A rented-intelligence vendor's per-tenant billing and compliance posture make cross-tenant pooling structurally impermissible. It cannot operate a true federation.

Customers opt in to a federated LoRA marketplace (privacy-preserving aggregation per the SDFLoRA / FedEx-LoRA / HeLoRA research lineage). Every customer's improvements lift the substrate. The customer's own data never leaves; only adapter weights and KV cache blocks (without source data) flow into the federation.
### Curated substrate advancement

Hyperscaler structural gap: per-tenant billing and compliance posture make cross-tenant pooling structurally illegal in their model. They cannot operate a true federation.
<!--claim id=curated-base confidence=structural cites=[]-->An open base model flows into a PointSav continued-pretraining variant, released as the substrate for subsequent deployments. Each year's curated commons feeds the next year's base.<!--/claim--> By 2030 the federation-trained base is intended to be competitive with frontier proprietary models on the federation's domains.

### 5. Curated Substrate Advancement
A rented-intelligence vendor cannot let customer data train a base model the customer then owns. That destroys the lock-in its margins depend on.

OLMo 3 base flows to a PointSav continued-pretraining variant, released as the substrate for subsequent deployments. Each year's curated commons feeds the next year's base. By 2030, the federation-trained base is intended to be competitive with frontier proprietary models on the federation's domains.
## The value-chain inversion

Hyperscaler structural gap: they cannot let customers' data train a base model the customer subsequently owns. That destroys the lock-in that justifies their margins.
A rented-intelligence value chain depends on the customer staying on the vendor's substrate. The Compounding Substrate's value chain depends on the customer compounding their own stack. The two models are opposed; one cannot adopt the other without dismantling itself.

## Structural Value-Chain Inversion
<!--claim id=inversion confidence=structural cites=[]-->A vendor that copied the substrate-ownership property would erode its own lock-in. A vendor that copied the optional-intelligence property would lose AI-compute revenue on every deployment that opted out. A vendor that copied the federated-compounding property would breach its own per-tenant compliance contracts.<!--/claim-->

Hyperscalers' value chain depends on the customer remaining on the vendor's substrate. The Compounding Substrate's value chain depends on the customer compounding *off* the vendor's substrate. The two business models are mathematically opposed; one cannot adopt the other without dismantling itself.
This asymmetry is what makes the pattern durable.

This is the asymmetry that makes the pattern durable. A hyperscaler that copied the substrate-ownership property would erode its own lock-in. A hyperscaler that copied the optional-intelligence property would lose AI-compute revenue on every deployment that opted out. A hyperscaler that copied the federated-compounding property would breach its own per-tenant compliance contracts.
## PointSav's role — steward, not vendor

## Platform Stewardship Role
PointSav is not a vendor of the substrate and not a gatekeeper to it. It is the steward.

Not vendor. Not gatekeeper. **Steward.**
- **Steward of the protocol** — it governs the Doorman specification and runs the convention process that versions it.
- **Steward of the base model** — it publishes the continued-pretraining variant and contributes upstream where relevant.
- **Steward of the marketplace** — it operates the federated adapter pool.
- **Operator of record** — it sells appliances, integration, and support.
- **Reference customer** — the PointSav development environment and Woodfine Management Corp. are proof the pattern works.

- Steward of the protocol (governs the Doorman specification,
 runs the Constitutional Convention process aligned with the fundamental physics of 2030 hyperscaler infrastructure).
- Steward of the base model (publishes the continued-pretraining
 variant, contributes upstream to OLMo when relevant).
- Steward of the marketplace (operates the federated LoRA pool,
 takes a percentage of revenue-share LoRAs).
- Operator-of-record (sells appliances plus integration plus
 support).
- Reference customer (the PointSav development environment plus Woodfine Management Corp. — proof the
 pattern works).
The substrate is an open commons; value migrates to operations, integration, and the adapter marketplace.

The substrate is open commons; value migrates to operations, integration, and the LoRA library marketplace.
## The compounding cycle

## Continuous Compounding Cycle
Every action produces data; the data produces structured knowledge; the knowledge improves future actions. The loop runs continuously, in every tenant deployment, federated through the commons.

Every action produces data; every data produces knowledge; every knowledge improves future actions. The loop runs continuously, in every tenant deployment, federated through the commons. For an operator evaluating the platform: each month of production use makes the AI layer materially better — without additional investment or data sharing beyond what the operator chose at onboarding.
<!--claim id=compounding-loop confidence=structural cites=[]-->For an operator evaluating the platform, the consequence is measurable: each month of production use makes the AI layer materially better, with no investment or data sharing beyond what the operator chose at onboarding.<!--/claim-->

```
operator + assistant does work
 ↓ produces
  ↓ produces
git commits + file edits + session logs + conversation turns
 ↓ ingested by
  ↓ ingested by
service-fs[tenant] ← WORM ledger
 ↓ parsed by
  ↓ parsed by
service-extraction[tenant] ← deterministic
 ↓ writes structured to
  ↓ writes structured to
service-content[tenant] ← knowledge graph
 ↓ indexed by
  ↓ indexed by
service-search[tenant] ← full-text index
 ↓ queried by (when AI active)
  ↓ queried by (when AI active)
service-slm ← Doorman; routes among 3 compute tiers
 ↓ trains (periodically)
  ↓ trains (periodically)
LoRA adapters ← per-tenant skill packs
 ↓ contributes (opt-in, federated)
federated LoRA pool ← commons benefit
 ↓ rolls into (annually)
  ↓ contributes (opt-in, federated)
federated adapter pool ← commons benefit
  ↓ rolls into (annually)
base-model continued-pretraining ← curated by PointSav
 ↓ ships in
  ↓ ships in
appliance update ← every customer benefits
 ↓ used by
  ↓ used by
operator + assistant in next session ← loop closes, compounded
```

## 2030 Operational Trajectory
## Operational trajectory

Per `[ni-51-102]` continuous-disclosure language and the forward-looking discipline of `[osc-sn-51-721]`, the trajectory described below is `planned` and `intended`, not declarative-future. The shape is in place; the operational throughput matures over time.
The trajectory below is `planned` and `intended`, framed per `[ni-51-102]` continuous-disclosure language and the forward-looking discipline of `[osc-sn-51-721]`. The architectural shape is in place; operational throughput matures over time.

By 2030, the Compounding Substrate aims to produce:
By 2030, the Compounding Substrate is intended to produce:

- A base model competitive with hyperscaler frontier on regulated SMB tasks.
- A federation of one hundred-plus customers, each owning their full stack, each contributing to and benefiting from the commons.
- A protocol stack versioned twice through Constitutional Convention and validated in production.
- A market position where regulated SMB industries — small clinics, mid-sized law firms, regional financial advisors, real-estate operators — have standardised on this pattern because their compliance posture requires it and the substrate's design delivers it.
- a base model competitive with frontier models on regulated small-business tasks;
- a federation of more than one hundred customers, each owning their full stack;
- a protocol stack versioned twice through the convention process and validated in production;
- a market position in which regulated small-business sectors — clinics, mid-sized law firms, regional financial advisors, real-estate operators — have standardised on the pattern because their compliance posture requires it.

The pattern does not displace hyperscalers in volume; they retain the unregulated long tail of cloud AI. The trajectory captures the regulated SMB market that hyperscalers cannot economically reach.
The pattern is not intended to displace large cloud-AI providers by volume. It targets the regulated small-business market that metered cloud AI cannot economically reach.

## See also

Important Information

Important Information

Corporate structure. PointSav Digital Systems ("PointSav") is a trade name of Woodfine Capital Projects Inc. ("Woodfine"). PointSav does not itself offer, sell, or solicit any security. Any securities offering associated with Woodfine's real-property direct-hold solutions is made exclusively by Woodfine, and only by means of the applicable Private Placement Memorandum.

No investment advice. This wiki's content is provided for engineering, operational, research, and development purposes. Nothing on this wiki constitutes investment advice or a solicitation to invest in any Woodfine partnership or direct-hold solution.

Intellectual property. The PointSav name, trade name, wordmark, and marks, together with all current and future PointSav- and Totebox-branded products, services, and offerings — and the software, source code, documentation, design system, and all related materials — are proprietary to Woodfine and its affiliates, except for components identified as open source. No rights are granted except as expressly set out in a written license or agreement. See TRADEMARK.md in this repository for the full trademark notice.

Open source components. Portions of the platform are made available under permissive open-source licenses identified in the accompanying repository. Use of those components is governed by their respective license terms.

No warranty; informational use. Content on this wiki is provided for general informational purposes only and does not constitute a representation, warranty, or commitment with respect to product functionality, availability, pricing, or roadmap. Some articles describe planned or intended features, capabilities, and milestones — language such as "planned," "intended," "targeted," "may," and "expected" marks this forward-looking content, which is subject to change and does not constitute a commitment regarding future performance.

Confidentiality. Where an article describes an operational or deployment detail that is not intended for public disclosure, that article is not published on this wiki. Content here is general-purpose engineering documentation, not customer-specific configuration.

Jurisdiction. Woodfine Capital Projects Inc. is organized in British Columbia, Canada. References to the Sovereign Data Foundation on this wiki describe a planned or intended initiative only, not a current equity holder or active governance body.

Changes to this notice. PointSav may update this notice from time to time; the version posted on this page governs.

Not a filing system. This wiki is not a securities filing system, an electronic disclosure repository, or a substitute for SEDAR+ or any other regulatory filing system. Formal securities filings are made through the applicable regulatory filing system, not through this wiki.

Full disclaimer. This notice supplements, and does not replace, the full Disclaimers article. In the event of any conflict, the full Disclaimers article governs.

Read the full disclaimer →