Jun 9, 2026, 3:39 PM

This commit is contained in:
Paweł Domański
2026-06-09 13:39:36 +00:00
parent abca038f50
commit 44985f7391
+4 -3
View File
@@ -95,9 +95,10 @@ You drop a new source into the raw collection and tell the LLM to process it. An
4. **Feynman Check**: Compare against `knowledge/feynman_problems.md` and update it if connections are found. 4. **Feynman Check**: Compare against `knowledge/feynman_problems.md` and update it if connections are found.
5. Create/Update concept and entity pages across the knowledge base using the required sections. A single source might touch 10-15 knowledge base pages. 5. Create/Update concept and entity pages across the knowledge base using the required sections. A single source might touch 10-15 knowledge base pages.
6. Add cross-links in both directions between all touched pages. 6. Add cross-links in both directions between all touched pages.
7. Update `knowledge/log.md` and relevant indices in `knowledge/indices/`. 7. closs-link any knowledge/wiki pages generated or updated to the roginal source page.
8. Update `knowledge/index.md` if new categories are needed. 8. Update `knowledge/log.md` and relevant indices in `knowledge/indices/`.
9. Flag any contradictions with existing content. 9. Update `knowledge/index.md` if new categories are needed.
10. Flag any contradictions with existing content.
*Personally I prefer to ingest sources one at a time and stay involved — I read the summaries, check the updates, and guide the LLM on what to emphasize. But you could also batch-ingest many sources at once with less supervision.* *Personally I prefer to ingest sources one at a time and stay involved — I read the summaries, check the updates, and guide the LLM on what to emphasize. But you could also batch-ingest many sources at once with less supervision.*