[ WARNING: UNAUTHORIZED ACCESS ]

No system is secure.

Cybersecurity and AI researcher. I train models from scratch, build embedded inference pipelines, and write custom exploit chains. I build the architecture, and I break the execution.

View Architectures GitHub

01. Select Projects

Mortal Kombat 11 RL Bot

PyTorch // Reverse Engineering // PPO

Reinforcement Learning Agent with Memory Reverse Engineering.

Reverse engineered game memory layout via signature scanning to extract coordinate hashes and state bytes; bypassed anti-tamper protections to enable real-time RAM reads through a custom DMA python module using pymem.

Trained a DNN + decision-tree hybrid (minimax-style lookahead) via multi-agent PPO self-play, achieving superhuman play. Eliminated SubprocVecEnv IPC overhead with a vectorized MK11VecEnv for ~7.5x training throughput.

View Source Code →

Ember Transformer

Python // PyTorch // Multi-GPU

A 4M-parameter LLM built entirely from scratch.

Trained an 8-head Transformer from scratch on a single RTX 5070 over 3 weeks. Achieved multi-sentence coherent dialogue via mixed-precision training and gradient checkpointing with no pretrained weights.

Optimized custom tokenization, batching, and data pipelines to improve inference quality and training throughput.

View Source Code →

On-Device AI Assistant (Oris)

PyTorch // Jetson Nano // Edge AI

Local voice assistant running full keyword detection and intent parsing.

System runs on an NVIDIA Jetson Nano, combining a 5-million-parameter PyTorch conversational model with Picovoice’s Porcupine for keyword spotting and Rhino for intent parsing.

Executes natural language understanding fully on-device, mapping recognized intents to GPIO or MQTT-based appliance controls with zero cloud dependency.

View Source Code →

Thermal-Chunk

ESP32 // PID Control // C++

Hybrid temperature regulation system for ultra-stable thermal management.

Achieved ±0.05°C stability on an ESP32 using a dual-mode control system (lag-aware PID + constant-power model) with predictive braking and sensor-lag compensation.

Enabled rapid convergence and runtime tuning through a serial control interface with CSV and multi-sensor capabilities.

View Source Code →

Embedded Siren Detector

C++ // ESP32 // TFLite Micro

Knowledge distillation for low-power edge inference.

Embedded DSCNN based ML system for emergency siren detection: distilled a 4M-parameter TensorFlow teacher into a 38k-parameter DSCNN on ESP32.

Achieved 99.97% test accuracy, 92% real-world accuracy, 18 ms latency, and 3+ days per 1% battery using a quantized, low-power inference pipeline with optimized DSP preprocessing.

[ Currently Closed Source ]

Nebulo Platform

React // Node.js // WebSockets // DHKE

Secure, encrypted full-stack collaboration network.

Built a 30k-line, 165-commit encrypted platform featuring DHKE chat, project posts, auto-groups, tasks, and threads.

Eliminated plaintext exposure via salted SHA-256 auth, per-session DHKE keys, and optimized WebSocket messaging.

[ Currently Closed Source ]

02. Stack & Capabilities

Languages

Python C / C++ JavaScript / HTML Java SQL Rust MIPS Assembly Bash

AI & Machine Learning

PyTorch TensorFlow Stable Baselines3 PPO / RL Attention Architectures Quantization DSCNN Compression

Offensive Security & RE

Binary Exploitation Reverse Engineering Cryptography (DHKE) ZK-ML Malware Analysis VAPT Ghidra pwndbg / GDB

Systems & Architecture

Linux/Unix Docker React / Node.js PostgreSQL WebSockets ESP32 Firmware Valgrind Wireshark

03. Experience & Research

Undergraduate Researcher (ZK-ML)

Arizona State University // 2025 - Present

Led a 3-person team developing a universal ZK-ML proof system supporting arbitrary architectures by optimizing GeLU/nonlinear layers using 5th-degree polynomials, piecewise-linear methods, and lookup-table membership proofs. Designed a cross-model UI enabling standardized proof I/O for heterogeneous networks.

Undergraduate Researcher (Data Privacy)

PERSUE Labs // Jan 2025 - Present

Conducting research on Zoom applications and Android ecosystems to identify data leakage vulnerabilities. Collaborating with faculty on secure communication tools and mobile platform mitigation techniques.

Undergraduate Teaching Assistant

ASU FSE 150 // Aug 2025 - Present

Mentor 20+ students weekly on engineering problem-solving and teamwork for Grand Challenges for Engineering. Deliver personalized feedback to improve student project outcomes.

CTF Competitor (Pwn & Rev)

Shellphish CTF Team // 2024 - Present

Competed in 40+ CTFs across pwn, reverse engineering, and cryptography. Ranked #3 on ASU Hacking Club leaderboard. Focus areas include binary exploitation (ROP chains, shellcode injection, PIE/ASLR bypasses, format string attacks), malware RE, and cryptanalysis.

Program Coordinator (Cybersecurity)

Digisafe // Apr 2023 - May 2023

Conducted interactive hacking demonstrations and corporate cybersecurity awareness training. Produced training materials integrated into programs used by 500+ employees.