07 Blog
Notes longues sur infra, code et archi.
Les sujets que je creuse en profondeur — sortis de la liste de tâches, posés sur le papier.
-
Multi-tenant RAG on Kubernetes: what bends first
When you industrialise a RAG platform for several clients, the LLM isn't the problem — isolation, quotas, and per-tenant observability are.
-
Detecting bots in an MMORPG: server-side weight accumulation
Bots aren't caught with a binary rule. Here's how I built a weight-accumulation detection service on Dofus Touch, and why this approach avoids false positives.
-
Before you refactor, observe: the SRE reflex that saves sprints
The worst refactor is the one launched without data. When a service is slow or unstable, the first thing to ship isn't code — it's observability.