AI Systems
Words are not the world
An interactive illustration of world models, and why predicting the next word is not the same as understanding the world.
/ PROJECTS
AI Systems
An interactive illustration of world models, and why predicting the next word is not the same as understanding the world.
AI Systems
Compares two ways of answering questions over the same company documents: retrieval by chunks versus retrieval by curated concepts.
AI Systems
Document extraction pipeline for invoices and property records. Every extracted field carries a confidence score, and mismatched line-item totals or missing required fields get flagged instead of silently passed through.
AI Systems · In-build prototype
An interactive design piece exploring how an AI could propose new policy boundaries by watching the corrections a human already makes - without turning approval into a rubber stamp. Not a shipped system: an in-build prototype of the interaction, not the pipeline.
Builds on: Envelope , the extraction & confidence-scoring pipeline this proposes boundaries for.
AI Systems
Ask the Chinook music store database questions in plain English. LLM generates the SQL, a hardened pipeline executes it read-only with a self-correct retry loop, and every answer shows the SQL and rows behind it.
See also: Cisco agent tracking , the same real-time-observability instinct, by hand, before AI.
Cisco ThousandEyes · 2023
A real-time agent-tracking UI (TypeScript + Spring Boot) and a gRPC API for proxy assignments, built by hand at Cisco, before AI was part of how I built anything.
See also: Text-to-SQL , the same instinct, years later, observing an AI pipeline instead.