Exodia — a self-updating open-endedness knowledge base
A self-updating knowledge base of open-ended AI research — distilled from a curated reading list, mined for its core concepts and trends, and used to generate new research ideas. Every page below regenerates automatically when the upstream list changes.
The loop
flowchart TD
A["Expert Curator
awesome-open-ended (upstream)"] -->|"pushes new entries"| B
B["GitHub Action
(cron poll + manual)
checks latest commit SHA"] --> C{New content?}
C -- "no" --> Z["Sleep until next poll
(loop stays open)"]
Z -.-> B
C -- "yes" --> D["Ingest: parse README to Knowledge Base
(structured metadata)"]
D --> E["Enrich: abstracts + full-text PDFs + video
transcripts + citations (arXiv, Semantic Scholar)"]
E --> F["Analysis: curated concepts + consensus themes
(gazetteer + TF-IDF + clustering)"]
F --> G["Idea generation & summarization
AI-Scientist-v2 (Sakana AI)"]
G --> H["Build / update site
Jinja2 + plots + changelog"]
H --> I["Deploy to GitHub Pages
update 'last updated' date"]
I -->|"commit KB + state + changelog"| Z
G -.->|"potential idea (future work)"| J["Draft full paper
AI-Scientist-v2 experiment loop"]
J -.-> PR["Peer review"]
PR -.->|"feedback to the curator"| A
classDef future stroke-dasharray:5 5,fill:#f7f7f7,stroke:#999,color:#555;
classDef human fill:#eef6ff,stroke:#2b6cb0;
classDef ai fill:#f0fff4,stroke:#2f855a;
class J,PR future;
class A human;
class G,J ai;
This site is the loop above. The dashed branch — draft a full paper with AI-Scientist-v2, peer-review it, and feed the result back up to the curator — is future work and is not implemented.
100entries
2generated ideas
9themes
2026-07-06last updated