Skip to content

PointSav Documentation

The engineering library for the PointSav platform — operating systems and services for regulated businesses that own their data, their AI, and their record-keeping outright. Where the monorepo holds the code, this wiki holds the reasoning: architecture, services, security, and the governance commitments that bind future development.

AI inference service

An AI request that leaves the building cannot be audited and cannot be recalled. service-slm is the platform's AI inference gateway — the workspace that houses the [[doorman-protocol| Doorman]] router and its supporting crates — and its central property is that every inference call, whatever tier ultimately serves it, crosses the Doorman's audit boundary first.

The Doorman routes, callers hint

service-slm implements the platform's tier-routing discipline: a caller submits a complexity hint, not a tier choice, and the Doorman picks one of three routes based on that hint plus live budget state.

Route Where it runs Model
Local On the same host as the Doorman Quantized OLMo 3 7B, served over HTTP
Yoyo A preemptible multi-cloud GPU burst instance A larger OLMo 3 model tuned for deeper reasoning
External A licensed third-party API, allowlist-gated A frontier model, for narrow precision-critical tasks only

These three internal routing tiers are a distinct system from the customer-facing commercial subscription ladder described in PointSav-LLM — the source code itself names the routing enum deliberately to avoid the two colliding.

The Doorman audit boundary

Every prompt and completion captured by the Doorman is written to an audit path before the response returns to the caller, forming the institutional record of every AI decision. The Doorman exists for three reasons:

  1. Regulatory. ISO/IEC 42001, the AI management-system standard 1, calls for an immutable log of AI-assisted decisions.
  2. Operational. A self-healing system needs a corpus of its own past behaviour to improve against; the audit capture provides it.
  3. Sovereign. No request reaches a third-party API without first passing through a boundary the operator controls.

Full detail on the Doorman's own routing and audit mechanics: Doorman protocol.

Model selection

The canonical local model is from the OLMo family, which ships with fully open weights and training-data documentation 2 — a prerequisite for continued pre-training on an operator's own corpus, the long-term path to a domain-specialised model.

Why a small model, by default

A frontier-scale model imposes costs the Local tier is built to avoid: cloud egress, tens of gigabytes of RAM, and a request that cannot be meaningfully audited. A quantized 7B model is sufficient for most requests and fits inside the cost envelope of a low-cost node running alongside the rest of the platform. Specialisation and tiering, not scale by default, is the design principle — the Yoyo and External tiers exist precisely for the requests where more capability is genuinely needed.

See also

  • Doorman protocol — the Doorman's routing and audit mechanics in detail
  • Model tier discipline — the tier-routing discipline this service implements
  • PointSav-LLM — the distinct, customer-facing commercial tier ladder
  • SYS-ADR-07 — structured data never routes through AI; the Doorman implements this boundary
  • Run local SLM inference — step-by-step guide: start the SLM service and submit inference requests from the console or API
  • Run your first SLM query — step-by-step guide: read the Doorman health dashboard and submit your first prompt
  1. ISO/IEC 42001:2023 — Information technology — Artificial intelligence — Management system. https://www.iso.org/standard/81230.html

  2. Groeneveld, D. et al. 'OLMo: Accelerating the Science of Language Models.' arXiv:2402.00838, 2024. https://arxiv.org/abs/2402.00838

Cite this record: /wiki/service-slm — revision 177563ee, last updated 22 August 2026.

Important Information

Corporate structure. PointSav Digital Systems ("PointSav") is currently a trade name of Woodfine Capital Projects Inc. ("Woodfine"), planned to become a wholly-owned Woodfine subsidiary upon incorporation. 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. The full trademark notice appears in the footer of every page on this site.

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 →