Simon Willison (@simonwillison.net): My parallel agent side-project today was having Claude Code port the new Moebius image pinpointing model to ONNX in order to run it entirely in the browser simonwillison.net/2026/Jun/22/...
Practical demonstration of using AI coding assistants for complex model conversion and browser deployment workflows
AI Summary
Simon Willison documents his experience using Claude Code to port the Moebius 0.2B image inpainting model to ONNX format for browser-based execution via WebGPU. He walks through the agent-assisted conversion process and shares a working demo that allows image inpainting directly in the browser without CUDA dependencies.
Excerpt
My parallel agent side-project today was having Claude Code port the new Moebius image pinpointing model to ONNX in order to run it entirely in the browser simonwillison.net/2026/Jun/22/...
