Skip to content

SYSTEM Cited by 1 source

Meta Privacy Aware Infrastructure (PAI)

Definition

Privacy Aware Infrastructure (PAI) is Meta's umbrella initiative to embed first-class privacy constructs directly into the company's software infrastructure, announced publicly in January 2024 and detailed technically in the August 2024 Meta Engineering post on purpose limitation. PAI's anchor technology is Policy Zones — an information flow control (IFC) mechanism that enforces privacy constraints on data in transit and at rest at runtime — plus the Policy Zone Manager (PZM) UX and automation suite that makes rollout tractable across Meta's polyglot, multi-thousand-engineer codebase.

Scope

From the 2024-08-31 post:

  • Runtime enforcement primitive — IFC (Policy Zones) rather than point-checking or out-of-band audits.
  • Integrated systems named: HHVM (function-based web/middle/backend), Presto (SQL interactive), Spark (batch).
  • Host languages for PAI runtime libraries: Hack, C++, Python.
  • Rollout UX: PZM — a four-step workflow (identify assets → discover flows → remediate violations → continuously enforce + monitor).

Seen in

Last updated · 319 distilled / 1,201 read