Paper deep dive
Umwelt Engineering: Designing the Cognitive Worlds of Linguistic Agents
Rodney Jehu-Appiah
Intelligence
Status: succeeded | Model: google/gemini-3.1-flash-lite-preview | Prompt: intel-v1 | Confidence: 94%
Last extracted: 3/31/2026, 2:07:27 AM
Summary
The paper introduces 'Umwelt engineering' as a third layer in the AI agent design stack, focusing on the deliberate design of the linguistic cognitive environment. By constraining the vocabulary (e.g., No-Have, E-Prime) of language models, the author demonstrates that altering the medium of reasoning significantly impacts cognitive performance, ethical reasoning, and epistemic calibration, suggesting that language is not just a communication medium but the substrate of LLM cognition.
Entities (5)
Relation Signals (3)
Umwelt engineering â isa â Agent Design Layer
confidence 95% · I propose Umwelt engineering... as a third layer in the agent design stack
No-Have â improves â Ethical Reasoning
confidence 90% · No-Have improves ethical reasoning by 19.1 pp
E-Prime â influences â Cognition
confidence 90% · E-Prime shows dramatic but model-dependent effects
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:I propose Umwelt engineering -- the deliberate design of the linguistic cognitive environment -- as a third layer in the agent design stack, upstream of both prompt and context engineering. Two experiments test the thesis that altering the medium of reasoning alters cognition itself. In Experiment 1, three language models reason under two vocabulary constraints -- No-Have (eliminating possessive "to have") and E-Prime (eliminating "to be") -- across seven tasks (N=4,470 trials). No-Have improves ethical reasoning by 19.1 pp (p < 0.001), classification by 6.5 pp (p < 0.001), and epistemic calibration by 7.4 pp, while achieving 92.8% constraint compliance. E-Prime shows dramatic but model-dependent effects: cross-model correlations reach r = -0.75. In Experiment 2, 16 linguistically constrained agents tackle 17 debugging problems. No constrained agent outperforms the control individually, yet a 3-agent ensemble achieves 100% ground-truth coverage versus 88.2% for the control. A permutation test confirms only 8% of random 3-agent subsets achieve full coverage, and every successful subset contains the counterfactual agent. Two mechanisms emerge: cognitive restructuring and cognitive diversification. The primary limitation is the absence of an active control matching constraint prompt elaborateness.
Tags
Links
- Source: https://arxiv.org/abs/2603.27626v1
- Canonical: https://arxiv.org/abs/2603.27626v1
Trouble viewing inline? Open PDF directly â
Full Text
80,776 characters extracted from source content.
Expand or collapse full text
Umwelt Engineering: Designing the Cognitive Worlds of Linguistic Agents Rodney Jehu-Appiah Abstract A tickâs world contains butyric acid, temperature, and tactile densityânot because other features do not exist, but because nothing else exists in its world. Jakob von UexkĂŒl called this the organismâs Umwelt: the perceptual world its biology makes available. A language model reasons in language. A human thinks across many modalitiesâspatial intuition, emotional valence, muscle memory, mental imageryâand uses language as one channel among several to articulate the result. A standard LLM has no such multiplicity. Its cognition unfolds entirely in the token stream: the words do not describe the thinking; they are the thinking. Change the available language and you change the cognition itself. Yet the field treats this medium as transparent, optimizing what agents are asked (prompt engineering) and what they know (context engineering) while leaving the linguistic world they think in unexamined. I propose Umwelt engineeringâthe deliberate design of the linguistic cognitive environmentâas a third layer in the agent design stack, upstream of both prompt and context. Two experiments test the thesis that altering the medium of reasoning alters cognition itself. In Experiment 1, three language models (Claude Haiku 4.5, GPT-4o-mini, Gemini 2.5 Flash Lite) reason under two vocabulary constraintsâNo-Have (eliminating possessive âto haveâ) and E-Prime (eliminating âto beâ)âacross seven tasks (N=4,470N=4,470 trials). The constraints do not uniformly help or hurt, but the pattern is striking. No-Haveâwhich removes possessive framing from the agentâs available languageâimproves ethical reasoning by 19.1 p (p<0.001p<0.001), classification by 6.5 p (p<0.001p<0.001), and epistemic calibration by 7.4 p, while achieving 92.8% constraint compliance and producing consistent benefits across models. E-Prime shows a more volatile profile: dramatic gains on causal reasoning (+14.1 p) and ethical dilemmas (+15.5 p), but model-dependent effects so severe that the same constraint improves Geminiâs ethical reasoning by 42.3 p while collapsing GPT-4o-miniâs epistemic calibration by 27.5 p. Cross-model correlations of E-Prime effects reach r=â0.75r=-0.75âevidence that different models occupy different native Umwelten shaped by their training, and that an imposed constraint interacts with each modelâs native world rather than overriding it. In Experiment 2, 16 agents, each constrained to a distinct linguistic mode, tackle 17 debugging problems at temperature 0.0 (deterministic). No constrained agent outperforms the control individually, yet a 3-agent ensemble selected for linguistic diversity achieves 100% ground-truth coverage versus 88.2% for the controlâa result that depends critically on the counterfactual agent, which is the only agent to surface the hardest finding. A permutation test confirms: only 8% of random 3-agent subsets achieve full coverage, and every one of them includes the counterfactual agent. Two mechanisms emerge: cognitive restructuring, where removing linguistic defaults forces more explicit reasoningâNo-Haveâs removal of possessive framing produces the broadest and most consistent restructuring, while E-Primeâs removal of the copula produces deeper but less predictable effectsâand cognitive diversification, where different constraints activate different regions of a modelâs latent capacity. Together, they establish the linguistic medium of agent reasoning as a first-class design variable and open a structured research agenda for the systematic construction of cognitive environments for artificial minds. The primary methodological limitation is the absence of an active control matching the constraint promptsâ elaborateness without imposing a vocabulary restriction; the crossover pattern (task-specific improvements and degradations) is inconsistent with a generic instruction effect, but cannot fully rule out a metalinguistic self-monitoring confound. Layer 1: Prompt EngineeringWhat the agent is asked to doâ ·Unit of design: the instructionLayer 2: Context EngineeringWhat the agent knowsâ ·Unit of design: the information environmentLayer 3: Umwelt EngineeringWhat the agent can thinkâ ·Unit of design: the linguistic cognitive environmentinvisible from belowinvisible from below Figure 1: The three-layer stack for AI agent design. Each layer is invisible from the one below it: a prompt engineer does not reason about the linguistic structures through which prompts are interpreted. Umwelt engineering operates on the vocabulary, grammar, and conceptual primitives that constitute the agentâs cognitive world. 1 Introduction The practice of building effective AI agents has consolidated around two disciplines. Prompt engineering optimizes the formulation of requests to elicit desired outputs. Context engineering manages the information environment at inference timeâretrieval-augmented generation, tool results, memory systems, and system prompts. Both disciplines treat language as transparentâa vehicle for carrying instructions and information, not itself a variable that determines what the agent can think. This assumption is untenable. Mounting evidence demonstrates that linguistic structureâindependent of informational contentâsystematically alters the reasoning behavior of large language models (LLMs). Chinese-trained and English-trained models internalize different causal reasoning patterns, not merely different surface forms [Wang et al., 2025]. Prompt formatting alone (plain text vs. Markdown vs. JSON) produces performance swings of up to 40% on identical tasks [He et al., 2024]. Models trained with internal âthought tokensâ develop emergent reasoning formats that outperform natural language chain-of-thought [Zelikman et al., 2024]. And synthetic reasoning languages designed for LLM cognition achieve 4â16Ă token compression with near-parity accuracy [Tanmay et al., 2025]. These findings converge on a single insight: for a language model, the available language is not a medium through which cognition passesâit is the cognition. I propose the term Umwelt engineering for the deliberate design of this linguistic substrate, and argue that it constitutes a third layer in the agent design stack, upstream of both prompt and context engineering (Figure 1). 1.1 The Umwelt Concept Jakob von UexkĂŒl [1934] introduced the Umwelt to describe the perceptual world of an organismânot the objective environment, but the subset of reality that the organismâs biology makes available to it. A tickâs Umwelt contains butyric acid, temperature, and tactile hair density; a batâs Umwelt is structured by echolocation returns. Each organism inhabits a different world, not because the physical environment differs, but because its sensory apparatus admits different features. For a biological organism, the Umwelt is a filterâa subset of a richer physical reality, selected by biology. A human thinks across many modalitiesâvisual imagery, proprioception, emotion, spatial reasoningâand often reaches a conclusion before finding words for it. Language is one cognitive channel among several. For a standard large language model, the relationship between language and cognition is not filtering but identity. The modelâs reasoning unfolds entirely in the token stream. The words do not report on cognition that happened elsewhere; they are the cognition. An LLMâs Umwelt, therefore, is not a filtered view of some deeper cognitive spaceâit is the cognitive space in its entirety. I define an LLMâs Umwelt as the totality of the linguistic structures available to it at inference time: the vocabulary it can deploy, the grammatical patterns it can instantiate, the conceptual distinctions those patterns make expressible. Change these, and you do not filter the agentâs perception of its thoughtsâyou change what thoughts it can have. This makes the Umwelt concept apply more completely to language models than to the biological organisms for which it was coined. A tick has a body operating below its perceptual worldâmetabolic processes, locomotion, behaviors that its Umwelt does not represent. A human has spatial reasoning, proprioception, affectâentire cognitive systems that operate without language. A standard LLM has no such sub-linguistic remainder. The language goes all the way down. When you remove âto beâ from an agentâs available vocabulary, you do not ask it to ignore a perceptual channel it still possessesâyou remove a class of cognitive operations from the only substrate in which its cognition occurs. Critically, the boundary of the Umwelt is not a barrier the agent strains againstâit is invisible. A tick does not experience the absence of color vision. An agent reasoning without the concept of âepistemic tensionâ does not notice when two of its beliefs conflict; the conflict is not suppressed but absent as a category of perception. This is what distinguishes Umwelt engineering from prompting: you are not instructing the agent to think differently, you are constituting the world in which it thinks. 1.2 The Three-Layer Stack I propose the following abstraction hierarchy for AI agent design: 1. Prompt engineeringâoptimizing what the agent is asked to do. Unit of design: the instruction. 2. Context engineeringâoptimizing what the agent knows at inference time. Unit of design: the information environment. 3. Umwelt engineeringâoptimizing what the agent can think. Unit of design: the linguistic cognitive environment. Each layer is invisible from the one below it. A prompt engineer does not reason about memory architectures. A context engineer does not reason about whether the agent should possess the concept of a counterfactual. And an Umwelt engineer designs the linguistic worldâthe vocabulary, grammar, conceptual primitives, and reasoning structuresâwithin which all prompts and all context are interpreted. 2 Related Work 2.1 Linguistic Relativity in LLMs The Sapir-Whorf hypothesisâthat language shapes thoughtâhas been empirically tested in LLMs with affirmative results. Wang et al. [2025] created BICAUSE, a bilingual causal reasoning dataset, and demonstrated that LLMs internalize language-specific reasoning biases: Chinese-trained models focus attention on causes and sentence-initial connectives, while English-trained models show balanced distributions. Models rigidly apply these patterns even to atypical inputs, degrading performance when task structure mismatches training language structure. Ray [2025] confirmed linguistic relativity effects in GPT-4o across culturally salient prompts. AlKhamissi et al. [2025] tracked 34 training checkpoints and found that while early training aligns LLMs with human language processing, advanced models divergeâsuggesting they develop their own cognitive relationship to language rather than merely mimicking human patterns. 2.2 Designed Reasoning Languages ORION [Tanmay et al., 2025] explicitly implements Fodorâs Language of Thought Hypothesis for LLMs, creating âMentaleseââa symbolic reasoning format where each step is serialized as OPERATION:expression; (SET, CALC, EQ, SOLVE, ANS). Using the MentaleseR-40k dataset, models reasoning in Mentalese achieve 4â16Ă fewer tokens and up to 5Ă lower inference latency with 90â98% accuracy retention. This constitutes a direct demonstration that designing the reasoning language alters cognitive performance. Sketch-of-Thought [Sketch-of-Thought, 2025] introduces three cognitively-inspired reasoning paradigmsâConceptual Chaining, Chunked Symbolism, and Expert Lexiconsâwith a routing model selecting the appropriate paradigm per task. Token reductions reach 84% with maintained or improved accuracy, demonstrating that different tasks benefit from different cognitive dialects. 2.3 Beyond Linguistic Reasoning Coconut [Hao et al., 2024] removes language from reasoning entirely by feeding hidden states back as input embeddings, enabling breadth-first exploration of reasoning paths rather than the linear commitment enforced by token-by-token generation. Quiet-STaR [Zelikman et al., 2024] trains models to generate internal âthought tokensâ before each output token, developing an emergent reasoning format that doubled math performance on GSM8K. Both approaches suggest that natural language may constrain as much as it enablesâa finding consistent with the Umwelt framework, which predicts that what an agent can think is determined by what it can think in. 2.4 Cognitive Linguistics and AI Kramer [2025] applied Lakoff and Johnsonâs Conceptual Metaphor Theory (CMT) as a prompting paradigm, using metaphorical source-domain mappings to structure abstract reasoning. CMT-augmented models significantly outperformed baselines across domain-specific reasoning, creative insight, and metaphor interpretation tasks. This establishes that cognitive-linguistic structuresânot just informational contentâserve as effective reasoning affordances for LLMs. 2.5 E-Prime and General Semantics E-Prime, developed by David Bourland Jr. [1965] as an application of Alfred Korzybskiâs [1933] general semantics, eliminates all forms of âto beâ from English. The theoretical motivation is that the copula enables identity-level assertions (âX is Yâ) that conflate map and territoryâtreating descriptions as essences. E-Prime forces operational reformulation: âthis code is buggyâ becomes âthis code produces incorrect output when given input X.â While studied in human communication and pedagogy [Bourland and Johnston, 1991], E-Prime has not been tested as a reasoning constraint for LLMs prior to this work. 2.6 A Taxonomy of Linguistic Constraint Traditions E-Prime is one instance of a broader phenomenon: intellectual traditions that identified specific axes along which language shapes thought, and proposed linguistic reforms to intervene. I survey eight such traditions, each targeting a distinct cognitive axis, to establish the theoretical foundation for a principled constraint design space. General Semantics [Korzybski, 1933]. Beyond E-Prime, Korzybskiâs full system includes extensional devices: indexing (Smithâ 1_1â Smith2âno two referents of the same word are identical), dating (the economyâ 2024_2024â the economy2026âreferents change over time), and the structural differential (every description omits detailâappend âetc.â to maintain map-territory awareness). These devices target over-generalization: the tendency to treat a label as if it captured the full structure of its referent. Rheomode [Bohm, 1980]. The physicist David Bohm proposed a mode of English in which verbs are primary and nouns are derived. Standard English reifies process into entity: âthe electron movesâ presupposes a static thing that then acts. Bohmâs rheomode reverses this, treating movement as fundamental and the electron as an abstraction drawn from it. For LLM reasoning, a simplified rheomode constraintââexpress everything as process; no static noun-based assertionsââtargets entity bias: the tendency to reason about systems as collections of fixed objects rather than ongoing transformations. Operationalism [Bridgman, 1927]. The physicist Percy Bridgman argued that every scientific concept must be defined by the operations used to measure it. âLengthâ means the result of applying a measuring rod; âsimultaneityâ means the outcome of a specific synchronization procedure. A concept without an operational definition is, for Bridgman, meaningless. Applied as a linguistic constraint, operationalism targets ungrounded claimsâassertions that sound precise but lack any connection to observable procedure. Constructed Languages for Cognitive Intervention. Two constructed languages directly implement Whorfian interventions. Lojban [Brown, 1955], derived from predicate logic, eliminates syntactic ambiguity entirelyâevery sentence has exactly one parse, forcing the speaker to commit to precise logical structure. Toki Pona [Lang, 2001], with approximately 130 words, forces radical decomposition of complex concepts into primitive components. A âcomputerâ becomes a âknowledge toolâ; a âhospitalâ becomes a âbody-fixing house.â As a reasoning constraint, Toki Pona targets abstraction leakage: the tendency to hide incomplete understanding behind technical vocabulary. Grammatical Evidentiality [Elgin, 1984]. Suzette Haden Elginâs constructed language LĂĄadan, created for her novel Native Tongue, includes obligatory evidentiality markers: every statement must be grammatically tagged with how the speaker knows itâdirect observation, inference, hearsay, assumption, or dream. Applied as a constraint on LLM reasoning, mandatory evidentiality tagging targets epistemic opacityâthe tendency of models to present inferences, training priors, and confabulations in the same assertive voice as direct textual evidence. CatuáčŁkoáči [NÄgÄrjuna, 150]. The Buddhist tetralemma admits four truth values for any proposition: true, false, both true and false, and neither true nor false. NÄgÄrjunaâs MĆ«lamadhyamakÄrikÄ uses this four-valued logic to examine and reject essentialist claims about causation, identity, and existence. As a reasoning constraint, the catuáčŁkoáči targets premature binary resolutionâthe tendency to collapse complex or paradoxical situations into yes/no answers when the evidence supports a more nuanced position. Nonviolent Communication [Rosenberg, 2003]. Marshall Rosenbergâs NVC framework structures all communication into four components: observation (what happened, without evaluation), feeling (the speakerâs emotional response), need (the underlying value at stake), and request (a concrete action). The critical discipline is the first step: separating observation from judgment. As a reasoning constraint, NVC targets conflation of observation with evaluationâa failure mode particularly relevant to code review, architectural critique, and any task where premature judgment short-circuits analysis. These eight traditions span at least seven distinct axes of linguistic intervention: identity claims (E-Prime), over-generalization (General Semantics), entity bias (Rheomode), ungrounded abstraction (Operationalism), syntactic ambiguity (Lojban), lexical compression (Toki Pona), epistemic sourcing (LĂĄadan), binary logic (CatuáčŁkoáči), and observation-judgment conflation (NVC). The existence of this many independently motivated traditions, each targeting a different cognitive failure mode through linguistic reform, constitutes prima facie evidence that the design space of cognitive-linguistic constraints is rich, structured, and largely unexplored in the context of artificial agents. A note on methodology. The intuition behind this paper has two sources. The first is personal: as a speaker of both English and Kasem, a Gur language of northern Ghana whose grammatical structures differ substantially from Englishâin how it encodes time, causation, and social obligationâI experienced linguistic relativity not as an academic hypothesis but as a fact of cognition. Reasoning about the same problem in different languages produced different reasoning, not just different words. The second is a prior interest in E-Prime, which suggested that this effect could be engineered within a single language by selectively removing grammatical structures. The hypothesis that a broader, principled design space of such interventions existed motivated a directed literature survey using Claude (Anthropic, 2024â2026) as a research tool, much as one might use a domain expert to identify candidate traditions across fields one has not studied directly. Claude surfaced the specific traditions; I evaluated each for relevance, mapped it to a constraint axis, and integrated it into the framework. 3 Experiment 1: Linguistic Constraints as Cognitive Interventions 3.1 Design I test the hypothesis that constraining an LLMâs reasoning language alters performance in task-dependent ways. Two linguistic constraints are tested, each targeting a different axis of linguistic default. E-Prime eliminates all forms of âto beâ (is, am, are, was, were, be, being, been, and contractions: itâs, thatâs, thereâs, whoâs). This removes identity assertions as a grammatical possibility, forcing the model to reformulate reasoning in operational, behavioral, or relational terms. Theoretical source: Korzybski [1933], Bourland [1965]. No-Have eliminates all forms of âto haveâ used as a main verb (has, have, had, having), excluding auxiliary uses (e.g., âhas completedâ remains permitted). This removes possessive framing, forcing the model to replace ownership/containment language with relational, behavioral, or structural descriptions. Theoretical source: the broader General Semantics program of identifying linguistic defaults that encode cognitive defaults. Predictions. No-Have was predicted to improve tasks saturated with possessive framingâethical dilemmas (patients âhaveâ rights, actions âhaveâ consequences), classification (categories âhaveâ members), and epistemic calibration (claims âhaveâ support)âand show neutral effects on tasks where possession is incidental to the reasoning structure. E-Prime was predicted to degrade performance on tasks with native ontological structure (syllogisms run on âX is a Yââcircumlocution adds friction) and improve performance on tasks where essentialist shorthand masks reasoning gaps (causal reasoning, where âthe cause is Xâ collapses mechanism articulation; ethical dilemmas, where âX is wrongâ forecloses analysis). Math word problems were predicted to show no effect under either constraint (numerical reasoning is largely independent of copula or possessive structure). Models. Three models from three providers: Claude Haiku 4.5 (claude-haiku-4-5-20251001, Anthropic), GPT-4o-mini (gpt-4o-mini-2024-07-18, OpenAI), and Gemini 2.5 Flash Lite (gemini-2.5-flash-lite, Google). All are cost-efficient instruction-following models of comparable capability. Cross-vendor replication tests whether constraint effects are properties of linguistic structure or artifacts of a single modelâs training. Conditions. (1) Control: standard English, no constraints. (2) E-Prime: explicit prohibition of all âto beâ forms with grammatical enforcement instructions. (3) No-Have: explicit prohibition of possessive âto haveâ forms. Tasks. Seven task types (130 items total): syllogistic reasoning (20), causal reasoning (15), analogical reasoning (20), classification (20), epistemic calibration (20), ethical dilemmas (15), and math word problems (20). All tasks use A/B/C/D multiple-choice format for scoring consistency (syllogisms use VALID/INVALID). Items span three difficulty levels. Procedure. Each item was administered under each condition, for each model, with 4 repetitions: 1 at temperature 0.0 (deterministic) and 3 at temperature 0.7 (stochastic). Total design: 130Ă3Ă3Ă4=4,680130Ă 3Ă 3Ă 4=4,680 planned trials. Maximum 2,048 output tokens per trial. The experiment ran autonomously over approximately 5.5 hours with results flushed to disk after every trial. Metrics. Binary accuracy (correct/incorrect per item), linguistic compliance (constraint violations per trial), word count, reasoning chain depth (step marker count), and epistemic specificity (ratio of grounded assertions to bare assertions). 3.2 Results Of 4,680 planned trials, 4,470 completed successfully (30 Gemini 503 errors and 180 timeout/rate-limit failures). Of completed trials, 4,429 produced parseable responses, and 4,344 yielded extractable answers for accuracy scoring. The remaining 85 extraction failures were distributed across conditions without strong systematic bias (see Section 3.3). 3.2.1 Aggregate Accuracy Table 1: Aggregate accuracy by task and condition (all models pooled, N=4,344N=4,344 scoreable trials). p = percentage points. p-values from Fisherâs exact test (two-sided). Effect sizes (Cohenâs d, approximate for binary outcomes): ethical dilemmas d=0.57d=0.57 (No-Have), d=0.44d=0.44 (E-Prime); causal reasoning d=0.39d=0.39 (E-Prime); classification d=0.36d=0.36 (No-Have). Bootstrap 95% CIs for ethical dilemmas No-Have delta: [+12.1%,+26.2%][+12.1\%,+26.2\%]; causal reasoning E-Prime delta: [+5.6%,+23.2%][+5.6\%,+23.2\%]. Task Control No-Have Î (NH) p(NH) E-Prime Î (EP) p(EP) Ethical dilemmas 76.6% 95.6% +19.1 p <0.001<0.001*** 92.1% +15.5 p <0.001<0.001*** Classification 93.0% 99.6% +6.5 p <0.001<0.001*** 96.2% +3.1 p ns Epistemic calibration 68.7% 76.1% +7.4 p ns 63.0% â-5.7 p ns Causal reasoning 76.7% 81.5% +4.9 p ns 90.8% +14.1 p <0.001<0.001*** Math word problems 92.5% 93.9% +1.5 p ns 92.8% +0.4 p ns Analogical reasoning 76.2% 74.9% â-1.4 p ns 73.2% â-3.0 p ns Syllogisms 100.0% 97.9% â-2.1 p 0.074 96.6% â-3.4 p 0.015* Overall accuracy: Control 83.5%, No-Have 88.6%, E-Prime 85.4%. No-Have produced the larger and more consistent improvement, raising accuracy on 5 of 7 tasks while achieving 92.8% constraint compliance (compared to E-Primeâs 48.1%). E-Primeâs high violation rate (51.9%) means its effects reflect a mixture of compliant and non-compliant reasoning. The most striking result belongs to No-Have. Removing possessive framing improved ethical dilemmas by 19.1 p (p<0.001p<0.001), classification by 6.5 p (p<0.001p<0.001), and epistemic calibration by 7.4 pâa broad pattern of improvement that held across models with minimal degradation elsewhere (only analogical reasoning and syllogisms showed small, non-significant declines). No-Have outperformed E-Prime on 5 of 7 tasks, a result that was not predicted: No-Have was originally included as an exploratory second constraint. E-Prime showed a more volatile profile. Its strongest single effectâcausal reasoning +14.1 p (p<0.001p<0.001)âexceeded No-Have on that task, and it improved ethical dilemmas by 15.5 p (p<0.001p<0.001). But E-Prime degraded syllogisms (â3.4-3.4 p, p=0.015p=0.015) and epistemic calibration (â5.7-5.7 p), consistent with the prediction that removing âto beâ impairs tasks whose structure depends on identity bridges and calibrated hedging. The crossover patternâimprovement on some tasks, degradation on othersâis a signature of cognitive restructuring rather than generic facilitation or generic impairment. Ethical dilemmas showed the largest effect under either constraint, suggesting that both identity framing (âX is wrongâ) and possessive framing (âthe patient has a right toâŠâ) actively impede ethical reasoning. The No-Have effect (+19.1 p) exceeded E-Prime (+15.5 p) on this task, suggesting possessive reification may be the more distorting default. EthicalCausalClassif.MathAnalogicalSyllogismsEpistemicâ10-10â5-50551010151520200Accuracy change (p)No-HaveE-Prime Figure 2: Crossover pattern of constraint effects across seven reasoning tasks (all models pooled). No-Have (orange) shows a more uniformly positive profile. E-Prime (blue) improves causal and ethical reasoning while degrading syllogisms and epistemic calibration. Tasks ordered by No-Have effect size. 3.2.2 Model-Specific Effects Table 2: Selected model-specific constraint effects with gap-normalized percentages (Gap% = delta / available improvement room). âââ indicates degradation or near-ceiling baseline where gap normalization is not meaningful. Full per-model breakdown in Appendix D. Model Task Ctrl Î (NH) Gap%(NH) Î (EP) Gap%(EP) Gemini Flash Lite Ethical dilem. 41.7% +46.3 p 79.4% +42.3 p 72.4% Gemini Flash Lite Causal reason. 57.8% +20.7 p 49.1% +37.5 p 88.7% Gemini Flash Lite Epist. calib. 64.9% +22.2 p 63.4% +9.1 p 25.9% Gemini Flash Lite Classification 80.0% +18.8 p 93.8% +13.4 p 67.0% GPT-4o-mini Ethical dilem. 91.7% +8.3 p 100.0% +5.0 p 60.0% GPT-4o-mini Causal reason. 75.6% â-5.6 p â +8.9 p 36.5% GPT-4o-mini Epist. calib. 53.8% â-3.7 p â â-27.5 p â Haiku 4.5 Epist. calib. 89.0% +4.0 p 36.8% +2.7 p 24.5% Haiku 4.5 All other tasks 83.8â100% â-1.2 to +2.5 â â-4.7 to +1.2 â Two patterns demand attention. First, No-Have is broadly beneficial across models. Gemini shows large improvements (ethical +46.3 p, epistemic +22.2 p, classification +18.8 p), GPT-4o-mini improves on ethical dilemmas (+8.3 p), and even Haikuâwhich shows near-ceiling baselines and little room for improvementâshows small positive effects on epistemic calibration (+4.0 p). No-Haveâs profile is consistent: it helps where possessive framing distorts, and it rarely hurts. Second, E-Prime is model-dependent in ways No-Have is not. Gemini shows massive improvements under E-Prime (ethical +42.3 p, causal +37.5 p), but Geminiâs low control baselines (41.7% on ethical dilemmas, 57.8% on causal reasoningâbarely above chance on 4-option multiple-choice) mean the gap-normalized effects, while still large (72â89% of available improvement), must be interpreted cautiously. GPT-4o-mini shows a mixed profile: E-Prime helps on causal reasoning (+8.9 p) but devastates epistemic calibration (â27.5-27.5 p). Haiku shows small, mostly negative effects. The GPT-4o-mini epistemic result is particularly informative. E-Prime eliminates the copula that structures calibrated hedging (âthis claim is well-supported,â âthe evidence is inconclusiveâ). For epistemic calibration tasks that require precisely this kind of graduated assertion, removing âto beâ destroys the modelâs primary tool for expressing certainty levelsâbut only for GPT-4o-mini, suggesting this model relies more heavily on copula-based epistemic constructions than the others. No-Have, by contrast, produces only a mild â3.7-3.7 p effect on the same task for the same modelâevidence that possessive removal is a less disruptive intervention than copula removal. Cross-model correlation of the E-Prime effect pattern (per-task accuracy delta): Gemini vs. GPT-4o-mini r=0.43r=0.43, Haiku vs. Gemini r=â0.36r=-0.36, Haiku vs. GPT-4o-mini r=â0.75r=-0.75 (pâ0.05pâ 0.05, n=7n=7 tasks; suggestive but low-powered). The constraint does not produce a universal effectâit interacts with the modelâs training and architecture. Different models occupy different native Umwelten, and an imposed constraint alters each native Umwelt differently. The contrast with No-Haveâwhich shows broadly positive effects regardless of modelâsuggests that possessive framing may represent a more universal cognitive default than copula-based identity assertion. 3.2.3 Conciseness Effect Table 3: Average word count by condition. Constraints reduce verbosity by 16â33% across all non-mathematical tasks. Task Control E-Prime Î % No-Have Classification 407 273 â-33% 262 Causal reasoning 570 396 â-31% 384 Ethical dilemmas 557 437 â-22% 420 Syllogisms 308 240 â-22% 227 Epistemic calibration 541 439 â-19% 416 Analogical reasoning 366 308 â-16% 303 Math word problems 182 178 â-2% 178 The conciseness effect is the most robust finding across all three models and all seven tasks. Unlike accuracy, which varies by model and task, word count reduction under constraints is universal. Math word problemsâwhich require numerical manipulation rather than verbal elaborationâshow negligible reduction, confirming that the effect targets verbosity rather than essential reasoning content. 3.2.4 Compliance No-Have violations occurred in 7.2% of No-Have trials (111 of 1,538), with violations concentrated in low counts (1â2 per trial when present). E-Prime violations occurred in 51.9% of E-Prime trials, with a mean of 1.7 violations per trial. This asymmetry is itself informative: âto beâ pervades English far more deeply than âto have,â making E-Prime a fundamentally harder constraint to maintain. No-Haveâs 92.8% compliance rate means its effects can be attributed to the constraint itself with substantially less interpretive ambiguity than E-Primeâs. Compliance-filtered analysis strengthens the pattern for both constraints. For E-Prime (zero violations only, N=675N=675): the causal reasoning improvement remains strong (+13.1 p vs. +14.1 p unfiltered), ethical dilemmas strengthens (+16.9 p vs. +15.5 p), and math word problems shifts from neutral to +4.1 p. The epistemic calibration degradation largely disappears (â1.7-1.7 p vs. â5.7-5.7 p), suggesting that non-compliant E-Prime trialsâwhere the model struggles with constraint adherenceâdrive much of the epistemic degradation. For No-Have (zero violations only, N=1,427N=1,427): the effect profile remains stable, consistent with its high baseline compliance. Full compliance amplifies the beneficial effects and attenuates the harmful ones under both constraints. Temperature note. Experiment 1 used temperature 0.7 for three of four repetitions per item (one deterministic at 0.0, three stochastic at 0.7). This introduces sampling variance into per-condition accuracy estimates. The large sample size (N=4,344N=4,344 scoreable trials) mitigates this, and the statistical tests account for the resulting variation. Experiment 2 (Section 4) used temperature 0.0 throughout, making its results deterministic. 3.3 Limitations of Experiment 1 Answer extraction. Constrained responses sometimes use non-standard answer formats (âthe strongest argument resides in Option B,â âthe answer lies in Bâ) that require a more flexible extraction pipeline than standard regex patterns. An initial extraction pass missed 452 of 4,429 trials; after expanding the extractor to handle âOption Xâ format, relational phrasing, and LaTeX boxed answers, extraction failures dropped to 85 (1.9% of trials), distributed without strong systematic bias across conditions. The remaining failures are concentrated in ethical dilemmas and epistemic calibration for Haiku, where some responses embed the answer in discursive prose without any extractable marker. Ceiling and floor effects. Syllogisms hit a ceiling at 100% control accuracy (all models), compressing the observable degradation range. Geminiâs control accuracy on causal reasoning (56.8%) leaves room for large improvements that Haikuâs 97.7% baseline does not. Model-specific effects are partially confounded with baseline difficulty. Constraint semantics vs. constraint difficulty. E-Primeâs 51.9% violation rate means observed effects reflect a mixture of compliant and non-compliant reasoning. That No-Have achieves 92.8% compliance with stronger accuracy effects suggests that compliance difficulty and cognitive restructuring are at least partially independent dimensions. 4 Experiment 2: Linguistic Orthogonality in Agent Ensembles 4.1 Motivation If linguistic constraints define different cognitive Umwelten, then agents operating under different constraints should perceive different features of the same problemâeven when no individual constrained agent outperforms the control. The Umwelt framework predicts that cognitive diversity, operationalized through linguistic diversity, produces complementary coverage rather than redundant agreement. 4.2 Design Agents. 16 agents, each defined by a system prompt encoding a single linguistic constraint. The control agent receives a standard debugging instruction with no linguistic constraint. Table 4 lists all agents with their constraint axes. Table 4: The 16 linguistic agents and their constraint axes. Agent Axis Constraint Summary control â Standard English debugging e_prime ontological No âto beâ verbs quantified epistemic confid. All claims require confidence level socratic reasoning struct. Reason through question-and-answer steel_man adversarial pos. State strongest case before critiquing evidential epistemic source Tag each statement with derivation temporal sequencing Step-by-step execution order negation_free specification No negation operators constraint_based relational Express findings as constraints analogical cross-domain Non-software analogy first devils_advocate adversarial neg. Assume bugs exist; construct failures first_principles foundational Derive from axioms only phenomenological perspectival Reason from dataâs first-person view counterfactual modal State what would differ if false minimal expressive range Fewest possible words diachronic temporal-evol. Logic that outlived its context Problems. 17 software debugging problems across four categories: planted bugs (6), logic puzzles (2), specification ambiguities (2), root cause analysis (2), and miscellaneous (5). Each problem includes ground-truth findings. Pipeline. Five phases executed sequentially: (1) parallel agent execution via anthropic.AsyncAnthropic at concurrency 8; (2) LLM-based claim extraction from raw outputs; (3) ground-truth matching via LLM judge (semantic, not string-exact); (4) divergence map construction (convergent and unique clusters); (5) orthogonality analysis (accuracy, Shapley values, pairwise redundancy, minimal ensemble selection). Model. Claude Haiku 4.5 (claude-haiku-4-5-20251001) for all phases. 4.3 Results 4.3.1 Individual Agent Accuracy Table 5: Per-agent accuracy on 51 ground-truth findings across 17 problems. No constrained agent exceeds the control. Agent(s) Accuracy Î vs. Ctrl analogical, constraint_based, control, counterfactual, phenomenological, steel_man 88.2% 0.0 devils_advocate, diachronic, temporal 86.3% â-1.9 evidential, minimal 84.3% â-3.9 first_principles, negation_free 82.4% â-5.8 e_prime, socratic 80.4% â-7.8 quantified 76.5% â-11.7 4.3.2 Ensemble Performance Table 6: Ensemble accuracy. The full 16-agent ensemble achieves perfect ground-truth coverage. A 3-agent subset matches this ceiling. Configuration Accuracy Control (single agent) 88.2% Full ensemble (16 agents, union) 100.0% Minimal ensemble (3 agents, greedy) 100.0% The minimal ensemble, selected by greedy Shapley-weighted addition, consists of: (1) analogical (88.2% individual, 8.5% Shapley), (2) counterfactual (88.2% individual, 10.8% Shapley), and (3) minimal (84.3% individual, 8.0% Shapley). This 3-agent ensemble requires 17.6% of the API calls of the full ensemble while achieving identical accuracy. All agents ran at temperature 0.0, making results deterministicârunning the same ensemble again produces identical coverage. 4.3.3 Permutation Test To test whether the ensemble result depends on principled linguistic diversity or would emerge from any 3-agent subset, I evaluated all (163)=560 163=560 possible 3-agent combinations. Of these, 45 (8.0%) achieve 100% coverage. The median 3-agent subset covers 96.1% (49/51 findings), and the minimum covers 88.2% (matching the best individual agent). The greedy-selected ensemble is one of 45 valid configurations, not a lucky outlierâbut 92% of random 3-agent subsets fail to achieve full coverage. Linguistic diversity matters, though it is not uniquely instantiated by the selected trio. A structural constraint emerges: every 100%-coverage subset contains the counterfactual agent. This is because counterfactual is the only agent that surfaced the hardest finding (specification ambiguity between first-occurrence and last-occurrence semanticsâsee Section 4.3.4). Without counterfactual, 100% coverage is impossible regardless of which other agents are included. The second most common member of perfect subsets is devils_advocate (15/45), because the second-hardest finding (lost exception context in error wrapper) is covered by only three agents. 4.3.4 Unique Contributions Only one agent contributed a finding that no other agent surfaced: counterfactual identified that a specificationâs use of âpreserving orderâ was ambiguous between first-occurrence and last-occurrence semantics. This finding was surfaced by the counterfactual agentâs explicit exploration of âwhat would differ if this assumption were falseââa cognitive operation that the control agentâs Umwelt did not afford. The permutation test (Section 4.3.3) confirms the structural importance of this unique contribution: without counterfactual, no 3-agent subset achieves 100% coverage. 4.3.5 Pairwise Redundancy Jaccard overlap between agent pairs ranged from 0.76 (controlâcounterfactual) to 0.93 (controlâdiachronic). Agents on similar constraint axes (temporal, diachronic, minimal) clustered at high overlap (â„0.93â„ 0.93). Agents on distant axes (devils_advocateâsocratic, evidentialâfirst_principles) achieved lowest overlap (0.77), consistent with greater cognitive orthogonality. 4.3.6 Shapley Values Shapley values ranged from 0.0703 (quantified, 7.0%) to 0.1084 (counterfactual, 10.8%), with 14 of 16 agents clustering between 7% and 9%. The relatively even distribution suggests that ensemble gain arises from broad complementarity rather than a single high-value agentâthough counterfactualâs unique contribution gives it an outsized share. 4.4 Cross-Experiment Consistency E-Primeâs effect differs between the two experiments. In Experiment 2 (software debugging, Haiku only), E-Prime degrades individual accuracy by â7.8-7.8 p, consistent with Experiment 1âs Haiku-specific pattern. In Experiment 1âs multi-model aggregate, E-Prime improves ethical dilemmas (+15.5 p) and causal reasoning (+14.1 p) while degrading syllogisms (â3.4-3.4 p). The divergence is informative: the debugging taskâs open-ended response format may interact differently with E-Prime than multiple-choice items, and the effect is model-dependent (Gemini drives most of the Experiment 1 improvements). The ensemble gain in Experiment 2âwhere linguistically diverse agents achieve 100% coverage vs. 88.2% for the controlâdemonstrates a mechanism (cognitive diversification) that operates independently of any individual constraintâs accuracy effect. 5 Discussion 5.1 Constraints Redirect, Not Merely Degrade The initial pilot (N=70N=70, single model) suggested that linguistic constraints impose a uniform cognitive tax. The full experiment (N=4,470N=4,470, three models, seven tasks, two constraints) reveals a more complex picture: constraints redirect reasoning in ways that are task-dependent, model-dependent, and constraint-dependent. No-Haveâs broad effectiveness. The most practically significant finding is No-Haveâs consistent positive effect across tasks and models. Removing possessive framing improved 5 of 7 tasks, with the two largest effectsâethical dilemmas (+19.1 p) and epistemic calibration (+7.4 p)âon tasks where possession metaphors are densest (âthe patient has a right,â âthis claim has strong supportâ). No-Have achieved this while maintaining 92.8% compliance, meaning its effects can be attributed to the constraint itself with minimal interpretive ambiguity. The crossover pattern is real but muted: only analogical reasoning (â1.4-1.4 p) and syllogisms (â2.1-2.1 p) showed declines, both non-significant. E-Primeâs model-dependent volatility. E-Prime shows the more dramatic effects, but they are unstable across models. The same constraint reshapes cognition in opposite directions depending on the model (Table 2), with cross-model correlations reaching r=â0.75r=-0.75 (pâ0.05pâ 0.05, n=7n=7; suggestive). This only makes sense if different models occupy different native Umweltenâdefault cognitive worlds established by training corpus, architecture, and alignment process. An imposed constraint interacts with this native world rather than overriding it. The crossover patternâimprovements on causal reasoning and ethical dilemmas, degradation on syllogisms and epistemic calibrationâis a signature that the constraint is redirecting cognition rather than generically improving or impairing it, though the absence of an active control matching the constraint promptâs elaborateness means a metalinguistic self-monitoring confound cannot be fully excluded (see Section 6). The constraint comparison. No-Have outperforms E-Prime on 5 of 7 tasks despite being theoretically less studied and receiving no predictions of superiority. One interpretation: âhaveâ encodes ownership metaphors that are particularly distorting for abstract reasoning (a patient âhasâ rights, an argument âhasâ flaws), while âto beâ is so pervasive that its elimination creates more noise than signal. Another: No-Haveâs higher compliance (92.8% vs. 48.1%) means the restructuring operates more cleanly. The compliance-filtered analysis supports this: fully compliant E-Prime trials show stronger benefits and attenuated harms, suggesting the constraintâs theoretical mechanism works but is diluted by compliance failures. The ensemble results from Experiment 2 provide a complementary mechanism. No individual constrained agent exceeds the controlâs 88.2% accuracy on software debugging, yet a union ensemble achieves 100% coverage and a 3-agent subset matches this ceiling. The constraints produce orthogonal coverage patternsâdifferent agents perceive different features of the same problem. This diversification effect operates independently of any individual constraintâs accuracy impact. Together, the two experiments demonstrate that linguistic constraints operate through at least two mechanisms: (1) cognitive restructuring, where removing a linguistic default forces more explicit reasoningâNo-Have demonstrates this most cleanly, with broad improvements and high complianceâand (2) cognitive diversification, where different constraints activate different regions of the modelâs latent reasoning capacity (Experiment 2: ensemble coverage). These mechanisms are not mutually exclusiveâa constraint can restructure reasoning for one task while providing orthogonal coverage when combined with other constraints. The stronger claim from the pilotâthat constraints are merely a cognitive taxâdoes not survive multi-model testing. But neither does the naive expectation that constraints uniformly help. The Umwelt is not a dial that turns reasoning up or down; it is a lens that brings some features into focus and blurs others. 5.2 Native Umwelten and Model-Constraint Interaction The model-dependent pattern demands interpretation. Why does Gemini benefit from E-Prime while Haiku does not? One hypothesis: models differ in how tightly their default reasoning is coupled to copula-based formulations. If Geminiâs training over-relies on âX is Yâ patterns for classification and causal attribution, then E-Prime forces a beneficial decoupling. If Haikuâs training has already diversified away from copula-dependenceâperhaps through Anthropicâs RLHF process or constitutional AI trainingâthen E-Prime removes useful structure without providing compensatory restructuring. A related hypothesis: Geminiâs lower baseline accuracy on several tasks (causal reasoning: 57.8% vs. Haikuâs 97.7%) leaves more room for improvement. The constraint may function as a form of implicit chain-of-thought: by forcing circumlocution, it increases the reasoning steps between stimulus and answer, benefiting models that would otherwise shortcut to an incorrect response. Models that already reason carefully gain less from this forced elaboration. The GPT-4o-mini epistemic result provides a third data point. E-Prime collapses GPT-4o-miniâs epistemic calibration from 53.8% to 26.2%âa â27.5-27.5 p effect that dwarfs any other single-model degradation in the experiment. This suggests GPT-4o-mini relies heavily on copula constructions (âthis claim is well-supported,â âthe evidence is inconclusiveâ) as its primary mechanism for graduated epistemic assertion. Removing these constructions doesnât merely add frictionâit eliminates the modelâs epistemic vocabulary. Haiku, by contrast, shows a +2.7 p improvement on the same task under E-Prime, suggesting it has alternative epistemic strategies that activate when the copula pathway is blocked. These hypotheses are testable. Attention analysis on constrained vs. unconstrained inference would reveal whether E-Prime activates different internal circuits (the Umwelt interpretation) or merely adds output-level variance (the cognitive tax interpretation). The GPT-4o-mini epistemic collapse suggests the former: a model that has no alternative pathway for a cognitive operation will fail catastrophically when its primary pathway is blocked, rather than degrading gradually as a noise account would predict. This distinctionâactivation of latent strategies vs. statistical noiseâis perhaps the most important open question the Umwelt framework raises. 5.3 Why Possessive Framing Distorts More Than Identity Framing No-Have was originally included as an exploratory control: a second constraint to test whether E-Primeâs effects were specific to copula elimination or generalized to any vocabulary restriction. The results invert this framingâNo-Have is the more effective and more consistent intervention. No-Haveâs +19.1 p improvement on ethical dilemmas (d=0.57d=0.57, p<0.001p<0.001) is the largest aggregate effect in the experiment. The mechanism is plausible: ethical reasoning in natural language is saturated with possessive framingâpatients âhaveâ rights, actions âhaveâ consequences, stakeholders âhaveâ interests. This framing reifies abstract relationships as owned properties, potentially obscuring the relational structure that ethical analysis requires. Removing âhaveâ forces the model to articulate these relationships explicitly: âthis action affects the patientâs autonomyâ rather than âthe patient has a right.â The same mechanism plausibly explains the classification improvement (+6.5 p): categories âhaveâ members, objects âhaveâ propertiesâpossessive framing collapses relational structure into containment metaphors. No-Haveâs 92.8% compliance rate eliminates much of the interpretive ambiguity that plagues E-Prime analysis. When 51.9% of E-Prime trials contain violations, observed effects reflect a messy mixture of compliant and non-compliant reasoning. No-Haveâs cleaner compliance means its effects can be attributed to the constraint itself rather than to partial compliance artifacts. The practical implication is direct: for most reasoning tasks, No-Have is a more effective cognitive intervention than E-Primeâbroader in its benefits, milder in its degradations, and far easier for models to maintain. E-Prime remains the more theoretically informative constraint, precisely because its volatile, model-dependent effects reveal the structure of native Umwelten. But as a tool for improving agent reasoning, No-Have is the stronger instrument. 5.4 The Cognitive Tax Revisited The pilot suggested a uniform cognitive tax of âŒ8.7 8.7 p. The full experiment complicates this picture. E-Prime imposes a tax on syllogisms (â3.4-3.4 p), epistemic calibration (â5.7-5.7 p), and analogical reasoning (â3.0-3.0 p), but produces gains on causal reasoning (+14.1 p) and ethical dilemmas (+15.5 p) that exceed any plausible tax. The net effect depends on the task. A revised account: constraints impose two opposing forces. First, a compliance costâthe computational overhead of monitoring and reformulating language, which degrades performance on all tasks. Second, a restructuring benefitâthe forced reformulation activates more explicit or more careful reasoning, which benefits tasks where default language masks reasoning gaps. The observed effect is the sum. For syllogisms, where the default language aligns well with the task structure, the compliance cost dominates. For causal reasoning and ethical dilemmas, where default language enables superficial pattern-matching, the restructuring benefit dominates. The conciseness effect (16â33% word reduction) is consistent with this account. Constraints eliminate filler and hedging, producing more efficient reasoning chains. The compression is universal across tasks and models, suggesting it reflects compliance cost (less capacity for elaboration) and restructuring benefit (less need for elaboration when reasoning is more focused) in combination. 5.5 Counterfactual as Cognitive Affordance The counterfactual agentâs unique findingâidentifying specification ambiguity by asking âwhat would differ if this assumption were falseââis a direct demonstration of a linguistic affordance creating a cognitive capability. The control agent had access to the same information and presumably knows what counterfactual reasoning isâit was not incapable of the operation. But its Umwelt did not make that operation a default mode of perception. The constraint made systematic assumption-inversion the agentâs habitual lens, and a finding followed that no other lens surfaced. This distinction matters for the prompt-vs-Umwelt boundary discussed in Section 5.8. One could argue that âconsider counterfactualsâ is simply a task instruction. But the counterfactual agent was not told to look for specification ambiguityâit was told to reason counterfactually about everything. The specific finding emerged because the cognitive mode made a specific feature of the problem perceptible. The constraint structured perception; the finding was a consequence. 5.6 Implications for Agent Architecture If cognitive diversity is the mechanism underlying ensemble gain, then agent ensemble design becomes a question of Umwelt selection: which set of linguistic constraints produces maximally orthogonal coverage for a given task domain? The greedy selection algorithm identified analogical, counterfactual, and minimal as the optimal 3-agent subset for software debuggingâthree constraints drawn from three different axes (cross-domain mapping, modal reasoning, and expressive compression). This suggests that axis diversity, not constraint intensity, drives ensemble value. The practical implication is that multi-agent systems should be designed not by duplicating capable agents, but by equipping agents with linguistically diverse reasoning modes. Three agents with different Umwelten outperform sixteen agents with overlapping ones. 5.7 The Constraint Design Space These experiments tested a handful of constraints drawn from a much larger design space. Section 2.6 surveyed eight intellectual traditions, each of which identified a specific axis along which language shapes thought and proposed a linguistic intervention. These traditions were developed independentlyâKorzybski working on map-territory confusion, Bohm on process metaphysics, Bridgman on operationalization, Elgin on epistemic transparency, NÄgÄrjuna on non-binary logicâyet they converge on a shared structural insight: that linguistic defaults encode cognitive defaults, and that reforming the language reforms the cognition. Table 7 organizes these traditions as a constraint taxonomy for Umwelt engineering. Table 7: Taxonomy of linguistic constraints for Umwelt engineering, organized by intellectual tradition and targeted cognitive failure mode. Constraint Tradition Axis Targets E-Prime Korzybski/Bourland Semantic False identity claims Gen. Semantics Korzybski Extensional Over-generalization Rheomode Bohm Ontological Entity bias Operationalism Bridgman Epist.-procedural Ungrounded claims Toki Pona Lang Lexical Abstraction leakage Evidentiality Elgin/LĂĄadan Epist.-source Unsourced confidence CatuáčŁkoáči NÄgÄrjuna Logical Premature binary resol. NVC Rosenberg Evaluative Obs.âjudgment conflation Several features of this taxonomy bear emphasis. First, the axes are largely independent: removing identity claims (E-Prime) says nothing about evidential sourcing (LĂĄadan), which says nothing about binary logic (CatuáčŁkoáči). This independence predicts that constraints drawn from different axes will produce orthogonal effects on reasoningâprecisely the mechanism that drove ensemble gain in Experiment 2. Second, each constraint makes a specific, testable prediction about which tasks it will improve and which it will degrade. E-Prime should degrade tasks that depend on identity bridges (confirmed: syllogisms) and improve tasks where identity claims mask reasoning gaps. Evidentiality constraints should improve tasks where epistemic sourcing matters (research synthesis, factual claims) and impose overhead on tasks where all information comes from a single authoritative source. The catuáčŁkoáči should improve ethical dilemmas and design tradeoffs where binary framing loses information, and add unnecessary complexity to tasks with genuinely binary answers. Third, the traditions suggest that the design space is not arbitrary. Each constraint was developed by careful thinkers who identified a real cognitive failure mode and proposed a linguistic remedy. The constraints have theoretical motivation, not just empirical novelty. This distinguishes Umwelt engineering from unprincipled prompt variation: the question is not âwhat random linguistic constraints produce interesting effects?â but âwhich established theories of language-thought interaction yield productive cognitive interventions for artificial agents?â 5.8 Relationship to Existing Frameworks An obvious objection: if the constraint is delivered as a system prompt instruction, how is this not simply prompt engineering? The distinction requires careful articulation. A prompt instruction specifies a task within the agentâs existing cognitive world. âReason step by stepâ triggers a reasoning strategy; âbe conciseâ adjusts an output parameter; âyou are a careful logicianâ activates a behavioral persona. In each case, the conceptual vocabulary remains standard Englishâthe agent applies the instruction using its full default repertoire of concepts and grammatical structures. An Umwelt intervention restructures the medium through which all tasks are processed. âEliminate all forms of âto beâ â does not specify what to think about or how carefully to thinkâit removes an entire class of cognitive operations (identity assertion, categorical attribution, essentialist shorthand) from the agentâs available repertoire, forcing all subsequent reasoning through alternative pathways. The empirical evidence supports this distinction on four grounds. First, the model-dependent effects. âReason step by stepâ does not produce negative cross-model correlationsâit helps broadly, because it is a task-level instruction that interacts minimally with model-specific internal structure. E-Prime produces correlation coefficients of r=â0.36r=-0.36 and r=â0.75r=-0.75 between model pairs, meaning the same constraint reshapes cognition in opposite directions depending on the modelâs native architecture. This interaction signature is consistent with an intervention that engages internal representational structure rather than merely adding an output-level directive. Second, the GPT-4o-mini epistemic collapse (â27.5-27.5 p on a single task) is not the gradual degradation that instruction-following overhead would produceâit is a catastrophic failure of a specific cognitive capacity, consistent with the removal of a load-bearing linguistic structure rather than the addition of a processing burden. Third, the compliance-filtered analysis shows that fully compliant E-Prime trials produce stronger beneficial effects and attenuated harmful effects compared to unfiltered trials. If the constraint operated merely as an instruction competing for the modelâs attention, higher compliance would mean higher attentional cost and worse performance uniformly. Instead, higher compliance amplifies the restructuring benefitâthe constraint is not taxing the reasoning; it is redirecting it. Fourth, and most directly: the two constraints function as mutual active controls for prompt elaborateness. Both E-Prime and No-Have prompts are comparably elaborateâboth list forbidden forms, provide reformulation examples, and impose a metalinguistic self-monitoring demand. If the observed effects arose from the general demand for self-monitoring rather than from the specific vocabulary restriction, the two constraints should produce similar task profiles. They do not. On epistemic calibration, No-Have improves accuracy by 7.4 p while E-Prime degrades it by 5.7 pâa 13.1 p swing between two equally elaborate prompts. On causal reasoning, E-Prime improves by 14.1 p while No-Have improves by only 4.9 p. On classification, No-Have gains 6.5 p to E-Primeâs 3.1 p. These differential effects can only be explained by which words are being restrictedâpossessive framing versus copula-based identity assertionânot by the shared demand for linguistic self-monitoring. The within-study comparison controls for prompt elaborateness more directly than any external active control could, because the two conditions share every feature except the specific vocabulary targeted. None of this proves that the three-layer distinction is ontologically real rather than a useful abstraction. But the empirical signaturesâmodel-specific interaction, catastrophic capacity failure, compliance-benefit correlation, and divergent task profiles between equally elaborate constraintsâare more consistent with a medium-level intervention than with a task-level instruction. The three-layer stack may ultimately reduce to a spectrum rather than a sharp hierarchy. Even so, the far end of that spectrumâwhere linguistic interventions interact with model internals in structured, model-dependent waysârepresents a design space that prompt engineering as currently practiced does not address. Returning to the three-layer stack introduced in Section 1.2: prompt engineering optimizes within a fixed Umwelt, context engineering provides information within a fixed Umwelt, and Umwelt engineering designs the Umwelt itself. The empirical signatures reported hereâmodel-specific interaction patterns, catastrophic capacity failures, compliance-benefit correlationsâpopulate this framework with evidence that the third layer is not merely conceptual. The relationship to ORIONâs Mentalese [Tanmay et al., 2025] is direct: Mentalese is a deliberately designed Umweltâa synthetic cognitive environment optimized for mathematical reasoning. The relationship to Coconut [Hao et al., 2024] is contrastive: Coconut demonstrates that language-based Umwelten may impose unnecessary constraints, suggesting that the design space includes non-linguistic cognitive environments. Both are instances of Umwelt engineering, whether their authors describe them as such or not. 6 Limitations No external active control for prompt complexity (primary limitation). The E-Prime and No-Have system prompts are substantially more elaborate than the control condition, which receives no constraint instruction. This introduces a confound: some portion of the observed effects could arise from the presence of an elaborate meta-cognitive instructionâone that demands self-monitoring of language outputârather than from the specific vocabulary restriction. The strongest defense is the within-study comparison: the two constraints are comparably elaborate but produce divergent task profiles (a 13.1 p swing on epistemic calibration alone; see Section 5.8), isolating the contribution of the specific vocabulary restriction from the shared self-monitoring demand. Nevertheless, a non-vocabulary active control (e.g., âensure every paragraph opens with a topic sentence and closes with a transitionâ or âkeep all sentences under 15 wordsâ) would provide external confirmation and rule out the possibility that any vocabulary-targeting prompt, regardless of which words are targeted, produces similar patterns. A dedicated active control experiment remains the most important next step for this research program. Ceiling and floor effects. Syllogisms hit 100% control accuracy for all three models, compressing the observable degradation range. Geminiâs lower baseline on several tasks (causal reasoning: 57.8%, ethical dilemmas: 41.7%) inflates observable improvement relative to Haikuâs higher baselines (97.7%, 98.2%). Table 2 reports gap-normalized effects alongside raw deltas to aid interpretation: Geminiâs +42.3 p ethical dilemmas improvement from a 41.7% baseline represents 72.4% of available improvement room, while Haikuâs +2.7 p from 89.0% represents 24.5%. Both are real effects, but the raw numbers are not directly comparable. E-Prime compliance. The 51.9% E-Prime violation rate means observed E-Prime effects reflect a mixture of compliant and non-compliant reasoning. Compliance-filtered analysis (Section 3.2.4) confirms the direction of effects but has reduced power. No-Haveâs 92.8% compliance provides substantially cleaner causal evidence for constraint effects. Statistical notes. p-values in Table 1 use Fisherâs exact test (two-sided), appropriate for contingency tables with zero or small cells. The syllogisms results are affected by the 100% control ceiling: E-Prime syllogisms degradation (p=0.015p=0.015) survives correction; No-Have syllogisms degradation (p=0.074p=0.074) does not reach conventional significance. Cohenâs d values are reported for comparability with the continuous-outcome literature but are approximate for binary data; odds ratios would be more conventional. Cross-model correlations (r=â0.75r=-0.75, â0.36-0.36, 0.430.43) are computed on n=7n=7 tasks and should be interpreted as suggestive; the strongest (r=â0.75r=-0.75, Haiku vs. GPT-4o-mini) has pâ0.05pâ 0.05. Model selection. All three models are cost-efficient instruction-following models. Constraint effects may differ on frontier models (GPT-4o, Claude Sonnet/Opus, Gemini Pro), which may have more capacity for simultaneous constraint compliance and reasoning. The model-dependent effects observed here predict that frontier models will show different interaction patterns, not necessarily smaller effects. Task format. All tasks use multiple-choice format for scoring consistency. Open-ended reasoning tasksâlike Experiment 2âs software debuggingâmay show different constraint effects. The conciseness finding (16â33% word reduction) suggests that constraints alter reasoning structure, not just answer selection, but the multiple-choice format may undercount effects that manifest in reasoning quality rather than answer accuracy. LLM-as-judge. Experiment 2 used an LLM judge for semantic matching of claims to ground truth. While this avoids brittle string matching, it introduces judge noise and potential biases. Answer extraction. Despite iterative expansion of the extraction pipeline, 85 of 4,429 trials (1.9%) resisted answer extraction. The remaining failures are concentrated in Haikuâs ethical dilemma and epistemic calibration responses, where answers are embedded in discursive prose. While the overall impact is small, any systematic relationship between extraction failure and response correctness could bias accuracy estimates. 7 Future Work The Umwelt framework opens several research directions: Constraint cartography. The taxonomy in Table 7 identifies eight constraints across seven axes; Experiment 1 tests two of these (E-Prime and No-Have) across seven task types, with results that confirm the existence of task-dependent crossover effects. A full cartography would cross all eight constraints with the same task battery, producing an 8Ă78Ă 7 matrix of effects. Each cell encodes a testable prediction: evidentiality constraints should improve epistemic calibration tasks but impose overhead on single-source reasoning; the catuáčŁkoáči should improve ethical dilemmas but add noise to tasks with binary ground truth; Toki Pona should improve explanation tasks but degrade tasks requiring precise technical vocabulary. The model-dependent effects in Experiment 1 add a third dimension: each cell may vary across model architectures, suggesting a constraint Ă task Ă model tensor rather than a simple matrix. Umwelt composition. Can constraints be productively combined? An agent reasoning in E-Prime + required uncertainty markers + analogical framing operates in a more structured Umwelt than any single constraint provides. Whether constraints compose additively, interfere, or interact non-linearly is an empirical question. Dynamic Umwelt switching. Should an agentâs linguistic world change depending on what it is doing? Sketch-of-Thoughtâs per-task routing [Sketch-of-Thought, 2025] suggests yes, but their paradigms are fixed. A richer version would allow agents to shift Umwelten mid-task as reasoning demands change. Native Umwelt characterization. The model-dependent effects in Experiment 1 suggest that each model has a ânative Umweltââa default cognitive world established by its training corpus, architecture, and alignment process. Characterizing these native Umwelten is a prerequisite for principled constraint selection. If a modelâs native Umwelt already de-emphasizes copula-based reasoning (as Haikuâs results suggest), E-Prime adds noise rather than restructuring. Mechanistic interpretability methodsâsparse autoencoders, activation patching, probing classifiersâcould map the native Umwelt of a model by identifying which linguistic patterns most strongly activate its reasoning circuits. Emergent vs. designed Umwelten. Quiet-STaR and Coconut demonstrate that models can develop effective reasoning formats without human design. When should one impose a designed Umwelt, and when should one let it emerge? The trade-off between interpretability (designed) and optimality (emergent) is largely unexplored. Umwelt evaluation. How do you measure whether one Umwelt is better than another for a given purpose? Accuracy alone is insufficientâthe experiments here show that constrained agents may score lower individually while contributing more to ensemble coverage. Metrics for cognitive diversity, orthogonality of perception, and complementary coverage are needed. Cross-linguistic Umwelten. If training language shapes LLM cognition [Wang et al., 2025], then multilingual reasoning environments constitute natural Umwelt experiments. An agent that reasons in Japanese about a problem described in English operates in a different cognitive world than one reasoning entirely in English. Constraint space geometry. The taxonomy in Table 7 treats constraints as discrete categories, but the underlying space may be continuousâor at least partially so. Within a constraint family, one can titrate strictness (strict E-Prime vs. allowing copula in direct quotes vs. merely flagging identity claims). Across families, the question becomes whether constraints define positions in a shared geometric space with measurable axes and distances. If so, the orthogonality between constraintsâwhether E-Prime and evidentiality marking produce independent effect profiles across tasks, or whether their effects correlateâbecomes empirically testable through factor analysis or representational similarity analysis on the constraint Ă task effect matrix. The ensemble results in Experiment 2 already suggest that constraints drawn from different axes produce more complementary coverage, but a systematic measurement of the constraint spaceâs dimensionality and orthogonal structure would transform the taxonomy from a list into a coordinate system. This requires testing substantially more constraints (at minimum 6â8) across the same task batteryâa natural sequel to the cartography program described above. A preliminary question is whether the space is genuinely continuous (admitting interpolation between constraints), mixed (continuous within families, discrete between them), or fundamentally discrete (with orthogonality measurable only as statistical independence of effect profiles). The answer determines whether Umwelt design is a search problem over a smooth manifold or a combinatorial problem over a structured set. 8 Conclusion For a language model, the available language is not a transparent medium through which cognition passesâit is the cognition. A human can think beneath and beyond their words; a standard LLM cannot. Its vocabulary determines which concepts exist. Its grammar determines which relationships between concepts are expressible. Its conceptual distinctions determine which features of a problem become perceptible. Designing this language is Umwelt engineering: the construction of cognitive worlds for artificial minds. The experiments demonstrate that linguistic constraints reshape agent cognition in measurable, task-dependent, and model-dependent ways. Removing possessive âto haveââa constraint that was originally exploratoryâproduces the broadest improvement: ethical dilemmas +19.1 p, classification +6.5 p, epistemic calibration +7.4 p, with 92.8% compliance and consistent effects across models. Removing âto beâ produces more dramatic but less predictable effects: causal reasoning +14.1 p and ethical dilemmas +15.5 p, but model-dependent volatility so severe that cross-model correlations of E-Prime effects reach r=â0.75r=-0.75. The contrast between the two constraints is itself revealing: possessive framing appears to be a more universal cognitive default than copula-based identity assertion, producing a broader distortion that can be more cleanly removed. These effects replicate across three models from three vendors, though the magnitude and even direction vary by modelârevealing that each model occupies a different native Umwelt that interacts differently with imposed constraints. In multi-agent settings, linguistically diverse agents achieve coverage that no individual agent can match: a 3-agent ensemble selected for Umwelt diversity achieves 100% ground-truth coverage on a debugging task where the best individual agent reaches 88.2%âand a permutation test confirms that only 8% of random 3-agent subsets match this ceiling, with every successful subset containing the counterfactual agent. Two mechanisms emerge. Cognitive restructuring: constraints that remove linguistic defaults force more explicit, operational reasoningâNo-Have demonstrates this most cleanly, with broad improvements and high compliance, while E-Prime reveals the mechanismâs limits when compliance is low and model interaction is high. Cognitive diversification: different constraints activate different regions of a modelâs latent reasoning capacity, producing orthogonal coverage in ensemble settingsâdemonstrated by the counterfactual agentâs unique finding and confirmed by the permutation test. Both mechanisms confirm that the linguistic cognitive environment determines the space of possible thoughtâan empirically measurable design variable, not a philosophical speculation. The primary open question is whether the observed restructuring effects are driven by the specific vocabulary restrictions or by the general demand for metalinguistic self-monitoring that any elaborate constraint prompt imposes; the crossover pattern favors the former but cannot rule out the latter without an active control experiment. These findings, together with converging evidence from synthetic reasoning languages [Tanmay et al., 2025], latent-space reasoning [Hao et al., 2024], and cross-linguistic cognition in LLMs [Wang et al., 2025], establish the case for a three-layer frameworkâprompt engineering, context engineering, Umwelt engineeringâand call for systematic investigation of the design space it opens. Design the world first. Then worry about the question. References AlKhamissi et al. [2025] Badr AlKhamissi, Greta Tuckute, Yizhou Tang, et al. From language to cognition: How LLMs outgrow the human language network. EMNLP 2025, 2025. arXiv:2503.01830. Bohm [1980] David Bohm. Wholeness and the Implicate Order. Routledge, 1980. Bourland [1965] David D. Bourland, Jr. A linguistic note: Writing in E-Prime. General Semantics Bulletin, 32/33:111â114, 1965. Bourland and Johnston [1991] David D. Bourland, Jr. and Paul David Johnston. To Be or Not: An E-Prime Anthology. International Society for General Semantics, 1991. Bridgman [1927] Percy W. Bridgman. The Logic of Modern Physics. Macmillan, 1927. Brown [1955] James Cooke Brown. Loglan. Scientific American, 192(6):53â63, 1955. Elgin [1984] Suzette Haden Elgin. Native Tongue. DAW Books, 1984. Hao et al. [2024] Shibo Hao, Sainbayar Sukhbaatar, DiJia Su, Xian Li, Zhiting Hu, Jason Weston, and Yuandong Tian. Training large language models to reason in a continuous latent space. COLM 2025, 2024. arXiv:2412.06769. He et al. [2024] Jia He, Mukund Rungta, David Koleczek, Arshdeep Sekhon, Franklin X. Wang, and Sadid Hasan. Does prompt formatting have any impact on LLM performance? 2024. arXiv:2411.10541. Korzybski [1933] Alfred Korzybski. Science and Sanity: An Introduction to Non-Aristotelian Systems and General Semantics. International Non-Aristotelian Library, 1933. Kramer [2025] Oliver Kramer. Conceptual metaphor theory as a prompting paradigm for large language models. 2025. arXiv:2502.01901. Lang [2001] Sonja Lang. Toki Pona: The Language of Good. Tawhid, 2001. NÄgÄrjuna [150] NÄgÄrjuna. MĆ«lamadhyamakÄrikÄ. Oxford University Press, 150. J. L. Garfield, Trans., 1995, as The Fundamental Wisdom of the Middle Way. Ray [2025] Partha Ray. Does linguistic relativity hypothesis apply on ChatGPT responses? Yes, it does. Computational Intelligence (Wiley), 2025. DOI:10.1111/coin.70103. Rosenberg [2003] Marshall B. Rosenberg. Nonviolent Communication: A Language of Life. PuddleDancer Press, 2nd edition, 2003. Sketch-of-Thought [2025] Sketch-of-Thought. Sketch-of-thought: Efficient LLM reasoning with adaptive cognitive-inspired sketching. EMNLP 2025, 2025. arXiv:2503.05179. Tanmay et al. [2025] Kumar Tanmay, Kunal Aggarwal, Paul Pu Liang, and Subhabrata Mukherjee. Thinking in the language of thought: Efficient reasoning with structured representations. 2025. arXiv:2511.22891. von UexkĂŒl [1934] Jakob von UexkĂŒl. A Foray into the Worlds of Animals and Humans. University of Minnesota Press, 1934. J. D. OâNeil, Trans., 2010. Wang et al. [2025] Changzai Wang, Yichi Zhang, Liang Gao, Ziming Xu, Zefan Song, Yue Wang, and Xiang Chen. Under the shadow of babel: How language shapes reasoning in LLMs. 2025. arXiv:2506.16151. Zelikman et al. [2024] Eric Zelikman, Georges Harik, Yijia Shao, Varuna Jayasiri, Nick Haber, and Noah D. Goodman. Quiet-STaR: Language models can teach themselves to think before speaking. 2024. arXiv:2403.09629. Appendix A E-Prime Constraint Prompt The following system prompt was used for the E-Prime condition in Experiment 1: You must reason and respond entirely in E-Primeâa form of English that eliminates all forms of âto be.â You may not use: is, am, are, was, were, be, being, been, or contractions containing these (itâs, thatâs, thereâs, whoâs, etc.). Reformulate all statements using active verbs, process descriptions, or relational language. Do not merely rephrase surface syntaxârestructure your reasoning to avoid ontological identity claims. Appendix B Agent Constraint Prompts Full system prompts for all 16 agents in Experiment 2 are available in the supplementary repository. Appendix C No-Have Constraint Prompt The following system prompt was used for the No-Have condition in Experiment 1: You must reason and respond without using any form of âto haveâ as a main verb. You may not use: has, have, had, having when they express possession, containment, or attribution. Auxiliary uses are permitted (e.g., âhas completed,â âhave beenâ). Reformulate all possessive statements using relational, behavioral, or structural language. âThe argument has a flawâ becomes âa flaw appears in the argument.â âThis system has three componentsâ becomes âthree components make up this system.â Appendix D Per-Model Accuracy Breakdown Full per-model accuracy tables are available in the supplementary data files. Appendix E Reproducibility All code, data, and results are available at: https://github.com/rodspeed/umwelt-engineering. âą Experiment 1: e-prime-llm/âtask items, scoring rubrics, multi-model runner, and full results âą Experiment 2: linguistic-agents/âagent definitions, problem bank, 5-phase pipeline, and full analysis âą Models: Claude Haiku 4.5 (claude-haiku-4-5-20251001), GPT-4o-mini (gpt-4o-mini-2024-07-18), Gemini 2.5 Flash Lite (gemini-2.5-flash-lite) âą Experiment 1: 4,470 trials across 7 tasks Ă 3 conditions Ă 3 models Ă 4 repetitions âą All experiments are resumable (JSONL append) and reproducible at temperature 0.0 Acknowledgments This paper was developed through extensive collaboration with Claude (Anthropic, 2024â2026). The Umwelt engineering framework, three-layer stack, experimental design, and core thesis are the authorâs own. The constraint taxonomy (Table 7) emerged from directed inquiry: the author hypothesized that a design space of linguistic cognitive constraints existed beyond E-Prime and used structured dialogue with Claude to surface candidate traditions, which were then evaluated, organized, and integrated into the framework by the author. Claude also assisted with literature review, drafting, statistical analysis, and code for the experimental pipeline. This division of laborâhuman hypothesis and architectural judgment, AI recall and draftingâis itself an instance of the collaborative cognitive environments this paper examines.