guiltygyoza Blog About

The verifiable computing stack

ELI5: As we embark on the next multi-decade super cycle of technology movement, verifiable computing, it is helpful to map out the different layers of abstraction involved for strategic purposes. At Topology we tentatively sketch out the following stack:

  • Level 8: Frontends
  • Level 7: Hyperstructure & application
  • Level 6: Low-level libraries
  • Level 5: Programming language & compiler
  • Level 4: Arithmetization & architecture
  • Level 3: Proof generation & verification
  • Level 2: Distributed system
  • Level 1: Hardware acceleration

As to why verifiable computing constitutes a technology movement with broad impact, we believe in three essential qualities: unstoppability, immutability, composability. See this video for Dhrumil’s colorful elaboration.


Level 8: Frontends

Frontends seem out of place in the stack of verifiable computing at first glance. The key here is to recognize the underexplored advantage of running proof generation on the client side.

Level 7: Hyperstructure & application

This is where the next waves of developers and creators will participate directly in. For definition, see Hyperstructures.

Level 6: Low-level libraries

This is where the semblance of numpy, scipy, onnx belong. For example, see Giza.

Level 5: Programming language & compiler

This is where the programs / design intent written in accessible and ergonomic notations at Level 5-7 are transformed into standardized objects (e.g. with respect to some instruction set architectures) that are susceptible to arithmetization. For example, see Cairo and Risc0.

Level 4: Arithmetization & architecture

This is where standardized objects from Level 5 are transformed into polynomial constraints. For example, see ethSTARK.

Level 3: Proof generation & verification

This is where polynomial constraints are transformed into (succint, zero-knowledge) proofs that can be (efficiently, recursively) verified, where the qualifiers in parenthesis are metrics to strive for. For example, see DEEP-FRI and KZG.

Level 2: Distributed system

This is where the design of blockchain or rollup system architecture belong. For example, see StarkNet Decentralization.

Level 1: Hardware acceleration

Self explanatory. For example, see Ingonyama.