Chosen
The direction a person actively pursues from the current answer and context.
WP-02 · Next-Question Ranking
Teaching machines what to question next
Bounded choice, expected information gain, and the Curiosity Graph
August 2026
Abstract
Language models are trained to answer assigned problems. WHY studies the decision before the next problem is assigned: what deserves investigation now? A bounded slate turns ordinary exploration into comparative evidence. One option is pursued; two visible alternatives are left behind. WHY Pro is designed to add explicit expert judgments about what should be investigated next. WP-02 asks whether those signals can train a ranking layer that learns faster than likelihood alone, transfers across people and subjects, and improves what users discover. The deployed product is the baseline. The expert corpus and learned selector remain a falsifiable research program. Read the complete whitepaper.
For each question, WHY returns one compact answer and exactly three possible directions. The interface deliberately bounds the choice set: the user can select one question or leave.
Experts teach machines how to solve problems. WHY studies how to teach machines what to question next.
The direction a person actively pursues from the current answer and context.
The two alternatives presented beside the choice. Exposure is observable; conscious rejection is not assumed.
A rendered slate that receives no selection. It must be measured separately from a visitor who leaves before seeing one.
Whether the selected path loaded, continued, deepened, corrected an answer, or brought the person back.
A selection without its choice set cannot explain what won. The unselected questions are not treated as independent votes or proof that they were read. They are the contemporaneous alternatives needed to evaluate the choice comparatively.
Consumer paths reveal where unprompted curiosity goes. A separate, explicit WHY Pro cohort is intended to evaluate where disciplined investigation should go. The research question is whether the difference between those signals improves training and evaluation—not whether popularity can substitute for expertise.
observation = (context, slate, order, selection | outside option, consequence)
Learn
Update the ranking model from exposure, selection, continuation, depth, return, and correction.
Select the Slate
Score every feasible three-question board and keep the one with the greatest expected learning value.
Validate
Require answer anchoring, relevance, novelty, factual support, and meaningful distance between questions.
Generate Candidates
Ask a foundation model for more possible questions than the three the interface can show.
Choosing the three most likely questions can maximize immediate selection while teaching the system very little. Maximizing choice entropy also fails: it cannot distinguish useful uncertainty from genuine indifference and may reward three confusing near-equals.
WP-02 therefore proposes expected information gain: select a slate whose surviving preference hypotheses would rank differently, subject to hard quality constraints.
S* = argmax I(parameters ; outcome | S, context, history) subject to: every question clears a relevance floor the questions are not redundant at least one direction meaningfully diverges a deterministic fallback always returns a usable board
With twelve valid candidates, WHY can evaluate all C(12,3) = 220 possible boards. The combinatorics are small enough to exhaust rather than approximate.
The Curiosity Graph is the complete network of canonical questions and paths. The rejection signal is the comparative evidence inside it: which presented alternatives repeatedly lose to which selected directions, in what context and position.
Keeping the names separate matters. The graph represents the system. Rejection describes one potentially distinctive signal—not a claim that every unselected question was consciously read and refused.
Why.com already provides the instrument: one concise answer, three validated questions, stable directional roles, path-aware context, local curiosity memory, and outcome telemetry. The current production system selects three questions directly; it does not yet maintain the posterior or population-level Curiosity Graph proposed by WP-02.
Candidate generation, factual and semantic validation, three-question presentation, path continuity, and local selected-versus-unselected outcomes.
Qualified slate exposure, outside-option measurement, randomized research cohorts, policy version, and reliable selection consequences.
A larger candidate pool, posterior preference model, exhaustive slate selector, and calibrated uncertainty estimates.
Canonical question identities, exposure-corrected population edges, personal residuals, and privacy-preserving aggregation.
Why.com is the consumer instrument for authentic curiosity paths. WHY Pro is the proposed opt-in expert instrument for deliberate next-question judgment. WHY AI is the generation, validation, and ranking layer. WP-02 tests whether those sources improve learned selection. WHY Desktop is the private personal layer; its memory is not population training data by default.
The strongest result would not be that WHY predicts the next click. It would be that comparative evidence from bounded question slates improves what people discover later—and that the effect transfers beyond the user or subject that produced it.
The moat test
If the learned signal does not transfer across people or subjects, the Curiosity Graph is a personalization feature rather than a population-level asset.
A displayed question is not necessarily a read question. An unselected question is not necessarily a conscious rejection. A visitor who leaves before a slate renders is not an outside-option observation. The research must record these states separately.
The system can only learn among possibilities its generator imagines. A divergence requirement helps, but cannot reveal an entire direction that was never generated. Generator diversity and reserved exploration must therefore be measured rather than assumed.
A globally popular question can receive more exposure, win more comparisons, and become still more visible. Position randomization, logged propensities, bounded population influence, and graph-entropy monitoring are required to prevent a rich-get-richer loop from becoming a curiosity monoculture.
Patterns of avoidance may reveal more than selections. Personal decline histories should remain private by default; aggregation requires clear consent, minimum cohort protections, and no raw personal path attached to a population edge.
Experts teach machines how to solve assigned problems. WHY is building the questioning layer: a system for learning which problem deserves attention next.
WP-02 does not claim that the learned system is complete. It defines the instrument, the proposed selector, the evidence required, and the observations that would prove the thesis wrong.
AI learned how to answer. WHY is testing how to teach it what to question next.
Launch
Coming soon.