2026-07-23 21:33:07 +00:00
|
|
|
# freedom-intelligence
|
|
|
|
|
|
2026-07-24 00:15:27 +02:00
|
|
|
**The just in case open weights model lab**
|
|
|
|
|
|
|
|
|
|
Coulomb / NetKingdom lab for:
|
|
|
|
|
|
|
|
|
|
1. **Daily research briefs** on AI models, methods, harness, and tooling
|
|
|
|
|
2. An **open-weight model reserve** on backup storage for possible local training or ops
|
|
|
|
|
|
|
|
|
|
Standing lenses: **A** frontier & price · **B** edge/local open · **C** homelab training · **D** agent harness & fleet
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
## Start here
|
|
|
|
|
|
|
|
|
|
| Doc | Role |
|
|
|
|
|
| --- | ---- |
|
|
|
|
|
| [`INTENT.md`](INTENT.md) | Why the lab exists (stable) |
|
|
|
|
|
| [`SCOPE.md`](SCOPE.md) | What is in/out of scope now |
|
|
|
|
|
| [`research/2026-07-24-baseline-field-survey.md`](research/2026-07-24-baseline-field-survey.md) | **Baseline field survey + model collection recommendations** |
|
|
|
|
|
| [`docs/daily-brief-playbook.md`](docs/daily-brief-playbook.md) | How to produce a daily brief |
|
|
|
|
|
| [`history/InitialExploration.md`](history/InitialExploration.md) | Founding conversation |
|
|
|
|
|
| [`briefs/`](briefs/) | Daily briefs + template |
|
|
|
|
|
| [`inventory/`](inventory/) | Model catalog & collection policy |
|
|
|
|
|
| [`workplans/`](workplans/) | Setup workplans (incl. activity-core) |
|
2026-09-13 22:45:43 +02:00
|
|
|
| [`activity-definitions/`](activity-definitions/) | Weekday brief schedule (enabled; completion = origin/main) |
|
2026-07-24 00:15:27 +02:00
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
## Workplans
|
|
|
|
|
|
|
|
|
|
| ID | Title | Status |
|
|
|
|
|
| -- | ----- | ------ |
|
2026-09-13 22:45:43 +02:00
|
|
|
| [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** |
|
2026-07-24 00:15:27 +02:00
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2026-07-28 00:25:21 +02:00
|
|
|
## Collection plan (bulk reserve)
|
2026-07-24 00:15:27 +02:00
|
|
|
|
2026-09-13 22:45:43 +02:00
|
|
|
**SoT:** Scaleway Object Storage `nl-ams` · bucket `railiance-fi-open-weight-reserve`
|
|
|
|
|
**Gate:** **€15 / month** · R = One Zone IA · S = Glacier
|
2026-09-14 00:17:15 +02:00
|
|
|
**Transfer:** diskless streaming on Railiance → Scaleway; [operations](docs/streaming-reserve.md)
|
2026-07-28 00:25:21 +02:00
|
|
|
**Policy:** store the **most capable open weights** even if unrunnable today
|
2026-09-13 22:45:43 +02:00
|
|
|
(`docs/decisions/2026-09-13-scaleway-object-reserve.md`).
|
2026-07-24 00:15:27 +02:00
|
|
|
|
2026-07-28 00:25:21 +02:00
|
|
|
| Tier | Examples |
|
|
|
|
|
| ---- | -------- |
|
|
|
|
|
| **R — runnable spine** | Qwen3-8B, Llama-3.2-3B-Instruct, BGE-M3, R1-Distill-14B, nomic-embed |
|
2026-09-13 22:45:43 +02:00
|
|
|
| **S — strategic** | **DeepSeek-V4-Flash-0731** (first pull), Kimi K3, V3/R1 full, 70B-class |
|
|
|
|
|
| **W — optional** | Qwen3.8-27B, 14B/32B upgrades, reranker |
|
2026-07-28 00:25:21 +02:00
|
|
|
|
|
|
|
|
Plan detail: `research/2026-07-24-nas-strategic-collection-plan.md` · catalog: `inventory/catalog/`.
|
2026-07-24 00:15:27 +02:00
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
## Layout
|
|
|
|
|
|
|
|
|
|
```text
|
|
|
|
|
freedom-intelligence/
|
|
|
|
|
├── INTENT.md / SCOPE.md / README.md
|
2026-09-13 22:45:43 +02:00
|
|
|
├── activity-definitions/ # fi-daily-research-brief (enabled; origin publish required)
|
2026-07-24 00:15:27 +02:00
|
|
|
├── briefs/ # daily deltas
|
|
|
|
|
├── research/ # deep surveys (baseline lives here)
|
|
|
|
|
├── inventory/catalog/ # YAML candidates / collected
|
|
|
|
|
├── docs/ # playbook, sources, storage, hardware
|
|
|
|
|
├── workplans/ # FI-WP-*
|
|
|
|
|
└── history/
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
## Quick ops
|
|
|
|
|
|
|
|
|
|
**New brief**
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
mkdir -p briefs/$(date +%Y/%m)
|
|
|
|
|
cp briefs/_template.md briefs/$(date +%Y/%m)/$(date +%Y-%m-%d).md
|
|
|
|
|
# follow docs/daily-brief-playbook.md
|
|
|
|
|
```
|
|
|
|
|
|
2026-09-14 00:17:15 +02:00
|
|
|
**Bulk reserve collection streams on Railiance directly to Scaleway.**
|
|
|
|
|
Never stage model weights in WSL. See [streaming operations](docs/streaming-reserve.md).
|
2026-09-13 22:45:43 +02:00
|
|
|
|
|
|
|
|
**Durability check** (hub events vs git files):
|
|
|
|
|
|
|
|
|
|
```bash
|
2026-09-14 00:37:51 +02:00
|
|
|
python3 scripts/verify_brief_durability.py --require-hub --allow-reconciled
|
2026-09-13 22:45:43 +02:00
|
|
|
```
|
2026-07-24 00:15:27 +02:00
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2026-09-14 00:37:51 +02:00
|
|
|
Historical gaps remain visible; [audit and reconciliation contract](docs/brief-durability-audit.md).
|
|
|
|
|
|
2026-07-24 00:15:27 +02:00
|
|
|
## License
|
|
|
|
|
|
|
|
|
|
MIT — see [`LICENSE`](LICENSE). Model weights retain **upstream** licenses.
|