Writing Hub
Essays, experiment logs, and technical notes across AI governance, reasoning systems, BioAI, and engineering practice.
Project Topics
More Topics

How do you know when your entire AI pipeline is wrong — not just one model? (EXP-033)
EXP-033 shows how to validate an entire AI pipeline, not just one model, using five-gate checkpoints, reproducible PASS/BLOCK parity, AlphaGenome on/off testing, and fully traceable governance decisions.

What AI Changed About Research Code — and What It Didn’t
The old bottleneck was writing the code. The new bottleneck is proving that the code still means what the theory meant.

What an AI Reasoning Engine Built for Alzheimer's Metabolic Research: A Code Walkthrough
A code walkthrough of an AI reasoning engine for Alzheimer’s metabolic research, showing how literature ingestion, causal inference, and executable biomarker scaffolds generate falsifiable pre-validation hypotheses.

Chaos Engineering for AI: Validating a Fail-Closed Pipeline with Fake Data and Math
A case study in AI governance showing how synthetic invalid inputs, structural disagreement, SIDRCE ethics checks, and end-to-end reliability scoring triggered a safe BLOCK verdict in a biomedical pipeline.

When AI Models Fight, Truth Wins: The “Eureka” Moment for Tired Researchers
To the grad student staring at a pLDDT of 90 and wondering why the ligand won’t bind.

From 97% Model Accuracy to 74% Clinical Reliability: Building RSN-NNSL-GATE-001
Learn how RSN-NNSL-GATE-001 turns high model accuracy into system-level clinical reliability by blocking unsafe AI pipeline decisions, measuring end-to-end risk, and enforcing fail-closed governance.

Orchestrating AlphaFold 3 & 2 with Python: Handling AI Hallucinations using Adapter Patter (Trinity Protocol Part 1)
Learn how to orchestrate AlphaFold 3 and AlphaFold 2 with Python using the Adapter Pattern to detect AI hallucinations, measure structural drift, and improve protein prediction reliability.

I Integrated AlphaFolder3 & AlphaGenome. It Looked Perfect. Then It Failed the "Honesty Test."
A real-world experiment integrating AlphaFold3 and AlphaGenome revealed a critical lesson: AI predictions that look perfect can still fail the ‘honesty test.’ A deep dive into bioinformatics, model validation, and AI reliability in drug discovery.

How Failing in 2 Hours Saved 8 Months of Drug R&D: Engineering a "Truthful Null" with Upadacitinib
A bioinformatics case study on Upadacitinib showing how SR9 stability scoring and drift analysis exposed lipid carrier incompatibility early, saving months of drug delivery R&D

RExSyn Nexus 0.6.1 - Stop Hallucinating Proteins: How We Built a 7D Reasoning Engine with AlphaFold3
RExSyn Nexus 0.6.1 adds Structure as a 7th reasoning dimension, using AlphaFold3 confidence signals to reject biologically plausible but physically impossible protein hypotheses with deterministic, auditable validation.

My Code Fixed Itself at 11PM
A “Quantum Engine” is a dramatic name. Here’s the un-dramatic story.

My First Attempt at a Medical AI with ELI5
How I built my first medical AI prototype without med school or credentials—using GitHub, arXiv, and one magic spell: ELI5.