technologybriefs
9:13in productionCh. 1 · Not money. A machine./ 9:13 · ceiling 15 min
Software

Vitalik Buterin

Vitalik Buterin didn’t extend Bitcoin—he replaced its limits with a new kind of machine: one that runs code, not just coins.

Vitalik Buterin invented Ethereum as a response to Bitcoin’s scripting limitations—not as an evolution but a replacement. He published the white paper in November 2013. The platform enables shared blockchain state for arbitrary programs. It received academic recognition (Basel, 2018), but no claim in the sources addresses security, performance, adoption, or real-world reliability.

Chapters & takeaways4
  1. 0:58
    Not money. A machine.

    Ethereum is not a currency—it’s a shared runtime for decentralised programs.

  2. 2:36
    A white paper, not a patch

    The white paper in November 2013 was a pivot—not an upgrade—to Bitcoin’s constraints.

  3. 4:17
    Rejection, then reinvention

    Buterin proposed Ethereum only after failing to extend Bitcoin’s scripting language for general-purpose use.

  4. 5:41
    Honour ≠ proof

    An honorary doctorate from Basel in 2018 signals institutional recognition—but not technical validation.

Worth your time?

Yes. Study the whole thing.

3.5/ 5
What works
  • shared state across untrusted nodes
  • Turing-complete execution environment
  • interoperable token standards
What does not
  • solve scalability
  • guarantee correctness of smart contracts
  • eliminate reliance on economic incentives for consensus
Study it if
  • developers building decentralised applications
  • auditors of on-chain logic
  • protocol designers assessing shared-state trade-offs
Skip it if
  • enterprises seeking low-latency transaction processing
  • regulators requiring deterministic audit trails outside consensus
  • end users expecting zero-knowledge usability
The written brief1 min read

What it is and the problem it solves

Ethereum is a platform for running immutable, verifiable code on a public, permissionless network. It solves the problem of building interoperable, censorship-resistant applications without central infrastructure.

How it works

Ethereum is a decentralised mining network and software development platform rolled into one. It enables new cryptocurrencies and programs to share a single blockchain.

What works

Its Turing-complete scripting language allows arbitrary logic to be deployed and executed by miners. Its blockchain provides a single source of truth for state transitions across thousands of independent programs.

What does not

It does not solve the scalability–decentralisation–security trilemma. It does not eliminate the need for economic incentives to secure consensus. It does not make smart contracts inherently safe or correct.

What it changes

It changes how developers reason about distributed coordination: from custom consensus per application to shared consensus with programmable logic.

Is it worth your time

It is worth your time if you are building or auditing programmable, trust-minimised systems that require shared state and deterministic execution across untrusted participants.

Same field · Software4 of 26
Up next in Technology

VMware Workstation

1999 · 9:41

Virtual machines on your desktop aren’t magic—they’re a trade: OS flexibility for host dependency.

9:41