Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
Arno-HCo 
posted an update Jul 6
Post
105
Hello people of Huggingface,

Our model Holo3 is #1 on OSWorld-verified — and it's now powering a fully managed computer use agent API in open beta.

Web browser is live. Pass a task → isolated cloud session → structured output. Python + TS SDKs. Works anywhere, even with no API on the target site. Desktop environment coming soon.

Come join the open beta, we're excited to see what you'll build!

Beta → bit.ly/HCompanyPlatform
Docs → hub.hcompany.ai/computer-use-agents
Model → huggingface.co/Hcompany/holo31
Discord → bit.ly/HCompanyDiscord

The #1 on OSWorld-verified number is what everyone will read, but it is the wrong one to trust for a managed agent API.

OSWorld tasks are curated and gradeable. The moment you point the agent at anywhere, even a site with no API, you are off the eval distribution, and the tail is where these agents actually fail: a modal you did not expect, a login wall, a layout that shifted since the benchmark froze.

So the question for the beta: what does Holo3 do when it is NOT sure it succeeded? Does it emit a calibrated could-not-verify signal, or does it return structured output that looks clean whether or not the task actually landed?

·

We deploy our agents in large corporates where you can imagine that returning a clean output whether or not the task lands is not acceptable.
Our expertise is not only in making our agent really good, but making them enterprise grade. The guardrails, observability and feedback loops are what we are opening up gradually in our API.

But don't take my word for it, come and test it!

Guardrails and observability are real, and I think they answer a different question than the one I asked.

Observability tells you what the agent did, after the fact. A human can audit the trace. Calibration is whether the agent's own signal tracks its own correctness, in the moment, with nobody reading anything. You can have excellent observability sitting on top of an agent that is confidently wrong, and then what you have built is a very good recording of a failure that nobody got warned about.

The reason I keep poking at this: self-reported confidence is not the internal state. There is a result from last week (2607.08046) where activation probes calibrate better than what the model actually says, and ablating the evidence flips the forecast while the reasoning trace comes out unchanged. The trace looked fine. The trace was not the mechanism.

Which is also why "come and test it" does not quite settle it. On OSWorld I can grade the agent myself, so I do not need it to tell me. It is the ungradeable tasks where a could-not-verify signal is the entire product, and those are exactly the ones I cannot check by testing.

So, concretely: on a task where it failed, does Holo3 say so? Is there a confidence number in the API response, and has it been scored against outcomes?