CTO @ SCUB 路 AI & document intelligence
I build products around intelligent document processing and write about software architecture, applied AI, and engineering craft.
- Docling Studio : drop a PDF in the browser, set up the Docling pipeline, and see what actually comes out of it page by page. Text, tables, figures, bounding boxes, chunks, then export to Markdown or push straight to a vector index.
- Llvq : Leech lattice quantization for LLM weights, written from scratch in Rust. Qwen3-4B at roughly 2 bits per weight, with a CUDA kernel that reads the packed weights on the card, so the memory goes down and the tokens per second do not.
- Docling-agent : an agent layer on top of DoclingDocument for writing, editing and enriching documents, with the model backend left to you.
- Candle : the minimal ML framework for Rust from Hugging Face. Llvq runs its models on it, so most of what I send back comes out of that work.
- Karate : one framework for API and UI testing, plus mocks and performance, all in the same file. I am currently building Karate Agent on top of it.






