← back to all essays
ISSUE 04

Learning Machines

How machines learn from experience. From the perceptron to backpropagation — the models that taught silicon to see, classify, and understand.

01
> Neural Networks

How a Single Neuron Learns to See

Rosenblatt's perceptron (Psychological Review, 1958) established the principle that intelligence can emerge from adjusting simple numerical weights. The Navy's press conference promised a thinking machine; what it delivered was the most consequential idea in computing since the stored program. From the Mark I hardware to the XOR crisis to the Conceptron — the arc of learning machines begins here.

02
> Consensus Protocols

How Replicated Machines Achieve Agreement Without Trust

The Raft consensus algorithm (Ongaro & Ousterhout, 2014) proved that the hardest problem in distributed computing — getting crashed machines to agree — could be solved by an algorithm simple enough for a human to hold in their head. Leader election, log replication, and a safety guarantee that committed entries are never lost: three mechanisms that power Kubernetes, CockroachDB, and the infrastructure layer of modern computing.

03
> Decision Trees

How Gradient-Boosted Trees Turn Weak Predictions into Strong Ones

XGBoost (Chen & Guestrin, KDD, 2016) proved that thousands of shallow decision trees, each trained on the residuals of the last, could dominate structured-data prediction. From Friedman's gradient boosting framework to second-order optimization and regularized splits — the algorithm that won Kaggle and powers production ML at scale.

04
> Security Convergence

How Converged Security Transforms Utility Field Operations

The Ukraine grid attacks (2015–2016) proved that adversaries had already converged their methods across cyber, physical, and operational domains. Transformation Operations — the fusion of cybersecurity, physical security, and field operations into a single threat picture — is how utilities close the gap between siloed defenses and cross-domain threats.

05
> Sustainable Construction

How Discrete Building Blocks Create Load-Bearing Structures from Corn and Carbon Waste

Eco-voxels (Georgiou, Athanasiou et al., Matter, 2025) proved that interlocking blocks made from corn-based polymer and recycled aerospace carbon fiber can bear structural loads with 30% less carbon than concrete — and be disassembled and reassembled without waste. From Gershenfeld’s digital materials paradigm to bio-based composites — a new construction system for Earth and Mars.