Quiz: Local-First Architecture

4 questions · 80% to pass

1. The Equifax, OPM, and Change Healthcare breaches share a common root cause:

All three breaches exploited centralized databases. One attack, total exposure. Local-first architecture inverts this: breaching one device gets one record. The economics of attack no longer reward scale.

2. In the compute pyramid, what percentage of daily AI operations require cloud infrastructure?

95% of operations are cached behavioral scripts (negligible compute), 4% are pattern matching (local model), and only about 1% require full model inference that might benefit from cloud resources. Even that 1% is increasingly viable on-device.

3. A zero-knowledge proof in the medical context allows you to:

Zero-knowledge proofs verify that a condition is met (A1C below 7.0, vaccination status confirmed) without revealing the underlying data. The verifier learns the answer is yes or no. They never see the actual value.

4. The statement 'privacy policies are promises, architecture is physics' means:

A privacy policy is a promise that can be broken, changed, or violated. Architecture that keeps data on your device and never transmits it cannot be violated by the service provider. The data is physically not available to breach.

Back to lesson Next lesson →