• Fault Injection for Complete Branch Coverage

    ·
    Robert Chiniquy
    Error handling branches are invisible to valid inputs. Fault injection makes them visible.
  • Proving Equivalence with E-Graphs

    ·
    Robert Chiniquy
    Two permission derivations can look completely different and compute the same access. E-graphs find out.
  • Every Branch Condition Compiles to a DFA

    ·
    Robert Chiniquy
    Every branch condition in every connector compiles to a deterministic finite automaton. Here's how that enables static branch prediction.
  • /images/how-we-built-guardrails-into-our-ai-agents-thumbnail.jpg

    One Mock Server, Twelve Protocols

    ·
    Robert Chiniquy
    A YAML-driven mock server that speaks twelve protocols through one interface. Adding a new connector means writing a config file.
  • /images/how-we-built-guardrails-into-our-ai-agents-thumbnail.jpg

    Formally Verifying Two Hundred Identity Connectors

    ·
    Robert Chiniquy
    Connector verification reduces to three set operations. Here's the framework that proves two hundred identity connectors correct.