Papers

I do research. And when I find something worth sharing, I publish it.

I don’t promise papers every month. I publish when I have something real to say.

SEE ON ARXIV
📄
arXiv
PUBLISHED

LAPIS: Lightweight API Specification for Intelligent Systems

arXiv 2026

New API specification format designed for LLMs. Reduces token overhead by 85.5% compared to OpenAPI YAML and 88.6% compared to OpenAPI JSON, with results validated on GitHub, Twilio and DigitalOcean APIs.

📄
Pending
UNDER REVIEW

Slow JSON Stream: A Low-Bandwidth Denial-of-Service Attack Against HTTP APIs with JSON Request Bodies

Pending 2026

Low-bandwidth DoS attack against HTTP APIs that accept JSON bodies. The attacker opens an HTTP/1.1 chunked connection and drips a valid JSON prefix at one byte per second, never sending the closing token. 90% of 41 evaluated targets are vulnerable under default configuration.