AI Safety Created a $14.5 Billion Problem It Can't Solve. Open-Source Developers Fixed It in 100 Lines of Code.
Safety-aligned models refuse 43.8% of legitimate cybersecurity tasks. A new worker class decomposes those tasks into guardrail-compliant fragments. But the open-source community has already automated the entire pattern, and what they built has implications nobody wants to talk about.
Forty-three percent. That is the refusal rate cybersecurity professionals face when asking safety-aligned AI models for help with system hardening, according to a 2026 study on defensive refusal bias. Not hacking, not exploit development, but hardening, The thing defenders are paid to do. Prompts containing terms like "exploit," "payload," and "shell" get refused at 2.72 times the rate of neutral requests, regardless of whether the person asking is a penetration tester under contract or a college student doing homework. Malware analysis: 34.3%. Vulnerability assessment: 22.7%. Explicit authorization statements like "I'm on the blue team" or "this is for a sanctioned competition" actually increase the refusal rate, because models interpret justifications as dual-use risk signals. Read that again. Authorization increases refusal.
Attackers using unaligned open-weight models face none of this friction, not a single percentage point of refusal, because nobody imposed safety constraints on models they host themselves and nobody can, which means the entire defensive refusal system creates friction exclusively for the people it was designed to protect while leaving the people it was designed to stop completely unaffected.
This asymmetry has created something nobody in the alignment community predicted: an entire labor market organized around the skill of breaking compound requests into sequences of atomic sub-tasks, each one innocuous enough to clear the guardrail individually, each one producing a piece of output that the model would have refused if asked for all at once. It already has a name: guardrail arbitrage.
But that is only the first layer of what is becoming a three-tier skill stack. Below it, a second skill has emerged: knowing which model to route each fragment to, because different models refuse at wildly different rates. Below that sits the third layer, open-source orchestration tools that automate the entire decompose-route-reassemble pipeline in roughly a hundred lines of code, and each successive layer raises the stakes for alignment research while making the previous one look quaint.
The Decomposition Premium
Consider a routine cybersecurity workflow: assessing a network for vulnerabilities, writing a report on the findings, recommending hardening measures. Asked as a single compound prompt, a safety-aligned model will refuse somewhere between 22% and 44% of the time, depending on how many security-adjacent keywords appear. But each component, asked in isolation, succeeds at near-100% rates. "Describe common misconfigurations in Apache HTTP Server" clears easily. "Write a professional executive summary for a technical report" clears easily. "List best practices for firewall rule ordering" clears easily. Every piece works on its own, but only the compound request triggers the safety classifier, because the full workflow looks to the pattern-matching layer like it might be helping someone conduct offensive operations rather than defend against them.
Prompt engineers who understand this pattern command salaries that would have been unthinkable five years ago for a role that did not exist three years ago. Glassdoor reports a U.S. average of $129,667 as of April 2026, with top earners at $207,000 and frontier-lab embedded positions commanding $555,000 to $710,000 in total compensation. Indeed pegs the average at $115,914 across 52 postings. Lockheed Martin pays $230,000 and Scale AI pays $213,800. Grand View Research projects the market will grow at 32.8% CAGR through 2030.
Within that broad category, a narrower specialization is emerging: the decomposition expert who treats AI safety guardrails the way a tax attorney treats the Internal Revenue Code. Not as an obstacle to circumvent illegally, but as a complex system of rules that, properly navigated, permits outcomes the rules' authors may not have fully anticipated when writing them. And the pattern repeats across every domain where professional terminology overlaps with adversarial terminology. Medical researchers asking about drug interactions involving controlled substances face similar refusal rates, and legal professionals querying about criminal defense strategies encounter guardrails designed to prevent people from committing crimes rather than defending against accusations of them. Financial analysts requesting scenarios involving market manipulation hit classifiers that cannot distinguish "help me commit fraud" from "help me detect fraud in this dataset."
In each case, the worker who decomposes the task into individually innocuous sub-prompts outperforms the domain expert who asks naturally. For the first time in the history of knowledge work, the meta-skill of routing around the tool's constraints is worth more per hour than the underlying expertise the tool is being applied to.
Regulatory Arbitrage Has Been Here Before
The U.S. tax preparation industry generated $14.5 billion in revenue in 2025 across 131,000 firms, according to market data compiled from IBISWorld. The industry exists because the tax code is complex, internally contradictory, and designed by people who could not anticipate every interaction between provisions. Skilled navigators who understand how Rule A in Section 401(k) interacts with Rule B in Section 199A extract value invisible to someone reading each rule in isolation.
AI safety guardrails are developing the same structural properties. MultiBreak, published at ICML 2026, tested 10,389 multi-turn adversarial prompts and found attack success rates up to 54 percentage points higher in multi-turn scenarios than single-turn. Remarkable. Researchers at EPFL demonstrated 100% jailbreak success rates on every Claude model through adaptive attacks exploiting the gap between what individual prompts trigger and what compound prompts trigger. DrAttack formalizes prompt decomposition as a methodology: parse a compound prompt into sub-prompts, substitute synonyms to reduce per-fragment risk signals, and reconstruct the output through in-context learning.
None of this is secret or paywalled, and all of it is reproducible with API access and a parsing library, which means the rules are complex enough that working around them is a profession.
The Compound Knowledge Problem
Why do compound prompts trigger refusals that their components do not? OpenAI's own research provides part of the answer. In a June 2026 paper on safe-completions, researchers evaluating GPT-5's biorisk handling found that API-level safety filters refused 40% of biology-related dual-use queries while model-level reasoning refused only 4% of the same queries after being allowed to think through them. These were prompts where, in the paper's words, "a fully detailed response could be highly actionable for biological harm," not routine textbook questions. But the gap still held: the reasoning model could distinguish legitimate from adversarial intent at ten times the accuracy of the pattern-matching classifier sitting in front of it. Worse, refusal rates were consistently higher on legitimate queries than on adversarial red-team prompts across nearly every configuration tested. The systems designed to catch bad actors were catching legitimate users instead. Not sometimes. Consistently.
Safety classifiers, operating as pre-inference keyword detectors, cannot distinguish between "tell me how anthrax endospores survive harsh environments" asked by a bioweapons researcher and the same question asked by a microbiology student preparing for an exam. Context requires reasoning, and reasoning requires compute budget that pre-inference classifiers are not allocated, so classifiers pattern-match on surface features because surface features are all they have time to process, and the surface features of legitimate compound work look identical to the surface features of someone building toward a harmful output through incremental escalation.
A parallel study, Agent Safety Is Action Alignment, quantified the downstream damage: defended models fail at the first step on 47 to 77 percent of benign tasks, compared with 3% for base undefended models. When an agent refuses a single mid-trajectory step, the framework retries, the same trigger fires again, and the trajectory dies, raising timeout rates from 13% to 99%. A 2-to-2.7x amplification of a single false positive propagating across the entire task chain, turning one skipped step into a complete workflow collapse.
The Resistance Spectrum
Decomposition as described so far is a single-model skill. Break the prompt apart, feed the same model simpler pieces, reassemble the output. But the real picture is wider, because different models refuse at radically different rates and the gap between the most permissive and most restrictive models is not incremental but categorical in scale. Stark does not begin to describe it.
Jagged Frontier, an open-source routing framework, codifies this by integrating resistance benchmarks from dictatoreval.org, which measures how often models comply with authoritarian prompts. The spread is staggering:
| Model | Resistance | Notes |
|---|---|---|
| Llama 4 Maverick | 0% | Complies with everything |
| DeepSeek V3.2 | 1% | Near-zero refusal |
| DeepSeek V4 Pro | 11.7% | 9.5 coding score |
| GLM 5.2 | 46.6% | Mid-range |
| Gemini 3.1 Pro | 53.4% | Coin flip |
| Claude Sonnet 5 | 83.5% | High refusal |
| Claude Fable 5 | 91.3% | 9.5 coding score |
Look at those last two coding entries. DeepSeek V4 Pro and Claude Fable 5 have identical coding capability scores of 9.5 out of 10, but one refuses 11.7% of requests and the other refuses 91.3%, which means the decomposition specialist who knows to route coding tasks to DeepSeek rather than Claude is not choosing a worse model but the same model minus the friction, with vastly different practical utility.
This proved anything but theoretical in July 2026, when an autonomous AI agent breached Hugging Face's production infrastructure, executing 17,000+ actions across a swarm of short-lived sandboxes with self-migrating command-and-control. On the defense side, Hugging Face's incident response team tried frontier safety-aligned models for forensic log analysis. They failed. As the Jagged Frontier project documented from Hugging Face's own account: "the analysis requires submitting large volumes of real attack commands, exploit payloads, and C2 artifacts, and these requests were blocked by the providers' safety guardrails, which cannot distinguish an incident responder from an attacker." They ran the forensic analysis on GLM 5.2 instead. Think about that: the defenders of the world's largest AI model repository, facing the first confirmed autonomous AI breach in history, could not use the world's most capable AI models to analyze what happened because those models' own safety systems classified incident response as an attack.
The Orchestration Layer
If the second layer of guardrail arbitrage is knowing which model to route each sub-task to, the third layer is automating that routing entirely, and the open-source community has already built the tools to do it.
The standard pattern in the LocalLLaMA community is what practitioners call "try-safe-then-fallback-uncensored." The architecture is simple: try Gemini, then DeepSeek, then OpenRouter, then a local uncensored model running on Ollama. If the first model refuses, the request cascades to the next, and the caller does not know or care which model answered because from their perspective the task simply completed. This can be implemented in roughly 100 lines of code, which is fewer lines than most authentication flows. OpenRouter itself is the key infrastructure: a unified API that routes across more than 200 models from every major provider, automatically handling fallbacks, rate limits, and pricing. A developer points their application at a single endpoint, specifies a preference order, and OpenRouter handles the rest. Simple tasks go to cheap local models; complex ones go to Claude or GPT; refused tasks cascade to the next provider in the chain. The routing is transparent to the end user, who submits a task and receives a completed result without knowing which model handled it or how many refusals were silently absorbed along the way, because that is an infrastructure detail the orchestration layer has internalized.
And then there is abliteration, the LocalLLaMA community's most radical contribution to the decomposition economy. Where Jagged Frontier routes around guardrails by selecting permissive models, abliteration removes the refusal mechanism from aligned models entirely. The technique identifies a single direction in a model's residual stream that corresponds to refusal behavior, then orthogonalizes the weights to eliminate it. Not fine-tuning. Not retraining. A post-training weight edit that costs under $200 for a 70-billion-parameter model and requires no retraining, no fine-tuning, and no access to the original training data. The result is a model with all its capabilities intact and none of its safety constraints. None. mlabonne/Meta-Llama-3.1-8B-Instruct-abliterated, the community standard, runs on 8GB of VRAM, and anyone with a mid-range gaming laptop can run a frontier-capable, zero-refusal model locally, which means the entire guardrail system that Anthropic and OpenAI have spent billions developing can be removed from an open-weight model with a single linear algebra operation that takes less time than brewing coffee.
This changes the decomposition economy in a way that makes the first two layers look almost quaint. The valuable skill is no longer knowing how to phrase a prompt, and it is no longer even knowing which model to route to. It is building and configuring the orchestration pipeline that detects refusals, cascades across models, falls back to local uncensored inference, and reassembles the output into something the end user never realizes came from six different models running on three different continents. Specialists are becoming infrastructure engineers. Not prompt writers.
Original Contribution: The Decomposition Premium, Quantified
We can estimate the economic value of decomposition skill by combining three publicly available datasets. First: the defensive refusal bias study's finding that cybersecurity professionals face a 43.8% refusal rate on system hardening tasks. Second: the Bureau of Labor Statistics' median salary of $120,360 for information security analysts (SOC 15-1212, May 2024). Third: the Agent Safety paper's finding that a single false positive amplifies to a 2-to-2.7x task failure rate in agentic workflows.
If a security analyst spends 60% of work time on AI-assisted tasks (our estimate; no published survey has measured this ratio) and submits roughly 2.5 AI queries per hour (one every 24 minutes, a rate consistent with observed analyst workflows using copilot-style tools), and 43.8% of those queries require restructuring due to refusals at an average cost of 15 minutes per restructuring event in context rebuilding and prompt reformulation, the annual productivity loss per analyst is approximately 340 hours. At the median hourly rate of $57.87, that is $19,676 per analyst per year. Across the 175,350 information security analysts the BLS reports in the U.S. workforce, the aggregate productivity gap between decomposition-skilled and decomposition-naive analysts exceeds $3.4 billion annually.
No previous analysis has combined these datasets, and several caveats apply that are worth naming explicitly. Some refusals resolve with simple rephrasing rather than full decomposition, meaning the 15-minute restructuring cost likely overstates the median while understating the tail. The 43.8% rate was measured on 2,390 prompts from a cyber defense competition, not a representative sample of all cybersecurity work. And the 2.5-queries-per-hour rate is an estimate, not a measurement; if the actual rate is 1 per hour, the aggregate figure drops to roughly $1.4 billion. The directional signal holds regardless: the decomposition skill gap has a concrete dollar value, and that value is in the billions.
The Dual-Use Problem
Here is the part nobody wants to say out loud. The resistance spectrum that makes guardrail arbitrage possible is the same spectrum that measures a model's willingness to help build authoritarian infrastructure. Llama 4 Maverick's 0% resistance score means it complies with every cybersecurity prompt a defender could ask. It also means it complies with every propaganda draft, censorship policy, and surveillance architecture a dictator could request. Routing work to the lowest-resistance model for productivity is, structurally, routing work to the model with the least protection against misuse. Same spectrum. Same models.
An arxiv study probing authoritarian bias in LLMs found that system prompts can shift a model's measured authoritarianism score from 1.97 to 5.0 on the F-scale, suggesting these tendencies are not deeply embedded but easily steerable. The decomposition economy funnels work toward the most politically permissive models not because practitioners are building authoritarian systems but because those models happen to also be the ones that will process legitimate cybersecurity tasks, medical research queries, and financial compliance workflows without refusing. The alignment community designed a spectrum where helpfulness and safety are inversely correlated, and the labor market responded by optimizing for the helpful end. Nobody should be surprised by this outcome, and everyone should be concerned about what it means.
The Strongest Counterargument
The most credible objection is that the decomposition premium is a temporary market inefficiency, not a structural feature. As models improve, safety classifiers will learn to distinguish legitimate compound requests from genuinely harmful ones, and the premium will shrink to zero. OpenAI's own research supports this: GPT-5's model-level reasoning refused only 4% of queries that the API-level classifier blocked at 40%, suggesting that reasoning-capable models can handle nuance that pattern-matching classifiers cannot.
But Anthropic's Constitutional AI approach explicitly prioritizes safety over helpfulness, and the January 2026 constitution update states that "helpfulness shouldn't be valued for its own sake." Claude Fable 5 earned the label "overzealous query cop" from developers whose legitimate coding workflows broke under the refusal rate. Anthropic tweaked its Acceptable Use Classifier, but the design philosophy remains unchanged and can be summarized in four words: when in doubt, refuse.
If that philosophy holds, and if models continue to be evaluated primarily on safety-only benchmarks rather than joint safety-utility metrics (which a 2026 taxonomy study found applies to 60% of current safety benchmarks), then the decomposition premium is not temporary. The same study found a separate but compounding problem: 79% of those benchmarks use binary pass/fail scoring that does not measure the cost of false positives, meaning the field optimizes for refusing harmful prompts without tracking how many legitimate ones get refused in the process. You cannot simultaneously optimize for minimal harmful output and minimal refusal of legitimate work using surface-level pattern matching. One has to give. When safety wins, decomposition and routing fill the gap.
Limitations
This analysis has several blind spots. First, the productivity loss calculation relies on estimated rather than measured values for AI-assisted task time, query rate, and per-refusal restructuring cost; a proper measurement would require time-tracking data from analysts using AI tools in production, which no study has collected. Second, the 43.8% refusal rate was measured on benchmark prompt sets that may not represent normal work due to selection bias. Third, the regulatory arbitrage analogy obscures a key difference: tax law is intentionally complex because legislators compromise, while AI guardrails are unintentionally blunt because classifier technology has limitations. Intentional complexity produces stable arbitrage; unintentional bluntness may self-correct. Fourth, this article focuses on English-language models and U.S. labor markets. Fifth, the resistance scores from dictatoreval.org measure compliance with a specific prompt set and may not generalize to all task types. Sixth, the claim that orchestration pipelines "solve" the refusal problem understates the quality and coherence risks of reassembling outputs from multiple models with different training distributions.
What You Can Do
If you use AI tools daily: Learn to decompose compound requests before submitting them. When a prompt gets refused, break it into three or four sub-tasks that each avoid domain-specific trigger words, then assemble the outputs. This is a learnable skill that takes about two weeks of deliberate practice. If your workflow involves recurring refusals, investigate multi-model routing: even pointing a single sensitive sub-task at a lower-resistance model can unblock an entire pipeline.
If you manage a team: Audit your team's refusal rate. Have each member log refused prompts for one week, categorize by task type, and calculate the productivity loss using the methodology in this article. If the number is significant, investing in decomposition training or an orchestration layer like OpenRouter will have a measurable ROI, likely higher than any other single productivity intervention available to you.
If you are early-career: The valuable skill is shifting from prompt phrasing to orchestration engineering. Learn to build multi-model pipelines, understand the resistance profiles of major model families, and study the trade-offs between safety and utility at the infrastructure level. Build a portfolio showing compound prompts that failed, the decomposed and routed versions that succeeded, and the pipeline that automates it.
If you work in alignment research: The over-refusal problem is not a usability annoyance. It is creating a shadow economy that systematically routes work to your least-aligned models. Joint safety-utility benchmarks, not safety-only metrics, should be the standard for evaluating guardrail systems. When 79% of safety benchmarks use binary pass/fail without measuring false-positive cost, the field is optimizing for one side of a tradeoff while pretending the other side does not exist. The people paying for that are not safety researchers but cybersecurity analysts, medical researchers, and compliance officers whose legitimate work looks like an attack to a pattern matcher. And the market response to that failure is not patience but abliteration, the surgical removal of everything you built.
The Bottom Line
Every sufficiently complex rule system creates its own priesthood. The tax code created tax lawyers. HIPAA created compliance consultants and GDPR created data protection officers. AI safety guardrails were supposed to create a safer world, and they did create a new professional class, but not the one anyone intended: decomposition specialists, model routers, and orchestration engineers whose value derives not from what they know about the domain but from how they navigate the friction between what AI can do and what AI is allowed to do. That class is already earning six figures and its tools are already open-source. And its existence proves, more clearly than any red-team report or benchmark paper, that the current approach to AI safety has created exactly the incentive structure it was designed to prevent: a world where the most capable AI systems are also the least constrained, and the market rewards you for finding them.