Representational diversity is a structural requirement Hutchins's framework extracts from observation of reliable cognitive systems operating in demanding domains. The navigation team employed multiple representational formats — visual bearings observed through the pelorus, numerical values called verbally between members, geometric constructions on the chart, written records in the bearing log. Each format captured the same underlying information but captured it differently, in a medium with different properties and different vulnerabilities to error. The transformations between formats served as cognitive checkpoints. When a visual bearing was translated into a numerical value, the bearing taker had to attend with sufficient precision to produce an accurate number. When the numerical value was translated into a chart line, the plotter had to attend with sufficient care to place it correctly. At each transformation, information passed through a cognitive filter that could catch inconsistencies before they propagated. The AI-augmented builder's desk operates through a representational monoculture — natural language and code — lacking the multiple cross-referencing media that support robust error detection.
The conversational interface is linguistically rich but representationally narrow. The builder expresses intention in words. The AI translates into code. The builder evaluates the result — but the evaluation often occurs at a level of abstraction that does not penetrate the implementation deeply enough to detect errors a more diverse representational environment would have surfaced. A visual bearing that does not match the numerical value is immediately apparent. Code that compiles and runs but subtly mishandles an edge case is not.
The representational narrowness is a design vulnerability, not an inherent limitation of AI-augmented work. It could be addressed through richer representational environments — interfaces that present system state in multiple formats designed to make different categories of error visible. A visualization of data flow alongside code. A simulation of user interaction alongside specification. A formal representation of system architecture alongside natural-language conversation. Each additional format would create a cognitive checkpoint analogous to the bridge's cross-checks.
This principle connects to Edo Segal's concern in The Orange Pill about the fluent fabrication problem — AI output that is eloquent, well-structured, and confidently wrong. The failure mode that smooth linguistic output produces is precisely the failure mode that representational diversity would catch. An output plausible in linguistic form may reveal itself as implausible when rendered as a state diagram or exercised through adversarial testing.
The principle extends beyond interface design to workflow design. Examining AI output through multiple lenses — asking for explanation, then inspecting code directly, then testing behavior, then soliciting a human colleague's view — is manual reconstruction of the representational diversity that the bridge's cognitive architecture provided structurally.
The principle emerged from Hutchins's ethnographic observation that reliable cognitive systems consistently employed multiple media in which the same information could appear in cross-checking forms. The principle appears across domains — cockpits, operating rooms, control rooms — wherever systems must produce reliable output under demanding conditions.
Media as filters. Each representational medium makes different properties of information salient and conceals others — no single medium is complete.
Cross-checking through translation. Transformations between media create natural opportunities to detect inconsistencies the original medium could not reveal.
Monoculture as vulnerability. The conversational interface's linguistic richness conceals representational narrowness.
Design implication. AI-augmented workspaces should present system state in multiple formats — visual, formal, interactive — to recreate the cross-checking that representational diversity provides.
Workflow implication. Even without improved interfaces, builders can manually reconstruct representational diversity through deliberate multi-lens examination of AI output.