~/yusuf.sys ~ login
Yusuf Muhammad Musa

YUSUF MUHAMMAD MUSA

❯ AI SYSTEMS ENGINEER

End to end, from model to decision.

Available for opportunities
yusuf.sys ~ initialize()
Loading architect...

I build on software engineering fundamentals most ML engineers skip. Clean architecture, reliable systems, code that holds under production load — that's the floor everything else sits on.

The data infrastructure layer came next. High-volume pipelines, complex APIs, distributed storage. The part most ML projects quietly fail at before a model ever trains.

Now I build where all of it converges — solvers, models, and deployment pipelines as a single system. End to end. From raw data to a decision that runs in the real world.

0% activated
yusuf.sys ~ build

DECISION INTELLIGENCE IN ACTION

A live window into how constraints collapse into a single optimal decision — the core of what the three layers below produce.

process: Pyomo/Gurobi_v9|status:idle
obj_func: min(Z = Σ c₂·x₂ + r₂)
Feasibility Boundary (Upper)Feasibility Boundary (Lower)Raw Problem (IP)Nodes: 1.2k | Integer ConstraintsOptimal Integer DecisionObj Value: 1,402
AI LAYER

AGENTIC WORKFLOWS & REAL-TIME INFERENCE ENGINE

Integrating AI models into production systems as decision-making engines embedded in real workflows, not demos.

AGENT_ORCHESTRATOR_CONSOLE
[04:16:13] [INIT] Pyomo solver pipeline active
[04:16:14] [ORCH] Ingesting high-dimensional matrices
[04:16:14] [LLM] Heuristic: node x₁ > 0 suggested
[04:16:15] [API] Claude token: 1.4k | lat: 142ms
Claude APIGeminiHuggingFaceLangChainPython
OPTIMIZATION

MATHEMATICAL SOLVER & PRESCRIPTIVE ANALYTICS

Building mathematical models that prescribe the best action, not just predict, utilizing operations research.

SOLVER_TELEMETRY_STREAM
OBJ_Z:1,402.00
GAP:0.00%
NODES:1,248
CONSTR:84 / 120
PIVOTS:12
ITER:14820
OR-ToolsPuLPPyTorchSciPyPyomo
DATA & INFRA

FULL-STACK INFRASTRUCTURE & PIPELINE DATA FABRIC

Owning the full stack from raw data pipelines and feature engineering to deployed models and cloud infrastructure.

PIPELINE_ORCHESTRATION
dbt
Ingest
Feat
Store
GPU
Train
Eval
Verify
AWS
Deploy
[HEALTHY] Pipeline synced. Objective function verified under strict integer conditions.
AWSNext.jsTypeScriptdbt
yusuf.sys ~ projects

SYSTEMS I'VE BUILT

End-to-end. From model to deployment.

fleet_dashboard.view
Hermes dashboard

HERMES

Hierarchical Execution & Routing for Multi-agent Enterprise Supply-chain

Complete
Multi-Agent AI Systems + OR

An event-driven AI logistics platform that pairs classical Operations Research (OR-Tools CVRPTW) with a five-agent LangGraph decision layer. The architectural thesis: LLMs decide when and how to invoke the solver — they never replace it. Mathematical optimisation is authoritative; agents handle anomaly detection, SLA risk scoring, and re-solve decisions around it.

  • Five-agent LangGraph pipeline: Monitoring → Classification → SLA Risk → Rerouting → Dispatch, with conditional edge skipping ~70% of LLM calls on nominal ticks
  • OR-Tools CVRPTW solver with 7 hard constraints (capacity, time windows, shift limits, depot routing) — provably optimal route plans
  • Idempotent event processing via DuckDB anti-join — agents never re-process the same event regardless of run count
pipeline_flow
Events
Monitor
Classify
SLA Risk
Reroute
...
PythonOR-ToolsLangGraphLangChainNVIDIA NIMPydantic+8
agent.audit_trail
running
Agent audit trail

EcoGrid-Agent

Autonomous VPP Orchestrator & Grid Optimization Engine

Complete
Multi-Agent AI Systems + Operations Research

An autonomous virtual power plant (VPP) orchestrator that parses natural language policy documents into linear program constraints, forecasts solar energy using XGBoost, and generates mathematically optimal battery charge/discharge schedules via Google OR-Tools.

  • Deterministic three-phase pipeline: Gemini Intent Parser (using response_schema) → Qdrant Policy Retrieval → XGBoost Solar Forecast → OR-Tools LP Solver
  • Dynamic RAG-to-constraint mapping: parses regulatory SOPs at runtime to inject safety buffers (e.g. 30% for hospital reserve) without code changes
  • Asynchronous worker architecture: Celery + Redis offloads blocking solver computations from FastAPI to handle high-concurrency request polling
pipeline_flow
User Prompt
FastAPI
Celery + Redis
Gemini Agent
Qdrant RAG
...
PythonFastAPICeleryRedisGemini SDKQdrant+6
$ preview --status=pending

NETI–HyOptima

Net-Zero Energy Transition Intelligence

In Development
Research Project

A cloud-native decision intelligence platform that turns energy transition policies into optimized strategies for hybrid energy systems: gas, renewables, storage, and hydrogen.

  • MILP optimization engine (Pyomo) minimizing cost, emissions, and unserved energy
  • ML forecasting: LSTM + XGBoost + Prophet for demand and renewable prediction
  • Monte Carlo simulation for uncertainty in demand, fuel prices, weather
pipeline_flow
Sources
ETL
LSTM
XGBoost
MILP
...
PythonPyomoLSTMXGBoostProphetFastAPI+3
pipeline.live
running

Real-Time Energy Data Pipeline

Cloud-Native Data Engineering

Complete
Data Engineering

A cloud-native pipeline that handles the full lifecycle of energy distribution data: simulation, streaming, processing, storage, transformation, and optimization.

  • Real-time IoT simulation → Kafka → Spark → PostgreSQL + S3 pipeline
  • Stage 1 LP optimizer: fair energy allocation across 5 zones by priority
  • Stage 2 Transportation optimizer: routes power minimizing transmission loss
pipeline_flow
IoT
Kafka
Spark
PostgreSQL
S3
...
KafkaApache SparkdbtPuLPAirflowPostgreSQL+4
dashboard.view
HabitOS dashboard

HabitOS

Behavioral Optimization Platform

Live
Full-Stack AI

A full-stack system that turns life goals into mathematically optimized daily schedules using Mixed-Integer Linear Programming.

  • MILP solver (PuLP + CBC) optimizing daily schedule across time, energy, and behavioral constraints
  • Solves typical schedules in under 500ms
  • JWT authentication, role-based access, async FastAPI backend
pipeline_flow
User Goals
Constraints
MILP Solver
Energy Model
Schedule
FastAPIReact 18TypeScriptPuLPPostgreSQLRedis+3
dashboard.live
running
Titanic dashboard

Titanic Survival & Lifeboat Optimizer

ML Prediction + Operations Research Allocation

Complete
ML + Operations Research

A decision intelligence system fusing XGBoost survival prediction with Mixed-Integer Programming to solve lifeboat allocation under ethical and capacity constraints.

  • XGBoost classifier achieving 85% accuracy and 0.82 F1 score
  • MIP optimizer allocating lifeboat seats by survival probability + ethical constraints
  • Ethical constraints: ≥30% children, ≥50% women priority guarantees
pipeline_flow
Passengers
Features
XGBoost
Ethics
MIP Solver
...
XGBoostPuLPFastAPIStreamlitMLflowAWS S3+2
yusuf.sys ~ stack

TOOLS I BUILD WITH

AI & Intelligence
Data Engineering
Backend & APIs
Cloud & Infrastructure
Frontend & Visualization
Active Tool
Hover or click a tool
to see its project usage

Project Integration Matrix

: usage intensity
HERMES
EcoGrid-Agent
Energy Pipeline
HabitOS
NETI
Titanic
Python
HIGH
HIGH
HIGH
HIGH
HIGH
HIGH
PyTorch
MED
XGBoost
HIGH
HIGH
HIGH
scikit-learn
MED
MED
MED
HuggingFace
LOW
MLflow
MED
HIGH
PuLP
HIGH
HIGH
HIGH
Pyomo
HIGH
OR-Tools
HIGH
HIGH
MED
LangGraph
HIGH
LangChain
MED
NVIDIA NIM
HIGH
Pydantic
HIGH
fastembed
HIGH
Gemini SDK
HIGH
FastMCP
MED
Apache Kafka
HIGH
Apache Spark
HIGH
Apache Airflow
HIGH
MED
dbt
HIGH
PostgreSQL
MED
HIGH
HIGH
BigQuery
LOW
DuckDB
HIGH
LOW
MotherDuck
HIGH
Bruin
HIGH
AWS S3
HIGH
HIGH
HIGH
Parquet
HIGH
Qdrant
HIGH
FastAPI
HIGH
HIGH
HIGH
HIGH
TypeScript
HIGH
Redis
HIGH
MED
SQLAlchemy
HIGH
JWT
HIGH
OpenAPI
HIGH
MED
Rich
HIGH
Celery
HIGH
WebSockets
HIGH
AWS
HIGH
HIGH
HIGH
GCP
LOW
Terraform
HIGH
Docker
HIGH
HIGH
HIGH
HIGH
Docker Compose
HIGH
HIGH
MED
Nginx
MED
GitHub Actions
HIGH
MED
HIGH
DynamoDB
MED
Poetry
MED
uv
HIGH
React 18
HIGH
Tailwind CSS
HIGH
Framer Motion
MED
Streamlit
HIGH
HIGH
Plotly
HIGH
HIGH
MED
Folium
HIGH
Evidence.dev
HIGH
Recharts
MED
Zustand
HIGH
React Router v7
HIGH
shadcn/ui
HIGH
58 tools across 6 projectsScroll for more
yusuf.sys ~ contact

LET'S BUILD SOMETHING

Open to roles, collaborations, and interesting problems.

~/YUSUF — CONTACT
SYSTEM STATUS
Connection established
Available for new engagements
5+Systems shipped
24hResponse time
yusuf.sys ~ ask

Project Endgame

An AI agent that knows everything I've built.

ENDGAME — AGENT v1.0
KNIGHT v1.0
SYSTEM READY
$

Press Enter to send · Tab through suggestions