Michael Rusu
I research and build machine learning systems that perceive, reason, and act in the real world.
The formula says I keep becoming a better version of myself through machine learning, research, good code, curiosity, Pokémon collecting, guitar, and hardware. I know im such a nerd

bio_tensor = torch.tensor(list(michael.bio.encode('utf-8')), dtype=torch.uint8)
print('bio_tensor =')
print(bio_tensor)
print(f'\nshape={tuple(bio_tensor.shape)} · dtype={bio_tensor.dtype}')
print('\ndecoded →', bytes(bio_tensor.tolist()).decode('utf-8'))bio_tensor =
tensor([ 77, 105, 99, 104, 97, 101, 108, 32, 82, 117, 115, 117, 32, 124,
32, 77, 97, 99, 104, 105, 110, 101, 32, 76, 101, 97, 114, 110,
105, 110, 103, 32, 69, 110, 103, 105, 110, 101, 101, 114, 32, 38,
32, 85, 110, 100, 101, 114, 103, 114, 97, 100, 117, 97, 116, 101,
32, 82, 101, 115, 101, 97, 114, 99, 104, 101, 114, 32, 124, 32,
85, 67, 70, 32, 72, 111, 110, 111, 114, 115, 32, 124, 32, 80,
111, 107, 195, 169, 109, 111, 110, 32, 194, 183, 32, 103, 117, 105,
116, 97, 114, 32, 194, 183, 32, 104, 97, 114, 100, 119, 97, 114,
101], dtype=torch.uint8)
shape=(113,) · dtype=torch.uint8
decoded → Michael Rusu | Machine Learning Engineer & Undergraduate Researcher | UCF Honors | Pokémon · guitar · hardwaredataset = MichaelDataset(
sources=["projects", "experience", "research", "hobbies"]
)
model = TinyMichael(
architecture="curiosity-transformer",
objectives=["build", "research", "teach", "collect"]
)
history = model.fit(dataset, epochs=7)
model.eval()
with torch.no_grad():
predictions = model.predict(michael)
predictionsprojects = michael.projects(documented=True, sort_by="impact")
display(projects)# lets sample from my portfolio and break it up into 3 categories
portfolio_sample = michael.projects.sample(n=14, random_state=42)
capability_map = (
portfolio_sample
.vectorize(features=["reasoning", "perception", "research"])
.reduce(method="PCA", dimensions=2)
.cluster(n_clusters=3)
)
capability_map.plot(
style="seaborn-v0_8-whitegrid",
label_points=True,
title="PCA map of recurring portfolio capabilities",
)
experience = michael.experience()
experience.timeline()Codex Ambassador · OpenAI
Supporting the global developer community with practical Codex education, agentic coding workflows, and product feedback.
Comet Ambassador · Perplexity AI
Introduced Perplexity Comet browsing and AI-assisted research workflows to the UCF community during a completed six-month ambassadorship.
Undergraduate Researcher · VARLAB, UCF
Conducting ML and XR research through virtual environments, experimental systems, and data pipelines.
Undergraduate Researcher · KSRP, UCF
Completed research on resilient on-device RAG with knowledge graphs for personalized language models.
Director of Workshops & Hackathon Organizer · Knight Hacks
Leading technical workshops and organizing hackathon programming for the UCF developer community.
Machine Learning Intern · Lockheed Martin
Built and deployed machine-learning systems for aerospace inspection and integrated them into established engineering workflows.
MIS Intern · SCC Soft Computer
Supported network infrastructure and security for healthcare systems serving hospitals and laboratories.
Project Lead · AI Club ELHS
Led student machine-learning projects and taught AI fundamentals through June 2025.
michael.experience().graph()Michael, quantified

| Category | Metric | Value | Note |
|---|---|---|---|
| Production impact | Users reached by a production bot | 150K+ | Lower bound |
| Production impact | Commands processed since launch | 2M+ | Lower bound |
| Production impact | Production uptime | 99.9% | |
| Production impact | Operational savings from an ML workflow | $15K / WEEK | |
| Recognition & open source | Public hackathons with a winning project | 3 OF 5 | Three winning projects across five public hackathons. |
| Recognition & open source | Open-source merge PR | MERGED PR | Merged into Hugging Face Datasets v4.8. |
| Recognition & open source | Flash Linear Attention merge PR | MERGED PR | PR #910 merged into Flash Linear Attention (FLA). |
| Recognition & open source | OpenAI Codex Ambassadors | 1 OF 149 | One of 149 OpenAI Codex Ambassadors. |
| Hobbies & collections | Pokémon caught | 2,018 | |
| Hobbies & collections | Shiny Pokémon | 14 | |
| Hobbies & collections | Years playing guitar | 1 | |
| Hobbies & collections | Songs learned | 40 | |
| Hobbies & collections | Live performances | 1 | |
| Hobbies & collections | Vinyl records | 32 |
michael.next_step()Selected work · research · engineering
Let’s build something useful.
Have a research question, applied ML problem, or ambitious product idea?