conductor(video_analysis): Initialize 12 child + 1 synthesis spec scaffolds

Each child spec is lightweight (~100 lines): references the umbrella, gives video details, specifies the 7 deliverables (transcript.json, frames/, ocr.md, report.md 1000-10000 LOC, summary.md), and the 5-phase pipeline.

Children in execution order:
1. cs229_building_llms (Stanford CS229, Cluster E)
2. probability_logic (Cluster A)
3. entropy_epiplexity (Cluster A)
4. score_dynamics_giorgini (Cluster A)
5. platonic_intelligence_kumar (Cluster B)
6. free_lunches_levin (Cluster B)
7. generic_systems_fields (Cluster C)
8. brain_counterintuitive (Cluster C)
9. neural_dynamics_miller (Cluster C)
10. multiscale_hoffman (Cluster C)
11. cs336_architectures (Stanford CS336, Cluster E)
12. creikey_dl_cv (Cluster D)

Plus 1 synthesis track (video_analysis_synthesis_20260621) blocked_by all 12 children.
This commit is contained in:
ed
2026-06-21 15:03:10 -04:00
parent b184250b78
commit 1b40fa5345
13 changed files with 1238 additions and 0 deletions
@@ -0,0 +1,91 @@
# Track: Video Analysis — Most Counterintuitive Way to Build a Brain
**Status:** Not started (umbrella published 2026-06-21)
**Type:** Research-only child track (Pass 1 of 3)
**Owner:** Tier 2 Tech Lead (execution)
**Cluster:** C (Biological / cognitive / generic systems)
> **Parent:** Child #8 of the [video_analysis_campaign_20260621](../../video_analysis_campaign_20260621/) umbrella.
---
## 1. Video
| Field | Value |
|---|---|
| **Title** | The Most Counterintuitive Way to Build a Brain |
| **Author** | (unknown — verify during execution) |
| **URL** | https://youtu.be/cDxtFtoQVNc |
| **Cluster** | C |
| **Slug** | `brain_counterintuitive` |
| **Execution order** | #8 of 12 (concrete biological, after #7 meta-frame) |
---
## 2. Deliverables
| Artifact | Path | Target |
|---|---|---|
| Transcript | `artifacts/transcript.json` | All segments |
| Download log | `artifacts/download.log` | yt-dlp output |
| Frames | `artifacts/frames/*.jpg` | 50-500 |
| Extraction meta | `artifacts/extraction_meta.json` | Frame paths + hashes |
| OCR | `artifacts/ocr.md` | Full OCR per frame |
| Deep-dive report | `report.md` | **1000-10000 LOC** |
| Summary | `summary.md` | 200-400 words |
---
## 3. Pipeline
- [ ] **Phase 1:** Acquire
- [ ] **Phase 2:** Keyframes
- [ ] **Phase 3:** OCR
- [ ] **Phase 4:** Synthesis (1000-10000 LOC)
- [ ] **Phase 5:** Verification
---
## 4. Report structure
8 sections per umbrella spec §FR6.
```
# The Most Counterintuitive Way to Build a Brain
**Source:** https://youtu.be/cDxtFtoQVNc
**Author:** <verify>
**Cluster:** C
**Slug:** brain_counterintuitive
## 1. TL;DR
## 2. Key Concepts ← expect unconventional neuroscience, biological computation
## 3. Frame Analysis
## 4. Transcript Highlights
## 5. Mathematical / Theoretical Content
## 6. Connections
## 7. Open Questions
## 8. References
```
---
## 5. Connections
- **Forward to:** `neural_dynamics_miller` (more conventional neuro), `multiscale_hoffman` (synthesis).
- **Backward from:** `generic_systems_fields` (meta-frame), `free_lunches_levin` (agential materials).
- **Likely rich cross-references:** `neural_dynamics_miller` (most direct — both about brain/cognition).
---
## 6. Verification
- [ ] All 7 deliverables present
- [ ] `report.md` 1000-10000 LOC
- [ ] Tests pass
---
## 7. See also
- [Umbrella spec.md](../../video_analysis_campaign_20260621/spec.md)
- [Umbrella README.md](../../video_analysis_campaign_20260621/README.md)