Back to section
Willison

Porting the Moebius 0.2B Image Inpainting Model to Run in the Browser with Claude Code

Utorok 23. júna 2026 Source: Simon Willison's Weblog

Main idea

Coding agents (Claude Code + Opus 4.8) now handle entire engineering pipelines that were ML-engineer-only a year ago. The cost: the developer barely understands what the agent did.

Context

Willison's post captures a concrete experiment — porting the Moebius 0.2B inpainting model from PyTorch/CUDA to WebGPU in the browser. He's reacting to last week's Claude Code Artifacts release and the broader agentic-development trend.

Why it matters

For ML practitioners it's evidence that the 'code moat' around specialized ML conversions (ONNX export, op mapping) is dissolving. For engineering managers it raises a new question: how do you measure team skill when an agent handles most steps?

Details / arguments

  • Model: Moebius 0.2B inpainting
  • Pipeline: PyTorch/CUDA → ONNX → Hugging Face → WebGPU app
  • Agent: Claude Opus 4.8 via Claude Code
  • Willison: 'the code looks OK but I don't fully understand it'
  • Opens a debate about the 'audit deficit' in agent-generated code
Open original source Simon Willison's Weblog