> INITIALIZING SYSTEM...
> LOADING NEUROGRAPH WEIGHTS... [OK]
> BOOTING NEXUS AGENTS... [OK]
> ACCESS GRANTED.
|

Building AI that sees what the eye misses.

I'm Azariah Jebin — I predict pediatric brain tumor biomarkers from tissue slides, design multi‑agent architectures for autonomous decision systems, and take the harder path over the faster one.

0.939 GFAP AUC 182 IRB-approved cases 5 molecular biomarkers M.S. AI UT Austin
SCROLL
01 About

Spatial intelligence, real‑world ready.

AI/ML Engineer with an M.S. in Artificial Intelligence from UT Austin (GPA 3.7). Author of NeuroGraph, a spatially informed GNN framework predicting pediatric brain tumor biomarkers directly from H&E whole slide images, achieving a mean AUC of 0.761 across 5 biomarkers on 182 real-world clinical cases in collaboration with Dell Medical School.

Background spans 3 years of production data engineering at Capgemini (concurrent with MSAI) and active freelance ML work. Committed to building AI that functions reliably under messy, resource-constrained, real-world clinical conditions.

M.S. AI · UT Austin 3 yrs production engineering Dell Medical School collaboration
02 Why me

What sets me apart.

🧠

Spatial AI Specialist

GNNs that reason about tissue topology, not just pixel averages.

🏥

Clinically Validated

182 IRB‑approved cases, validated with the collaborating neuropathologist at Dell Medical School.

⚙️

3 Years Production Engineering

Ran ETL pipelines and LLM systems while completing my M.S. – fully in parallel.

🚀

Ship Mentality

Built and shipped a production app to the Play Store – end‑to‑end, solo.

03 Featured Work

Two systems, one question: how far can AI own a decision before a human needs to step in?

One answers it in a hospital. The other answers it in an insurance claim. Same underlying bet — that confidence, quantified honestly, is what makes autonomy trustworthy.

NeuroGraph
M.S. Thesis · UT Austin · Dec 2025 · IRB Protocol STUDY00007710

A graph neural network that predicts five molecular biomarkers for pediatric brain tumors directly from routine H&E tissue slides — no additional lab work required. Validated on 182 real, IRB-approved cases from Dell Medical School.

GFAP AUC 0.939 Mean AUC 0.761 182 IRB-approved cases

The problem. Standard multiple-instance-learning treats each tissue patch as independent — discarding the spatial topology a pathologist actually relies on. Molecular testing gives ground truth, but it's frequently missing outright: in this cohort, GFAP was available for only 54% of cases and H3K27M for just 28%.

The approach. NeuroGraph treats each slide as a Delaunay-triangulated graph over UNI2-h patch embeddings (400–6,000 nodes per slide), reasoning over it with 3× EdgeConv blocks — computing explicit feature differences between neighboring patches, so the model reads tissue gradients and infiltrative edges, not just local averages. A custom masked BCE loss lets it learn from whichever biomarkers are actually annotated per case, instead of discarding partially-labeled slides.

Patch embedding feature space Delaunay-triangulated patch graph Important nodes and clusters

Interpretability. Predictions alone aren't useful without a reason to trust them. GNNExplainer produces biomarker-specific tissue heatmaps, feeding a clinical dashboard qualitatively validated by the collaborating neuropathologist — for INI1, the model's highlighted regions correctly localized AT/RT rhabdoid morphology. Click a biomarker below to see its heatmap on a real case:

GFAP
AUC 0.939
Synaptophysin
AUC 0.777
ALK1
AUC 0.736
H3K27M
AUC 0.699
INI1
AUC 0.656
Interpretable AI clinical report
Full interpretable clinical report — per-biomarker confidence and tissue heatmaps for one real case.
Training curves Cross validation results

Where it's going next. I'm continuing this as an active UT Austin lab member — extending NeuroGraph into a multimodal framework fusing WSIs, tumor coordinates, and patient demographics via a joint embedding layer, with a multi-task objective decoding molecular biomarkers, genomic signatures, DNA methylation profiles, and histologic tumor type simultaneously. I've also proposed a biomedical-LLM branch via cross-attention fusion, so the model can generate a structured clinical explanation, not just a prediction.

01 — The problem

Standard methods look at tissue one patch at a time.

They discard the spatial relationships a pathologist actually reads.

02 — The approach

NeuroGraph builds a Delaunay-triangulated graph.

400–6,000 nodes per slide, each one a real tissue patch.

03 — Architecture

EdgeConv reasons about differences, not averages.

Three stacked blocks read tissue gradients across every connection.

04 — Interpretability

GNNExplainer shows its work.

Highlighted regions correctly localized AT/RT rhabdoid morphology for INI1.

05 — Results

GFAP AUC 0.939, on 182 real cases.

Validated against an IRB-approved pediatric cohort at Dell Medical School.

06 — What's next

Extending into a multimodal framework.

WSIs, genomics, and methylation profiles, fused into one model.

03
NEXUS
Preprint · Preprints.org · Feb 2026 · Read the story on Medium ↗

A multi-agent framework re-architecting insurance from human-default to AI-native, governed by the Truth Score Engine — a confidence metric that decides, per claim, whether a human ever needs to look at it.

>90% → Auto 60–90% → Review <60% → Manual
NEXUS lifecycle transition

The premise. Most enterprise workflows are human-default: an AI system assists a person, and a person makes the call. NEXUS argues for the opposite in autonomous insurance processing — a decentralized network of domain-specific agents handles claims end-to-end, with humans routed in only where the system's own confidence says they're needed.

NEXUS lifecycle transition (expanded)

The mechanism. Coordination runs through the Truth Score Engine, a weighted, penalty-adjusted consensus metric built on evidential deep learning principles:

T_s = [ Σ (w_i · C_i) ] · Π(1 − H_penalty)

Click to simulate a claim moving through the engine — each run generates a random agent-consensus score and routes it accordingly, exactly as NEXUS does in production.

Truth Score Engine routing End to end claim adjudication workflow

Why this framing matters. Most "AI + human review" systems treat every decision the same way — full automation or full review. Confidence-aware routing spends human attention only where it's actually warranted; that's the difference between "AI-assisted" and genuinely AI-native operations.

01 — The problem

Insurance is still human-default.

A person is the primary operator at every step — the bottleneck by design.

02 — The approach

A decentralized network of specialist agents.

Each one reasons about a single domain — risk, pricing, fraud, medical validity.

03 — The mechanism

The Truth Score Engine weighs their consensus.

A penalty-adjusted metric built on evidential deep learning principles.

04 — Confidence-aware routing

>90% auto. 60–90% review. <60% manual.

Human attention is spent only where the system's own confidence says it's warranted.

05 — Why it matters

AI-assisted vs. genuinely AI-native.

Most systems review everything the same way. Confidence-aware routing doesn't.

06 — Try it

See it decide, above.

The interactive Truth Score simulator is live in the NEXUS card above.

The Amazing Bible
Personal project · Google Play Store ↗

A distraction-free Bible study and daily reading app: multiple translations (KJV to historical texts like the Geneva Bible, to literal translations like Young's Literal), full offline access, fast verse search, bookmarks, a prayer journal, and reading-streak tracking. No ads, no subscriptions. Shipped end-to-end on my own — the one thing here that went from idea to a real user's phone with no lab, no client, no deadline but my own.

Flutter LLM-assisted dev Play Store · 5.0★
04 Additional Research

Smaller in scope, still real findings.

Mitigating dataset artifacts in NLI
UT Austin · Dec 2025 · with Shobika A.

A hypothesis-only ELECTRA-Small baseline hit 60.12% accuracy on SNLI from spurious artifacts alone. Product-of-experts debiasing showed light correction (α=0.2) improves robustness while aggressive correction (α=0.8) degrades accuracy (89.6% → 87.9%) — debiasing is a genuine trade-off, not a free lunch.

Cascaded YOLOv5 + EfficientNet video analytics
UT Austin · 2025

Two-stage pipeline — YOLOv5 for spatial localization, EfficientNet for feature classification — built around edge-device constraints. Custom augmentation pipelines for background-noise robustness, profiled for FPS and memory footprint rather than raw accuracy alone.

SuperTuxKart AI
MSAI coursework · UT Austin

Trajectory-prediction planners (MLP, CNN, Transformer variants) for autonomous racing, with custom loss functions targeting lateral/longitudinal error. ~40% trajectory accuracy gain over baseline, validated in PySuperTuxKart.

Road scene segmentation + depth
MSAI coursework · UT Austin

Residual U-Net for simultaneous road segmentation and monocular depth estimation, with multi-task loss functions aimed at real-time inference speed for downstream planning.

05 Tech stack

What I build with.

ML / Deep Learning
PythonPyTorchPyTorch Geometricscikit-learn
Computer Vision / Pathology
OpenCVYOLOv5EfficientNetU-Net
Agentic AI / LLMs
LangChainGoogle ADKGemini
Infrastructure
GCPBigQueryNeo4jAirflow
06 Education & certifications
M.S. Artificial Intelligence
University of Texas at Austin
3.7 / 4.0 · Dec 2025
B.E. Computer Science Engineering
SCAD College of Engineering
8.25 / 10 · Jul 2022
CITI Biomedical Research (valid 2028) Google Prompting Essentials Machine Learning ×2 Agile Software Development Informatica IICS 2024 Computer Vision (OpenCV)
07 Publications

Formal research output.

NeuroGraph
Master's Thesis · UT Austin · Dec 2025

Predicting pediatric brain tumor biomarkers from H&E WSIs using Graph Neural Networks. Advisors: Dr. Ying Ding, Dr. Leqi Liu · Clinical: Dr. Chandra Krishnan, Dell Medical School.

NEXUS
Preprint · Preprints.org · Feb 2026 · DOI ↗

A multi‑agent architectural framework for autonomous enterprise workflows, introducing the Truth Score Engine for confidence‑aware decision routing.

Mitigating Dataset Artifacts in NLI
UT Austin · Dec 2025 · with Shobika A.

Sensitivity analysis of ensemble‑based debiasing on SNLI. Quantified trade‑off between leaderboard accuracy and robust generalization.

08 Experience

Two tracks, no shortcuts.

Three years running production data engineering and graduate AI research in parallel.

JUN 2025 — PRESENT
Graduate Researcher
The University of Texas at Austin
Extending NeuroGraph into a multimodal framework fusing WSIs, genomics, and DNA methylation profiles via a joint embedding layer, with a proposed biomedical-LLM cross-attention branch for structured clinical explanation.
FEB 2023 — DEC 2025
Analyst
Capgemini · Bengaluru
Built SemantIQ, an LLM-powered NL-to-Cypher/SQL retrieval assistant (LangChain + Gemini, Neo4j + Streamlit). Migrated legacy Teradata pipelines to GCP BigQuery via Airflow. Ran this fully in parallel with the MSAI program.
OCT 2021 — DEC 2022
GIS / Data Intern
Thazhal Geospatial Analytics · Tirunelveli
Flask APIs for raster map processing, QGIS + Pandas land record digitization for Tamil Nadu government projects. Received a Certificate of Appreciation from the Tirunelveli District Collector.
09 Get in touch

Let's talk.

Open to select engineering collaborations — reach out directly.