Quick Takeaways
What you'll learn in this article
- 1
Public benchmarks are increasingly contested, vendor-biased, or methodology-fragile
- 2
The quiet response from serious engineering organizations is the private eval harness - a tailored evaluation rig run against their own workload
- 3
The harness is becoming the load-bearing instrument of AI vendor selection, and the companies building them first are acquiring a durable strategic advantage
Keep reading for detailed implementation, code examples, and real-world results
The Benchmark That Actually Matters Is The One You Build Yourself
Sometime in the last twelve months, the serious engineering organizations stopped trusting public benchmarks for AI vendor decisions. They did not announce this. They did not write blog posts about it. They built evaluation harnesses instead.
If you have talked recently with the head of platform at a Fortune 500 technology firm, or the principal engineer leading an AI platform team at a major enterprise, or the staff-plus engineers inside any engineering org that spends more than two million dollars a year on AI API access, you have probably heard the same phrase in slightly different forms. "We have our own harness." "We score them on our workload." "MMLU doesn't tell us anything useful anymore."
This is a quiet structural shift, and it is under-covered in industry press because it does not produce splashy announcements. But it is load-bearing for how enterprise AI decisions are actually being made in 2026, and understanding it is the difference between buying AI well and buying AI badly this year.
Fortune 500 AI orgs with a documented internal eval harness
~68%
Q1 2026 estimate, up from approximately 24% at end of 2024
What A Private Eval Harness Actually Is
The phrase "private eval harness" covers a range of implementations, and that range matters. A harness is not a thing you download. It is a specific engineering artifact that an organization builds for itself, and its exact shape reflects that organization's AI workload, its quality bar, and its operational constraints.
At minimum, a production-grade private eval harness has six components.
A representative task corpus drawn from the organization's actual workload. Not a public dataset. Not a synthesized benchmark. A sample of the organization's own documents, queries, engineering tasks, or customer-support tickets โ whatever the model is being deployed against โ with enough volume to produce statistically meaningful results and enough variety to catch the edge cases that matter to the business.
A ground-truth or reference-answer layer. For classification tasks, this is labeled data. For coding tasks, this is a test suite or accepted patch. For generation tasks, this is often a mix of human-judged reference outputs and automated quality scoring. The ground-truth layer is the most expensive part of the harness to build, and it is the part where cheap shortcuts produce the worst downstream consequences.
An evaluation runner that can point the same task corpus at multiple model endpoints interchangeably. Most organizations start with their current vendor hardcoded and then regret it. The runner needs to be able to swap between closed-frontier APIs, open-source self-hosted endpoints, and whatever new thing appeared this week, without touching the task corpus or the ground-truth layer.
A scoring and aggregation pipeline. Per-task scoring, per-category breakdowns, variance analysis across runs, and comparison views between models. Published benchmarks typically reduce this to a single number, which is often misleading. A good private harness exposes the distribution of outcomes and the variance structure so that decision-makers can see not just "which model wins on average" but "where does each model fail."
A qualitative notes layer. The quantitative scoring misses things that matter. A qualitative review process โ sampling, say, fifty tasks per model and having engineers annotate what went wrong โ catches the subtle quality differences that drive real-world deployment success. This is the part of the harness that non-engineers find mystifying and that engineers find indispensable.
A cost and latency measurement layer. Passing rate is one axis. Cost-per-task and latency distribution are the other two. A harness that only measures quality is incomplete. Serious production decisions are made on the triangle of quality, cost, and latency, not on quality alone.
Organizations that have invested seriously in private eval harnesses typically describe them as between six months and eighteen months of engineering effort, distributed across evaluation infrastructure, reference labeling, and ongoing maintenance. This is not a weekend project. The organizations that treat it as a weekend project produce harnesses that mislead their own decisions.
Why Public Benchmarks Stopped Being Enough
Three trajectories converged to make private harnesses the new default.
First, public benchmarks became gameable in ways that materially compromised them. SWE-Bench in its original form was partly contaminated by training data exposure; SWE-Bench Pro was released in part to address this, but the pattern of "benchmark becomes famous, labs optimize directly for it, benchmark becomes unreliable for comparison" has repeated often enough that most serious practitioners no longer trust published benchmark numbers for vendor decisions. MMLU is the canonical example โ extensively gamed, widely reported, and essentially useless for forward-looking capability comparisons as of 2026.
Second, benchmark methodologies diverged enough that cross-model comparisons became untrustworthy. Different labs use different evaluation harnesses, different prompt templates, different scoring rules, and different allowances for retry or self-correction. A model that claims eighty percent on a benchmark under one methodology may score seventy-two percent under another methodology on the same benchmark. The noise floor on published numbers is now often larger than the differences they are being used to support.
Third, the workloads enterprises actually care about diverged from the benchmarks that were being published. An enterprise running a coding assistant against a proprietary codebase with its own conventions is being served poorly by a benchmark that tests open-source Python fixes. An enterprise running legal document analysis is being served poorly by a benchmark testing general knowledge retrieval. The gap between published benchmarks and production workloads is large and growing, and private harnesses are the natural response.
| year | publicBenchmarkTrust | privateHarnessAdoption |
|---|---|---|
| 2023 | 82 | 12 |
| 2024 | 64 | 24 |
| 2025 | 41 | 48 |
| 2026 (Q1) | 28 | 68 |
The chart above illustrates the crossover. Trust in public benchmarks among senior technical decision-makers at Fortune 500 engineering orgs has fallen steadily since 2023. Private harness adoption has risen in lockstep. The lines crossed in late 2025, and the current trajectory suggests private harnesses will be the default evaluation mechanism at nearly every serious enterprise AI program by end of 2026.
The Economics Of Building One
A realistic budget for a production-grade private eval harness at a Fortune 500 engineering organization sits in the range of one to three million dollars for initial build and four hundred thousand to one million dollars annually for maintenance and corpus updates. This is a significant investment, and it is the right question to ask whether it pays back.
The payback argument has three components that decision-makers typically underestimate.
First, vendor selection errors cost an order of magnitude more than the harness. An enterprise making a multi-year AI vendor commitment at five to forty million dollars annually, on the basis of public benchmark numbers and vendor-curated demonstrations, is exposed to vendor-selection errors that can waste eight-figure budgets. A harness that catches the wrong commitment pays for itself on the first decision it affects.
Second, the harness produces optionality. An organization with a credible internal harness can swap vendors โ or move to open-source self-hosting โ with a fraction of the operational pain of an organization that has no way to compare. This optionality is worth substantial margin pressure on the incumbent vendor, and the discount negotiating power that comes with "we have our own harness and we know what your competitor scores" is real and measurable.
Third, the harness becomes an engineering capability asset. The team that builds the harness acquires skills in evaluation methodology, ground-truth curation, and multi-model deployment that are broadly useful across the organization's AI program. The harness is not just a test rig โ it is the operational core of any mature AI program, and the team that owns it becomes the internal center of AI technical authority.
| Name | Value |
|---|---|
| Vendor-selection improvement | 42 |
| Negotiation leverage on existing vendors | 23 |
| Open-source deployment optionality | 18 |
| Internal capability development | 12 |
| Risk mitigation and compliance | 5 |
The value decomposition above is drawn from interviews with platform engineering leaders across several Fortune 500 firms that have completed their harness investment cycles. The largest single source of justification is vendor-selection improvement โ the harness paid for itself by changing a decision that would otherwise have gone wrong. The second largest is negotiation leverage, which shows up continuously over the life of existing vendor contracts. Together these two account for roughly two-thirds of the estimated harness value.
The Specific Traps That Private Harnesses Fall Into
A poorly-built harness is worse than no harness, because it produces authoritative-looking numbers that mislead decisions. Four specific failure patterns recur in the organizations that have tried and failed to build harnesses that actually work.
The unrepresentative corpus. The first harnesses an organization builds are usually built against whatever data was easy to get โ last year's resolved Jira tickets, a sample of customer support messages, a handful of internal docs. The question the harness is asked to answer is "which model is best for this workload?" but the corpus it uses to answer is skewed toward easy tasks, stale patterns, or unrepresentative edge cases. The harness produces confident-looking scores that do not predict production performance, and the organization ends up making vendor decisions that look justified and turn out to be wrong.
The contaminated ground truth. The expensive reference-answer layer is often produced by the same model that is being evaluated, or by a related model that shares training data. This creates a circular evaluation where the harness rewards the model for producing output similar to the reference, which is similar to the model because the reference came from the model. The scores look real. They are not.
The moving methodology. A harness that changes its methodology between runs โ different prompts, different temperature, different scoring rubric โ produces numbers that cannot be compared across time. This is surprisingly common, because the team building the harness is often iterating on methodology in the same codebase where they are running evaluations. The fix is strict methodology versioning with compatibility-preserving changes, and this discipline is easier to describe than to implement.
The score-only output. A harness that produces a single number per model, without distribution or qualitative analysis, sells the decision short. Two models with the same average score can have wildly different failure modes. A harness that does not expose the failure modes is producing a dangerous abstraction over what is actually a richly multi-dimensional comparison. Executives who want "just tell me which one is better" drive toward score-only outputs; serious engineering leadership resists the flattening.
Three Composite Case Studies
The patterns described above become concrete when you look at specific organizations that have built private harnesses and changed their AI decisions as a result. The three composite sketches below are assembled from multiple conversations with platform engineering leaders at Fortune 500 firms; the identifying details are changed, but the dynamics and the quantitative outcomes are representative.
Case 1 โ Global financial services firm, coding assistance. A fifty-thousand-engineer firm had committed to a closed-frontier vendor for its IDE-integrated coding assistant at roughly thirty-two million dollars annually. The platform team built a harness over nine months against a representative sample of eight hundred coding tasks drawn from the firm's own monorepo โ Python, Java, and the internal proprietary language that serves as the firm's primary risk-modeling tool. The harness included reference patches produced by senior engineers, qualitative notes on style-guide conformance, and variance analysis across five runs per task per model.
The first production use of the harness โ in the vendor renewal cycle for year two of the original contract โ produced a result the executive sponsors had not expected: a middle-tier vendor, at roughly fifty-five percent of the incumbent's price, scored within variance on the quantitative metrics and actually higher on the qualitative style-guide conformance dimension. The firm renegotiated the contract using the harness numbers as primary evidence, achieving a thirty-eight percent price reduction on the incumbent without changing vendors, and simultaneously funded a pilot deployment of the middle-tier vendor on a specific subset of workloads where the harness showed it would out-perform.
The harness cost roughly two-point-one million dollars to build and roughly six hundred thousand dollars annually to maintain. The renegotiation alone saved twelve-point-two million in year one.
Case 2 โ Pharmaceutical R&D organization, document analysis. A research organization running extensive document-analysis workloads โ literature review, regulatory submission review, patent landscape analysis โ had been using a closed-frontier vendor exclusively for about eighteen months. The platform team built a harness against a curated corpus of twelve hundred internal documents with expert-labeled extraction ground truth across seventeen different entity and relationship types.
The harness result was unexpected in a different direction: the closed-frontier incumbent was substantially ahead on complex reasoning tasks โ multi-step inference across multiple documents โ but substantially behind a domain-tuned open-source alternative on the high-volume entity extraction workload that dominated the firm's actual usage. The firm moved roughly seventy percent of workload volume to the self-hosted open-source model while retaining the closed-frontier vendor for the thirty percent of tasks that actually required its capabilities.
The harness cost roughly one-point-four million to build. The first year's cost savings from the migration were approximately eight-point- five million in reduced API spend, net of the self-hosted infrastructure cost. More importantly, the firm acquired the operational capability to continue running workload-appropriate model selection on an ongoing basis, and the harness has driven three further migration decisions in the subsequent twelve months.
Case 3 โ B2B SaaS platform, agentic customer support. A platform serving mid-market B2B customers had deployed an AI agent layer for customer support triage, handling roughly four hundred thousand conversations per month. The initial deployment used a single closed-frontier vendor, chosen on the basis of public benchmark performance and vendor demonstrations. Customer satisfaction metrics after deployment were disappointing โ roughly twelve percent below the pre-deployment baseline.
The platform team built a harness against a sample of two thousand support conversations with detailed outcome labeling: resolved, escalated-correctly, escalated-incorrectly, customer-frustrated, customer-satisfied. The harness exposed a specific failure pattern that no public benchmark would have surfaced: the incumbent vendor was excellent at the reasoning underlying correct resolutions but poor at detecting when a conversation required escalation to a human agent. A different vendor scored slightly lower on resolution accuracy but substantially higher on escalation detection. The firm deployed a routing layer that sent conversations to different vendors based on early-turn classification, and customer satisfaction recovered to above the pre-deployment baseline within six weeks.
The harness was comparatively cheap to build โ roughly six hundred thousand dollars over five months โ because the conversation data and outcome labels were already available as operational artifacts. The customer satisfaction recovery translated into approximately four percent reduction in churn in the affected customer cohort, which at the firm's revenue scale was worth several times the harness cost annually.
The three cases share a pattern worth making explicit. In each, the harness did not produce the answer the organization expected before it was built. That is, in practice, the hallmark of a harness that is actually doing useful work. A harness that always confirms the organization's prior preferences is almost certainly misconfigured.
Build From Scratch Or Use An Open-Source Framework
A specific practical question organizations face when starting a harness project is whether to build everything in-house or to adopt one of the open-source evaluation frameworks that have matured since 2024. The short answer is "use the framework for the runner, build the rest in house." The longer answer is worth walking through.
Three open-source frameworks have reached production maturity by early 2026: OpenAI's evals framework (despite the name, OSS and vendor-neutral since its 2024 refactor), LangChain's eval modules, and the newer Promptfoo project which has become particularly popular for enterprise adoption because of its strong multi-endpoint support. There are also several domain-specific frameworks โ notably DeepEval for retrieval-augmented generation workloads โ that are worth considering for specific use cases.
The parts of a harness these frameworks handle well are the runner infrastructure, the endpoint abstraction, and the basic scoring pipeline. Building these from scratch wastes engineering effort on problems that have been solved many times. Adopting a framework typically saves two to three months of engineering calendar time and produces better infrastructure than most teams can build in the same time.
The parts of a harness these frameworks do not handle well are the organization-specific parts: the task corpus, the ground-truth labeling methodology, the domain-specific scoring rubrics, and the integration with internal decision processes. These are where the value of the harness actually comes from, and these are what the team needs to build itself.
The resulting architecture โ open-source framework providing runner and scoring infrastructure, internal team providing corpus, ground truth, and domain-specific evaluation logic โ is the pattern that almost every mature private harness converges toward. Teams that resist this pattern end up rebuilding framework functionality badly; teams that lean on frameworks for everything end up with harnesses that measure the wrong things.
Median engineering calendar saved by using an OSS eval framework
~2.5 months
Versus building runner and scoring pipeline from scratch
The Organizational Politics Of The Harness
A working private eval harness is a technical artifact with political consequences inside the organization, and the political consequences are often the hardest part of the project.
Three specific dynamics recur.
The harness produces results that contradict vendor narratives. The vendor has told you its model is ahead on the thing that matters to you. The harness tells you a different story. This creates tension with the vendor relationship, with the executive who championed the vendor selection, and sometimes with the procurement organization that ran the competitive process. The team that built the harness is now carrying information that some stakeholders would prefer not to hear, and the political handling of that information is delicate.
The harness produces results that contradict internal preferences. The engineers who prefer a specific vendor for aesthetic or cultural reasons โ the ones who liked the CLI, or who were fans of a specific researcher โ are now looking at numbers that complicate their preference. This creates an awkward dynamic where the harness team is partly in the business of telling their colleagues their taste is uncorrelated with their workload. This is also delicate.
The harness becomes a governance artifact. Once the harness exists and is producing trustworthy numbers, there is internal pressure to formalize it as the official evaluation process for AI vendor decisions. This has substantial benefits โ consistent standards, defensible decisions, reduced exposure to vendor-narrative manipulation โ but it also means the harness team acquires governance authority they may not want. Mature organizations manage this transition by structurally separating harness methodology (the technical work) from harness governance (the decision process), with different owners for each.
What Changes When Everyone Has One
The industry consequences of private eval harnesses becoming ubiquitous are substantial and under-discussed.
Vendor pricing structures shift. If every serious buyer has an independent evaluation, the vendor's ability to capture margin through marketing and narrative declines. The resulting pricing pressure is concentrated on mid-tier differentiation โ the premium that vendors charge for "slightly better" capability that does not show up as meaningfully better on workload-specific harnesses. Top-tier vendors retain pricing power on workloads where they remain clearly dominant; middle-tier vendors get squeezed.
Open-source deployment accelerates. The single largest barrier to enterprise adoption of self-hosted open-source models is the evaluation question: "how do we know it is good enough?" A private harness answers that question. Organizations with mature harnesses are two to three times more likely to have deployed self-hosted open-source models in production compared to organizations without. The harness is effectively the prerequisite for the dual-stack enterprise architecture that is becoming the 2026 default.
Benchmark publishing incentives shift. As private harnesses become the decision instrument, public benchmark publication becomes less strategically valuable for vendors. Expect public benchmark attention to decline through the next twelve months, with labs investing incremental effort in publication of reproducibility metadata โ detailed methodology, evaluation harness code, scoring rubrics โ so that their claims can be validated against enterprise harnesses rather than contested on methodology grounds.
Evaluation becomes an engineering discipline. The organizations that lead in AI deployment are also the organizations that lead in evaluation methodology. The engineering skills needed to build good harnesses โ ground-truth curation, variance analysis, methodology versioning, multi-endpoint infrastructure โ are becoming a recognized specialization. Expect job titles like "Evaluation Engineer" and "AI Quality Infrastructure Lead" to appear on serious enterprise org charts through 2026 and 2027.
A Concrete Framework For Organizations Starting Now
For organizations that have not yet built a private harness and are considering starting in Q2 2026, the practical guidance reduces to four choices, all of which matter.
Scope narrowly first. Pick a single high-value workload โ coding assistance, document classification, customer-support triage โ and build a harness for that one workload before attempting breadth. Organizations that start with "a general AI evaluation harness" produce harnesses that measure nothing well. Organizations that start with "an evaluation harness for our coding assistant deployment" produce harnesses that drive real decisions.
Invest disproportionately in ground truth. The single highest leverage choice in harness construction is the quality of the reference-answer layer. Underinvestment here poisons every downstream decision the harness is used for. If the budget forces a tradeoff between corpus size and ground-truth quality, choose ground-truth quality.
Build the runner for portability from day one. The harness will outlive any specific vendor relationship. Build the endpoint abstraction on day one, not as a retrofit, even if the initial evaluation is only against the current vendor. The retrofit cost is substantial and the optionality value is immediate.
Assign owners explicitly. Harnesses that are "owned by the platform team" become harnesses that are not owned by anyone in practice. Name a specific technical owner for methodology and a specific non-technical owner for governance, document the relationship between the two, and review quarterly. The organizational discipline matters as much as the technical work.
| startingWorkload | successRate |
|---|---|
| Coding assistance | 78 |
| Document classification | 72 |
| Customer support triage | 68 |
| Agentic workflows | 34 |
| General AI evaluation | 19 |
The chart above shows approximate success rates โ defined as producing a harness that is actively used for vendor decisions twelve months after project kickoff โ by starting workload. Narrow, well-defined workloads succeed. Ambitious, general-purpose framing fails. Organizations that attempt the general framing almost always end up with a harness that measures nothing well and is used by no one to make real decisions.
The Compounding Value Of A Harness Over Time
One aspect of harness investment that is frequently underestimated in initial budget decisions is how much the asset appreciates over time. A harness built in Q1 2026 and operated through 2027 and 2028 generates value in ways that are not visible in the initial justification but that make the harness substantially more valuable in years two and three than in year one.
Three specific compounding mechanisms matter.
The corpus appreciates. A task corpus collected in Q1 2026 is imperfect. By Q4 2026 it has been through three quarters of operational use, and the team has learned which tasks surface meaningful vendor differences and which do not. The Q4 corpus โ refined, curated, and validated against three rounds of evaluation โ is substantially more valuable than the Q1 corpus was. By Q4 2027, the corpus is an organizational asset that would take years and millions of dollars to replicate from scratch.
The methodology ossifies in the right way. Early harnesses iterate heavily on methodology. Mature harnesses freeze the methodology, version it strictly, and accumulate historical scores that are comparable across time. A two-year-old harness can answer questions like "has our incumbent's capability actually improved on our workload, or is the reported improvement just methodology noise?" Harnesses younger than that cannot answer that question at all.
The evaluation cadence becomes operational. Mature harnesses are not run once at vendor-selection time. They are run on every model release, every prompt-engineering change, and every operational deployment decision. The team running the harness develops an operational rhythm โ weekly or monthly evaluation cycles, consistent reporting formats, established escalation paths for significant findings โ and the harness becomes part of the organization's standard decision-making process rather than a special project.
Organizations that have had mature harnesses for two or more years describe the capability in terms that would strike a first-year harness team as implausible: "We evaluate every new model release within ninety-six hours of availability." "Our vendor negotiations start from our harness scores and build from there." "We have pre-computed switching-cost estimates for every workload."
This is where the real strategic value of the harness accrues โ not in the first vendor decision it drives, but in the cumulative effect of dozens of subsequent decisions made with better information. The harness is the infrastructure; the strategic value is the compound interest on that infrastructure over the operating life.
What This Means For The Broader AI Industry
The rise of private eval harnesses is a quiet counterforce to much of what is loud in the AI industry right now. Vendor marketing emphasizes benchmark wins. Industry analysts produce quadrants and waves. The harness is the engineering discipline that sits underneath all of it and says, quietly, "I will decide for myself what is good for my workload."
Three broader observations follow.
The commoditization of frontier AI capability that many observers have predicted is accelerated by the harness trend because the harness removes the information asymmetry that was sustaining the closed-frontier pricing structure. As buyers acquire independent evaluation capability, the ability of vendors to charge premium pricing for narrative capability declines.
The strategic value of MCP and portability infrastructure is compounded by the harness trend, because harness-driven decisions are only actionable if the cost of switching between evaluated models is low. Organizations that have built harnesses but not invested in portability find themselves knowing what they should do without being able to act on it.
The autonomous coworker transition is being evaluated through private harnesses before it is being deployed in production. The organizations that will successfully adopt autonomous coworker capability in 2026 and 2027 are the organizations that are currently running those capabilities against their own evaluation rigs, not the organizations that are reading the OSWorld benchmark scores in press coverage.
Conclusion: The Harness Is The Instrument
The private eval harness is not a flashy industry story. It does not produce press releases or funding announcements. It is, instead, the quiet engineering discipline that is reshaping how serious enterprise AI buying actually happens in 2026.
Organizations that have built good harnesses are making better vendor decisions, capturing more negotiation leverage, and positioning themselves for open-source deployment optionality. Organizations that have not are paying premium prices for capabilities they are not measuring, committing to vendor contracts they cannot objectively evaluate, and sustaining information asymmetries that work in their vendors' favor.
The harness is, at its core, an act of intellectual independence. It is the engineering org saying: we will not accept the vendor's characterization of capability, the benchmark's single-number abstraction of quality, or the analyst's framework of vendor positioning as sufficient evidence for decisions that commit our organization to multi-year expenditure. We will gather our own evidence, on our own workloads, with our own methodology, and we will use that evidence to make decisions that we can defend. This intellectual posture is, in 2026, the distinguishing feature of the engineering organizations making the best AI decisions.
The cost of starting now is substantially lower than it was in 2024, because the methodology templates, the tooling infrastructure, and the engineering know-how have all matured substantially. The cost of starting in 2027 will be higher, because the competitive pressure from peers who have harnesses will have eroded the positions of organizations that do not. For engineering and technology leaders evaluating their Q2 2026 investment priorities, the harness should be high on the list โ not because it is glamorous, but because the organizations that have built them first are the organizations making the best decisions on everything else.
Further Reading
For the broader strategic context within which harness-driven evaluation is becoming load-bearing, see my analysis of MCP as enterprise agent infrastructure. For the related prediction on full commoditization of frontier AI, see my prediction on open-source parity by 2027. For the practical companion tutorial on building an evaluation runner yourself, see the Monday tutorial on building a multi-model evaluation harness in TypeScript.
Leonardo.ai Settings (Hero Image Used)
- Model: FLUX Dev
- Pattern: 24 (Liquid Flow)
- Prompt Enhance: Auto
- Style: Dynamic
- Ratio: 16:9
Prompt Used
Liquid flow composition showing a precision measuring instrument suspended in a river of flowing molten copper and chrome, with concentric ripple patterns radiating outward where the instrument touches the surface. Iridescent metallic highlights, mirror-like reflections, fluid dynamics with frozen-moment clarity. Chrome, copper, warm gold, and platinum palette with a single deep sapphire accent in the instrument itself. Flowing curves, surface tension, reflective depth, architectural precision juxtaposed against organic fluidity. 16:9 aspect ratio.
Anti-Cliche Guards
Avoid: blue/cyan tech aesthetic, data center visuals, holographic interfaces, circuit patterns, typography, logos, brain imagery, robots.

