Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
fffiloni 
posted an update 4 days ago
Post
1440
A few weeks ago, @victor opened the door: coding agents can now ship Hugging Face Spaces autonomously.

I pulled on that thread.

As someone who builds and ships Gradio demos regularly, I didn’t just want to reproduce the loop. I wanted to see what happens when that loop is plugged into the whole Hugging Face stack.

The interesting part is not only that an agent can ship a Space.

It’s what happens when Space generation becomes a first-class Hugging Face workflow.

That became Agentic Space Factory.

More soon. 🤗

If ASF works well, I think its biggest value is that people who want to use Hugging Face models will no longer have to relive the same nightmare every time: dependencies, Gradio, ZeroGPU/GPU setup, and getting a minimal demo deployed.

Until now, even when all you wanted was to try a model, you first had to pass through the pointless gate of “making a minimally working Space.” For non-coders, that was nearly impossible. Even for coders, it often meant reaching the starting line only after a nightmare.

If ASF lets the agent go through that nightmare first, users can focus on their actual goal. And if the record of those failures and fixes accumulates over time, the nightmare itself becomes a shared resource that can be recycled. That is, in a very real sense, humane.

In short, if ASF works as intended, the “democratization of access” to open-source AI models and datasets that we’ve seen so far will evolve into the “democratization of execution.”