Marrio Jeyakumar

Boston, MA · WPI Computer Science · Expected Dec. 2027

Marrio Jovin
Jeyakumar

Software Engineer  ·  AI / ML Focus

I build AI systems that ship to real users. Three internships in, I've spent the last two years working across language models, retrieval systems, and production engineering at companies ranging from AI startups to enterprise platforms. Outside of work, I build things for communities I care about.

01 / About

Who I Am

I'm a Computer Science student at WPI with a focus on AI and machine learning. Over the last two years I've been building RAG pipelines, LLM evaluation frameworks, and vector databases at companies where the work had to hold up in production.

Beyond internships, I tend to work on problems that matter to specific people. Taksis started as a scheduling headache at my church and turned into a platform serving 2,500+ users across several congregations. NourishNet came from a simple question: why does food get thrown out while local organizations struggle to feed their communities?

I like building things that actually work, for people who need them.

Education

Worcester Polytechnic Institute

B.S. Computer Science

US Presidential Scholar State Nominee  ·  USA Computing Olympiad Gold  ·  ACSL Finalist

Expected Dec. 2027

02 / Experience

Work Experience

Enterprise conversational AI for financial institutions. I built the LLM pipeline infrastructure across three production systems: transcript retrieval, signal extraction, and call summarization. The work was demoed live to clients including SoFi.

121%

faster inference

95%

lower per-token cost

65→90%

classification accuracy

1,000+

test scenarios automated

I built the retrieval foundation first: a Dockerized ETL pipeline that ingests 100k+ daily mortgage call transcripts from S3, embeds them with OpenAI's text-embedding-3-small using semaphore-controlled async concurrency rate-limited at 10M tokens/min, and stores them in a PostgreSQL pgvector database. A Flask RAG interface sits on top for semantic search. The biggest leverage came from migrating the LLM backend to AWS Bedrock — that one architectural change delivered 121% faster inference at 95% lower per-token cost, which matters when you're billing per token across millions of calls.

On top of that I built a signal extraction pipeline that runs 5 structured intelligence signals per transcript: life event detection across a 17-category taxonomy, complaint classification, risk scoring, call driver extraction, and emotion analysis. The accuracy jump from 65% to 90% came from redesigning complaint detection into a 3-stage sequential pipeline — first categorizing, then mapping to CFPB issue codes, then assigning severity. Each stage handles one thing so errors don't compound. Risk scoring runs 4 dimensions in parallel via ThreadPoolExecutor to avoid stacking latency. Both GPT-4o-mini and AWS Bedrock Llama 4 Maverick are supported as interchangeable backends, evaluated against a 222-record ground truth.

I also built the prompt engineering and evaluation pipeline for CFPB-compliant call summarization — iterating prompts against ground truth, benchmarking GPT-4o, Bedrock Llama 4, and Gemini head-to-head, with DeepEval scoring via o3-mini syncing to a Confident AI dashboard. The automated evaluation framework I built to replace the manual QA process runs 1,000+ IVA test scenarios in minutes, so the team could validate after every model change without it blocking a release.

Early-stage startup building AI-powered discovery tools for the publishing industry. I built the core RAG pipeline over a knowledge graph of 35,000+ book and author entities.

22%

relevance improvement

34%

embedding errors reduced

35k+

entity embeddings

100+

device configs tested

Rebind AI is building discovery tools for the publishing industry, helping readers find books and publishers surface their catalogs through AI. I designed and built the RAG query processor at the core of their recommendation system: a pipeline that translates natural language into structured Neo4j graph queries across 35,000+ embeddings covering books, authors, themes, and their relationships. That work improved chatbot response relevance by 22%.

Embedding quality was the hardest problem. Drift is easy to miss: vectors shift gradually over time and the results quietly get worse until users start noticing. I built FAISS ETL validation tests with similarity-based checks to catch it before it reached production, cutting embedding errors by 34%. Switching to Hugging Face embeddings stored in Redis also brought the similarity score distribution into a healthier range, cutting outliers under 10%.

On the infrastructure side, I set up automated QA coverage through BrowserStack in a GitHub Actions pipeline, covering 100+ device configurations so the team could ship without needing manual device testing.

Pet care startup connecting owners with grooming, vet, and boarding services. I was the first mobile engineer on the team and built the full Android MVP from scratch.

10k+

records migrated

57%

data sync improvement

25%

ahead of schedule

Furbaby Bestie was pre-launch with no existing mobile codebase. As the first mobile engineer, I built the Android MVP from scratch: Java/XML frontend, REST API integration, and user authentication secured over SSH. I ran daily standups and owned the full feature cycle, which meant making real infrastructure decisions that the team would live with after I left.

The biggest call was migrating from a local SQL database to Firebase, moving 10,000+ records without breaking anything mid-transition and improving data sync speed by 57%. It required careful schema mapping and keeping both systems consistent until the cutover. I also delivered all features 25% ahead of schedule, mostly through structured sprint planning and keeping the scope of each sprint realistic.

03 / Projects

What I've Built

Taksis

Jun 2024 – Mar 2025

Church management platform serving 2,500+ active users across multiple Coptic Orthodox congregations.

Deacon scheduling at my church was done by hand with a spreadsheet, and getting it right meant knowing a lot of unwritten rules specific to Coptic church operations: which roles suit which deacons, how long someone should rest between demanding assignments, how to balance experience against fairness. I built Taksis to encode that knowledge into a real system. What started as a personal frustration is now a platform three congregations depend on, live on the App Store and Google Play.

01

Each liturgical role has its own scoring weights, age range, and cooldown period. Wine bearer is restricted to ages 26-59, matins to 13-24. Weeks since last assignment multiplied by four drives the primary score, preventing burnout and unfair repetition automatically.

02

License plate OCR handles three plate formats through multi-regex matching, requires 3-frame confirmation before accepting a read, and auto-bypasses known plates entirely — with a 400ms cooldown to block duplicate captures.

03

Firebase caching uses a lazy-load pattern: instant cache hit then background refresh, with 1-day Firestore and 3-day Storage TTLs. Estimated 60-80% reduction in read costs compared to fetching fresh on every screen load.

React Native Expo Firebase Python Google Cloud ML Kit
Google Play ↗

04 / Skills

Technical Skills

Languages

Python, TypeScript, JavaScript, Java, Go, C++, C#, SQL, Bash, R, HTML, CSS, XML

AI / ML

LangChain, PyTorch, TensorFlow, FAISS, HuggingFace Transformers, OpenCV, dlib, ML Kit, NumPy, Pandas, SciPy, Scikit-learn, Matplotlib, RAG Architecture, Prompt Engineering, Vector Embeddings, LLM Evaluation, Computer Vision

Web & Mobile

React, React Native, Next.js, Astro, Django, Django REST Framework, Flask, Expo, Android (Java/XML), Bootstrap, REST APIs, JWT Authentication, WebSockets

Infrastructure

AWS Bedrock, AWS S3, AWS EC2, Google Cloud, Docker, Firebase, Firestore, PostgreSQL, Redis, Neo4j, MySQL, Vercel, Unix/Linux, SSH

Tooling & Testing

Git, GitHub Actions, CI/CD, BrowserStack, Selenium, Pytest, Postman, Android Studio, Agile / Scrum

05 / Leadership

Leadership & Volunteering

Leadership

Student Organ Donation Advocates (SODA)

Grades 11–12

President & Co-Founder, New England Student Board

Founded the chapter at AMSA from scratch and co-founded a regional New England student board to connect SODA chapters across the region. Named Most Impactful Multicultural Outreach Chapter nationally. Won the Gold Service Award for educating communities on organ donation through local volunteering and outreach events.

National Honor Society

Grades 11–12

President

Coordinated bi-weekly meetings, delivered the keynote speech at the induction ceremony, and managed attendance and hour logs for 75+ members. Organized a trivia night that raised $500 for the chapter.

Math Team

Grades 9–12

Captain, Varsity

Led weekly practices across all competition topics. Placed 3rd at Math Team States twice, qualifying for NEAML both times — a New England-wide competition with 31 teams from 6 states, where we placed 6th. Won the MAML Olympiad Outstanding Achievement Award and ranked 22nd individually at WOCOMAL as a freshman.

Coding Club / ACSL

Grades 11–12

President

Taught CS fundamentals (Assembly, Data Structures, Boolean Algebra, Graph Theory) and coached students for monthly competitions and HackerRank problems. Qualified for the ACSL Finals — 1 of 400 out of 6,000+ participants — accumulating 24+ points across the regular season.

Student Council

Grades 10–12

Secretary

Raised $1.5K, helped budget $10K+, planned homecoming execution, marketed school events, and created student feedback polls.

Presidents Council

High School

Member

Volunteering

Appalachia Service Project

2 Years

Volunteer

ASP is a nonprofit that has sent 15,000+ volunteers annually into central Appalachia since 1969, repairing homes for low-income families across Kentucky, Tennessee, Virginia, and West Virginia. I volunteered two consecutive summers through my church, starting in 9th grade — which required fundraising $560 in advance through bake sales, apple picking, and a 12-hour Rock-A-Thon. On-site we worked 8-hour days installing vinyl siding and roofing, sleeping on gymnasium floors and sharing two-minute showers. It was the first time service felt genuinely hard and genuinely worth it.

Leaders of Tomorrow

High School

Volunteer

Leaders of Tomorrow is a community service club at AMSA focused on connecting students with the Marlborough community. I volunteered at the Marlborough Food Pantry, staffed Back to School Night, and wrote holiday cards to senior citizens on Thanksgiving and Valentine's Day. Earned the Gold Service Award for completing 50+ hours of service in a single year — one of four recipients out of 166 club members.

St. Luke the Evangelist, Westborough

Middle & High School

Altar Server

06 / Interests

Outside the Editor

Piano

I've played since I was young. There's something about translating notation into sound that scratches the same itch as debugging.

Chess

Pattern recognition, preparation, and pressure. Not so different from engineering under a deadline.

Basketball & Spikeball

Recreational, competitive, and a good reason to step away from a screen.

Cryptography & Steganography

The idea that a message can be hidden inside an image, an audio file, or a piece of text has fascinated me since I first learned it was possible. It feels more like art than math.

Stock Trading

I follow markets closely and think about trading from a systems perspective. Position sizing, risk management, and reading price action have a lot in common with engineering tradeoffs.

Credit Cards & Points

Optimizing rewards structures and travel redemptions is the kind of problem I can't help but over-engineer. There's a whole meta-game under the surface if you pay attention.

Rock Climbing

Every route is a puzzle with a physical constraint. It forces you to slow down, read the wall, and commit to a sequence. I started recently and it's already hard to stop thinking about.

07 / Contact

Get in Touch

I'm always open to hearing about interesting engineering problems, internship opportunities, or new collaborations. If something here resonated, reach out.