$ finger abdulmalik

Abdulmalik Ajisegiri

Model Risk & Validation Engineer — DTCC · Dallas–Fort Worth, TX

abdulmalik@ajisegiri: ~

$ whoami

abdulmalik-ajisegiri — systems engineer, model validator

$ cat current_role.txt

Model Risk & Validation Engineer @ DTCC — SR 11-7, LLMs, challenger models

$ ls projects/ | head -3

agentic-mrm-platform/ quantedge-labs/ cardiac-surgery-risk-model/

$

live from the home office — he notices your cursor

02 / BY THE NUMBERS

The record so far.

4

ROLES

DTCC · Collins · Deloitte · OU

2

DEGREES

M.S. OU · B.S. UT Arlington

CISA

CERTIFIED

ISACA · MATLAB / Simulink

20

RESEARCH NOTES

the working library, growing steadily

03 / STACK & STANDARDS

Tools of the trade.

The tools and frameworks I work in — from my resume, not a wish list.

PYTHONSQLC/C++TYPESCRIPTSR 11-7DO-178CNIST CSFMBSE / CAMEOMATLAB / SIMULINKDOCKERAWS
04 / FROM THE WORKBENCH

Drift, quantified.

Population Stability Index — the drift monitor from Validating Models Like a Skeptic. Bin on the reference distribution, watch the score most of all.

psi_monitor.py python
def psi(expected, actual, bins=10, eps=1e-4):
    """Population Stability Index.
    <0.1 stable · 0.1–0.25 watch · >0.25 investigate."""
    breaks = np.unique(np.quantile(expected, np.linspace(0, 1, bins + 1)))
    e_counts, _ = np.histogram(expected, bins=breaks)
    a_counts, _ = np.histogram(actual, bins=breaks)
    e_perc = np.clip(e_counts / e_counts.sum(), eps, None)
    a_perc = np.clip(a_counts / a_counts.sum(), eps, None)
    return np.sum((a_perc - e_perc) * np.log(a_perc / e_perc))

# score drift is the canary: decisions move when scores move
print(f"model score  PSI=psi(score_valid, score_prod):.3f")
06 / CURRENTLY

Right now.

STATUSDALLAS–FORT WORTH, TX

Model Risk & Validation Engineer at DTCC, working the AI/ML model-risk lifecycle — SR 11-7 determination, independent validation, LLM evaluation. Based in Dallas–Fort Worth, TX. Building an agentic model-risk platform and writing a 20-note research series on validation, quant research, simulation, and embedded systems.

About me Resume
07 / ELSEWHERE

Find me elsewhere.

Code, writing, and professional profiles.