Applied Generative AI · Agentic Systems · Research Engineering
Building AI systems that distinguish between an answer, an inference, and the evidence for an answer.
I'm an independent AI systems architect, research engineer, and technical author working at the intersection of generative AI, agentic systems, causal inference, and formal reasoning. My work treats evidence, uncertainty, provenance, and falsifiability as engineering primitives rather than afterthoughts.
The organizing question behind my 2026 research: can an AI system distinguish between an answer, an inference, and the evidence for an answer — and keep those states from silently collapsing into each other?
The pipeline below maps how a piece of source knowledge moves through my systems, from raw text to something you could act on.
KNOWLEDGE
│
▼
LATENT DISCOVERY (LIDE — cross-source relationship discovery)
│
▼
STRUCTURAL EXTRACTION (Cangjie-Deconstructor — text → typed primitives)
│
▼
FORMALIZATION (Cognitive Compiler — primitives → executable spec)
│
▼
EVIDENCE-GOVERNED EVAL. (IEF — claim → proposition → evidence → status)
│
▼
VERIFICATION (Three-Gate Protocol — blind review, mutation testing)
│
▼
CAUSAL / DECISION SYSTEMS
│
▼
KNOWLEDGE TRANSFER (curriculum, writing, teaching)
"A system should be able to reduce confidence when the evidence gets worse."
An early pass at a large SUNDS (Sudden Unexpected Death Syndrome) dataset appeared to show an association between geomagnetic activity and mortality. The signal was compelling. Rebuilding the pipeline from scratch showed it was a data-processing artifact, not a real effect.
The result that mattered wasn't the original finding — it was the correction. That's the design principle behind the evidence-governed architecture below: don't protect the hypothesis, protect the calibration.
| Paradigm | Inferential Flow | Terminal State |
|---|---|---|
| Traditional | Claim → Evidence → Insufficient Data → "Probably True" | Overconfidence |
| Evidence-Governed | Claim → Evidence → Evaluation → Contradiction / Gap | UNKNOWN / REJECTED / QUALIFIED |
The goal isn't pessimism. It's calibration.
1. Invention Evaluation Framework (IEF) An evidence-governed, multi-agent system for evaluating inventions and technical claims against patents and literature, with every conclusion traced to a source.
- Pipeline:
CLAIM → PROPOSITION → EVIDENCE → SOURCE → INFERENCE → EPISTEMIC STATUS - Validation: multi-lane DAG review, blind re-verification, mutation testing, acceptance contracts
- Goal: make AI-assisted evaluation auditable, not just plausible-sounding
2. Latent Information Discovery Engine (LIDE) Instead of "what's similar to my query," asks "what relationships exist in this corpus that nobody explicitly looked for" — reciprocal-rank fusion, graph traversal, equation fingerprinting, cross-domain analogy detection, with an explicit falsification stage.
3. Cognitive Compiler & Cangjie-Deconstructor
Cangjie decomposes source text into typed primitives, operators, and constraints; the Cognitive Compiler turns those into typed intermediate representations for downstream reasoning. Literature → Structure → Mechanism → Model.
4. Leonardo Lab Extends the compiler into architecture search — extracting design constraints from existing systems (e.g. transformer attention variants) and exploring the implied design space.
5. Three-Gate Research Protocol
An operating procedure for keeping discovery from quietly turning into belief: DISCOVER → GENERATE → GATE → VERIFY → CHASE DROPPED THREADS → GRADE → WRITE. A failed hypothesis is a result, not wasted effort.
Before the current research direction, I built production marketing-science and causal-inference systems — still the quantitative foundation of the work above.
| System | Description | Benchmark (self-reported — link source if available) |
|---|---|---|
| Streaming attribution engine | Real-time Markov-Shapley attribution over stateful stream processing | ~200K events/sec, sub-100ms p99 |
| Probabilistic identity resolution | Privacy-conscious cross-device matching | ~78–98% match rate range, verify exact figure |
| Causal experimentation framework | Synthetic control, DiD, placebo testing, bootstrap inference | — |
| Experimentation platform | CUPED, sequential testing, O'Brien-Fleming boundaries | ~30–35% variance reduction |
Methods: structural causal models, difference-in-differences, synthetic control, double ML, Bayesian hierarchical priors (NUTS/HMC), adstock/saturation modeling.
Prompt → Structured Extraction → Tool Use → Agent Orchestration → Data/API Integration → Evaluation → Observability → Production
- FrontDesk.ai — an agentic AI voice-receptionist platform, used as a live testbed for agent design, structured outputs, and production evaluation under real usage rather than demo conditions.
AI Builder's Launchpad — a five-volume series on the applied-AI lifecycle:
- From First Prompts to First Modular Pipeline
- Automating the Intelligence: Python, APIs, and Data for AI Pipelines
- Building a Digital Brain: Production AI System Architecture
- Moving to Production: Deployment, Monitoring, Security, Management
- A Strategist's Guide to AI: Building an AI-Native Business
Philosophy: don't just teach what AI is — teach how to build it.
- Evidence before certainty. A compelling explanation isn't automatically a supported one.
- Mechanisms over labels. Why things connect matters more than that they correlate.
- Reproducibility is infrastructure. Results should be recoverable from versioned artifacts, not just claimed.
- Uncertainty has to survive the pipeline.
Unknown ≠ Probably True ≠ Supported ≠ Established— these shouldn't collapse into each other. - A negative result is still a result. Failures expose broken measurements and better questions.
Build → Measure → Break → Audit → Repair → Test → Document → ShipA system that survives a deliberate attempt to break it is more interesting than one that just gives a good demo.
Systems are abstractions; their consequences aren't. Time spent with rescued wildlife shaped how I think about that gap — the same discipline that preserves provenance in a data pipeline should ultimately serve something outside it.
That's the starting point for Surveillance Humanism — work exploring the line between behavioral intelligence and humanitarian intervention. Where surveillance capitalism asks how to monetize what people disclose to machines, this asks how the same signal could reduce harm — crisis intervention, epidemiological signaling, protecting vulnerable populations — treating privacy and false-positive risk as design constraints from the start, not an afterthought.
| Category | Claimed | Status |
|---|---|---|
| Curriculum volumes | 5 | ✅ listed above, verifiable by content |
| Technical whitepapers | 10 | |
| Research programs | 11+ | |
| Research papers/artifacts | ~80 | |
| Causal intelligence modules | 9 | |
| Production AI systems | 30+ | |
| Published DOIs | 10+ | 🚩 at least one badge checked resolves to a placeholder DOI (zenodo.12345678) — audit all before claiming this number |
- 🧠 First-Principles Attribution — Markov chains + Shapley values + Bayesian UQ for the correlation/causation gap.
- 🌪️ The Same Storm in Two Machines — cross-community synthesis on MHD-generator streamers vs. Hall-thruster rotating spokes.
- 🌐 Plasma-Assisted Boundary Dynamics — state-space framework for history-dependent extreme-weather damage inference.
- 🚀 Portfolio-Hub — command-center portfolio of attribution and data-science projects.
- 2025 — Construction. Build → deploy → measure. Ideas become useful when they survive implementation.
- 2026 — Epistemics. Discover → formalize → evaluate → verify → explain → operationalize. Implementations become trustworthy when they survive verification.
The next goal isn't more agents — it's better epistemic infrastructure under the agents already built: systems that show their work, expose their uncertainty, and get more useful the more you try to break them.
Open to applied research collaboration, architecture advising, and curriculum development.