Distributed database / platform that replicates the same data across all participating computers and additionally stores code. Code is deployed as smart contracts — a set of functions plus storage that can only be mutated by transactions calling those functions. Popular use case demonstrated in the lightning talk: implement custom currencies/tokens via a mapping from addresses to balances with mint/transfer functions. Speaker points to ethereum.org for tutorials.