Adapted from StartupAI source material dated January 16, 2026. This note explains the product judgment, not internal implementation details.
Source material: ADR-005
Opening thesis
Early on, we ran validation as a conversation — and learned the hard way that a smooth chat can hide a fragile memory. Refresh the page and the context disappears. We rebuilt it so the record, not the chat, is the source of truth. Here is why that boring-sounding decision is what makes a recommendation trustworthy.
The smooth interface that forgets
A chat feels effortless: you explain the idea, it responds, you refine, you move on. The risk is that the important facts are living somewhere fragile — a browser tab, a message on screen, a save that has not finished. We saw this in our own early testing: a refresh at the wrong moment could wipe the thread.
None of those failures looks dramatic on its own. A lost refresh. Two tabs racing. An answer shown before it was actually saved. Together they quietly destroy the one thing a recommendation rests on: you cannot trust a decision if you cannot trust the memory behind it.
And it compounds. The customer picture shapes the value map; the value map shapes the experiments; the experiments shape the gate. If the early state is fuzzy, every later artifact inherits that fuzziness while looking more polished than it earned.
We made the record the source of truth
So we stopped trusting the screen and started trusting the record. The conversation is kept as its own durable history; the structured business facts are saved separately, so a bad extraction can never corrupt what you actually said. A save either fully lands or it does not happen — no half-states where the screen says one thing and the record says another.
That also means progress reflects what has genuinely been captured, not what the system feels like it accomplished. When you see a step marked done, something durable actually changed.
Here is the honest edge of it: we made this pragmatic, not paranoid. For an ordinary message, if you close the tab in the splinter of a second before a save starts, you might have to retype it — that is cheap. We spent the hard guarantees where they matter: the hand-off that kicks off hours of downstream work is built to never be lost.
What to ask a tool that advises you
When a tool gives you startup advice, ask what it remembers. Can you come back and see the same evidence? Can you tell which facts came from you, which came from research, and which are still guesses? Can you tell why a recommendation changed?
A good validation workflow should make the state of your idea more reliable over time, not just produce a persuasive transcript. The transcript is nice. The durable record is what lets the product catch contradictions instead of re-dressing the same guess in new words.
Durable memory is invisible until it is missing. Then it is the whole difference between a tool that helps you decide and one that hands you confident, unaccountable encouragement.