Many inputs. One artifact. Every outcome explained.
LogicPearl compiles decision logic into deterministic, inspectable, deployable artifacts called pearls. Give it the inputs and outputs of your existing system, and it discovers the minimal set of rules that reproduce every decision. Then it compiles those rules into a standalone binary or WASM module.
Every denied decision comes with a counterfactual — not just why it was denied, but exactly what would change the outcome.
- You don't write the rules. LogicPearl discovers them from your data.
- The artifact is the product. A compiled binary you ship, not a server you run.
- Every decision is explainable. Exact rules fired, plus counterfactuals.
- It's fast. Microsecond evaluation. ~8KB WASM modules.
Healthcare claims adjudication, compliance enforcement, fraud detection, access control, agent guardrails, WAF, legacy logic migration — anywhere conditional logic has real consequences.
- logicpearl.com — Product overview
- logicpearl.com/developers — Interactive demos with live WASM evaluation
- logicpearl.com/demo — 60-second cinematic demo
- Discord — Community
cargo install logicpearl
logicpearl build traces.csv --output-dir ./my-pearlMIT licensed. Patent pending.