Ecosystem High-Level Goals
- The Deckard Boundary: Strictly isolate subjective AI writing from hard, deterministic Python state management. Stop the AI from hallucinating databases.
- Academic Rigor vs. Playability: Bridge the gap between the "Cathedral" (rigid scholarly reading environments) and the "Laboratory" (playable, interactive digital humanities tools).
- No Wheels Reinvented: Continuously adapt proven methodologies from leading external DH projects (e.g., Linked Open Data, Diplomatic transcriptions, statistical network graphs).
- Zero-Token Linting: Automatically scrub "AI slop" from our generated writing to maintain a highly dense, critical-reportorial scholarly voice.
Digby Game
Procedural EngineAn interactive Digital Humanities laboratory engine focused on Sir Kenelm Digby, alchemy, and 17th-century trade.
🎯 Core Goals
- Allow players to experience Renaissance material science by interactively running alchemical recipes.
- Ground all gameplay mechanics strictly in academic texts housed within `RenMagDB`.
- Develop a playable UI that doesn't feel like a standard academic portal.
⚙️ Current Features
- `reagents.json` and `commodities.json` structured ontologies.
- Strict Deckard Boundary implementation for state changes.
- Legacy UI state-management scavenged from the `TreeTapper` incremental engine.
⚠️ Critique & Weaknesses
- Game states currently risk amnesia if the AI isn't forced to write back to the deterministic Python scripts.
- The user interface is too heavily reliant on text boxes rather than interactive spatial elements.
💡 Key Insights
- As seen in *The Chymistry of Isaac Newton*, recreating recipes physically/digitally is a valid form of academic scholarship, not just a game.
- The "Earnestness through Irony" approach makes dense history accessible.
QueryPat
Knowledge PortalThe definitive scholarly reading environment for the works and theology of Philip K. Dick.
🎯 Core Goals
- "Lower heaven into reach" by making PKD's massively complex *Exegesis* searchable and structured.
- Map out the arguments between different literary scholars regarding PKD's work.
⚙️ Current Features
- React/HTML static frontend.
- Rigid "Scholar Profiles" mapping intellectual lineage and specific literary arguments.
- Relational database connecting chapters to specific theological concepts.
⚠️ Critique & Weaknesses
- The Over-Engineering Trap: The schema is too relational, forcing the AI to hallucinate filler text to satisfy the database joins.
- Artificially separates his sci-fi fiction from his lived theological paranoia (2-3-74).
💡 Key Insights
- Academic writing must *never flatten contradictions*. If two scholars disagree, the portal must explicitly highlight the fight rather than synthesizing a middle ground.
SocialsDB / Megabase
Social MegaphoneA massive data lake containing millions of personal messages and AI chat logs used for insight extraction.
🎯 Core Goals
- Automate the publishing pipeline for Digital Humanities insights.
- Treat personal chat logs as an archaeological site for intellectual autoethnography.
⚙️ Current Features
- 3.9M row ingestion engine mapping 11 communication platforms.
- SQLite Full-Text Search (FTS5) capabilities.
- Basic prompt archaeology "Nugget Machines" for idea extraction.
⚠️ Critique & Weaknesses
- The extraction from "Archive" to "Social Post" is entirely manual. The insights stay buried unless manually queried.
- Signal-to-noise ratio is too high for ad-hoc searching.
💡 Key Insights
- The system needs persistent topic-modeling visualizations to graph intellectual focus over time, moving beyond simple keyword extraction.