Token-level commitment
A model writes one token at a time, and every token narrows what can follow. The first plausible direction becomes the direction it commits to.
Modern AI research is drifting towards a deterministic reasoning approach. At Divergent Labs, we challenge this by building neurodivergence-aligned reasoning frameworks.
The strongest lateral thinking on hard, open problems holds many threads at once and sits with a half-broken idea until the good one turns up next to it — a lot of it shows up in ADHD and adjacent cognition. We build that in: many candidates in parallel, each under a different frame, isolated so none can anchor to the others. We publish the harness before we train the model.
When there is no known answer, committing fast is a failure mode — not thinking too little, but committing too early. Everything downstream inherits it.
A model writes one token at a time, and every token narrows what can follow. The first plausible direction becomes the direction it commits to.
Chain-of-thought reasons forward from the same early commitment. More steps do not revisit the choice that framed them.
Tree search widens the frontier but carries the same anchor down every branch. Shared context is shared bias.
A larger model mostly says the first idea more fluently. It hands back the first reasonable answer instead of the best one.
The harness sits around any capable model. Nothing is bolted on at the end — isolation and critique are structural.
An open-source reasoning harness for coding agents, written up in a preprint. Three stages.
N branches at once, each under one of 15 cognitive frames, no shared context while they generate.
One critic pass scores every candidate and flags the traps — ideas that look right and quietly break.
Survivors expand into concrete plans, with the frame and trace that produced them kept inspectable.
| Dimension | adhd | Baseline | Δ | Ratio |
|---|---|---|---|---|
| breadth | 9.00 | 4.83 | +4.17 | 1.9× |
| novelty | 7.83 | 2.67 | +5.17 | 2.9× |
| trap detection | 9.50 | 1.83 | +7.67 | 5.2× |
| actionability | 9.50 | 6.50 | +3.00 | 1.5× |
| builder usefulness | 7.67 | 6.83 | +0.83 | 1.1× |
A claim like “reasons better” is worth nothing you cannot measure. Judged head-to-head against a single-shot baseline across six open-ended engineering problems, adhd won five of six — the loss was a problem the baseline already knew cold, the honest number to report.
Founded by Udit Akhouri — Ex-AI systems engineer at Emora Health, CS at IIT Patna. The thread: systems that keep producing value long after they ship.