Answer North Research · Note 001

Research that argues with itself.

Building a quantitative research system designed to preserve the evidence that proves it wrong.

ASTRA-QAugust 2026Research note~14 min
Abstract

Most quantitative research systems are optimized to answer a question: does this strategy work? ASTRA-Q begins with a different question: what would make us wrong?

That difference affects nearly every layer of the system. Experiments are registered before results are accepted. Failed runs remain part of the record. Research artifacts are tied to source code, configuration and data lineage. Evaluators can be frozen separately from the systems they evaluate. Evidence can be independently reproduced. High-stakes operations are expected to fail closed when identity, custody or protocol state becomes uncertain.

The purpose is not to create a system that cannot fail. It is to create a system in which failure is increasingly difficult to hide, reinterpret or silently erase.

ASTRA-Q is an experimental quantitative research system developed by Answer North. It is currently operating in research and paper-validation stages. Nothing described here is evidence of investment performance, and ASTRA-Q has not been authorized for unrestricted live-capital deployment.

01The problem with research that wants to be right

Quantitative research has an uncomfortable property:

A sufficiently flexible process can almost always tell a persuasive story after seeing the result.

Change the universe. Adjust a date. Modify an exclusion. Try another factor definition. Ignore a failed run. Choose a different benchmark. Repair an evaluator after discovering which result it produces.

Individually, many of these decisions can sound reasonable. Together, they create a system capable of gradually transforming a hypothesis into whatever the historical data rewards.

ASTRA-Q was therefore designed around an ordering constraint rather than an optimization target. Its governing sequence is:

Correct data → Reproducible experiments → Accurate factor replication → Adversarial validation → AI-assisted discovery → Forward paper evidence → Controlled live capital

The order matters. AI-assisted discovery does not come first. Returns do not come first. Live capital does not come first.

The chassis has to earn the right to move forward.

02An experiment should become harder to rewrite after it begins

ASTRA-Q maintains an experiment registry in which research is assigned an experiment identity before canonical results are accepted.

The registry was designed to be append-only. Failed experiments remain. Experiment identifiers are not reused. Changing parameters after seeing a result requires a child experiment rather than silently rewriting the original one.

This sounds like administrative overhead until the system encounters an attractive result. At that point, the distinction becomes important.

Suppose a researcher discovers that a momentum strategy performs much better after adjusting a liquidity threshold. The adjustment may be perfectly reasonable. But it is no longer the same experiment.

ASTRA-Q's philosophy is that both truths should survive:

The second result should not erase the first.

That creates a research history instead of a polished retrospective.

03Reproduction means rebuilding the result, not rereading it

A stored output is not necessarily reproducible evidence.

ASTRA-Q's reproduction process re-executes recorded research using the source commit associated with the original run, inside an isolated worktree with a frozen dependency environment. Artifacts can then be compared for deterministic equality or, where necessary, explicitly defined semantic equality.

The point is subtle. A research report saying:

"We ran this test three weeks ago and obtained this result."

is weaker than:

"Here is the code state, data lineage, configuration and environment required to reconstruct the result independently."

ASTRA-Q also records when canonical research is executed from a dirty working tree. Rather than pretending such a run is equivalent to a clean one, dirty runs are marked non-canonical and retain evidence about the difference.

This is part of a larger rule: provenance is part of the result.

04Freeze the judge separately from the thing being judged

Research systems have another failure mode. You can freeze the experiment while continuing to modify the evaluator.

That creates a more subtle form of leakage. If an evaluator changes after observing how the research system behaves, later results may reflect a changed measurement instrument rather than genuine improvement in the subject.

ASTRA-Q therefore developed an evaluator-freeze process.

In one Stage 1.5 ceremony, the evaluator was separated into semantic and supporting components and represented by cryptographic roots. The semantic portion represented the measurement instrument itself; supporting artifacts represented the evidence that the instrument measured what it claimed.

The frozen evaluator was reconstructed in two independent clean checkouts. Both reproduced the same evaluator root and inventory, and the evaluator suite produced 165 passed, 0 skipped in the clean environment.

The important idea is not the number of tests. It is that the judge has an identity. If the semantic evaluator changes, ASTRA-Q treats it as a new measurement instrument rather than quietly comparing new scores to old ones.

05Evidence custody is an engineering problem

A result can be correct and still be weak evidence if the record surrounding it can be changed without detection.

ASTRA-Q therefore treats evidence custody as a separate engineering problem. The repository contains dedicated custody artifacts, anchor verification, red-team custody testing, forward-custody records and remediation records rather than treating Git history alone as sufficient evidence.

Later governance work pushed this further. During Stage 2C, a new registry architecture was built and tested without immediately making it authoritative. The implementation passed its migration-equality checks, detected or prevented all applicable high- and critical-severity mutations in the recorded adversarial battery, reconciled the real artifact corpus without blocking mismatches, and demonstrated a fail-closed startup mode.

Yet ASTRA-Q still recorded:

V2 cutover authorized: NO.
G_STAT 2.0 authorized: NO.
Trading authorization changed: NO.

The permission state remained RESEARCH_ONLY.

That distinction is central to the project.

Passing tests is evidence. It is not automatically authority.

06A system should be able to reject its own recommendation

The clearest example of ASTRA-Q's philosophy occurred much later.

By Cycle 197, the research loop had accumulated years' worth of normal software-development complexity compressed into hundreds of autonomous research cycles: tests, frozen artifacts, remediation branches, historical protocols and governance constraints.

A previous cycle had identified four mutation operators as apparently stale. The recommended next action included re-driving those operators and publishing the replacement evidence. That sounded like remediation.

Cycle 197 checked again.

The "stale" operators were actually 34/34 correct against the bytes with which they had originally been sealed. The verification step had been reading the wrong file.

Following the previous recommendation would therefore have done something particularly dangerous: destroyed a correct sealed measurement in order to make the current check turn green.

ASTRA-Q withdrew its own recommendation. It then measured both proposed remediation paths and found neither was valid under the relevant historical states.

More importantly, the loop identified that the existing write policy operated too late in the process: by the time the system decided whether writing was permitted, an inconsistent payload could already exist. The refusal was moved earlier. The new behavior returned:

REFUSED_TO_DRIVE

before the destructive operation. The sealed artifact remained byte-unmoved.

This is the behavior we care about. Not: the autonomous system found a problem and fixed it. But:

The autonomous system discovered that its own proposed fix was unsafe, preserved the original evidence, and reduced its own authority.

That is what we mean by research that argues with itself.

07Green is not the objective

One temptation in large engineering systems is to optimize for a green test suite. ASTRA-Q tries to optimize for something harder: an accurate representation of system state.

Cycle 197 is again illustrative. After its remediation work, the clean detached verification suite reported:

4 failed / 4,115 passed / 51 skipped / 15 xfailed / 4 xpassed

A naïve engineering narrative might describe four failures as unfinished work. Instead, the cycle explicitly compared the failed set against the pre-existing baseline. The failures were set-equal to known inherited failures. None had been introduced by the cycle. The seven new nodes added by the cycle accounted exactly for the increase in passed tests.

The system therefore recorded the remaining red state rather than modifying unrelated behavior simply to reach zero.

The lesson is important:

A truthful red is better than a manufactured green.

08Fail closed

ASTRA-Q repeatedly uses a principle that is common in security systems but less common in autonomous research: when the system cannot establish that an action is permitted, the default should be to stop rather than improvise.

This appears at multiple levels. Identity ambiguities in security-master construction raise an error instead of generating a warning and continuing. Registry integrity failures can force read-only and quarantine states rather than silent auto-repair. Unsafe re-drive behavior can be rejected before execution rather than repaired after evidence has changed.

And authority itself is staged. Research capability is not equivalent to paper-trading authority. Paper authority is not equivalent to live-capital authority.

The website currently exposes this distinction deliberately:

RESEARCH — ACTIVE
PAPER — ACTIVE
LIVE — NOT AUTHORIZED

The final line is not a roadmap delay disguised as governance. It is the governance state.

09Why finance?

ASTRA-Q is not important to Answer North merely because finance is commercially valuable. Finance is useful because it is adversarial.

Errors become expensive. Data leakage can create convincing false discoveries. Survivorship bias can create histories that never existed. An apparently small identity error can change a historical universe. Execution assumptions can turn theoretical edge into nonexistent edge. Repeated experimentation can turn noise into confidence.

And an autonomous system that is permitted to act financially can convert a reasoning failure into a real-world consequence.

That makes quantitative research a useful proving ground for a broader question:

How should increasingly autonomous systems earn authority?

Answer North's long-term work extends beyond finance. ASTRA-Q provides an environment where many of the problems appear early and visibly: provenance, identity, evaluator independence, permissioning, reproducibility, evidence custody, model disagreement, bounded execution, incident response, and rollback.

The market is not forgiving enough to let those remain abstract.

10What ASTRA-Q has not proven

A serious research system should state its negative claims as clearly as its positive ones.

ASTRA-Q has not established that its current quantitative strategies will produce durable excess returns. It has not demonstrated that paper performance will transfer unchanged to live execution. It has not proven itself immune to overfitting, regime change, model error, infrastructure failure or governance failure. It has not earned unrestricted authority over real capital. And it has not produced evidence that should be interpreted as investment advice.

What the project has demonstrated is narrower:

It is possible to engineer an AI-assisted research environment in which parts of the research process become increasingly reproducible, challengeable and resistant to silent revision.

That is the result we are currently interested in. Returns can be measured later. The integrity of the measurement process has to come first.

11The broader experiment

ASTRA-Q is one part of a larger Answer North thesis.

As AI systems move from generating text toward taking actions, reliability can no longer mean only: "did the model give a good answer?"

The relevant questions become:

ASTRA-Q is our attempt to ask those questions in a domain where getting them wrong matters.

The goal is not autonomous intelligence that never fails. The goal is autonomous intelligence that cannot casually convert uncertainty into authority.

That is a much harder system to build. It is also the one we believe is worth building.

Research status
ASTRA-Q remains an experimental research system. Paper portfolios are simulations using zero real capital. Historical or forward paper results do not represent actual investment performance and should not be interpreted as investment advice, an offer, or a solicitation.
ANSWER NORTH

Intelligence with direction.
Infrastructure for governed autonomous intelligence.

© 2026 Answer North HomeResearchPaper FundPrivacyTerms