🚀 AI/MLOps Engineer building IAFactory — an internal LLM inference platform on Kubernetes
🔬 Ex-NLP Research Engineer · Published at TALN 2023 & KES 2024 · CIFRE PhD (NXP/LIA)
🎓 Engineering degree from ESIEA Paris (highest honors)
"Some people build models. Others build the infrastructure to run them. I do both."
🏗️ What I'm working on
class AIFactory:
"""Internal LLM Inference Platform"""
stack = {
"inference": "vLLM or SGLang?",
"gateway": "Istio? Envoy Gateway? Apisix?, what else ?",
"scheduling": "Mystery",
"deployment": "(GitOps)",
"observability": "Grafana · Prometheus · Loki · DCGM Exporter· OpenTelemetry",
}
current_model = "your_open_source_model <3"
def iterate(self):
while True:
self.optimize_inference()
self.harden_quotas()
self.ship()⚡ Tech Stack
📊 GitHub Stats
📌 Featured Repos



