News · 2026-06-22
A tiny image-editing AI now runs entirely inside your web browser
Most impressive AI runs on someone else's expensive computers in a data center, and your phone or laptop is just a window into it. So a small story this week is a nice reminder of the opposite direction: AI getting small and efficient enough to run entirely on the device in your hand. The model in question is called Moebius, and it does 'inpainting' -- the trick where you erase part of an image (a photobombing stranger, a power line, an unwanted object) and the AI fills the gap so seamlessly you can't tell anything was ever there (project page).
What makes Moebius notable is its size. It's tiny by modern standards -- small enough that the developer Simon Willison was able to port it to run completely inside a web browser, on your own computer, with nothing sent to a server (his write-up). You open a web page, and the AI runs right there in the tab, using your machine's own graphics chip. No upload, no account, no cloud bill, and your images never leave your computer. Willison built the port with the help of a coding assistant, which is a small story-within-the-story about how quickly capable people can now wrap research into something usable.
The reason a tiny model running locally is a big deal comes down to three things people increasingly care about: privacy, cost, and access. Privacy, because your photos stay on your device instead of being sent to a company's servers. Cost, because there's nothing to pay -- no per-image fee, no subscription, just your own hardware doing the work. And access, because a model small enough to run in a browser can reach anyone with a laptop, including people with no fast internet or no budget for cloud services. When AI shrinks to fit on the edge, it stops being a metered utility and starts being more like a feature your device just has.
A useful way to think about it: for years the trend was bigger is better -- giant models in giant data centers. The quiet counter-trend is squeezing surprising capability into something small enough to live on your own machine, the way a once-room-sized computer eventually fit in your pocket. Moebius is a small, charming data point on that curve -- proof that for some specific, well-defined jobs, you don't need the giant model at all. It also hints at a future where many everyday AI features -- removing an object, cleaning up a photo, translating a snippet -- simply run on your device for free, the way spell-check does today, instead of being metered services you reach across the internet.
It helps to know what's actually happening when an AI 'fills in' a hole in a picture. The model has learned, from huge numbers of images, what tends to go where -- that a wall usually continues as a wall, that a face has two roughly symmetric sides, that shadows fall a certain way. When you erase a region, it imagines the most plausible thing that belongs there and paints it in so the edges blend, starting from a patch of random noise and refining it until it agrees with everything around it. That's the same family of technique behind AI image generators, aimed at a smaller, more constrained problem -- and doing it well inside a model tiny enough to live in a browser tab is the genuinely hard part.
The honest caveat is important and easy to overstate past. Moebius's headline claim is that it performs at the level of models many times its size, but that 'far-larger-model quality' framing comes from the model's own creators and hasn't been independently verified against named bigger competitors. Tiny models that match big ones on a curated set of examples sometimes fall apart on the messy, varied images of real life, where the big models' extra capacity earns its keep. So the right read is: a genuinely impressive, genuinely tiny tool that you can run privately for free today, with a marketing claim about its quality that deserves a healthy pause until outside testing confirms it. Even discounting the boast, 'capable image-editing AI that runs free and private in a browser tab' is a real and pleasant thing to have arrived.