ML/AI Engineer Β· Γcole 42 Paris Β· 42AI Lab Builder
I build ML systems from the ground up β implementing architectures from scratch rather than wrapping libraries, with a focus on understanding what happens at the tensor level. Currently deepening my work on LLM internals and neural signal processing.
π Studying LLM internals β attention, inference, architecture tradeoffs π§ Building and publishing ML/DL projects
I'm fascinated by the gap between using AI and understanding it. Most people can call an API. I want to know what happens inside β how attention routes information, why a tensor is or isn't contiguous in memory, what a model is actually doing when it "reasons." That curiosity is what pulls me from one project to the next, and it's why I learn fastest when I'm building at the lowest level I can reach. I'm convinced that understanding what happens inside AI is the key to better use and better models.
My goal: to work on the systems that push what these models can do β and to be the kind of engineer who understands them from the math up, not just the API down.
π weight-your-wage β A full end-to-end MLOps pipeline predicting developer salaries from the Stack Overflow survey. Data ingestion to MinIO, ETL into PostgreSQL, training with PyTorch Lightning tracked in MLflow, real-time inference via FastAPI, dashboards in Metabase, and full observability with Grafana/Prometheus/Loki β all containerized with Docker Compose. The project where "deploying a model" stopped meaning a single script.
π’ Multilayer-Perceptron β A neural network built entirely from scratch in NumPy β no framework. Forward pass, manual backprop, and my own autograd engine that computes gradients automatically, the way PyTorch does. Modular by design: layers, activations, and optimizers as composable pieces. The project where deep learning stopped being magic.
π DSLR β Multiclass logistic regression with no scikit-learn for the model. Batch, stochastic, and mini-batch gradient descent, implemented and compared by hand.
π ft_transcendence β Real-time multiplayer web app with WebSockets, OAuth2, and a Dockerized microservices backend.
π§ [total-perspective-vortex] (publishing soon) β A brain-computer interface pipeline. Raw EEG β signal processing with MNE-Python β classification. Understanding intelligence by reading it off the cortex.
π€ GPT-2 from scratch (publishing soon) β A transformer rebuilt in PyTorch: multi-head attention, residual streams, the full (B, T, C) shape flow. Built to understand, not to ship.