Historical project note · Published 28 June 2026 · Read current status

June 28, 2026

Why Audit-Oriented Research Workflows Matter

Research software should make work faster, but it should not make evidence weaker. Audit-oriented workflows preserve the path from plan to evidence to decision.

Motivation note published 28 June 2026. Preserved as historical context.

Historical snapshot: the principles remain relevant; current implementation claims live on the status page.

A systematic review is not just a list of papers. It is a sequence of scientific choices: what was planned, where evidence was searched, how duplicates were handled, which criteria were used, who made decisions, how conflicts were resolved, which full-text artifacts were examined, and what finally shipped as an output.

Most software can show the current state. Fewer tools preserve the history strongly enough that someone else can reconstruct it later. Nexus Scholar Core starts from the reconstruction problem.

The weak spots

The fragile parts of a research workflow are often the transitions between stages. Search can erase provider-level observations if it returns only a unique corpus. Deduplication can corrupt a review if fuzzy title similarity becomes an automatic merge. Screening can become scientifically ambiguous if AI votes are stored as final decisions. Full-text work can become unauditable if a local path is treated as artifact identity.

Those are not edge cases. They are common software shortcuts. They are convenient in a product interface, but dangerous if the goal is evidence-preserving research.

The Nexus rule

Nexus separates concepts before it automates them. Search is observation. Deduplication is duplicate evidence and review structure. Screening is human scientific judgment. Full-text artifacts are identified by raw bytes and digests, not by paths. Provenance is append-only reconstruction evidence, not just a log stream.

This is why the project spends so much effort on canonical JSON, digest scopes, protocol approval, workflow compilation, provenance, bundle manifests, shared scholarly identity, and explicit non-claims. These foundations are not ceremony. They are the guardrails that keep faster workflows from becoming weaker workflows.

Core distinction: evidence processing can be automated, but scientific authority must remain explicit.

AI makes this more urgent

AI can help researchers understand papers, draft rationales, identify likely duplicates, explain warnings, and summarize evidence. That is useful. It also raises the risk that generated text looks more authoritative than it is.

Nexus treats model output as proposal evidence unless an authorized human action accepts it. This does not make AI less useful. It makes AI safer to use in research workflows where decisions need to be defended later.

What audit-oriented means here

Audit-oriented does not mean heavy enterprise software. It means the workflow can answer concrete questions: which protocol content was approved, which search attempts succeeded or failed, which duplicate edges were exact identifiers versus review candidates, which criteria digest governed a screening decision, which actor made that decision, and which artifact bytes supported a full-text record.

That is the standard the project is aiming for. The interface can be simple. The underlying records cannot be vague.