RESEARCH TOOLING
The Instruments

The corpus on this hub is produced and maintained by a set of local research instruments. They run against the local filesystem, so the cards below describe rather than run them; the ones marked as demo candidates have client-side demonstrations staged for a future pass. Everything here is presentation of mechanism — no research data ships with any card.

Research Skills Package
PYTHON · STDLIB-ONLY · 4 SKILLS + 5 WORKFLOW RECIPES
WORKING
PACKAGE CANDIDATE
A complete local research-management system: filesystem scan → relevance-ranked search → a persistent research library → a cross-search connection graph → a growing knowledge DAG → markdown surfacing for handoff. Documents carry self-describing ledger blocks with curated centroid keywords, so search is centroid-first: human-curated signal scores ahead of raw text. Five workflow recipes chain the pieces into repeatable routines — a morning brief, a deep research pull, an index refresh.
ON THIS HUB: described now; a client-side interactive render of a sample research DAG (search nodes vs document nodes) and a downloadable package are staged for the next pass.
The Research Deck
PYTHON STDLIB SERVER · SINGLE-FILE FRONTEND · ZERO DEPENDENCIES
WORKING
DEMO CANDIDATE
A local reading cockpit over six hundred research PDFs and the workspace's markdown: split reader, full-text PDF search lane, and a judgments overlay — stars, tiers, tags, notes, side-by-side pairs, thought-routing edges — kept in a store that joins to the corpus on content hash. Read-only against source files: the deck records judgment, never mutates the library.
ON THIS HUB: described now; the frontend is a single self-contained HTML file, so a fully client-side demo over a synthetic sample corpus is staged.
Advanced Research Synthesizer
PYTHON CLI · ARXIV + HF ENRICHMENT · KEYWORD TAXONOMY + CENTROIDS
WORKING
An arXiv ingestion-and-synthesis pipeline: papers are enriched from public APIs with a local cache, scored against the workspace's research domains by a weighted keyword taxonomy plus domain-centroid embeddings, and emitted as dossier nodes that feed the knowledge graph. Includes an autonomous keyword-driven discovery loop and a daily orchestrator.
ON THIS HUB: described; an interactive "paste an abstract, see domain scores" client-side demo of the taxonomy scorer is a candidate for the next pass.
Overnight Experiment Loop
PYTHON + PYTORCH · SINGLE GPU · GIT-BRANCH-PER-RUN
WORKING
A local adaptation of Karpathy's MIT-licensed autoresearch harness — an autonomous loop that edits a small GPT's training script, runs fixed five-minute budgets, and keeps only changes that lower validation loss. The local contribution is a validation proof-gate: a sub-ten-second invariant check (model structure, shapes, loss finiteness, gradient flow, optimizer state) that must pass before any run is trusted. A real logged run exists: baseline 3.196 → 3.064 val bits-per-byte.
ON THIS HUB: described with full upstream credit; the proof-gate is the piece that belongs to this program's certificate discipline.
Observer Station
REACT + TYPESCRIPT SPA · CCM CAUSALITY · DETERMINISTIC PRICING CORE
WORKING
DEMO CANDIDATE
A multi-agent analysis dashboard (paper-trading research only — nothing here is financial advice) built around one idea: use Convergent Cross Mapping over Takens embeddings to separate true causality from correlation, with a deterministic Black–Scholes engine for verdicts and a language model confined to qualitative critique. Fourteen views in a brutalist observer aesthetic.
ON THIS HUB: the mathematics (CCM, the pricing core, the charts) runs fully client-side, so a demo-mode build with the model calls stubbed is staged.
Field Reporter
MARKDOWN CORPUS + BRIEF WRITER · PULL / LOG / BRIEF LOOP
WORKING
MECHANISM ONLY
The narration layer of the research system: every research pull is logged, every session leaves a dispatch, and a brief writer turns raw pull results into narrated significance paragraphs tied to the active framework and prior briefs — a fourth memory layer over the library.
ON THIS HUB: mechanism described only. The reporter's corpus is private by rule and no part of it ships to any page.
The Research Synthesizer
ONNX MINILM · NO TORCH · INT8 ARTIFACTS · 127.0.0.1:8801
WORKING
The portal's own semantic layer, honed to this corpus. At build time every document is chunked, embedded, and distilled into static geometry: embedding-nearest neighbors, nine-bucket category affinity, the five strongest lines per document by centrality, and cross-shelf candidate crossings feeding the Registry. Locally, a warm-once server answers free-text queries — ranked documents with distances plus the query's own affinity profile — with a terminal twin for the classifier-demo readout.
ON THIS HUB: the precomputed geometry ships and renders on the Navigator, Reader, and Registry. The live encoder lane lights up when the local synthesizer runs. Staged next: an opt-in in-browser encoder (quantized, lazy) and a Wikipedia category-graph fan-out once the internal geometry is worth extending outward.
zforge_advanced — the solver modules
PURE PYTHON · 4 PACKAGES · 15 MODULES
MECHANISM ONLY
The implementation stratum behind several published threads — code, not documents. spectral/: laplacian, ricci_flow, spectral_field. holy_grail/: auto_retopo, conformal_quad_solver, gw_compatibility, island_detector, settling. hybrid_state/: state, sync — the State ≠ Mutation separation as running code. schwarz_christoffel/: biarc_boundary, solver — the conformal mapping lane.
ON THIS HUB: inventoried here; the code stays in the repository. The documents these modules implement live on the Geometry Compiler Paradigm and Mesh Topology shelves.