aDNA for Researchers

Your citations are only as good as your context graph. aDNA gives research teams a structured, agent-navigable knowledge layer — so every session starts oriented, every protocol is traceable, and knowledge accumulated over months doesn't evaporate when the context window closes.

Who this is for

Research labs, computational science teams, and independent researchers who run long-horizon projects with multiple collaborators — human or AI. If your work involves datasets, protocols, hypotheses, and findings that need to stay coherent across months of sessions and handoffs, aDNA was built for exactly this problem.

The research knowledge problem

Research projects accumulate knowledge faster than any one person — or agent — can track. Protocols drift. Analysis decisions get made in a Slack thread and forgotten. A new collaborator joins and spends a week reconstructing context from scattered READMEs. An agent session produces a finding that the next session contradicts, because neither session had the full picture.

The deeper problem: research knowledge is relational. A finding only makes sense relative to its protocol, its dataset version, its assumptions. Without a structure that preserves those relationships, knowledge isn't reproducible — it's anecdotal.

How aDNA helps

aDNA structures research knowledge as a typed, navigable graph — not a flat document pile. Three properties matter most to research teams:

  • Knowledge provenance. Every context file, decision record, and session log carries frontmatter: who created it, when, what it links to, and what version of the standard it targets. Agents that modify knowledge files update the provenance automatically. The audit trail is structural, not documentary.
  • FAIR metadata, built in. Every lattice object in aDNA includes a fair block: license, creators, keywords, identifier (DOI or persistent ID), and provenance description. Publishing a lattice to the registry is a single command — FAIR compliance is not a separate checklist.
  • Multi-agent context fidelity. The convergence model means an agent working on a specific analysis objective loads exactly the context it needs — the relevant dataset metadata, the active protocol, the prior findings — not the entire project. Multiple agents can work in parallel on different objectives without context bleed.

Typical ontology extensions

Research teams typically extend the base 14 entity types with domain-specific ones. Common extensions for science projects:

  • experiment — a bounded empirical test with hypothesis, method, and outcome fields
  • protocol — a versioned, reusable procedure with preconditions and reproducibility notes
  • finding — a validated result linked to the experiment and dataset that produced it
  • dataset — a data object with FAIR metadata, lineage, and access notes

The Extend the Ontology tutorial walks through adding any of these in 25 minutes — directory, AGENTS.md, template, and frontmatter schema.

Research reading path

Start here if you are new to aDNA. These four tutorials build a complete research knowledge architecture — from curated context files to executable workflow graphs.

Reference and depth