RMRuize MaAI SYSTEMS LAB

featured work

Systems with inspectable demos

Each project calls a FastAPI wrapper that either recomputes with the original code path or exposes provenance-backed original artifacts when live dependencies are unavailable.

All projects

AI Agent System

NBA Roster Upgrade Agent

nba

An LLM-driven NBA player recommendation and scouting workflow built around team need diagnosis, player strength vectors, fit ranking, robustness checks, and grounded Q&A.

LLM parsingSports analyticsFit ranking

Pipeline nodes

11

WebApp registry

Eval metrics

7

zero-shot vs tools

Backend

FastAPI

imports nba_agent

Reasoning System

Plan–Act–Verify Biomedical Reasoning

biomedical

An agentic biomedical QA system that answers medical reasoning problems through planning, evidence retrieval, Tool Facts, verification, and final answer synthesis.

Plan-Act-VerifyCURE-BenchTool Facts

Published acc.

0.69564

fine-tuned GPT-4.1 + tools

Passes

2

plan then answer/verify

Tool families

6

FDA, DailyMed, RxNav, more

Predictive Model

Insurance Cost Predictor

insurance

A neural-network and machine-learning prediction system that estimates annual insurance costs using original saved model artifacts, uncertainty signals, and feature drivers.

Saved modelsBlock 2 routingQuantile interval

Inputs

6

age, BMI, children, sex, region, smoker

Best model R2

0.846

XGBoost comparison metric

Backend

FastAPI

wraps original shared.py

LLM Agent / Map Data Quality

POI Quality Agent

poi

A small LLM-agent style workflow for POI data quality judgment using mock map, merchant, user feedback, and spatial evidence.

POILLM AgentRAG-style retrievalEvidence scoring

Evidence chunks

10+

mock multi-source signals

Top-K retrieval

5

ranked evidence

Workflow steps

7

visible tool trace

build principles

Calm, visible system behavior

planner

LLM Parser

query JSON

Converts the natural-language roster request into team, goal, top-k, recent-game window, and availability filters.

planner

Agentic Tool Selection

tool plan

Selects visible workflow sections, validates dependencies, records skipped tools, rationales, and fallback state.

analytics

Tool A: Team Need Diagnosis

need vector

Uses recent team statistics and league z-scores to compute a need-weight vector.