CTO / AI Ambassador for the French Government, OSS maintainer at SCUB
I am the Chief Technology Officer of a French digital services company, where I drive technology strategy, solution design, and R&D. I am also AI Ambassador for the French government's "Osez l'IA" (Dare AI) plan. My current engineering focus is low-bit LLM quantization. I built LLVQ, an independent from-scratch Rust implementation of Leech Lattice Vector Quantization, including a fused multi-shell CUDA decoding kernel and VRAM layouts for 2-bit weights. The work is published as a preprint (arXiv:2609.02652), with an open model on Hugging Face (Pier-Jean/Qwen3-4B-LLVQ-2bit) and an open-source repository (github.com/pjmalandrino/llvq). It also led to a merged upstream contribution to Hugging Face candle. I am the creator of Docling Studio (github.com/scub-france/Docling-Studio), an open-source visual inspection layer for document parsing, and I advise Karate Labs on UI product strategy and AI.
Stats
| Reputation: | 2475 |
| Pageviews: | 207.3K |
| Articles: | 32 |
| Comments: | 6 |
AI/ML
Comments
May 18, 2026 · Pier-Jean MALANDRINO
Thank you!
Feb 27, 2026 · Alexsandro Souza
"It’s not pattern-driven design; it’s domain-driven design."
The truth has been said !
So many poeple are taking everything by-the-book wich leads to over-engineering.
Thanks for the paper, great and serious work.
Oct 07, 2025 · Pier-Jean MALANDRINO
Thanks a lot !
I think many things can be built upon this idea :)
Jan 27, 2025 · Pier-Jean MALANDRINO
LLM "thinking" is indeed a fascinating debate! While CoT is a step forward in structured reasoning, it's just one piece of the puzzle. Memory and context are other crucial aspects - really excited about what Google is doing with Project Titan in this space!
Nov 04, 2024 · Pier-Jean MALANDRINO
Totally agree, it is a key concept in LLM field !
Oct 30, 2023 · Santhosh Kumar Ramabadran
Very interesting, good job !