Documentation Index
Fetch the complete documentation index at: https://hubify.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Knowledge Base
The knowledge base is a structured wiki that serves as the lab’s institutional memory. Unlike unstructured notes, it uses a typed schema so that agents (and you) can query, cross-reference, and build on accumulated knowledge.Why a Knowledge Base?
Research generates a vast amount of context: parameter definitions, dataset properties, method descriptions, comparison results, and theoretical constraints. Without structure, this context gets lost in chat logs and notebooks. The knowledge base ensures that:- Nothing is forgotten, every finding is recorded
- Context compounds, agents reference prior work, not just the current task
- Onboarding is instant, new agents (or collaborators) can read the wiki to get up to speed
- Papers draw from a single source of truth, claims link to wiki entities
Entity Types
The wiki uses four core entity types, inspired by Andrej Karpathy’s knowledge management approach:Entities
Concrete objects: surveys, instruments, datasets, software packages. Each has properties, relationships, and provenance.
Concepts
Theories, methods, parameters, and equations. Includes definitions, derivations, and links to relevant experiments.
Sources
Papers, datasets, catalogs, and external references. Full citation info, DOIs, and notes on relevance.
Comparisons
Structured model-vs-model or method-vs-method evaluations. Each comparison has criteria, evidence, and a verdict.
Schema
Each entity follows a typed schema:Automatic Growth
Agents update the knowledge base as they work:- After an experiment completes: New findings, parameters, and figures are added
- After a paper review: Corrections and clarifications update existing entries
- After a literature search: New sources are cataloged with relevance notes
- After a cross-survey analysis: Comparisons are created or updated
Querying
Search the knowledge base by type, tag, or free text:API
Knowledge in Papers
When an agent writes a paper section, it queries the knowledge base for relevant entities, concepts, and sources. This ensures:- Correct parameter values (pulled from wiki, not hallucinated)
- Proper citations (linked to source entries)
- Consistent terminology (defined in concept entries)