Rayane Goghrod

Experience & Projects

Professional work, research, and personal builds.

Student Researcher · Mississippi State University Jan 2026 – Present

research · Starkville, MS

  • Research under Prof. Zhiqian Chen on knowledge editing for large language models and large-scale co-simulation environments. First author on one paper, currently under review, and co-author on another, accepted at SIAM SDM26.
  • Assisted in his intro ML course: built a demo project (Lego robot controlled via real-time hand gesture recognition using computer vision), delivered a guest lecture, and supported students through office hours.

PyTorch · ROME · MEMIT · WISE

AI Engineer · Ayosaki Jun 2025 – Jan 2026

industry · Casablanca, Morocco

  • Sole AI engineer at a 6-person startup. Built and deployed a full-stack internal AI assistant (Next.js, FastAPI, WebSockets) with persistent memory and integrations across Gmail, Calendar, Jira, and GitHub, in daily use by the whole team. Designed a "skills" system: slash-command shortcuts that inject curated prompts and context at runtime, cutting repetitive re-prompting.
  • Architected a real-time fraud detection pipeline for Ghirpay, a fintech product in development. Chose unsupervised learning to handle the cold start problem (no labeled fraud data), Redpanda for low-latency streaming, and Isolation Forest for anomaly detection, with a feature store on MongoDB.

Next.js · FastAPI · WebSockets · Redpanda · MongoDB · Docker · OAuth2

ML / Data Engineer · Imperium Media Jul 2023 – Oct 2024

industry · Casablanca, Morocco

  • Fine-tuned Whisper on French news audio enriched with Moroccan named entities, cutting name-spelling errors from near-total failure to 12% on held-out data.
  • Built a job market data pipeline: crawled and scraped listings from multiple sites, parsed and classified unstructured content into structured JSON via LLM, and stored in a database with semantic search over job offers.

Whisper · PyTorch · Hugging Face · Python · ffmpeg · RAG

Delta-Graph Signatures for Post-Edit Risk Screening in Knowledge Editing

Accepted SIAM 2026 Conference on Data Mining (SDM26)

Marouane Benbrahim, Rayane Goghrod, Tamanna Rashme, Taoran Ji, Kaiqun Fu, Lei Zhang, Zhiqian Chen

knowledge editing model editing large language models quality control robustness
JARVIS github ↗

Built when LLMs first got reliable at tool calling. Wanted a personal assistant across Discord and Telegram: web search, task management, weather, persistent conversation memory, and voice I/O via Whisper and ElevenLabs. Designed as a multi-agent system since a single agent couldn't handle that many tools reliably at the time.

Python · Whisper · ElevenLabs · Discord API · Telegram API

SlidesAI

Built after scrambling to finish a presentation on a deadline. Discovered sli.dev and Reveal.js and figured AI could generate the whole thing. Full-stack generator (React + FastAPI) with retrieval-grounded web search for accuracy and automated image generation. Prompt in, slide deck out.

React · FastAPI · RAG · Python

reddit-yt-pipeline github ↗

Built 4 years ago to automate daily video compilations from top-voted subreddit posts, inspired by Daily Dose of Internet. The interesting problem: compositing mixed aspect ratios (4:3, 16:9, vertical) onto a 1080p canvas without naive stretching, solved with derived scaling math, a problem that took days to work out before LLMs made it trivial.

Python · ffmpeg · YouTube API

Open source

agno ★ 39.6k PR #3247 Fixed Todoist integration: nested API response handling, attribute-existence checks, datetime serialization. view ↗
↳ wrote about this: My first Open source contribution