How Lee Robinson used AI Agents to Build Pixo - Image Compressor
Lee Robinson has built a image compression app in Rust with zero depedency completely from scratch with AI agents.
It runs on web (client side app) that runs entirely in the browser using WebAssembly.
I built a Rust-based image compressor, WASM binary, and SvelteKit app!
— Lee Robinson (@leerob) December 29, 2025
I wanted to see how far I could go using only coding agents.
I did not write any code by hand.
After 520 agents, 350M tokens, and $287 I can now say… extremely far.https://t.co/yxFL20j0PF pic.twitter.com/ftCzxvbXNE
The entire project is built using AI Agents in Cursor primarily using Opus 4.5 & GPT 5.1 Codex Max models and have extensively used planning mode that is available in Cursor.
Overall, it has generated 38,000+ lines of Rust code, tests, etc
So the goal for him is to see if AI can be used for low level apps like this which involves compression algorithms, etc.
You can play around with the app here: