You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Local RX 7900 XTX 24 GB VRAM with existing 16 GB RAM
Optional work
Part 17 is deferred until the MVP is complete
This file is the quick status board for the project. The
project blueprint remains the source of truth for each
part's requirements and completion gate.
Status Legend
Symbol
Meaning
✅ Done
Completion gate passed and the work is merged
🚧 In progress
Work has started on a dedicated branch
➡️ Next
The next part to begin
🧩 Partial
Useful implementation exists, but the part cannot pass its completion gate yet
PR #7 merged; five real manifests plus an explicit unsupported-temporal artifact
5
Baseline Suite
➡️ Next
Implement simple and learned baselines on the Part 4 manifests
6
LFM Query Encoder
⬜ Pending
Complete Part 5 first
7
Candidate Model Profile System
⬜ Pending
Complete Part 6 first
8
Multi-Outcome Predictor
⬜ Pending
Complete Part 7 first
9
Runtime Registry, Constraints and Optimizer
⬜ Pending
Complete Part 8 first
10
Static Offline Evaluation
⬜ Pending
Complete Part 9 first
11
Unseen-Model Cold-Start Experiments
⬜ Pending
Complete Part 10 first
12
Non-Stationary Replay Simulator
⬜ Pending
Complete Part 11 first
13
Online Adapter and Budget Pacing
⬜ Pending
Complete Part 12 first
14
External and Extended Benchmarks
⬜ Pending
Complete Part 13 first
15
Ablations, Statistics and Research Validation
⬜ Pending
Complete Part 14 first
16
Research Release
⬜ Pending
Complete Part 15 first
17
Later Extensions
💤 Deferred
Consider only after the MVP release
Merged Data Foundation
Store real data in portable repository-local ignored directories.
Build and validate all six canonical Parquet tables.
Preserve stable IDs, raw fields, model aliases and price snapshots.
Generate five real leakage-safe split manifests.
Record temporal as unsupported instead of inventing source dates.
Recreate all 21 generated artifacts byte-for-byte.
Merge Parts 3 and 4 in PR #7 with Python 3.11 and 3.12 CI passing.
Next Part Checklist — Part 5
Define one shared evaluation contract and candidate pool for every baseline.
Implement random, cheapest and largest/most-expensive policies.
Implement best-single-model and per-domain-best policies using only training data.
Implement best-quality and cheapest-successful oracle upper bounds.
Add logistic-regression, small-MLP and fixed-model-ID learned baselines.
Evaluate every method on the same Part 4 split manifest and price snapshot.
Save a baseline result table, quality-cost plot and oracle-gap report.
Add deterministic tests and a reproducible baseline command.
The local compute plan fixes the active scope at 350M and
uses the incoming 24 GB RX 7900 XTX with the existing 16 GB of host RAM. Part 5
remains CPU-first, so hardware arrival does not block the next implementation.
How to Maintain This Tracker
Keep only one part marked Next or In progress.
Change Next to In progress when its implementation branch is created.
Mark a part Done only after its blueprint completion gate passes and its pull request is merged.
Add the merged pull request link in the evidence column.
Move Next to the following part in the same tracker update.
Update the date and progress count whenever a status changes.
For GPU-dependent parts, distinguish implementation-ready code from
hardware-validated and experiment-complete work using the
staged engineering workflow.