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.

Yo-Yo daily enrichment cycle

← All revisions

34606674 · PointSav Digital Systems ·

correct(services): flag wrong 8-phase/45min structure vs real 2-phase nightly-run.sh (yoyo-daily-enrichment-cycle)

View the full record as of this revision →

@@ -8,7 +8,7 @@ type: topic
content_type: topic
status: stable
bcsc_class: no-disclosure-implication
last_edited: 2026-07-11
last_edited: 2026-07-18
editor: pointsav-engineering
paired_with: yoyo-daily-enrichment-cycle.es.md
---
@@ -37,6 +37,26 @@ larger model's extraction quality over successive training runs.

## The eight phases

**Major correction (2026-07-18):** this section's phase structure, script name, and the
45-minute hard cap it depends on do not match the live orchestrator. The real script is
`nightly-run.sh` (not `yoyo-daily-cycle.sh` — the same naming drift already flagged on
[[spot-vm-lifecycle-kill-switch]]), and it runs a **two-phase** cycle, not eight: Phase 1
(DataGraph rebuild) and Phase 2 (Training), each with an independently configurable
budget defaulting to `DATAGRAPH_SECONDS=7200` and `TRAINING_SECONDS=7200` — **2 hours
each, roughly 4 hours total**, not the 45-minute cap this article's Budget and cost
section is built around. This matches the already-verified 2-phase structure described
in [[elastic-compute-lora-training-pipeline]] (task-verified earlier this pass) — that
article's Phase 1/Phase 2 framing is the accurate one; this article's eight-phase,
45-minute framing appears to describe an earlier or different design. Zone
(`us-central1-a`, confirmed via `SLM_YOYO_GCP_ZONE` default in the real script) and VM
type/kill-switch path are independently accurate and not in dispute. **The cost figures
below ($0.53/cycle, ~$16/month) are downstream of the wrong 45-minute assumption** — at
the real ~4-hour cycle length and the same $0.71/hour rate, the actual cost would be
roughly 6x higher. **Flagged, not silently rewritten** — the eight named phases below
may map loosely onto sub-steps within the real two-phase script, but that mapping has not
been verified; needs project-totebox confirmation before this section and the cost table
are corrected.

The cycle is a single Bash script (`yoyo-daily-cycle.sh`) that executes eight sequential
phases. The script writes a timestamped log file for each run.

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 →