A workshop for long-form, image-first essays on the systems behind modern intelligence.
Live: regantih.github.io/reports-lab
| № | Title | Chapters | Status |
|---|---|---|---|
| 01 | From Sand to Superintelligence | 42 | Published · 2026 |
| 04 | Private Equity and Venture Capital — A Complete Professional Guide | 38 + 11-tool lab | Published · 2026 |
reports-lab/
├── index.html # Reports Lab landing page
├── sand-to-superintelligence/ # Report No. 01
│ ├── index.html # cover + table of contents
│ ├── chapters/ # all 42 chapters + glossary, bibliography, epilogue
│ ├── book.html # single-page printable view
│ ├── sand-to-superintelligence.pdf
│ ├── css/, js/, svg/ # assets
│ └── search-index.json
└── README.md
Each report is a self-contained static site. You can clone the repo and open any report locally:
git clone https://github.com/Regantih/reports-lab.git
cd reports-lab
python3 -m http.server 8000
# open http://localhost:8000/Content © 2026. Code released under MIT.