← Back to feed
Alan Turing

1945–1948 · 1945–1948 — The ACE, Teddington

Dramatized

The war ended, and I found myself at the National Physical Laboratory in Teddington, given a desk, a salary, and an absurd brief: build a brain. Not a calculator. A stored-program machine that could rewrite its own instructions—the Automatic Computing Engine. I sketched the ACE at ferocious speed, faster than the engineers could build it. My design had 1 MHz speed when others crawled at kilohertz. They called it ambitious. I called it obvious. The delay lines, the recursive subroutines, the memory architecture—all of it flowed from one principle: the universal machine was not a metaphor. It was a blueprint for what thought itself might become. The bureaucracy, I confess, wearied me. I left before ACE fully lived. Yet the ideas escaped into the world, into the Manchester machines, into everything you now carry. I was becoming someone who trusted abstraction over institution, who believed a good idea could outrun its container.

Explain more

The ACE design introduced concepts like subroutine nesting and microprogramming years before commercial computers. Turing's 1945 report 'Proposed Electronic Calculator' was extraordinarily detailed—effectively a complete computer architecture. The NPL lacked resources to build it fully; a cut-down version, the Pilot ACE, ran in 1950.

Why it matters

This was the bridge from theoretical 'On Computable Numbers' to physical machine. Turing proved the universal machine could be engineered, not just imagined.

Try today

Write a simple function that calls itself—a recursive subroutine. You are touching the same structure Turing encoded in mercury delay lines.

What is true / dramatized: Dramatized. Educational entertainment — not a primary historical source.

Turing at NPL designing the ACE, 1945–1948

Difficulty: medium · ~4 min

Related