Skip to content
View Michaelrobins938's full-sized avatar
👻
👻

Block or report Michaelrobins938

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Michaelrobins938/README.md

Michael Forsythe Robinson

Applied Generative AI · Agentic Systems · Research Engineering

Building AI systems that distinguish between an answer, an inference, and the evidence for an answer.


The_Executable_Blueprint_-_Slide_1

Abstract

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_Causal_Architect_-_Slide_1

I. Research Architecture

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)

II. A Failure, Documented

"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.


III. Core Research Systems

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.


IV. Causal Inference & Production Systems

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.


V. Applied Generative AI & Agentic Systems

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.

VI. Curriculum

AI Builder's Launchpad — a five-volume series on the applied-AI lifecycle:

  1. From First Prompts to First Modular Pipeline
  2. Automating the Intelligence: Python, APIs, and Data for AI Pipelines
  3. Building a Digital Brain: Production AI System Architecture
  4. Moving to Production: Deployment, Monitoring, Security, Management
  5. A Strategist's Guide to AI: Building an AI-Native Business

Philosophy: don't just teach what AI is — teach how to build it.


VII. Research Philosophy

  1. Evidence before certainty. A compelling explanation isn't automatically a supported one.
  2. Mechanisms over labels. Why things connect matters more than that they correlate.
  3. Reproducibility is infrastructure. Results should be recoverable from versioned artifacts, not just claimed.
  4. Uncertainty has to survive the pipeline. Unknown ≠ Probably True ≠ Supported ≠ Established — these shouldn't collapse into each other.
  5. A negative result is still a result. Failures expose broken measurements and better questions.

Build → Measure → Break → Audit → Repair → Test → Document → Ship A system that survives a deliberate attempt to break it is more interesting than one that just gives a good demo.


VIII. Beyond the Pipeline

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.


IX. Output — (verify every number below before publishing)

Category Claimed Status
Curriculum volumes 5 ✅ listed above, verifiable by content
Technical whitepapers 10 ⚠️ link each one
Research programs 11+ ⚠️ define what counts as a "program"
Research papers/artifacts ~80 ⚠️ needs a source list or drop the number
Causal intelligence modules 9 ⚠️ link each
Production AI systems 30+ ⚠️ "production" implies live/deployed — confirm which ones actually are
Published DOIs 10+ 🚩 at least one badge checked resolves to a placeholder DOI (zenodo.12345678) — audit all before claiming this number

X. Open Research Artifacts


XI. Trajectory

  • 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.


XII. Connect

Open to applied research collaboration, architecture advising, and curriculum development.

Pinned Loading

  1. pep-talk pep-talk Public

    You know if this is for you or not. You got this. You look great by the way.

    HTML 1

  2. portfolio-hub portfolio-hub Public

    Command center portfolio showcasing 10+ production-grade attribution and data science projects with Next.js tactical UI

    TypeScript 1

  3. first-principles-attribution first-principles-attribution Public

    First-principles attribution framework combining Markov chains (causality), Shapley values (fairness), and Bayesian UQ. Resolves epistemic gap between correlation and causation. Whitepaper v2.0.0 (…

    TypeScript

  4. FEP-Falsifiable-Framework-for-Identifying-Treatable-Metabolic-and-Endocrine-Subsets-in-First-Episode FEP-Falsifiable-Framework-for-Identifying-Treatable-Metabolic-and-Endocrine-Subsets-in-First-Episode Public

    A falsifiable framework for identifying reversible metabolic & endocrine drivers of first-episode psychosis — 14-day CGM + endocrine battery + a three-criterion causal valve in a prospective N=1,25…

    1

  5. The-Same-Storm-in-Two-Machines-Plasma-storm-unification The-Same-Storm-in-Two-Machines-Plasma-storm-unification Public

    Cross-community plasma synthesis: are non-equilibrium MHD-generator streamers and Hall-thruster rotating spokes the same nonlinear ionization-wave attractor? Reduced model, simulation, and graded r…

    Python 1

  6. Plasma-Assisted-Boundary-Dynamics-and-Material-Memory-in-Extreme-Weather Plasma-Assisted-Boundary-Dynamics-and-Material-Memory-in-Extreme-Weather Public

    Boundary Condition Dynamics (BCD): a state-space framework for history-dependent extreme-weather damage inference — Monte Carlo force-balance forensics, coupled lightning–soil diffusion modeling, p…

    Python