Demos

Predicate Systems Demos

Two SDKs to secure AI agent loops: Predicate Authority for pre-execution authorization, and Predicate Runtime for post-execution verification. Keep your agents deterministic and safe.

Secure Agents with Runtime Authorization

Predicate-Authority: zero-trust runtime authorization to protect AI agents from prompt injection and unauthorized tool calls before execution.

Browser Agent Demos

Reproducible browser agent demos using structure-first snapshots and Jest-style assertions.

Hacker News

"Open the top Show HN post"

Demonstrates ordinal reasoning ("first", "top") using semantic geometry. The agent identifies ranked items without screenshots.

What it proves
Ordinality~50% token savingsNo vision
Get code on GitHub

Local Llama Land

"SPA login + profile verification"

Handles async hydration, disabled-to-enabled buttons, and profile loading on a modern Next.js SPA. No sleeps or magic waits.

What it proves
AssertionsNo sleepsState-aware
Get code on GitHub

Amazon

"Search → open result → add to cart"

JS-heavy stress test on a real production site. Multi-step shopping flow with noisy DOM and frequent layout changes.

What it proves
Stress testVision optional~5.5k tokens total
Get code on GitHub
~50% fewer tokens per step3B local models viableAssertions replace retries

Run the demos yourself

All demos are fully reproducible. Clone the playground, run with Qwen 2.5 3B (or any local model), and see structure-first agents in action.

Demo SPA: localllamaland.com