{"site":{"name":"Koji","description":"AI-native customer research platform that helps teams conduct, analyze, and synthesize customer interviews at scale.","url":"https://www.koji.so","contentTypes":["blog","documentation"],"lastUpdated":"2026-09-20T17:10:23.743Z"},"content":[{"type":"documentation","id":"1fed3d70-42dd-44b3-a7c6-da2270664492","slug":"automation-surprise-research-operations","title":"Automation Surprise in Research: When Your Pipeline Is Not Doing What You Think (2026)","url":"https://www.koji.so/docs/automation-surprise-research-operations","summary":"Automation surprise occurs when a research pipeline operates in a different configuration than the researcher believes. Unlike automation bias, which is a trust-calibration failure, mode error is a state-tracking failure that a perfectly calibrated operator still commits. Seven binary configuration switches produce 128 distinct pipeline states. The fix is annunciation - printing active configuration on the artifact - not more careful review.","content":"Automation surprise is what happens when a research pipeline does something you did not expect, because it is operating in a different configuration than the one in your head. The data is not corrupted. Nobody lied. The tool did exactly what it was told. You simply were not the one who told it, or you told it something different three weeks ago and forgot. Aviation human factors has studied this failure for forty years under the name mode error, and the research literature on it is far more advanced than anything customer research has written down. This article imports it.\n\nThe distinction that matters: this is not a trust problem. An over-reliance problem is a *calibration* failure, where you trust the machine more or less than it deserves. A mode error is a *state-tracking* failure, and a perfectly calibrated operator still commits it. You can know exactly how much to trust your analysis pipeline and still read its output wrongly, because you are right about the instrument and wrong about which setting it is on.\n\n## The problem aviation named first\n\nIn 1995, Nadine Sarter and David Woods published a paper whose title is the entire phenomenon: *How in the World Did We Ever Get into That Mode?* Their work on glass-cockpit aircraft established the vocabulary. In a later study of the Airbus A-320, they described the shape of it plainly: one of the major problems with pilot-automation interaction is \"a lack of mode awareness (i.e., the current and future status and behavior of the automation),\" and as a result \"pilots sometimes experience so-called automation surprises when the automation takes an unexpected action or fails to behave as anticipated.\"\n\nThis is not a marginal concern. A NASA Langley formal-methods analysis of mode confusion by Ricky Butler and colleagues notes that \"The January 30, 1995 issue of Aviation Week lists 184 incidents and accidents involving mode awareness,\" and frames the underlying issue as a \"lack of understanding of what the machine is doing, and why, and what it is going to do next.\"\n\nThose three questions - what is it doing, why, and what will it do next - are exactly the three questions most research teams cannot answer about their own analysis pipeline.\n\nThe most important empirical finding for research operations is the one Sarter and Woods reported from their Flight Management System study. Pilots did fine in ordinary conditions. The problems were latent:\n\n> Although pilots were able to 'make the system work' in standard situations, the results reveal a variety of latent problems in pilot-FMS interaction that can affect pilot performance in nonnormal time critical situations.\n\nRead that again with your research stack substituted for the FMS. Your pipeline works on normal studies. That is not evidence it is configured correctly. It is evidence that normal studies do not discriminate between a correct configuration and an incorrect one. The mode problem surfaces on the unusual study, under deadline, which is precisely when you have the least capacity to catch it.\n\n## The six ways a mode goes wrong\n\nNancy Leveson and colleagues identified six categories of design that have historically produced mode confusion. NASA's analysis summarizes them as: inputs interpreted differently in different modes, indirect mode changes, behavior that is different in different modes, operator authority limits, unintended side effects, and lack of appropriate feedback.\n\nEvery one of them has an exact analogue in a research pipeline. The mapping is not a stretch; it is close to a translation.\n\n| Leveson category | What it looks like in a research pipeline |\n| --- | --- |\n| Inputs interpreted differently in different modes | The same follow-up prompt produces a probing question in exploratory mode and a scripted re-ask in structured mode |\n| Indirect mode changes | Nothing you touched changed, but a hybrid brief crossed its threshold mid-interview and started following threads |\n| Behavior differs across modes | A quality filter that drops low-scoring interviews in one report view and retains them in another |\n| Operator authority limits | You cannot override a canonical theme label from inside the report, only upstream in the brief |\n| Unintended side effects | Changing the segment split silently changes the denominator on every percentage in the deck |\n| Lack of appropriate feedback | The report renders identically whether the filter is on or off |\n\nThe last row is the dangerous one, and it generalizes. A mode error is only possible when the display is the same in both modes. If the two configurations produced visibly different output, you would notice immediately and there would be no literature about it. The entire failure depends on both readings looking plausible.\n\n## Count your own modes\n\nHere is an exercise that takes ten minutes and tends to alarm people.\n\nList the binary configuration switches in your own research pipeline. A typical stack has at least these seven:\n\n1. Interview mode: structured or exploratory\n2. Transcript: verbatim or cleaned\n3. Theme counting: by mention or by participant\n4. Denominator: invited or completed\n5. Quality filter: on or off\n6. Date window: rolling or fixed\n7. Segment split: included or excluded\n\nSeven binary switches produce 2^7 = **128 distinct configurations**. You have consciously chosen perhaps two of them. The remaining 126 are not errors waiting to happen - they are states your pipeline can legitimately occupy, each producing a report that looks exactly as credible as the one you intended.\n\nThe combinatorics are unforgiving and they scale badly:\n\n| Binary switches | Distinct configurations |\n| --- | --- |\n| 3 | 8 |\n| 4 | 16 |\n| 5 | 32 |\n| 6 | 64 |\n| 7 | 128 |\n| 8 | 256 |\n\nThe aviation response to this was not to ask pilots to try harder. It was to redesign the annunciation - to make the aircraft continuously display which mode it was in, because the alternative is asking a human to hold a combinatorial state space in working memory while doing something else.\n\n## Why this is not a trust problem\n\nIt is worth being precise about the boundary, because the adjacent literature is about something else.\n\nResearch on automation bias asks whether a user trusts an AI system appropriately: over-reliance, appropriate reliance, under-reliance. That is a question about the *amount* of trust, and the fix is calibration - help the person trust the system exactly as much as it merits.\n\nMode error is orthogonal. The operator's trust can be perfectly calibrated. They know precisely how good the instrument is. They are simply mistaken about which of its legitimate behaviors it is currently exhibiting. Calibration does not help, because there is nothing miscalibrated. The two failures need different instruments: trust calibration needs a seeded-error task, mode awareness needs an annunciator.\n\nThis also means the standard remedy for automation bias - slow down, be more skeptical, check the output - does nothing for mode error. Checking the output is useless when the output is correct. It is correct for a different question.\n\n## How Koji helps\n\nKoji is built around explicit, inspectable configuration rather than hidden defaults, which is the only real defense against this class of failure.\n\nThe interview mode is a first-class, named field on the research brief - `structured`, `exploratory`, or `hybrid` - not an emergent property of how you happened to word your prompts. It is visible before you launch, and it is stored with the study, so the question *which mode was this study run in* has an answer six months later rather than a guess.\n\nStructured questions make the input side unambiguous. Koji supports six types - open_ended, scale, single_choice, multiple_choice, ranking, and yes_no - and the type determines how the AI asks it, how the answer is extracted, and how the report visualizes it. That chain is the annunciator: a `scale` question cannot quietly become a free-text question between the interview and the chart, because its type travels with its stable ID from interview plan through analysis to report.\n\nEvery theme member in a Koji report carries the conversation it came from. That is what makes the state recoverable rather than merely declared. When a number looks wrong, you can open the citations behind the bar and see which interviews produced it, instead of re-running the study to find out what it was counting.\n\nAnd because the aggregation layer takes an explicit population denominator rather than inferring one, the switch that silently rebases every percentage in a deck is a visible parameter instead of an accident.\n\nTraditional tooling inverts all of this. A survey platform like SurveyMonkey and a spreadsheet full of tagged verbatims share the same flaw: the configuration lives in whoever built it, and the artifact does not carry its own settings. An AI-native platform can attach the mode to the study, which is the difference between an instrument that tells you what it is doing and one that expects you to remember.\n\n## A mode-awareness protocol\n\nFive steps, none of which take long:\n\n1. **Write the mode inventory.** List every binary switch, as above. Do it once; it changes rarely.\n2. **Annunciate on the artifact.** Every report gets a header block stating the mode of each switch. Not an appendix - the first thing on the page.\n3. **Re-derive one number by hand.** Pick a single headline figure per study and recompute it from the raw citations - in Koji, the citations behind any chart open directly onto the source conversation, which makes this a five-minute check rather than a re-run. This is the only check that detects a wrong-mode reading, because it is the only one that does not run through the same configuration.\n4. **Flag indirect changes.** Any mode that can change without an operator input needs an explicit log line when it changes. This is Leveson's category two and it is the one people never instrument.\n5. **Diff the modes across studies before comparing them.** Two studies are comparable only if their switches match. Comparing a mention-counted study to a participant-counted one is not a finding, it is an artifact.\n\n## Common mistakes\n\n**Assuming a normal-looking report is a correctly configured one.** This is the Sarter and Woods finding restated. Standard situations do not discriminate between configurations.\n\n**Instrumenting the output instead of the state.** Teams add validation on the numbers and none on the settings that produced them. The numbers are fine.\n\n**Treating the mode as documentation.** A mode written in a Notion page is not annunciation. It has to be on the artifact that gets read, because the person reading the deck in six months is not the person who set the switch.\n\n**Confusing this with mode effects.** Survey methodology already uses the word *mode* to mean the channel of administration - phone, web, in person. That is a real and separate phenomenon about how the channel changes the answer. This article is about machine operating state.\n\n**Adding a human reviewer and calling it solved.** This is the reflex fix, and it backfires for reasons worth their own article: the reviewer's ability to catch the error decays precisely because you gave the work to the machine.\n\n## Frequently asked questions\n\n### What is automation surprise in research?\n\nAutomation surprise is when a research tool or pipeline behaves unexpectedly because it is operating in a different configuration than the researcher believes. The term comes from aviation human factors, where Sarter and Woods documented pilots being surprised by automation that took an unexpected action or failed to behave as anticipated. In research, it shows up as a report that is correctly computed under settings nobody consciously chose.\n\n### How is mode error different from automation bias?\n\nAutomation bias is a trust-calibration failure: you rely on the system more or less than it deserves. Mode error is a state-tracking failure: your trust is correctly calibrated, but you are wrong about which setting the system is on. The remedies differ. Calibration problems need evidence about the system's accuracy; mode problems need a visible indicator of current state.\n\n### Is this the same as mode effects in survey research?\n\nNo, and the shared word causes real confusion. Mode effects in survey methodology refer to the channel of data collection - telephone versus web versus face to face - and how that channel changes responses. Mode error refers to the operating state of an automated system. Both are real; they are unrelated phenomena that happen to share a term.\n\n### How many configurations does a typical research pipeline have?\n\nMore than teams expect. Seven independent binary switches - interview mode, transcript handling, theme counting unit, denominator, quality filter, date window, and segment split - produce 128 distinct configurations. Most teams have deliberately chosen two or three of those settings and inherited the rest as defaults.\n\n### Why does checking the output not catch mode errors?\n\nBecause the output is not wrong. In a mode error the system computes correctly; it computes the answer to a different question than the one you asked. Reviewing the numbers for plausibility will pass them, because they are plausible and in fact correct. Only re-deriving a figure independently, or reading the configuration directly, detects it.\n\n### What is the single most effective fix?\n\nAnnunciation: printing the active configuration on the artifact itself, where it will be read. Aviation did not solve mode confusion by training pilots to concentrate harder; it solved it by redesigning displays to continuously show the current mode. The research equivalent is a settings header on every report.\n\n## Related Resources\n\n- [Structured Questions in AI Interviews](/docs/structured-questions-guide) - the six question types and how type travels from plan to report\n- [Structured, Exploratory, and Hybrid: Choosing the Right Interview Mode in Koji](/docs/interview-mode-guide) - how to pick a mode, once you know which one you are in\n- [Mode Effects: When Letting People Choose Voice or Text Changes the Answer](/docs/mode-effects-mixed-mode-research) - the other meaning of mode, and why it matters separately\n- [AI Over-Reliance and Automation Bias](/docs/ai-overreliance-automation-bias-research) - the trust-calibration problem this article is not about\n- [Model Version Drift: What Happens to Your Research When the AI Changes Mid-Study](/docs/ai-model-version-drift-research) - an indirect mode change you did not authorize\n- [How to Analyze Interview Results](/docs/analyzing-interview-results) - the pipeline whose switches you are inventorying\n","category":"Research Methods","lastModified":"2026-09-20T03:26:43.563301+00:00","metaTitle":"Automation Surprise in Research: Mode Error (2026)","metaDescription":"Your analysis pipeline has 128 configurations and you chose two. Aviation's mode-error research, imported into customer research.","keywords":["automation surprise","mode error research","mode awareness","mode confusion","research pipeline configuration","automation bias research","research operations"],"aiSummary":"Automation surprise occurs when a research pipeline operates in a different configuration than the researcher believes. Unlike automation bias, which is a trust-calibration failure, mode error is a state-tracking failure that a perfectly calibrated operator still commits. Seven binary configuration switches produce 128 distinct pipeline states. The fix is annunciation - printing active configuration on the artifact - not more careful review.","aiPrerequisites":["Basic familiarity with running and reporting a research study"],"aiLearningOutcomes":["Distinguish mode error from automation bias and from survey mode effects","Map Leveson's six mode-confusion categories onto a research pipeline","Inventory the binary configuration switches in your own stack","Apply a five-step mode-awareness protocol to reports"],"aiDifficulty":"intermediate","aiEstimatedTime":"11 min"}],"pagination":{"total":1,"returned":1,"offset":0}}