Architecture
PointSav is composed from three concentric rings with strict one-way dependencies, a deterministic data pipeline that runs fully without AI, and a sovereignty discipline that allows customers to fork the entire stack on day one. Architecture articles describe the structural decisions behind those properties — why they are designed the way they are, how they compose, and what invariants must hold across every deployment.
The three-ring model is the load-bearing frame: Ring 1 handles per-tenant boundary ingest, Ring 2 provides deterministic knowledge and processing, and Ring 3 adds optional AI inference that never writes to the authoritative record. Articles in this category explain the rings, the security model that enforces their boundaries, the AI routing logic, and the customer-ownership principles that govern the platform's commercial architecture.
Platform structure
The foundational structural articles — the patterns that compose every PointSav deployment.
- three-ring-architecture — Three concentric rings with strict one-way dependencies; AI is structurally optional; the deterministic pipeline runs fully without Ring 3.
- 3-layer-stack — The three-layer infrastructure decomposition: raw compute capability, isolated platform execution, and secure operator access.
- three-layer-architecture — How PointSav deliverables move through SOFTWARE, SHOWCASE, and INSTANCE layers with a strict one-way vendor-to-customer flow.
- six-tier-sovereignty-matrix — The six-prefix monorepo taxonomy (app-, asset-, os-, service-, system-, moonshot-) that makes dependency hygiene structural.
- foundry-doctrine-overview — A public summary of the platform's constitutional charter: six pillars, fifty-two structural claims, and the economic model that sustains them.
- leapfrog-2030-architecture — The Leapfrog 2030 architectural vision: the infrastructure physics of the 2030 hyperscaler era, and how the platform is positioned to benefit from it.
- pointsav-overview — PointSav Digital Systems: what the company builds, how it is organised, and the three-entity corporate structure.
Security and identity
How the platform enforces isolation, verifies identity, and makes unauthorised access structurally impossible.
- diode-standard — The foundational unidirectional command-flow discipline; eliminates lateral movement by removing the routing logic that would allow it.
- capability-based-security — Every software component holds a cryptographic capability token to communicate with any other; no ambient authority.
- machine-based-auth — Machine-based authorization: cryptographic hardware pairing replaces username and password; the pair is the permission.
- crypto-attestation — Edge-node content attestation: client-side SHA-256 hashing lets any auditor verify a disclosure has not been altered in transit.
- cryptographic-ledgers — Immutable-state storage by hash-chain; any alteration breaks a verifiable cryptographic proof rather than a policy check.
- personnel-permissions — Contributor identity in Totebox Orchestration: cryptographic hardware pairings, not role-based access control stored in a database.
- five-stage-supply-chain — Code moves from contributor to production through five stages, with a double-blind air-gap that separates production credentials from contributor workspaces.
- verification-surveyor — The human-in-the-loop component that presents extracted identity fragments to an operator before permanent commitment to the verified ledger.
AI routing and inference boundary
How AI requests are classified, routed, and contained so they never touch the authoritative record.
- doorman-protocol — The Doorman: the single AI boundary that sanitises data, routes among compute tiers, and holds every API key; no key lives outside this boundary.
- pointsav-llm — The planned vendor-tier specialist model (Tier 3 of the Four-Tier SLM Substrate Ladder); continued pretraining of OLMo 3 32B on the federated apprenticeship corpus.
- slm-stack-architecture — The full Rust dependency graph and binary architecture for service-slm.
- sovereign-ai-routing — AI requests pass through a local sanitisation step before reaching any external model; internal structured data never travels to third-party servers in identifiable form.
- zero-container-inference — Why the platform runs inference directly in the service binary rather than in a container runtime, and what that means for isolation and cost.
- decode-time-constraints — Structural constraints applied at each token-emission step; banned vocabulary and structurally invalid responses are mathematically impossible to produce.
Customer ownership and deployment
The principles and mechanisms by which customers own their deployment outright.
- customer-hostability — The architectural commitment that every artefact runs on the customer's own hardware, against the customer's own keys, with the customer's own audit ledger.
- economic-model — The two-tier commercial structure: a free Community tier and a paid SMB Customer tier sized for regulated businesses that hyperscalers cannot serve economically.
- direct-payment-settlement — Marketplace transaction payments flow directly from buyer to customer-tenant; PointSav's share is a transaction fee at settlement.
- totebox-orchestration-development — The development environment itself is a Totebox Orchestration instance; the workspace that builds the platform runs on the architecture it delivers.
- totebox-session — A Totebox Session: an AI-assisted contributor session scoped to one archive, unable to write outside it, the standard entry point for all development work in Totebox Orchestration.
- vertical-seed-packs-marketplace — Curated industry-specific starter taxonomies distributed as seed packs; tenants contribute refinements back through a planned marketplace.
Location intelligence and domain
Architectural decisions for the location intelligence and real-property domain.
- co-location-methodology — The spatial analysis methodology for co-location ranking: how retail and institutional concentrations are measured and scored.
- location-intelligence-strategy — The strategic and architectural frame for the location intelligence substrate: flat-file open-GIS, offline-first, no per-seat vendor costs.
- flat-file-bim-leapfrog — How Building Information Modelling is handled as flat-file ISO 19650 records rather than hosted database instances.
- building-design-system-bim — Design system tooling adapted for BIM and real-property workflows.
- development-regions — Regional taxonomy for development and planning analysis across PointSav deployments.
See also
- Substrate — foundational mechanism concepts: the compounding, apprenticeship, citation, and disclosure substrates
- Patterns — named design patterns realised across the platform
- Governance — the formal decision records, licensing posture, and compliance requirements
- Infrastructure — fleet deployment topology, cloud runtime, and physical infrastructure
All 71 articles in this area, A–Z
- Three-layer stack2026-04-30
The Three-Layer Stack is the infrastructure decomposition pattern used across PointSav deployments, separating raw computing capability, isolated platform execution, and secure operator access into three distinct layers.
- Three-dimensional asset token2026-05-07
The Totebox Archive's unit of stored data, combining an immutable binary payload, machine-readable metadata skeleton, and live taxonomic graph connection encoding provenance and context.
- AEC interface conventions2026-05-17
The four universal interface conventions — spatial tree, properties panel, 3D viewport, and view navigator — that all BIM authoring tools implement, providing shared vocabulary for consistent cross-tool coordination surfaces.
- Platform architecture overview2026-05-09
The platform is designed around distributed cryptographic consistency and sovereign bootability, with the capability to collapse a federated archive into a self-contained bootable image transferable across environments.
- Architecture Overview — PointSav Platform2026-06-15
A map of the PointSav platform's major architectural surfaces: compute substrate, software distribution, GIS intelligence, and the editorial pipeline.
- The asset-anchored BIM vault2026-05-17
A building's authoritative digital record structured as plain-text and standardized-binary files in a git-versioned directory, qualifying as an ISO 19650-conforming Common Data Environment that travels with the property deed.
- BIM objects — substrate2026-05-17
BIM Objects anchor to the IFC 4.3 entity hierarchy, Uniclass 2015 classification, and bSDD URIs, organizing into eight primitive categories that encode spatial, elemental, material, assembly, system, performance, and climate-zone specifications.
- BIM objects — three composition layers2026-05-17
BIM Objects embed three simultaneous constraint layers — Specification (permanent element identity), Regulation (jurisdiction-specific requirements), and Climate Zone (performance requirements) — as static reference data with a composition rule that applies the more restrictive value.
- BIM objects — what they are2026-05-17
BIM Objects are composable built-environment specification units that encode element type, regulatory requirements by jurisdiction, and climate zone performance requirements, pre-constraining the design space so non-compliant configurations cannot be placed.
- The building design system for the built environment2026-05-17
A design-system platform for the built environment organized into eight BIM Object primitive categories and ten universal AEC interface components, providing shared specification vocabulary for independent authoring surfaces to coordinate without introducing new learning surfaces.
- architecture/capability-based-security
- Per-user build cache discipline — preventing cross-user Cargo races2026-05-25
- City code as composable geometry2026-05-17
An architectural model that encodes regulatory requirements directly into element specifications as geometric and numeric constraints rather than applying them post-design, making non-compliant configurations structurally impossible by construction.
- Co-location methodology2026-05-13
A structured approach for ranking hardware co-location candidates across jurisdictional, network, infrastructure, and cost dimensions, constrained first by regulatory requirements before other optimization occurs.
- architecture/collab-via-passthrough-relay
- Co-location Tier Nomenclature2026-05-31
Definitions of the T1 Regional, T2 District, and T3 Local co-location cluster tiers, including anchor composition rules, the two-pass DBSCAN algorithm, and the Change B geometric span gate.
- Cryptographic payload attestation2026-04-30
Cryptographic payload attestation is the mechanism by which PointSav edge nodes dynamically prove the integrity of their published text content to any viewer, using client-side SHA-256 hashing so that any auditor can independently verify a disclosure has not been altered in transit.
- Crypto Payment and License Issuance Architecture2026-06-13
The payment and license architecture behind software.pointsav.com — a custodian-free flow from on-chain USDC transfer to Ed25519-signed download token, with no customer accounts and no payment intermediary.
- Cryptographic ledgers2026-04-30
Cryptographic ledgers are the immutable-state storage pattern used in the PointSav platform, enforcing mathematical immutability so that any alteration to a recorded fact breaks a verifiable cryptographic hash chain rather than requiring trust in administrative access controls.
- Customer hostability2026-05-15
Customer hostability is the architectural commitment that every PointSav artefact can run on the customer's own hardware, against the customer's own keys, with the customer's own audit ledger — making self-hosted deployment the canonical pattern, not a tier.
- Data sovereignty and zero-state telemetry2026-05-25
The platform collects only anonymized, IP-masked geospatial telemetry with no personally identifiable information retained, appending mandatory regulatory disclosure to public-facing interfaces.
- Decode-time constraints2026-04-30
Decode-time constraints are structural rules applied to a language model's output at each token-emission step, making banned vocabulary or structurally invalid responses mathematically impossible to produce rather than catching them after the fact.
- Development regions2026-05-13
Development regions are geographic and jurisdictional zones that segment the platform's market data, regulatory context, and deployment topology. Each region defines a jurisdictional envelope, geographic boundary, and market data scope that governs co-location evaluation and compliance rule application.
- architecture/diode-standard
- Direct-payment settlement2026-05-01
Payment for marketplace transactions is planned to flow directly from buyer to the customer-tenant; PointSav's share is a transaction fee at settlement, not a recurring subscription.
- Doorman protocol2026-05-22
The Doorman is the sole AI request boundary through which every inference call routes — enforcing sanitise-and-rehydrate discipline once, logging every call to an immutable audit ledger, and capturing the training signal that compounds the platform over time.
- Economic model — community and SMB customer tiers2026-05-22
PointSav's two-tier commercial structure: a free Community tier that serves as an adoption funnel, and a paid SMB Customer tier targeting regulated small-to-medium businesses that hyperscale billing models cannot serve economically.
- Elastic Compute #1 nightly LoRA training pipeline2026-05-25
Elastic Compute #1 runs a nightly two-phase pipeline that rebuilds the deployment DataGraph and produces LoRA adapter weights for the workspace language model. Phase 1 uses a 32B inference model for entity extraction; Phase 2 trains a 7B parameter-efficient adapter from engineering and apprenticeship corpora.
- architecture/five-stage-supply-chain
- The flat-file BIM leapfrog2026-05-17
The Building Design System is constructed on five architectural constraints — flat-file storage, open standards, Rust and Tauri, offline-first operation, and Apache 2.0 licensing — enabling vendor-obsolescence-survivable building information models. Asset-anchored ownership, offline capability, IoT integration, and convergence of BIM with lease and financial ledgers follow from the architecture itself.
- architecture/foundry-doctrine-architecture
- PointSav architecture 2030 — an overview2026-05-25
A faithful public summary of the PointSav constitutional charter — six pillars, fifty-two structural claims, eight cross-industry inventions, a three-tier compute model, three-ring service architecture, and the economic model that sustains it.
- Workspace services slice — cgroup partitioning for multi-developer environments2026-05-25
- The Genesis Protocol2026-05-30
The Genesis Protocol is the fleet-bootstrapping sequence run by every os-infrastructure node at first boot, allowing nodes to reach a secure claimable state without any prior configuration or control plane dependency.
- GIS as a BIM substrate2026-05-25
What the PointSav GIS co-location dataset offers a BIM composition pipeline: cluster manifold fields, civic context layers, and stability guarantees.
- Identity ledger schema design
The Identity Ledger provides a JSONL-based append-only record of canonical person identities using deterministic UUIDv5 derivation from email addresses and WORM discipline. It serves as the unified source for all communication endpoints and temporal role snapshots, enabling deterministic entity resolution without probabilistic inference.
- architecture/leapfrog-2030-architecture
- Learning Datagraph — SLM trajectory loop and apprenticeship queue2026-05-25
- Location intelligence platform — strategy and architecture2026-04-30
The strategic and architectural frame for the platform's Location Intelligence substrate: a flat-file open-GIS approach that lets customers own their location data end-to-end, running offline, without ongoing per-seat or per-request vendor costs.
- architecture/machine-based-auth
- Mailbox atomicity — flock-based prepend and msg-id idempotency2026-05-25
- Multi-engine session coordination — session locks, boot_id, and role guards2026-05-25
- Open BIM and regulatory acceptance2026-05-17
Building Information Modelling is mandated across most G7 economies for public procurement, with open standards — IFC 4.3, IDS 1.0, COBie — as the delivery requirement rather than proprietary formats. Offline-first, self-hosted BIM platforms are the only architecture type that natively satisfies sovereign data requirements imposed by ITAR, GDPR, HIPAA, and equivalent regulatory frameworks.
- os-console Internal Architecture2026-06-13
os-console hosts multiple independent TUI workspaces — cartridges — within a unified keyboard-navigation chassis. This article covers the Cartridge trait, capability negotiation, and the OSC 8 hyperlink protocol.
- Personnel and permissions2026-05-25
Contributor identity and permissions in Totebox Orchestration are expressed through cryptographic pairings — not roles stored in a database or checked at request time — and a contributor can reach a resource only if their os-console is paired with the orchestration node that manages it.
- POI data schema2026-05-25
The POI data schema defines record structures for location data ingested from OpenStreetMap and Overture Maps Foundation, normalized into a unified JSONL format before cluster analysis. Wikidata QIDs serve as the primary chain identifier, and parent-child sub-location models handle co-branded ancillary services.
- PointSav-LLM2026-04-30
The planned vendor-tier specialist AI model for substrate-sovereign SMBs — Tier 3 of the Four-Tier SLM Substrate Ladder, built by continued pretraining of OLMo 3 32B on the platform's federated apprenticeship corpus.
- PointSav — company overview and three-organisation structure2026-05-25
PointSav Digital Systems is a technology vendor that builds sovereign, on-premise-capable operating systems for record-keeping and business administration. It sits within a three-organisation structure established by Woodfine Capital Projects Inc.
- PPN Architecture Overview2026-05-30
The PointSav Private Network (PPN) is the physical infrastructure plane of the PointSav stack — responsible for enrolling physical nodes into a cryptographically authenticated mesh, managing the compute resources those nodes provide, and hosting the virtual machines that run Totebox Archives and orchestration gateways.
- The PPN Command Protocol2026-05-30
The PPN Command Protocol is the 16-byte binary wire format used by os-network-admin to issue commands to os-infrastructure nodes across the WireGuard mesh, with no central broker and no session overhead.
- PPN Distributed VM Fabric2026-05-30
The PPN Distributed VM Fabric is the planned extension of the per-node PPN hypervisor layer to a multi-node resource pool, intended to allow VMs to borrow compute from other mesh nodes and migrate across the fleet without per-move operator involvement.
- PPN Hypervisor Resource Pool2026-05-30
The PPN hypervisor layer manages a per-node pool of CPU and RAM, dynamically allocating those resources across VMs using virtio_balloon for memory reclaim and cgroups v2 for CPU scheduling weights.
- The Private Platform Network: Pooled Compute from Hardware You Already Own2026-06-13
A Private Platform Network assembles machines a business already owns into a single encrypted compute pool. WireGuard network isolation is operating today; host-level isolation via seL4 is planned.
- PPN Tenant VM Isolation2026-06-15
The PPN resource pool separates tenant workloads through namespace isolation, per-VM process isolation, and user-mode networking. Network-level subnet isolation is a planned milestone.
- PPN VM Resource Pool Architecture2026-06-15
The PPN VM resource pool is a three-service stack that provisions, places, and accounts for virtual machines across a heterogeneous WireGuard mesh spanning cloud and physical nodes.
- Pre-commit defense in depth — secret scan, size guard, helper-only gate2026-05-25
- The property manager BIM gap2026-05-17
Fewer than 40 percent of facilities managers actively use the BIM models delivered at project handover, due to software cost, training requirements, and file format opacity. The Building Design System's FM-specific interface components provide read-only access to full-fidelity BIM data through searchable GUID lookups without requiring proprietary authoring tool licences.
- Regional Name Resolution Architecture2026-05-31
How co-location cluster centroids are resolved to colloquial place names using TIGER 2023, GISCO LAU 2021, GADM GBR, and a 12-entry Canadian Nominatim override list.
- service-pointsav-link2026-05-30
service-pointsav-link is the hot-pluggable adapter that connects an os-* Subject node to a PointSav fleet, with a default state of not installed and a clean-severance failure mode.
- The six-tier sovereignty matrix2026-05-15
The six-tier sovereignty matrix organises every directory in the PointSav monorepo by purpose, not by language or compile format — six fixed prefixes (app-, asset-, moonshot-, os-, service-, system-) that make the repository self-documenting and enforce dependency hygiene by convention.
- SLM Rust stack architecture2026-05-01
The full Rust dependency graph and binary architecture for service-slm, the Doorman service that mediates every inference call in the PointSav platform.
- PointSav Software Distribution Substrate2026-06-13
A three-component system — release server, storefront, and payment watcher — that delivers compiled binaries against on-chain USDC payments, with no customer accounts and no subscription billing.
- AI routing and the linguistic air-lock2026-04-30
AI routing in the PointSav platform processes language model requests through a local sanitization step before any data reaches external models, ensuring that internal structured data never travels to third-party servers in identifiable form.
- Spot VM Lifecycle — Single Controller and Kill Switch Pattern2026-06-11
- Three-layer architecture2026-05-15
PointSav deliverables move through three architectural layers — SOFTWARE (vendor monorepo), SHOWCASE (customer deployment catalogue), and INSTANCES (private running deployments) — with a strict one-way flow from vendor to customer to operator that separates public demonstration from operational reality.
- Three-ring architecture2026-05-22
The durable composition pattern for the PointSav platform: three concentric rings with strict one-way dependencies, where the AI ring is structurally optional and the deterministic data pipeline operates fully without it.
- Totebox orchestration as the development environment2026-05-25
PointSav's development environment is itself deployed as a Totebox Orchestration instance — the workspace that builds the platform runs on the same architecture the platform delivers to customers.
- Totebox session2026-05-25
A Totebox Session is an AI-assisted contributor session opened within a single Totebox Archive — scoped to the archive's declared repositories, unable to write outside them, and the standard entry point for all development work in Totebox Orchestration.
- Verification surveyor2026-04-30
The Verification Surveyor is the human-in-the-loop component of service-people that presents extracted identity fragments to an operator for manual verification before they are permanently committed to the verified ledger.
- Vertical seed packs marketplace2026-05-01
PointSav intends to distribute curated industry-specific seed packs as starter taxonomies, enabling tenants to contribute refinements back through a planned marketplace.
- Zero-container inference2026-04-28
Zero-container inference is the planned deployment pattern for Tier B GPU compute using native Linux binaries under systemd on cloud virtual machines with no container runtime, achieving viable SMB economics through idle-shutdown timers that halt GPU billing when inference queues are empty.