The Mismanaged Geniuses Hypothesis — Why Your AI Underperforms¶
Your AI model is not the problem. The scaffold around it is.
This is the mismanaged geniuses hypothesis, coined by Zhang et al. in 2026. Capable models held back by brittle, hand-built harnesses. A weak score often measures the harness, not the model.
The Evidence Is Piling Up¶
Stanford's Meta-Harness paper proved the point definitively. A frozen model with an optimized harness outperforms frontier models with hand-built scaffolds. The model did not change. The code around it did.
HuggingFace applied this to legal AI. A frozen open model that scored 0% on Harvey's Legal Agent Benchmark was lifted past GPT-5.5. Not by training. Not by fine-tuning. By rewriting the harness alone.
One TikTok creator showed a harness taking Opus 5 from 30% to 95% on ARC-AGI-3. Same model. Better scaffold. Forty-five point improvement with zero weight changes.
A separate study found Claude Opus 4.5 jumping from 52.1% to 57.8% on Terminal-Bench just by switching harnesses. Six points from better code around the model.
This Applies to Business AI Too¶
When you ask ChatGPT for your revenue and it guesses, the problem is not the model. ChatGPT is capable of financial analysis. It can calculate margins, project cash flow, and identify trends. It cannot reach your QuickBooks. It cannot query your Shopify. It cannot pull from your Stripe.
The model is the genius. The harness is missing. It is mismanaged.
What a Business AI Harness Looks Like¶
A proper harness for business AI is not a dashboard. It is not a CSV export. It is not a better spreadsheet.
It is:
Connectors that reach your actual tools. Shopify for orders. Stripe for payments. QuickBooks for financials. HubSpot for CRM. GA4 for analytics. Each with read-only external-source retrieval. Each authenticating independently.
Metric definitions that mean the same thing everywhere. Revenue defined once. Applied across every AI. Same number in ChatGPT, Claude, and Perplexity. Every time.
Source citations on every answer. Shopify: $89K. Stripe: $38K. QuickBooks: $15K. The number traces back to the original system. No guesswork.
Cross-AI compatibility. The harness works with any MCP-compatible AI. Switch from ChatGPT to Claude and the answers do not change. The harness stays the same.
The Industry Is Catching Up¶
Amazon Bedrock AgentCore adopted stateless MCP. Google published scaling guidance. Simon Willison said the new spec recaptured his interest in MCP. The direction is clear.
The model wars were the last two years. The harness wars are the next two years. The winners will not be the companies with the best models. They will be the companies with the best scaffolds around those models.
CorpusIQ is built for this shift. The model is not the moat. The harness is.