Make the sensing loop durable and pin the reserve to Scaleway

The weekday brief only counts when the file is on origin/main. Hub
events without git objects are failures. The open-weight SoT moves
from the VAULT 850 GiB quota to a dedicated Scaleway bucket (One Zone
IA for R, Glacier for S) so V4-Flash and K3 are economically in-scope.

Catalogs the real DeepSeek-V4-Flash-0731 (MIT ~167 GiB MoE, not 12B)
and nominates Qwen3.8-27B. Bucket create remains FI-WP-0004-T08.

Assistant: grok
Assistant-Session: 01a09c6a-1cfc-75b1-a78d-c13eaf22241d
This commit is contained in:
tegwick 2026-09-13 22:45:43 +02:00
parent 8832652ad3
commit a78187c33e
18 changed files with 1125 additions and 226 deletions

View file

@ -23,7 +23,7 @@ Standing lenses: **A** frontier & price · **B** edge/local open · **C** homela
| [`briefs/`](briefs/) | Daily briefs + template |
| [`inventory/`](inventory/) | Model catalog & collection policy |
| [`workplans/`](workplans/) | Setup workplans (incl. activity-core) |
| [`activity-definitions/`](activity-definitions/) | Cron definition for daily brief (disabled until FI-WP-0002) |
| [`activity-definitions/`](activity-definitions/) | Weekday brief schedule (enabled; completion = origin/main) |
---
@ -31,23 +31,26 @@ Standing lenses: **A** frontier & price · **B** edge/local open · **C** homela
| ID | Title | Status |
| -- | ----- | ------ |
| [FI-WP-0001](workplans/FI-WP-0001-lab-operating-foundation.md) | Lab operating foundation | active (storage pin open) |
| [FI-WP-0002](workplans/FI-WP-0002-activity-core-daily-research.md) | Activity-core daily research rhythm | active (resolver/ops open) |
| [FI-WP-0003](workplans/FI-WP-0003-seed-open-weight-reserve.md) | Seed open-weight reserve | active (catalog seeded) |
| [FI-WP-0001](workplans/FI-WP-0001-lab-operating-foundation.md) | Lab operating foundation | done |
| [FI-WP-0002](workplans/FI-WP-0002-activity-core-daily-research.md) | Activity-core daily research rhythm | finished |
| [FI-WP-0003](workplans/FI-WP-0003-seed-open-weight-reserve.md) | Seed open-weight reserve | finished |
| [FI-WP-0004](workplans/FI-WP-0004-operational-loop-and-scaleway-reserve.md) | Durable loop + Scaleway reserve | **active** |
---
## Collection plan (bulk reserve)
**Storage:** `D:\vault\coulomb\freedom-intelligence\` (VAULT HD) · soft quota **850 GiB**
**SoT:** Scaleway Object Storage `nl-ams` · bucket `railiance-fi-open-weight-reserve`
**Gate:** **€15 / month** · R = One Zone IA · S = Glacier
**Staging:** VAULT HD `D:\vault\coulomb\freedom-intelligence\`
**Policy:** store the **most capable open weights** even if unrunnable today
(`docs/decisions/2026-07-24-nas-strategic-reserve.md`).
(`docs/decisions/2026-09-13-scaleway-object-reserve.md`).
| Tier | Examples |
| ---- | -------- |
| **R — runnable spine** | Qwen3-8B, Llama-3.2-3B-Instruct, BGE-M3, R1-Distill-14B, nomic-embed |
| **S — strategic** | DeepSeek-V3 (class), DeepSeek-R1 full, Llama-3.3-70B / Qwen3-72B dense |
| **W — optional** | 14B/32B upgrades, reranker, … |
| **S — strategic** | **DeepSeek-V4-Flash-0731** (first pull), Kimi K3, V3/R1 full, 70B-class |
| **W — optional** | Qwen3.8-27B, 14B/32B upgrades, reranker |
Plan detail: `research/2026-07-24-nas-strategic-collection-plan.md` · catalog: `inventory/catalog/`.
@ -58,7 +61,7 @@ Plan detail: `research/2026-07-24-nas-strategic-collection-plan.md` · catalog:
```text
freedom-intelligence/
├── INTENT.md / SCOPE.md / README.md
├── activity-definitions/ # fi-daily-research-brief (enabled: false)
├── activity-definitions/ # fi-daily-research-brief (enabled; origin publish required)
├── briefs/ # daily deltas
├── research/ # deep surveys (baseline lives here)
├── inventory/catalog/ # YAML candidates / collected
@ -79,8 +82,14 @@ cp briefs/_template.md briefs/$(date +%Y/%m)/$(date +%Y-%m-%d).md
# follow docs/daily-brief-playbook.md
```
**Do not** bulk-download models until `docs/backup-storage-policy.md` path/quota
are pinned (FI-WP-0001-T04).
**Do not** bulk-download S-tier models until the Scaleway bucket is live
(FI-WP-0004-T08). Stage on VAULT; never into this git tree.
**Durability check** (hub events vs git files):
```bash
python3 scripts/verify_brief_durability.py --require-hub
```
---