Umbrella repo for Nucleus AI's continual-learning v0 product and its research POCs.
product/— the v0 product workspace: vision, architecture, org model, the frozen contract registry (product/contracts/), and the service nodes (product/services/). Cold-start read order is inproduct/README.md; the founders' working canvas isproduct/HANDOFF.md.
start.md is the founder's original v0 vision memo (2026-07-08) that seeded product/.
poc/live_stream_stability/— VLM continual-learning on a 35-day IRL livestream (submodule).poc/recursive_finetuning_stability/— recursive self-SFT: a coding researcher fine-tuned on its own grounded autoresearch execution traces, looped V0→V_N (weights vs. context) (submodule).poc/live_video_chat/— phone web app for live-video Q&A against self-hosted Qwen3-VL-32B (plain directory tracked here; becomes a submodule when it gets its own remote).
Submodules: clone with --recurse-submodules.
main— integrated, tested work only. Service work happens on branches offmain, merged once coded + tested at a decent revision (D12).dev— the beta playground, forked frommainand handed to testers; may carry beta-only conveniences, never contract changes.