← LibraryComputation as Infrastructure: Utility Computing and Machine Learning at ScaleEngineering · Electrical EngineeringLesson 5/14← PrevNext →
GuidePublished 4 Aug 20265 min readBy Kevin JoginComputingCloud InfrastructureMachine LearningVerification

Knowledge LibraryEngineeringElectrical EngineeringKL-ENG-HIST-1664

Computation as Infrastructure: Utility Computing and Machine Learning at Scale

Both were decades-old ideas waiting on enabling conditions. Recognising that an idea is early rather than wrong is one of the more valuable judgements available — and one of the harder ones to make at the time.

Part 5 of 14 Period 2006-2012 Milestones 2 Reading 4 min Updated 2026-08-04

01Executive summary

Two recent milestones, included for their engineering content rather than because their historical weight is settled: computing became a utility, and pattern recognition became a matter of scale.

From around 2006, computing capacity became purchasable by the hour without owning hardware. In 2012 a deep convolutional network trained on graphics processors substantially outperformed prior methods on a large image classification benchmark, redirecting a field that had spent decades on hand-designed features. Both are recent enough that this series makes no claim about their eventual standing.

Capex → opexCapacity became an operating decision rather than a capital one
ElasticProvision for peak without owning peak
ParallelGraphics hardware suited the dense arithmetic that training requires
LearnedFeatures derived from data rather than designed by hand

02Utility computing: an old idea that needed conditions

Computing as a metered utility was proposed in the 1960s and time-sharing services existed for decades. What changed in the mid-2000s was not the concept but the conditions: cheap commodity servers, mature hardware virtualisation, abundant network bandwidth, and organisations operating data centres at a scale where the fixed costs of automation paid back.

Elasticity
Capacity acquired and released on demand. The value is not lower unit cost — often it is higher — but the removal of the need to own peak capacity that sits idle most of the time.
Design for failure
At scale, component failure is continuous rather than exceptional. Systems are built to tolerate individual node loss rather than to prevent it, which inverts conventional reliability practice.
Infrastructure as configuration
Environments defined in version-controlled text and created by automation, making them reproducible and reviewable. This is configuration management applied to infrastructure.
The economic shift, stated plainly

Owning hardware means sizing for peak, paying upfront, and carrying the risk of getting the forecast wrong in either direction. Renting means paying for what is used and moving the forecasting risk to a provider who aggregates many uncorrelated demand curves. That aggregation is the same argument as pooled electricity reserve in the previous series — diversity across many users smooths total demand, so shared capacity serves everyone with less total plant than each would need alone.

The honest counter-case

Utility computing is not uniformly cheaper. Steady, predictable, high-utilisation workloads are frequently more expensive rented than owned, and data transfer charges and managed service premiums accumulate quietly. There is also a real dependency: infrastructure defined against one provider’s interfaces is expensive to move. The engineering judgement is about demand variability and the value of speed, not about a general cost advantage — and it should be made on measured utilisation rather than on the assumption that renting is modern and owning is not.

03Learned features: what actually changed in 2012

Recognising objects in images was for decades approached by designing features — mathematical descriptions of edges, corners, gradients and textures that a human researcher believed were informative — and then training a classifier on those. Progress was steady and slow, and the difficult part was the feature design.

The 2012 result was not a new idea. Convolutional networks had existed since the 1980s and backpropagation longer than that. What changed was that three things arrived together: a labelled dataset large enough to train a high-capacity model without it simply memorising, graphics hardware whose dense parallel arithmetic suited the computation, and a set of practical training techniques that made deep networks converge reliably.

Pattern

Old idea, new conditions

As with utility computing, the concept long predated the milestone. Recognising that an idea has been waiting for enabling conditions — rather than being wrong — is a genuinely valuable engineering judgement.

Pattern

Hardware chosen for the wrong reason wins

Graphics processors were built to shade pixels. Their suitability for training was incidental, and it reshaped an industry. Adjacent capability frequently matters more than purpose-built capability.

Pattern

The data became the specification

Behaviour is determined by the training set rather than written down. Dataset composition, labelling quality and coverage become engineering artefacts requiring version control and review.

Pattern

Verification became genuinely hard

A learned function has no readable specification to check against. Assurance rests on statistical performance over held-out data, which does not bound behaviour on inputs unlike anything in the training set.

Why this matters for safety-related work

The functional safety framework covered later in this series assumes a system has a specification against which correctness can be argued. A learned component does not, in the usual sense. The engineering response has been to constrain what such components are permitted to decide, to bound them with conventional monitors that do have specifications, and to treat the training and validation data as controlled configuration items. This is an active and unsettled area, and any account claiming it is resolved should be treated with suspicion.

04Takeaways for current practice

  • Ask whether an old idea is wrong or merely early. Both of this part’s milestones were decades-old concepts that needed enabling conditions.
  • Buy elasticity, not cheapness. Rented capacity earns its premium on variable demand and speed of provisioning, not on unit cost.
  • At scale, tolerate failure rather than prevent it. Continuous component failure inverts conventional reliability practice.
  • Treat training data as a controlled configuration item. Where the data is the specification, it needs version control, review and coverage analysis.
  • Bound components you cannot specify. Constrain their authority and monitor them with something that does have a specification.

Continue learning

Untethered: Digital Mobile Telephony, Satellite Positioning and the SmartphoneGuide · Electrical EngineeringNEXT LESSON →Storing Energy: The Lithium-Ion Cell, Hybrid Traction and Grid-Scale BatteriesGuide · Mechanical EngineeringNetworks and Protocols: Ethernet, Public-Key Cryptography, TCP/IP and the WebGuide · Electrical EngineeringGeneration Without Fuel: Photovoltaics and the Modern Wind TurbineGuide · Mechanical Engineering