The document presents Jean Yang's approach to preventing information leaks called Jeeves. Jeeves factors out security and privacy policies from application code to reduce opportunities for leaks. Programmers specify high-level policies about how sensitive data can flow rather than handling policies within code. The Jeeves runtime then automatically enforces policies to manage how information is released based on the viewer. This allows policy-agnostic programming while still providing formal guarantees about information flow.