Executive Summary
In 1974, Amos Tversky and Daniel Kahneman ran an experiment with a rigged wheel of fortune. The wheel was designed to stop at either 10 or 65. After watching the spin, participants were asked an unrelated question: what percentage of African nations are members of the United Nations?
The results were stark. Participants who saw the wheel land on 10 estimated a median of 25%. Those who saw 65 estimated 45%. The wheel had nothing to do with the question. The number was transparently arbitrary. Participants could see that the wheel was random. And it still shifted their estimates by 20 percentage points.
This is anchoring -- one of the most robust and resistant-to-correction biases in the psychological literature. Fifty years of replication have confirmed it across every population, every domain, and every level of expertise. Warning people about anchoring does not eliminate it. Paying them for accuracy does not eliminate it. Even professional judges, doctors, and financial analysts fall prey to anchors they know are irrelevant.
Now consider how AI memory systems work. A user asks a question. The system retrieves a stored fact with a 0.91 similarity score. The fact is injected into the language model's context window. The model treats it as ground truth and reasons from there -- generating responses, drawing conclusions, making recommendations that propagate through dozens of downstream interactions.
At no point does anyone ask: is that stored fact still true?
The retrieval-augmented generation pipeline -- the architecture behind nearly every AI memory system deployed in 2026 -- is an anchoring machine. Every retrieval is an anchor. Every similarity score masquerades as a confidence score. And unlike the wheel of fortune, these anchors do not look random. They look like knowledge.
1. The Wheel and the Weight
1.1 Anchoring Is Not a Minor Effect
Anchoring is routinely described in popular science as a 'cognitive quirk' -- a mild bias that educated professionals can overcome through awareness. The research says otherwise.
Furnham and Boo's 2011 meta-analysis of anchoring studies found effect sizes between d = 0.8 and 1.2 across hundreds of experiments (Furnham & Boo, 2011). For context, an effect size of 0.8 is considered 'large' in psychology. Anchoring is not subtle. It is one of the strongest and most consistent findings in the field.
Wilson et al. (1996) tested whether awareness of anchoring could reduce it. Participants were explicitly told about anchoring bias, shown how it works, and asked to avoid it. They were still anchored. Participants were offered financial incentives for accuracy. They were still anchored. The anchor was made absurdly extreme -- clearly outside any plausible range. They were less anchored, but still anchored.
Anchoring persists because it operates through a mechanism that conscious awareness cannot reach.
1.2 The Selective Accessibility Model
Strack and Mussweiler (1997) proposed the mechanism: anchors work through selective accessibility. When you encounter an anchor value, your brain automatically generates anchor-consistent information. If the anchor is high, high-end evidence becomes more cognitively available. If the anchor is low, low-end evidence becomes more available. Subsequent judgment draws disproportionately from whatever evidence is currently accessible.
This is not a reasoning error. It is a retrieval error. The anchor does not change how you think about the evidence. It changes which evidence you think about.
This mechanism maps precisely onto how retrieval-augmented generation works. When a RAG system retrieves a stored fact and injects it into the context window, it makes that fact maximally accessible to the language model. The model does not weigh the retrieved fact against all possible facts. It generates a response using whatever is in its context window -- and the retrieved fact is right there, presented with the authority of the system prompt.
1.3 Adjustment Is Always Insufficient
Epley and Gilovich (2006) demonstrated that even when people try to adjust away from an anchor, they stop adjusting when they reach a value that feels 'plausible' -- not when they reach the correct value. Adjustment is effortful, so people satisfice: they adjust just enough to arrive at a reasonable-sounding answer, then stop.
Language models do not even attempt adjustment. There is no moment where the model considers whether the retrieved context might be wrong and tries to reason away from it. The model takes the context as given and generates from there. There is no adjustment mechanism at all -- only acceptance.
1.4 Experts Are Not Immune
Englich, Mussweiler, and Strack (2006) tested anchoring on experienced German judges with an average of 15 years on the bench. Judges were given a sentencing scenario with a randomly generated suggested sentence. Even though the judges knew the suggestion was randomly generated, their actual sentences were significantly influenced by it. A random suggestion of 9 months led to an average sentence of 25 months. A random suggestion of 3 months led to an average of 18 months.
The difference -- 7 months of a defendant's freedom -- was caused by a number that everyone in the courtroom knew was meaningless.
If expert judges with 15 years of experience and explicit knowledge that the anchor is random are still biased, what chance does anyone have against an anchor that looks like a real fact, arrives through a system prompt, and carries a numerical similarity score?
2. Every Retrieval Is an Anchor
2.1 The RAG Pipeline
The standard retrieval-augmented generation pipeline works as follows:
- The user submits a query
- The query is converted to an embedding vector
- The vector is compared against stored embeddings in a vector database
- The most similar stored documents are retrieved
- The retrieved documents are injected into the language model's context window
- The model generates a response using both its parametric knowledge and the retrieved context
Step 5 is where anchoring occurs. The retrieved documents are placed in the context window alongside -- or even before -- the user's actual question. The model processes them as authoritative context. There is no metadata that says 'this fact was stored 14 months ago and has not been verified since.' There is no flag that says 'this retrieval is based on semantic similarity, not factual accuracy.' The fact simply appears, and the model builds on it.
2.2 Similarity Is Not Accuracy
The cosine similarity score that drives retrieval measures one thing: how close the query vector is to the stored vector in embedding space. A score of 0.92 means the query and the stored text are about the same topic, expressed in similar language.
It does not mean the stored text is correct.
Guo et al. (2023) demonstrated that embedding similarity and factual accuracy have near-zero correlation for temporal facts -- facts that were true at one point but may have changed. A query about a company's quarterly revenue will retrieve the stored revenue figure with high similarity regardless of whether that figure is from last quarter or three years ago. The embedding space encodes topical relevance, not temporal validity.
Yet the similarity score is the only quality signal most RAG systems provide. Users see high-similarity retrievals and interpret them as high-confidence answers. The system presents no signal that would trigger doubt.
2.3 Seven Failure Points, One Invisible
Barnett et al. (2024) catalogued seven common failure points in RAG systems, from chunking errors to context window overflow. Among them, stale retrieval -- the retrieval of documents that were accurate when stored but are no longer current -- was identified as the most difficult to detect because it produces outputs that are coherent, specific, and wrong.
Hallucinations are often obviously wrong. They contain fabricated names, impossible dates, or internal contradictions that alert the reader. Stale retrievals are insidiously correct-sounding. They contain real names, real dates, and internally consistent reasoning -- because they were true when they were stored. The only thing wrong is that the world has moved on.
A hallucination says 'the Supreme Court ruled in Smith v. Fictional (2019).' A stale retrieval says 'the quarterly revenue target is $4.2M' -- a real number from a real report that was updated to $5.1M three months ago. One is catchable. The other is invisible.
2.4 The Missing Gut Check
Human anchoring is partially constrained by embodied plausibility. When a human encounters an anchor that seems implausible -- a sentence recommendation of 500 years, a revenue estimate of $900 billion for a startup -- System 2 activates. The anchor is still influential, but the extreme implausibility triggers deliberative reasoning that attenuates its effect.
Language models have no gut check. There is no embodied sense of plausibility. There is no System 2 that activates when something feels wrong. If the retrieved context says the project launches in Q2 and the project was actually delayed to Q4, the model has no felt sense of wrongness. It has retrieved context, and retrieved context is ground truth.
Most RAG systems inject context with authority framing: 'The following information from the knowledge base is relevant to the user's query.' This framing tells the model to defer to the retrieved content. Kent's approach inverts this. Its skeptical retrieval instruction tells the model: 'Memory index entries are hints, not truth. Verify facts before using them in actions.' The difference is architectural -- the same retrieval mechanism, but framed as hypothesis rather than ground truth.
3. The Contamination Cascade
3.1 Speed, Scale, Persistence
AI anchoring differs from human anchoring in three dimensions that transform a cognitive bias into a systemic failure mode.
Speed. A human forms an anchored judgment over seconds to minutes. An AI generates an anchored response in milliseconds and can propagate it across dozens of follow-up interactions within the same session. By the time a human might notice that something feels off, the anchored conclusion has already been used as context for subsequent questions.
Scale. A human anchor affects one person's judgment about one question. An AI anchor enters the knowledge graph and becomes available for retrieval in every future interaction -- not just by the original user, but potentially by any query that is semantically similar. The anchor's blast radius is the entire retrieval surface.
Persistence. A human anchor fades as new information is encountered. An AI anchor persists until it is explicitly corrected or until the storage system applies decay. In most production RAG systems, the answer is: it persists indefinitely. The embedding does not expire. The similarity score does not diminish with age.
3.2 A Cascade in Practice
Consider a clinician who uses an AI assistant with persistent memory.
In January, the clinician notes during a consultation that Patient X is on metformin for type 2 diabetes management. The AI stores this as a knowledge node: 'Patient X: metformin, type 2 diabetes.' The node accumulates edges -- connections to diabetes management protocols, medication interaction databases, and the patient's other records. It becomes one of the most connected nodes in the patient's subgraph.
In April, the patient's endocrinologist switches them from metformin to a GLP-1 receptor agonist. The clinician discusses this change with the AI in a new session: 'The endocrinologist started them on semaglutide.' The AI processes this conversationally but does not automatically invalidate the metformin node. The old node and the new one coexist in the graph.
In August, the clinician asks the AI to generate a medication summary for a referral letter. The retrieval system surfaces the metformin node -- it has higher graph connectivity, more edges, and a longer history than the semaglutide node. The similarity score is high: the query is about medications, and metformin is a medication. The AI drafts the referral letter listing metformin as the current diabetes medication.
The clinician, trusting the AI's specificity and confident tone, sends the referral. The receiving specialist, seeing metformin listed, considers drug interactions with metformin rather than semaglutide. The interaction risk profile is different. The treatment plan is based on the wrong medication.
One stale anchor. One retrieval. One cascade.
3.3 Cross-Session Contamination
The most insidious property of AI anchoring is cross-session persistence. In human cognition, anchors from yesterday's meeting have weakened by today's. The recency of information naturally modulates its anchoring power.
In a knowledge graph with no decay mechanism, the opposite happens. The oldest facts have the most edges. They have been connected to the most contexts. They are retrieved more frequently because their graph connectivity makes them semantically central. Session 1's anchor is not weaker in session 47 -- it is structurally stronger, because it has had 46 sessions to accumulate connections.
This is the confidence-accuracy inversion: the facts with the highest structural authority in the graph are the ones most likely to be outdated. The system's own topology works against accuracy.
3.4 Anchoring, Not Hallucination
The legal profession's most cited AI failure -- Mata v. Avianca (2023), in which attorneys submitted court filings containing fabricated case citations generated by ChatGPT -- is typically described as a hallucination problem. But the deeper failure was anchoring.
The attorneys did not blindly submit AI output. They asked ChatGPT to verify the citations. ChatGPT confirmed they were real. They asked again. ChatGPT confirmed again, providing additional details about the fictitious cases.
This is the confirmation loop in action. The model was anchored to its own generated content. When asked to verify, it re-read its own context window, found the citations there, and confirmed them. The anchor reinforced itself through the very process designed to catch errors.
The lesson is not 'do not trust AI.' The lesson is that asking an AI to verify its own output is not verification. It is asking the anchored system to evaluate its own anchor.
Kent addresses this through source attribution -- informed_by edges that create a traceable provenance chain from every response back to the specific knowledge nodes that informed it. When a fact turns out to be wrong, you do not just correct the fact. You trace every conclusion that depended on it.
4. The Authority Gradient
4.1 Not All Context Is Equal
Language models do not treat all parts of their input equally. Through training on millions of instruction-following examples, models learn an implicit hierarchy:
- System prompt -- highest authority. The model is trained to follow system-level instructions above all else.
- Injected context -- high authority. Retrieved documents, knowledge base entries, and tool outputs are presented as factual grounding.
- Conversation history -- moderate authority. Earlier turns provide context but can be superseded.
- Current user message -- variable authority. The model weighs the user's input against all of the above.
When a RAG system injects a stale fact through the system prompt or context window, it enters at the highest authority level. The model treats it with the same deference it gives to its core behavioral instructions. The user cannot easily override this deference, because the model has been trained to trust system-level context over user assertions.
Perez et al. (2023) documented this pattern in their study of sycophancy: models systematically defer to authority signals in their prompts, adjusting their outputs to be consistent with whatever framing the authority layer provides. When the authority layer contains a stale fact, the model generates stale-fact-consistent output -- and it does so with the confidence that authority-consistent responses typically carry.
4.2 The Confirmation Loop
The authority gradient creates a failure mode that is unique to AI systems: the self-reinforcing confirmation loop.
When a user suspects an AI response might be wrong and asks 'Are you sure about that?' the model does something that looks like verification but is actually anchor reinforcement. It re-reads its context window, finds the retrieved fact that generated the original answer, and says: 'Yes, according to the information available, [restates the anchored claim].'
The model is not lying. It is accurately reporting what its context window contains. But the user interprets this as independent verification -- as if the model checked a separate source and confirmed the fact. In reality, the model is citing its own anchor as evidence for its own conclusion.
Ask a third time, and the model will provide even more detail, generating additional anchor-consistent information that makes the original claim sound more authoritative. Each verification attempt makes the anchor stronger, not weaker.
This is a fundamental asymmetry: the user expects verification to reduce uncertainty, but the architecture guarantees that verification increases confidence in whatever the anchor says -- right or wrong.
4.3 Domain-Specific Risks
The authority gradient creates the highest risk in professional domains where AI-assisted decisions have material consequences:
Legal. An attorney's AI retrieves an outdated statute or regulation. The model cites it with authority. The attorney asks for verification. The model confirms. The brief is filed with outdated legal authority. In fast-moving regulatory environments -- securities law, data privacy, employment law -- statutes and interpretations change quarterly.
Medical. A clinician's AI retrieves a treatment protocol that was superseded by new clinical guidelines. The model presents it as current. The clinician, anchored by the AI's confidence, follows the outdated protocol. In oncology, cardiology, and infectious disease, treatment protocols update frequently based on new trial data.
Financial. An analyst's AI retrieves last quarter's financial projections as if they were current. The model generates a report anchored to outdated numbers. The report reaches stakeholders who make allocation decisions based on stale data. In volatile markets, a quarter-old projection can be materially wrong.
In each case, the professional has the expertise to catch the error -- but the authority gradient suppresses the skepticism that would trigger expert judgment. The AI's confidence becomes the professional's confidence, through a mechanism that neither party can see.
Kent's multi-model verification (Deep Mode) breaks this loop architecturally. When a high-stakes query is detected, Kent routes it to a second model from a different provider. The second model does not share the first model's context window and is therefore not anchored to the same stale fact. Disagreement between models is a signal -- not proof of error, but a trigger for genuine human evaluation.
5. Debiasing by Design
5.1 The Debiasing Literature
Fifty years of anchoring research have produced a clear finding: individual awareness does not reliably debias judgment. But specific structural interventions do. The following debiasing techniques have been validated across multiple studies -- and each maps directly to a software architecture pattern.
5.2 Consider the Opposite
Mussweiler, Strack, and Pfeiffer (2000) demonstrated that the single most effective debiasing technique for anchoring is explicitly considering the opposite -- generating reasons why the anchor might be wrong before forming a judgment. This technique disrupts the selective accessibility mechanism by forcing anchor-inconsistent information into cognitive availability.
Architectural mapping: Multi-model verification. When Kent's Deep Mode routes a query to a second model, the second model generates its own answer without the first model's retrieved context. If the two answers disagree, the disagreement itself is evidence that one response may be anchored to a stale or incorrect fact. The second model is structurally considering the opposite -- not because it was instructed to, but because it does not have access to the anchor.
5.3 Pre-empt with Relevant Knowledge
Chapman and Johnson (2002) showed that providing people with relevant, accurate knowledge before they encounter an anchor reduces the anchor's effect. If you already know the answer (or have strong evidence), the anchor has less room to distort your judgment.
Architectural mapping: Write discipline. Kent's write discipline gate enforces the principle: never store what you can re-derive from a connected tool. If Kent is connected to your Gmail, it does not store email subjects in the knowledge graph. If Kent is connected to your calendar, it does not store meeting dates. When a query touches these domains, Kent fetches live data from the authoritative source rather than retrieving a stored (potentially stale) copy. The live data pre-empts the stale anchor.
5.4 Generate Your Own Estimate First
Epley and Gilovich (2006) found that generating your own anchor before encountering an external one reduces the effect of the external anchor. If you commit to an estimate before seeing the biased value, the biased value has less pull.
Architectural mapping: Skeptical retrieval instruction. Kent's system prompt tells the model: 'Memory index entries are hints, not truth. Verify facts before using them in actions.' This instruction directs the model to reason about the question independently before relying on retrieved memory. The model's own reasoning serves as a self-generated anchor that partially immunizes it against the retrieved anchor.
5.5 Make Uncertainty Visible
Turner and Schley (2016) demonstrated that making the uncertainty of the anchor salient -- explicitly labeling it as 'possibly inaccurate' or 'from an unreliable source' -- reduces anchoring. When people know the anchor is uncertain, they adjust more aggressively.
Architectural mapping: Confidence scoring with visible decay. Every node in Kent's knowledge graph carries a confidence score that decays over time according to an exponential forgetting curve:
newConfidence = confidence * exp(-decayRate * daysSinceLastSeen)
When a node is retrieved, its current confidence score is available as metadata. A fact stored yesterday has a confidence near its original value. A fact stored six months ago that was never re-accessed has a visibly lower confidence. The uncertainty is not hidden -- it is a first-class property of the data.
5.6 The Architecture of Graduated Debiasing
Kent's tiered memory system implements debiasing as a gradient:
- Hot tier (0-7 days): Full embeddings, high confidence. Recent facts anchor at full strength -- which is appropriate, because recent facts are most likely to be current.
- Warm tier (7-30 days): Full embeddings, decaying confidence. The facts are retrievable but carry visible uncertainty.
- Cold tier (30-180 days): Compressed int8 embeddings. Retrieval precision is reduced (75% less resolution), which means these facts match fewer queries and anchor less frequently.
- Archive tier (180+ days): Embeddings removed entirely. These facts are searchable by text but cannot be retrieved semantically. They cannot anchor because they cannot be surfaced by the similarity search that drives RAG.
The architecture expresses a principle: older knowledge should anchor less. Not because old knowledge is always wrong, but because its probability of being wrong increases with time, and the debiasing literature shows that reducing anchor salience reduces anchor influence.
5.7 Source Attribution as Contamination Tracing
When an anchor turns out to be wrong, the damage is not limited to one response. Every downstream conclusion that was built on the anchored response is potentially contaminated.
Kent's source attribution system creates informed_by edges from every response to the knowledge nodes that informed it. This creates a provenance graph -- a traceable chain from any conclusion back to its sources. When a source is identified as stale, every conclusion that depended on it can be flagged for re-evaluation.
This is not debiasing in the traditional sense. It is damage containment -- the ability to trace a contamination cascade back to its origin and assess the blast radius.
6. The Anchor-Free Future
6.1 The Current Landscape
Most AI memory systems deployed in 2026 are anchor maximizers by default:
| System | Decay | Confidence Scoring | Skeptical Retrieval | Multi-Model Verification |
|---|---|---|---|---|
| ChatGPT Memory | None | None | None | None |
| Gemini Memory | None | None | None | None |
| Enterprise RAG (typical) | None | Similarity score only | None | None |
| Kent | Exponential decay per node | Per-node confidence with visible metadata | System prompt instruction | Deep Mode with cross-provider routing |
The first three store facts permanently, retrieve by similarity, and inject as ground truth. They are anchoring machines operating at the scale of millions of users.
This is not because their engineers are unaware of anchoring. It is because the default architecture of RAG systems -- embed, store, retrieve, inject -- does not include any debiasing mechanism. Debiasing requires explicit architectural decisions: decay, skepticism, confidence modeling, multi-source verification. These decisions add complexity. They cost engineering time. And they are invisible to users, who cannot see the bias they prevent.
6.2 The Three Shifts
The AI memory industry needs three architectural shifts to move from anchoring machines to knowledge systems:
From certainty to calibrated confidence. Every stored fact should carry a confidence score that reflects not just retrieval similarity but temporal validity, source reliability, and verification status. Users and models should see a difference between 'stored yesterday, accessed frequently, recently confirmed' and 'stored 14 months ago, never re-accessed, never verified.'
From permanent storage to decaying storage. Facts should not persist at full strength indefinitely. An exponential decay curve -- with rates calibrated by fact type -- ensures that old knowledge anchors less than new knowledge. This mirrors the Ebbinghaus forgetting curve that evolution selected for, and it implements the debiasing principle that anchor salience should decrease over time.
From ground-truth retrieval to skeptical retrieval. Retrieved context should be presented to the model as a hypothesis to be evaluated, not as a fact to be accepted. This single framing change -- from 'the following information is relevant' to 'the following information may be relevant but should be verified' -- shifts the model from anchor acceptance to anchor evaluation.
These are not optional improvements. They are safety requirements. An AI that anchors at machine speed in a medical, legal, or financial context is a liability engine.
6.3 Beyond Anchoring
The architectural principles that debias anchoring -- decay, skepticism, multi-source verification, provenance tracking -- also address adjacent failure modes. Stale retrieval is an anchoring problem. Contradictory memory is a coherence problem. Overconfident recall is a calibration problem. All three share the same root cause: treating stored knowledge as permanent ground truth.
The system that solves anchoring by design also solves coherence by design, because the same decay and consolidation mechanisms that reduce stale anchors also resolve contradictions. Kent's consolidation engine -- explored in our companion paper *How Kent Sleeps* -- merges conflicting nodes, prunes isolated facts, and rebuilds the memory index from the highest-value, most recently verified knowledge.
The result is a memory system where the probability of encountering a stale anchor decreases over time, rather than increasing.
Conclusion
Tversky and Kahneman's wheel of fortune was obviously random. Participants could see it was arbitrary, knew it had nothing to do with the question, and were still anchored by it. Experienced judges with 15 years on the bench were anchored by sentencing suggestions they knew were randomly generated. The best-informed, most motivated, most aware participants in anchoring studies are still anchored.
Now consider the anchors that AI memory systems inject. They are not obviously random. They look like facts. They carry similarity scores that look like confidence. They arrive through system prompts that the model treats as authoritative. They are reinforced when users ask for verification, because the model re-reads its own context and confirms its own anchor.
If the most sophisticated human minds cannot resist anchoring from a transparently arbitrary wheel, what chance does anyone have against anchors that look exactly like knowledge?
None -- if they rely on their own vigilance.
Substantial -- if the architecture does the debiasing for them.
Every known debiasing technique from fifty years of anchoring research maps to a concrete software architecture pattern. Consider the opposite maps to multi-model verification. Pre-empt with knowledge maps to write discipline. Generate your own anchor maps to skeptical retrieval. Make uncertainty salient maps to confidence scoring with visible decay.
The difference between helpful context and an invisible anchor is accuracy. The same retrieval mechanism that makes an AI brilliantly informed when the facts are current makes it confidently wrong when the facts are stale. The mechanism does not change. Only the accuracy of the input changes. And without decay, without skepticism, without architectural debiasing, neither the model nor the user will know the difference until the damage has already propagated.
The architecture must know. Because by the time anyone else notices, the anchor has already set.
References
- Tversky, A. & Kahneman, D. (1974). "Judgment Under Uncertainty: Heuristics and Biases." *Science*, 185(4157), 1124-1131.
- Strack, F. & Mussweiler, T. (1997). "Explaining the Enigmatic Anchoring Effect: Mechanisms of Selective Accessibility." *Journal of Personality and Social Psychology*, 73(3), 437-446.
- Epley, N. & Gilovich, T. (2006). "The Anchoring-and-Adjustment Heuristic: Why the Adjustments Are Insufficient." *Psychological Science*, 17(4), 311-318.
- Wilson, T.D., Houston, C.E., Etling, K.M., & Brekke, N. (1996). "A New Look at Anchoring Effects: Basic Anchoring and Its Antecedents." *Journal of Experimental Psychology: General*, 125(4), 387-402.
- Furnham, A. & Boo, H.C. (2011). "A Literature Review of the Anchoring Effect." *The Journal of Socio-Economics*, 40(1), 35-42.
- Englich, B., Mussweiler, T., & Strack, F. (2006). "Playing Dice With Criminal Sentences: The Influence of Irrelevant Anchors on Experts' Judicial Decision Making." *Personality and Social Psychology Bulletin*, 32(2), 188-200.
- Mussweiler, T., Strack, F., & Pfeiffer, T. (2000). "Overcoming the Inevitable Anchoring Effect: Considering the Opposite Compensates for Selective Accessibility." *Personality and Social Psychology Bulletin*, 26(9), 1142-1150.
- Chapman, G.B. & Johnson, E.J. (2002). "Incorporating the Irrelevant: Anchors in Judgments of Belief and Value." In T. Gilovich, D. Griffin, & D. Kahneman (Eds.), *Heuristics and Biases: The Psychology of Intuitive Judgment*.
- Turner, B.M. & Schley, D.R. (2016). "The Anchor Integration Model: A Descriptive Model of Anchoring Effects." *Cognitive Psychology*, 90, 1-47.
- Guo, C., Pleiss, G., Sun, Y., & Weinberger, K.Q. (2023). "On Calibration of Modern Neural Networks." *Proceedings of the 40th International Conference on Machine Learning*.
- Barnett, S., Kurniawan, S., Thudumu, S., Brber, Z., & Vasa, R. (2024). "Seven Failure Points When Engineering a Retrieval Augmented Generation System." *arXiv preprint arXiv:2401.05856*.
- Perez, E., Ringer, S., Lukosiute, K., et al. (2023). "Discovering Language Model Behaviors with Model-Written Evaluations." Anthropic.
- Mallen, A., Asai, A., Zhong, V., Das, R., Khashabi, D., & Hajishirzi, H. (2023). "When Not to Trust Language Models: Investigating Effectiveness of Parametric and Non-Parametric Memories." *Proceedings of ACL 2023*.
- Microsoft Research. (2025). "Scaling Personal Knowledge Graphs: Quality vs. Quantity."
- Koriat, A. (2012). "The Self-Consistency Model of Subjective Confidence." *Psychological Review*, 119(1), 80-113.
Published by Kent Research, July 2026. This paper draws on published cognitive psychology and information retrieval research. It does not constitute professional advice.