/
© 2026 RiffOn. All rights reserved.

Get your free personalized podcast brief

We scan new podcasts and send you the top 5 insights daily.

  1. "The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis
  2. The Great Security Update: AI ∧ Formal Methods with Kathleen Fisher of RAND & Byron Cook of AWS
The Great Security Update: AI ∧ Formal Methods with Kathleen Fisher of RAND & Byron Cook of AWS

The Great Security Update: AI ∧ Formal Methods with Kathleen Fisher of RAND & Byron Cook of AWS

"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis · Dec 24, 2025

AI is escalating cyber threats, but formal methods offer a path to provably secure software, paving the way for a society-wide code rewrite.

The Future of AI is Neurosymbolic, Fusing LLM Flexibility with Formal Method Guarantees

AI and formal methods have been separate fields with opposing traits: AI is flexible but untrustworthy, while formal methods offer guarantees but are rigid. The next frontier is combining them into neurosymbolic systems, creating a "peanut butter and chocolate" moment that captures the best of both worlds.

The Great Security Update: AI ∧ Formal Methods with Kathleen Fisher of RAND & Byron Cook of AWS thumbnail

The Great Security Update: AI ∧ Formal Methods with Kathleen Fisher of RAND & Byron Cook of AWS

"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis·3 months ago

The Hardest Part of Formal Verification Isn't the Proof, It's Agreeing on the Specification

While the computational problem of finding a proof is intractable, the real-world bottleneck is the human process of defining the specification. Getting stakeholders to agree on what a property like "all data at rest is encrypted" truly means requires intense negotiation and is by far the most difficult part.

The Great Security Update: AI ∧ Formal Methods with Kathleen Fisher of RAND & Byron Cook of AWS thumbnail

The Great Security Update: AI ∧ Formal Methods with Kathleen Fisher of RAND & Byron Cook of AWS

"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis·3 months ago

DARPA's 'Unhackable' Helicopter Used a Combination of Specialized Formal Methods Tools

The HACAMS project secured a helicopter by composing multiple formal methods tools, not a single monolithic proof. It used a separation kernel (seL4) for partitioning, a formal language for architecture (AADL), and parser generators for protocols. This layered approach proved system-wide properties like authenticated communication.

The Great Security Update: AI ∧ Formal Methods with Kathleen Fisher of RAND & Byron Cook of AWS thumbnail

The Great Security Update: AI ∧ Formal Methods with Kathleen Fisher of RAND & Byron Cook of AWS

"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis·3 months ago

Generative AI Discovers Mathematical Proofs by Generalizing Patterns from Past Proofs

Generative AI can produce the "miraculous" insights needed for formal proofs, like finding an inductive invariant, which traditionally required a PhD. It achieves this by training on vast libraries of existing mathematical proofs and generalizing their underlying patterns, effectively automating the creative leap needed for verification.

The Great Security Update: AI ∧ Formal Methods with Kathleen Fisher of RAND & Byron Cook of AWS thumbnail

The Great Security Update: AI ∧ Formal Methods with Kathleen Fisher of RAND & Byron Cook of AWS

"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis·3 months ago

Cybersecurity's Goal Isn't Absolute Security, But Raising Assurance from 'Doors Wide Open'

Pursuing 100% security is an impractical and undesirable goal. Formal methods aim to dramatically raise assurance by closing glaring vulnerabilities, akin to locking doors on a house that's currently wide open. The goal is achieving an appropriate level of security, not an impossible absolute guarantee.

The Great Security Update: AI ∧ Formal Methods with Kathleen Fisher of RAND & Byron Cook of AWS thumbnail

The Great Security Update: AI ∧ Formal Methods with Kathleen Fisher of RAND & Byron Cook of AWS

"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis·3 months ago

Formalizing Rules Doesn't Eliminate Human Judgment; It Makes It an Explicit 'Escape Hatch'

Instead of creating rigid systems, formalizing policies makes rules transparent and debatable. It allows for building explicit exceptions, where the final "axiom" in a logical system can simply be "go talk to a human." This preserves necessary flexibility and discretion while making the process auditable and clear.

The Great Security Update: AI ∧ Formal Methods with Kathleen Fisher of RAND & Byron Cook of AWS thumbnail

The Great Security Update: AI ∧ Formal Methods with Kathleen Fisher of RAND & Byron Cook of AWS

"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis·3 months ago

Formal Proofs Are Too Brittle for CI/CD; Minor Code Changes Can Inexplicably Break Them

A key reason formal methods remained in academia is their fragility in development pipelines. A minor code change, like renaming a variable, can cause a previously fast-running proof to time out indefinitely in a CI/CD environment. Solving this "brittleness" is critical for industrial adoption.

The Great Security Update: AI ∧ Formal Methods with Kathleen Fisher of RAND & Byron Cook of AWS thumbnail

The Great Security Update: AI ∧ Formal Methods with Kathleen Fisher of RAND & Byron Cook of AWS

"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis·3 months ago

AI Amplifies All Cyber Threats, from Script Kiddies to Nation-State Actors

AI tools aren't just lowering the bar for novice hackers; they are making experts more effective, enabling attacks at a greater scale across all stages of the "cyber kill chain." AI is a universal force multiplier for offense, making even powerful reverse engineers shockingly more effective.

The Great Security Update: AI ∧ Formal Methods with Kathleen Fisher of RAND & Byron Cook of AWS thumbnail

The Great Security Update: AI ∧ Formal Methods with Kathleen Fisher of RAND & Byron Cook of AWS

"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis·3 months ago

AI Will Enable a 'Great Rewrite' of Society's Code to Erase Decades of Vulnerabilities

The same AI technology amplifying cyber threats can also generate highly secure, formally verified code. This presents a historic opportunity for a society-wide effort to replace vulnerable legacy software in critical infrastructure, leading to a durable reduction in cyber risk. The main challenge is creating the motivation for this massive undertaking.

The Great Security Update: AI ∧ Formal Methods with Kathleen Fisher of RAND & Byron Cook of AWS thumbnail

The Great Security Update: AI ∧ Formal Methods with Kathleen Fisher of RAND & Byron Cook of AWS

"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis·3 months ago

Amazon's ARC Uses Multiple LLM Translations and a Theorem Prover to Formalize Policies

To reliably translate a natural language policy into formal logic, Amazon's system generates multiple translations using an LLM. It then employs a theorem prover to verify these translations are logically equivalent. Mismatches trigger a clarification loop with the user, ensuring the final specification is correct before checking an agent's work.

The Great Security Update: AI ∧ Formal Methods with Kathleen Fisher of RAND & Byron Cook of AWS thumbnail

The Great Security Update: AI ∧ Formal Methods with Kathleen Fisher of RAND & Byron Cook of AWS

"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis·3 months ago

Formal Proofs Only Answer the Questions You Ask; True Bugs Hide in Unasked Questions

A formal proof doesn't make a system "perfect"; it only answers the specific properties you asked it to prove. Thinking of it as a perfect query engine, a system can be proven against 5,000 properties, but a critical flaw might exist in the 5,001st property you never thought to ask about.

The Great Security Update: AI ∧ Formal Methods with Kathleen Fisher of RAND & Byron Cook of AWS thumbnail

The Great Security Update: AI ∧ Formal Methods with Kathleen Fisher of RAND & Byron Cook of AWS

"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis·3 months ago

Formal Methods Are a Spectrum, From Simple Java Type Checkers to PhD-Level Proofs

The term "formal methods" isn't a single, complex technique but a range of mathematical approaches. Many developers already use them via simple tools like Java's type checker (weak guarantees, easy to use), while full functional correctness requires PhD-level interactive theorem provers (strong guarantees, high cost).

The Great Security Update: AI ∧ Formal Methods with Kathleen Fisher of RAND & Byron Cook of AWS thumbnail

The Great Security Update: AI ∧ Formal Methods with Kathleen Fisher of RAND & Byron Cook of AWS

"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis·3 months ago