Software engineering student at 42 Nice — backend & AI.
Top of my cohort at 42, on the common core curriculum. I build systems that are rigorous: real-time servers, concurrent programs, and AI tooling I can measure. Mostly Python, Rust and C, with some full-stack.
Open to a software / AI internship or apprenticeship (Nice area & remote).
Focus areas: backend & systems programming · applied AI (LLMs, RAG, retrieval, evaluation) · concurrency
| Project | What it is |
|---|---|
| agent_smith | A benchmark harness (built from scratch in Python) for evaluating LLMs on code-generation tasks — SWE-bench & MBPP — with reproducible, measured results. |
| rag_against_the_machine | Hybrid retrieval-augmented generation: dense embeddings + BM25 over ChromaDB, with measured retrieval metrics (Recall@k) and documented trade-offs. |
| the_answer_protocol | Real-time multiplayer server & clients in Rust — custom TCP protocol, async concurrency with Tokio, and a GUI client built with the Bevy engine (ECS). |
| codexion | Concurrent systems in C — dining philosophers with pthreads, deadlock prevention, and a custom scheduler. |