Turning questions into software, one experiment at a time.
flowchart TD
ME((Curiosity))
ME --> SYS[Systems]
ME --> INT[Intelligence]
ME --> HUM[Human Understanding]
SYS --> OS[Operating Systems]
SYS --> DIST[Distributed Systems]
SYS --> WEB[Web Technologies]
INT --> IR[Information Retrieval]
INT --> KG[Knowledge Graphs]
INT --> ML[Machine Learning]
HUM --> NLP[Language]
HUM --> ACC[Accessibility]
HUM --> RL[Learning & Behaviour]
OS -. influences .-> NIE{{Narrative Intelligence}}
DIST -. influences .-> NIE
IR --> NIE
KG --> NIE
NLP --> NIE
DDIA -. informs .-> NIE
OS --> OSTEP("📁 my_ostep_projects")
ML --> ALGOS("📁 ml_algos")
WEB --> ATP("📁 artifact-to-pwa")
DIST --> COMM("📁 serverless-comm")
ACC --> DYS("📁 dyslexia-accessibility-nlp")
DDIA("📁 ddia-notes")
RL -. future .-> ALIEN("🚧 Alien Invasion — RL Environment")
Currently
- ✓ Reading — Designing Data-Intensive Applications (Kleppmann)
- ✓ Building — Narrative Intelligence Engine
"What I cannot create, I do not understand." — Richard Feynman

