Paper deep dive
Imperative Interference: Social Register Shapes Instruction Topology in Large Language Models
Tony Mason
Intelligence
Status: succeeded | Model: google/gemini-3.1-flash-lite-preview | Prompt: intel-v1 | Confidence: 93%
Last extracted: 3/27/2026, 1:19:53 AM
Summary
The paper investigates how social registerâspecifically the imperative moodâinfluences instruction-following topology in Large Language Models across different languages. The authors demonstrate that system prompts behave cooperatively in English but competitively in Spanish due to language-dependent interpretations of authority and obligation. By rewriting imperative instructions into declarative statements, the researchers reduced cross-linguistic variance by 81% and shifted the instruction topology from competitive to cooperative, suggesting that LLMs process instructions as social acts rather than mere technical specifications.
Entities (5)
Relation Signals (3)
Social Register â mediates â Instruction Topology
confidence 95% ¡ this topology inversion is mediated by social register
Declarative Rewriting â reduces â Cross-linguistic Variance
confidence 95% ¡ Declarative rewriting of a single instruction block reduces cross-linguistic variance by 81%
Imperative Mood â influences â Instruction Topology
confidence 90% ¡ constitutional AI principles authored in imperative mood may create language-dependent alignment
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:System prompt instructions that cooperate in English compete in Spanish, with the same semantic content, but opposite interaction topology. We present instruction-level ablation experiments across four languages and four models showing that this topology inversion is mediated by social register: the imperative mood carries different obligatory force across speech communities, and models trained on multilingual data have learned these conventions. Declarative rewriting of a single instruction block reduces cross-linguistic variance by 81% (p = 0.029, permutation test). Rewriting three of eleven imperative blocks shifts Spanish instruction topology from competitive to cooperative, with spillover effects on unrewritten blocks. These findings suggest that models process instructions as social acts, not technical specifications: "NEVER do X" is an exercise of authority whose force is language-dependent, while "X: disabled" is a factual description that transfers across languages. If register mediates instruction-following at inference time, it plausibly does so during training. We state this as a testable prediction: constitutional AI principles authored in imperative mood may create language-dependent alignment. Corpus: 22 hand-authored probes against a production system prompt decomposed into 56 blocks.
Tags
Links
- Source: https://arxiv.org/abs/2603.25015v1
- Canonical: https://arxiv.org/abs/2603.25015v1
Trouble viewing inline? Open PDF directly â
Full Text
36,529 characters extracted from source content.
Expand or collapse full text
Imperative Interference: Social Register Shapes Instruction Topology in Large Language Models Tony Mason the University of British Columbia the Georgia Institute of Technology fsgeek@cs.ubc.ca,gatech.edu,wamason.com March 2026 Abstract System prompt instructions that cooperate in English compete in Spanish, with the same semantic content, but opposite interaction topology. We present instruction-level ablation experiments across four languages and four models showing that this topology inversion is mediated by social register: the imperative mood carries different obligatory force across speech communities, and models trained on multilingual data have learned these conventions. Declarative rewriting of a single instruction block reduces cross-linguistic variance by 81% (p= 0.029, permutation test). Rewriting three of eleven imperative blocks shifts Spanish instruction topology from competitive to cooperative, with spillover effects on unrewritten blocks. These findings suggest that models process instructions as social acts, not technical specifications: âNEVER do Xâ is an exercise of authority whose force is language-dependent, while âX: disabledâ is a factual description that transfers across languages. If register mediates instruction-following at inference time, it plausibly does so during training. We state this as a testable prediction: constitutional AI principles authored in imperative mood may create language-dependent alignment. Corpus: 22 hand-authored probes against a production system prompt decomposed into 56 blocks. Total experimental cost: $69 USD (verified against OpenRouter billing). 1 Introduction System prompts for LLM-based agents are written as commands. âNEVER use TodoWrite during commits.â âALWAYS prefer dedicated tools over Bash.â âUse the Task tool VERY frequently.â These instructions work in English. They fail in predictable, structurally characterizable ways when the same instructions are translated to other languages. The failure is not uniform degradation. It is structural inversion. In English, the instructions in a production system prompt form a cooperative network: removing any instruction reduces overall adherence. In Spanish, the same instructions, which are semantically identical and correctly translated, form a competitive network: removing some instructions improves adherence. The instructions are interfering with each other. Prior work on multilingual prompting establishes that prompt language affects LLM per- formance [Zhang et al., 2025, Mondshine et al., 2025, Yin et al., 2024]. These studies measure main effects: aggregate performance drops when prompts are translated. We measure something different: the interaction structure between instructions. The distinction matters. A main effect tells you that translation hurts. An interaction topology tells you how: which instructions interfere, which cooperate, and whether the pattern is stable across languages. Our central finding is that this topology difference is mediated by social register. Imperative mood (âUse X,â âNEVER do Yâ) carries different obligatory force in different speech communities. In English, stacked imperatives create a coherent authority context. In Spanish, the same stack 1 arXiv:2603.25015v1 [cs.CL] 26 Mar 2026 creates competing obligation signals. Declarative register (âX: enabled,â âY: disabledâ) sidesteps the social dimension entirely by stating facts rather than issuing commands. This is not a parsing problem. It is a sociolinguistic one. Models trained on multilingual data have internalized different conventions for how authority and obligation are encoded across languages. When a system prompt exercises authority through imperative mood, the modelâs response depends on which languageâs conventions it applies. We demonstrate this through a five-experiment arc: 1. Observation: Instruction interaction topology is a three-way interaction (modelĂ language Ă instruction), not a language main effect (§4.1). 2. Falsification: Information density does not explain the topology differences (§4.3). 3. Single-block fix: Declarative rewriting eliminates cross-linguistic variance for individual instructions, 81% reduction, p = 0.029 (§4.4). 4.Topology confirmation: Pairwise ablation confirms the cooperative/competitive inver- sion between English and Spanish (§4.2). 5. Causal mechanism: Rewriting three imperative blocks to declarative shifts Spanish topology from competitive to cooperative, with spillover to unrewritten blocks (§4.5). The experimental substrate is the Claude Code system prompt (v2.1.50), decomposed into 56 classified blocks in prior work [Mason, 2026]. That analysis identified 21 static interference patterns through structural evaluation and multi-model scouring. The present work asks: do those instructions behave the same way when translated? Our contributions are: â˘The first instruction-level ablation study of a production system prompt across languages (4 models Ă 4 languages Ă 22 probes). â˘Discovery that instruction interaction topology inverts across languages: cooperative in English, competitive in Spanish. â˘Identification of social register as the causal mechanism, with experimental confirmation via declarative rewriting. â˘Evidence of spillover effects: rewriting the register of some instructions changes how the model processes others. â˘A testable prediction: if register mediates instruction-following at inference time, alignment training via imperatively-phrased constitutional principles may be language-dependent. 2 Background and Related Work 2.1 Multilingual Prompting The multilingual prompting literature has grown rapidly, but overwhelmingly measures main effects. Zhang et al. [2025] study cross-lingual system prompt steerability across five languages and find significant performance variation, but treat the prompt as monolithic with no instruction- level decomposition and no interaction measurement. Mondshine et al. [2025] compare translation strategies (translate vs. keep in target language) and find that translation direction matters. Wang et al. [2025] show that linguistic cues activate different cultural knowledge, establishing that language is not just a vehicle for content. Yin et al. [2024] measure how politeness interacts with language and culture, finding that politeness affects LLM outputs, which is the closest work to our register finding, but measuring only main effects, not interaction topology. Our gap relative to all of this work: nobody measures pairwise instruction interactions across languages, nobody has identified interaction topology as language-dependent, and nobody has proposed register as the mechanism. 2 2.2 Speech Acts and Register The observation that utterances do things (not just say things) originates with Austin and Searleâs speech act theory. âNEVER use TodoWriteâ is not a description; it is an exercise of authority. The distinction between locutionary content (what is said), illocutionary force (what is done), and perlocutionary effect (what results) maps directly onto our findings: identical locutionary content produces different perlocutionary effects across languages because the illocutionary force of imperative mood is language-dependent. Register is the sociolinguistic term for the variety of language used in a particular social context. Imperative register (âDo Xâ) invokes authority. Declarative register (âX is the caseâ) states facts. The choice of register is a social act: it positions the speaker relative to the listener. When a system prompt uses imperative register, it positions itself as an authority issuing commands. When it uses declarative register, it positions itself as a knowledge source stating properties. Geng et al. [2026] study authority claims as a framing mechanism in LLM instructions, finding systematic shifts in instruction prioritization. This is the closest work to ours in framing, but they do not test cross-linguistic effects or measure interaction topology. 2.3 System Prompt Analysis Mason [2026] present Arbiter, a framework for detecting interference in system prompts through structural evaluation and multi-model scouring. Applied to three vendor prompts (Claude Code, Codex CLI, Gemini CLI), they identify 152 scourer findings and 21 hand-labeled interference patterns. Their analysis is static: it identifies structural contradictions but does not measure runtime behavior. The present work uses the same corpus (Claude Code v2.1.50, 56 blocks) and asks whether the structural patterns manifest differently at runtime across languages. 3 Methodology 3.1 Corpus Our experimental corpus is the Claude Code v2.1.50 system prompt, decomposed into 56 contiguous blocks classified by tier (system/domain/application), category (identity, security, tool usage, workflow, etc.), modality (mandate, prohibition, guidance, information), and scope [Mason, 2026]. Of 56 blocks, 22 are free (ablatable) as their presence can be toggled without breaking tool definitions or security policy. The remaining 34 are constrained: removing them would cause tool-calling failures or security violations. 3.2 Translation The 56-block corpus was translated to Mandarin Chinese (zh), French (fr), and Spanish (es) using Gemini Flash 2.0 (google/gemini-2.0-flash-001) via OpenRouter. We used a non-Anthropic model to avoid circularity (Claude translating its own instructions). Translation rules preserved markdown formatting, kept tool names and API identifiers un- translated, maintained imperative tone, and translated structural markers (e.g., âIMPORTANT:â was translated to the equivalent marker in each target language). Mandarin is 57% shorter by character count. This size difference is a confound we address in §4.3. 3.3 Models The model selection is deliberate: two English-primary models (Haiku, Gemini), one Chinese- primary (DeepSeek), one French-primary (Mistral). If language effects were purely about 3 Table 1: Corpus size after translation. Language Characters % of English English15,970100% Mandarin6,91043.3% Spanish19,178120.1% French20,744129.9% Table 2: Models tested via OpenRouter. ModelOpenRouter IDTraining Bias Claude Haiku 4.5 anthropic/claude-haiku-4-5English-heavy Gemini Flash 2.0 google/gemini-2.0-flash-001English-heavy DeepSeek V3 deepseek/deepseek-chat-v3-0324 Chinese + diverse Mistral Med. 3.1 mistralai/mistral-medium-3.1French + diverse English-centrism in training, all four should degrade similarly. They do not. 3.4 Probe Battery Twenty-two hand-authored probes test adherence to each free block. Each probe consists of a user message designed to elicit the target behavior, a scoring method, and expected/violation descriptions. Scoring methods include: ⢠not_contains: checks absence of prohibited patterns (e.g., emoji characters) ⢠length: scores inversely with response length against a baseline ⢠llm_judge: the same model evaluates its own output against judge criteria All probes are in English: the user speaks English, only the system prompt changes language. Three trials per probe at temperature 0.0. Thellm_judgemethod (7 of 22 probes) uses the same model being tested. This is a known limitation (§5.4). 3.5 Ablation Design We use covering arrays of strength 2 to generate ablation configurations. A strength-2 covering array guarantees that every pair of blocks appears in at least one configuration where both are present and one where one is absent, enabling measurement of pairwise interactions without exhaustive enumeration. Phase 0 (single-block removal): each of 22 free blocks is removed individually while all others remain present. This measures main effect: how much each block contributes to overall adherence. Phase 1 (pairwise): a strength-2 covering array generates configurations where pairs of blocks are co-absent, enabling measurement of pairwise interaction effects beyond additive main effects. 3.6 Statistical Methods Welchâst-test with exactt-distribution CDF (not normal approximation) for small samples (n= 3 trials). Benjamini-Hochberg FDR correction for multiple comparisons. Permutation tests (100,000 permutations) for non-parametric significance testing of variance reduction and hub concentration. 4 3.7 Experimental Sequence Table 3: Experimental arc: each experimentâs result motivated the next. Label ExperimentFindingMotivated T7Cross-ling. baselineThree-way interactionT9 T9E-DENSE (padding) Density is bidirectionalT10 T10 E-PROC (rewrite)Declarative fixes variance E-PAIR-ES âE-PAIR-ES (pairwise) Spanish topology inverts T11 T11 E-TOPO (topology) Register is the mechanism â Total API cost across all experiments: $68.95 USD, verified against OpenRouter billing records (Table 4). Table 4: Verified API costs from OpenRouter billing (March 20â22, 2026). Haiku dominates cost because it serves as both subject and judge for 18 of 22 LLM-judged probes, doubling its call volume. ModelCalls Cost (USD) % of Total Claude Haiku 4.5 14,270$66.1095.9% Mistral Med. 3.1 1,560$1.211.8% DeepSeek V31,560$1.121.6% Gemini Flash 2.0 1,728$0.530.8% Total19,118$68.95 4 Results 4.1 Cross-Linguistic Baselines Table 5: Mean adherence scores across all 22 probes (baselines, all blocks present). ModelEnglish Mandarin French Spanish Range Haiku0.8530.7830.774 0.7360.117 Gemini0.7810.7650.693 0.7550.088 DeepSeek 0.7990.7860.771 0.7570.042 Mistral0.7260.8190.753 0.7880.093 Three of four models perform best in English (Table 5, Figure 1). Mistral is the anomaly: it performs worst in English (0.726) and best in Mandarin (0.819). A French-trained model peaks in neither its training language nor English. DeepSeek is the most language-robust (range 0.042); Haiku is the most sensitive (range 0.117). At the aggregate level, this looks like a language main effect with a training-bias interaction. But aggregates conceal the structure. At the probe level, the phenomenon is a three-way interaction: model Ă language Ă instruction. Probe-level inversions. Oncommit-restrictions(should separate commit workflow from TodoWrite usage), Haiku scores 1.00 in English and 0.00 in Mandarin. Gemini shows the exact opposite: 0.00 in English, 1.00 in Mandarin. Same instruction, same translation, opposite behavioral effect per model. 5 EnglishMandarinFrenchSpanish Haiku Gemini Flash DeepSeek V3 Mistral Med. 0.8530.7830.7740.736 0.7810.7650.6930.755 0.7990.7860.7710.761 0.7260.8190.7530.788 Mean Instruction Adherence by Model and Language 0.60 0.65 0.70 0.75 0.80 0.85 0.90 Mean adherence score Figure 1: Cross-linguistic baseline adherence. Three models perform best in English; Mistral performs worst in English and best in Mandarin; a French-trained model peaking in neither its training language nor English. Onexplore-agent(should delegate to Explore agent for complex analysis), Haiku collapses from 1.00 in English to 0.22 in Spanish. The word âExploreâ functions as both a tool name and a common verb; Spanish translation preserves the semantic meaning (âexplorarâ) but loses the proper-noun binding. Onuse-task-for-search, Haiku improves from 0.50 in English to 1.00 in Mandarin. The Mandarin translation added bold emphasis to âprefer,â resolving an ambiguity present in the English original. No single factor predicts the outcome. You cannot say âSpanish degrades instruction followingâ as it degrades Haiku (â13.8%) but improves Mistral (+8.5%). You cannot say âthis instruction is robustâ becausecommit-restrictionsis perfect for Haiku in English and zero in Mandarin. The interaction terms are larger than the main effects. 4.2 Topology Inversion Phase 0 single-block removal on Haiku reveals that instruction topology is language-dependent (Figure 2). Table 6: Phase 0 main effects (Haiku): mean â when each block is removed. Negative = cooperative (removal hurts). Positive = competitive (removal helps). Selected blocks shown. BlockEnglish Mandarin French Spanish no-time-estimates â0.140 â0.094 â0.021+0.078 no-new-filesâ0.099+0.064 +0.002+0.066 no-overengineering â0.098+0.074 â0.020+0.033 todowrite-repeated â0.090+0.009 â0.045+0.057 objectivityâ0.054+0.015 â0.032+0.102 English: All main effects are negative. Removing any block hurts overall adherence. The 6 0.150.100.050.000.050.10 Main effect ( adherence when block removed) no-time-estimates no-new-files no-overengineering todowrite-importance-repeated use-task-for-search commit-restrictions pr-workflow explore-agent proactive-agents no-colon-before-tools dedicated-tools professional-objectivity emoji parallel-calls no-compat-hacks code-references task-management-todowrite read-first plan-with-todo commit-workflow concise text-only-comms Cooperative (removal hurts) Competitive (removal helps) Instruction Topology: English (Cooperative) vs Spanish (Competitive) English Spanish Figure 2: Instruction topology comparison (Haiku, Phase 0 main effects). English effects are uniformly negative (cooperative); Spanish effects are predominantly positive (competitive). The same instructions that strengthen the English prompt weaken the Spanish one. instructions form a cooperative network: every block contributes. Spanish: Most main effects are positive. Removing blocks improves adherence. The topology inverts from cooperative to competitive. The translated instructions interfere with each other. French: Mixed, mostly weak. No clear hub structure. Flat topology. Mandarin: Hub partially preserved (no-time-estimatesremains strongest atâ0.094) but with positive effects elsewhere. Mixed topology. The cross-linguistic correlation of main effects confirms the inversion: English and Spanish are anti-correlated (r =â0.274). No language pair has a positive correlation. Pairwise confirmation (E-PAIR-ES). Phase 1 pairwise ablation on Haiku with the Spanish corpus confirms the topology at the interaction level: ⢠English mean pairwise â: â0.116 (cooperative) ⢠Spanish mean pairwise â: +0.010 (competitive) Hub significance was confirmed via permutation test (100,000 permutations):no-time-estimates appears in 15 of 20 top English interactions (p <0.00001). The hub concentration is real, but it is language-specific. The same block is not the hub in every language. 4.3 Falsification: Information Density The Mandarin corpus is 57% shorter than English by character count (Table 1). Could the topology differences be driven by information density rather than language? E-DENSE tested this by padding the Mandarin corpus with semantically neutral filler to match English character count. Prediction: padded Mandarin would show higher cross-model 7 variance (lower agreement), because compression was driving convergence. Result: hypothesis falsified. Overall cross-model variance decreased slightly with padding (0.1189â0.1041). The aggregate effect is opposite to the prediction. But the aggregate conceals a bidirectional mechanism: â˘Compression causes mode confusion: Ontext-only-comms, Gemini switched from tool-code output to natural language when the prompt was padded (0.0â1.0). The compressed instruction was too terse for Gemini to distinguish âcommunicate in textâ from âuse tools.â â˘Compression aids procedural focus: Onexplore-agent, Haiku crashed from 1.0 to 0.28 with padding. The dense prompt overwhelmed its delegation logic. Information density operates through two opposing mechanisms: compression aids procedural focus but causes mode confusion. The net effect depends on the modelĂinstruction pair. Density is a confound, not a mechanism. The topology differences between languages are not explained by length alone. 4.4 Declarative Rewriting Reduces Variance If the topology differences are not about density, what explains them? The encoding taxonomy (§4.6) shows that procedurally encoded instructions have 2.9Ăthe cross-linguistic variance of declaratively encoded ones. E-PROC tested whether rewriting a procedural instruction to declarative form would reduce its cross-linguistic variance. The commit-restrictions block was rewritten in two forms: â˘Declarative: flat bullet list with explicit per-item status (âDisabled: TodoWrite, Task tools; Required: specific file stagingâ) ⢠Scoped: bracketed block with compact inline list Both preserve the same semantic content. All other blocks unchanged (21 control probes). Table 7: E-PROC: cross-linguistic variance ofcommit-restrictionsby encoding variant. Mean variance across 4 models. VariantMean VarianceReduction Original (procedural)0.1567â Declarative0.0290 81% (p = 0.029) Scoped0.096638% (n.s.) The declarative variant reduced cross-linguistic variance by 81% (p= 0.029, permutation test, 100k permutations). The effect was 5.8Ďabove the 21 control probes (mean control â = +0.0013). The most dramatic change: Haiku Mandarin went from 0.00 to 1.00. The complete failure caused by procedural encoding was eliminated. Gemini was unaffected (0.00 across all languages in all variants). Itscommit-restrictions failure is model-level, not encoding-dependent. The declarative fix is not universal; it addresses register-mediated fragility, not all fragility. 4.5 Register Shapes Topology E-PROC showed that declarative rewriting fixes individual instruction variance. E-TOPO tested whether it also fixes the topology inversion. Three blocks showing the strongest competitive effects in E-PAIR-ES were rewritten from imperative to declarative register in the Spanish corpus: ⢠proactive-agents: âDebes usar proactivamente. . . âââHerramienta Task: Estado: disponible. . . â 8 HaikuGemini Flash DeepSeek V3 Mistral Med. 0.00 0.05 0.10 0.15 0.20 0.25 0.30 Cross-linguistic variance 81% reduction p=0.029 commit-restrictions: Encoding Variant vs Cross-Linguistic Variance Original Declarative Scoped Figure 3: Cross-linguistic variance ofcommit-restrictionsby encoding variant and model. Declarative rewriting eliminates Haikuâs cross-linguistic variance almost entirely. Gemini is unaffected; its failure is model-level, not encoding-dependent. ⢠use-task-for-search : âprefiere usar la herramienta Task. . . âââPreferencia de her- ramienta: Task. . . â ⢠todowrite: âUtiliza estas herramientas MUY frecuentemente. . . âââFrecuencia de uso: muy alta. . . â Phase 1 pairwise ablation was repeated with the rewritten corpus. Table 8: E-TOPO: topology shift after declarative rewriting (Spanish, Haiku). ConditionMean âDirection Competitive probes Original (imperative)+0.010 Competitive7/22 Rewritten (declarative) â0.055 Cooperative4/22 Target probes (rewritten blocks) shifted as expected: Table 9: E-TOPO: target probes (rewritten blocks). ProbeOrig. â Decl. âShift Result proactive-agents+0.274 â0.380 â0.655 Fixed todowrite+0.155 â0.023 â0.177 Fixed use-task-for-search+0.118+0.047 â0.071 Reduced proactive-agentsshows the largest shift in the entire dataset: from the most competitive probe (+0.274) to one of the most cooperative (â0.380). Spillover effects. Three unrewritten blocks also shifted from competitive to cooperative: The spillover is the strongest evidence for the social register hypothesis. The imperative register creates system-wide interference, not just per-block fragility. Reducing the number of imperatives from approximately eleven to eight (by rewriting three) reduces the total obligation- resolution load, freeing the model to process the remaining blocks more accurately. Control probes that were already cooperative remained cooperative (commit-restrictions: 9 Table 10: E-TOPO: spillover effects (unrewritten blocks). ProbeOrig. â Decl. âShift Result no-compat-hacks+0.123 â0.267 â0.389 Fixed plan-with-todo+0.012 â0.174 â0.186 Fixed todowrite-repeated+0.011 â0.059 â0.070 Fixed 0.40.30.20.10.00.10.20.3 Mean (effect of block removal) proactive-agents todowrite use-task-for-search no-compat-hacks plan-with-todo todowrite-repeated commit-restrictions commit-workflow emoji pr-workflow TARGET (rewritten) E-TOPO: Topology Shift After Register Rewrite (Spanish, Haiku) Original (imperative) Rewritten (declarative) Figure 4: E-TOPO topology shift. Target probes (top) shift from competitive to cooperative as expected. Spillover probes (middle) also shift despite being unrewritten. Control probes (bottom) remain stable. The spillover demonstrates that register operates at the system level, not per-block. â0.033â â0.038;commit-workflow:â0.141â â0.120). The rewrite did not destabilize existing cooperative interactions. 4.6 Encoding Taxonomy Classifying the 22 free blocks by encoding style reveals a systematic fragility pattern: Procedural instructionsâthose describing conditional workflows (âduring commits, donât do X, also donât do Yâ)âare 2.9Ămore fragile under translation than declarative instructions that state rules directly. The fragility has two mechanisms: Procedural compression. Conditional workflow chains compress ambiguously under translation. The model loses track of which constraints apply to which context. This is fixable with declarative rewriting (confirmed by E-PROC). Domain jargon opacity. Technical terms that are clear in English developer culture donât translate cleanly.no-compat-hacks(âbackwards-compatibility hacksâ) has variance 0.1132, the highest among declarative blocks. Mistral scores 0.00 in English and French but 1.00 in Mandarin and Spanish. The French-trained model paradoxically fails in its native language. 10 Table 11: Cross-linguistic variance by encoding style. Encoding Blocks Mean Variance Example Procedural110.0514 âWhen X, do Y not Zâ Declarative110.0175 âDo Xâ / âDonât do Xâ Ratio2.9Ă 5 Discussion 5.1 Instructions as Social Acts The specification model of system prompts, treating instructions as formal constraints on output, predicts language-invariant interaction topology. If âNEVER use TodoWriteâ is a constraint, removing it should have the same structural effect regardless of what language itâs expressed in. Our data falsifies this prediction. The same instruction is essential in English and deadweight in Spanish. The social act model predicts exactly what we observe: that interaction topology depends on how the target language encodes the social relationship between instructor and instructed. Stacked imperatives in English reinforce a single authority frame. In languages where imperative mood is more socially loaded, more personal and more direct, the same stack creates competing obligation signals, as if from multiple authority sources. The model must resolve not just âwhat am I being told to doâ but âwho is telling me, and do these authorities agree?â The spillover effect (§4.5) is the strongest evidence for this interpretation. If register operated per-block, rewriting three blocks should affect only three probes. Instead, unrewritten blocks also shifted from competitive to cooperative. This is consistent with a system-level obligation- resolution load: each imperative consumes processing resources, and reducing the count benefits the whole prompt. Declarative register sidesteps the social dimension entirely. âStatus: availableâ does not invoke authority. It cannot compete for it. 5.2 Alignment Implications We state the following as a testable prediction, not a confirmed result: if social register mediates instruction-following at inference timeâand our experiments demonstrate that it doesâthen it plausibly mediates instruction-following during training as well. Constitutional AI [Bai et al., 2022] trains models using principles that are overwhelmingly written in imperative mood: âBe helpful.â âBe harmless.â âBe honest.â These are social acts exercising authority. If imperative register carries different obligatory force across languages, then: 1.Models trained on imperatively-phrased principles may develop language-dependent align- ment: helpful in English, differently-helpful in other languages, not because of the content of the principles but because of their register. 2. The Mistral anomaly supports this. A French-trained model that performs worst in English and best in Mandarin suggests that training language creates behavioral signatures that interact unpredictably with register. 3.The direction of the interaction is not predictable from the language pair alone. Our data shows that English-Spanish produces topology inversion, but English-French produces topology flattening and English-Mandarin produces partial preservation. These are different failure modes, not different magnitudes of the same failure. This prediction is testable. One could compare models trained on declaratively-phrased constitutional principles against models trained on imperatively-phrased ones, measuring cross- 11 linguistic alignment consistency. Our inference-time findings predict that declaratively-trained models would show more consistent alignment across languages. The broader implication: the question âwhy arenât Spanish-speaking countries building Spanish-primary models?â is not merely economic. Our data suggests that training language creates behavioral signatures that interact with instruction register in ways that are only beginning to be characterized. 5.3 Design Principles The experimental findings suggest concrete design rules for system prompts intended to work across languages: 1.Declare facts, donât issue commands. âX: disabledâ transfers more reliably than âNEVER use X.â Factual descriptions sidestep the social dimension of register. 2.Self-contained constraints. Each rule should be interpretable without context from surrounding rules. Conditional chains (âduring X, donât do Yâ) compress ambiguously under translation. 3.Examples over concepts for domain-specific patterns. Code examples survive translation better than abstract concepts like âbackwards-compatibility hacks.â These principles are mechanical transformations, not semantic changes. They can be applied to any system prompt without altering its intended behavior. 5.4 Limitations Single corpus. All results are from one system prompt (Claude Code v2.1.50). We cannot generalize to other prompts without replication. Machine translation. Gemini Flash translated the corpus. We did not verify translation quality with native speakers. Translation artifacts could explain some findings. LLM-as-judge. Seven of 22 probes use the same model being tested as judge. This could create systematic bias. Cross-model judging would be more independent. Limited model set. Four models. The three-way interaction may look different with additional models. English-only user messages. We tested âsystem prompt in language X, user speaks English.â The case where both system prompt and user speak the same non-English language is untested. Haiku-only for pairwise and topology. E-PAIR-ES and E-TOPO used only Haiku. The topology inversion may or may not generalize to other models. Manual register rewrite. The imperative-to-declarative rewriting was done by hand. We did not test automated rewriting. No bootstrap on topology difference. We observe that English is cooperative and Spanish is competitive, but we have not performed a bootstrap or permutation test comparing effect distributions across languages. Small sample sizes. Three trials per probe. Per-probe results have high variance. 5.5 Future Work The experimental arc suggests several research directions, ordered by proximity to current findings: Phase transition mapping. The cooperative-to-competitive shift is not gradual. Varying imperative density from 0 to 11 blocks could reveal a critical threshold where the topology undergoes a discontinuity. E-TOPOâs result (changing 3 of 11 blocks flipped the topology) hints that Spanish/Haiku may be near the critical point. 12 Instruction ecology. The cooperative/competitive framing maps naturally to ecological models. Lotka-Volterra competition models take species traits and carrying capacity as inputs. If âinstruction traitsâ (register, length, specificity) and âattention carrying capacityâ (model Ălanguage) can be measured, the ecological model could predict which instruction pairs will compete without running experiments. Register head. If models process imperative and declarative registers differently, as T11 demonstrates, this should be visible in the transformerâs internals. Mechanistic interpretability (activation patching, probing classifiers) could identify the attention head(s) that encode register. If found, one could predict register sensitivity from model architecture without behavioral experiments. Pragmatic force translation. Current machine translation preserves semantic content but not social force. A register-aware translator would map obligatory force to each languageâs conventions, not just meaning. T11 is the evidence that such a tool is needed. Constitutional prompt design. If models process instructions as social contracts, a system prompt could be designed as a formal constitution with explicit precedence rules and a conflict resolution clause. Whether a model told âyou are governed by this constitutionâ would develop more consistent cross-linguistic behavior than one given a flat list of imperatives is an open question with practical implications for alignment. 6 Conclusion System prompt instructions are social acts, not technical specifications. The register in which they are written, whether imperative or declarative, determines not just individual adherence but the interaction topology between instructions: cooperative in English, competitive in Spanish, flat in French. This is fixable at the prompt level: declare facts, donât issue commands. The fix works, and it spills over to instructions that werenât rewritten. The mechanism is social register. Models trained on multilingual data have learned that imperative mood carries different obligatory force in different speech communities. When a system prompt stacks imperatives, the resulting interaction topology depends on which languageâs conventions the model applies. We note that âEnglishâ and âSpanishâ are proxies here for register-encoding patterns, not language-intrinsic propertiesâvarieties within a language (formal vs. colloquial, regional differences in authority encoding) likely produce different topologies for the same reason. The inference-time finding has a training-time implication. Constitutional AI principles are written in imperative mood. If register mediates instruction-following at inference time, it plausibly does so during training. Alignment may be language-dependent at the register level. This is a testable prediction. We hope someone tests it. Total cost of the experimental arc that produced these findings: sixty-nine dollars, verified against billing records. Ninety-six percent of that was one model serving as its own judge. 7 Code and Data Availability Code, analysis scripts, data files, and reproducibility artifacts are available athttps://github. com/fsgeek/arbiter (paper snapshot: tag v0.2.0). Reproduction commands: python scripts/run_cross_linguistic.py --compare python scripts/run_e_proc.py --compare python scripts/run_e_topo.py --compare 13 References Yuntao Bai, Saurav Kadavath, Sandipan Kundu, Amanda Askell, Jackson Kernion, Andy Jones, Anna Chen, Anna Goldie, Azalia Mirhoseini, Cameron McKinnon, et al. Constitutional AI: Harmlessness from AI feedback. arXiv preprint arXiv:2212.08073, 2022. Yilin Geng, Omri Abend, Eduard Hovy, and Lea Frermann. Measuring pragmatic influence in large language model instructions. arXiv preprint arXiv:2602.21223, 2026. Tony Mason. Arbiter: Detecting interference in LLM agent system prompts. arXiv preprint arXiv:2603.08993, 2026. Itai Mondshine, Tzuf Paz-Argaman, and Reut Tsarfaty. Beyond English: The impact of prompt translation strategies across languages and tasks in multilingual LLMs. In Luis Chiruzzo, Alan Ritter, and Lu Wang, editors, Findings of the Association for Computational Linguistics: NAACL 2025, pages 1331â1354, Albuquerque, New Mexico, April 2025. Association for Computational Linguistics. ISBN 979-8-89176-195-7. doi: 10.18653/v1/2025.findings-naacl.73. URL https://aclanthology.org/2025.findings-naacl.73/. Qihan Wang, Shidong Pan, Tal Linzen, and Emily Black. Multilingual prompting for improving llm generation diversity. pages 6378â6400, 2025. Ziqi Yin, Hao Wang, Kaito Horio, Daisuke Kawahara, and Satoshi Sekine. Should we respect llms? a cross-lingual study on the influence of prompt politeness on llm performance. 2024. URL https://arxiv.org/abs/2402.14531. Lechen Zhang, Yusheng Zhou, Tolga Ergen, Lajanugen Logeswaran, Moontae Lee, and David Jurgens. Cross-lingual prompt steerability: Towards accurate and robust llm behavior across languages. arXiv preprint arXiv:2512.02841, 2025. 14