Overall, Operator seems the same as Claude's Computer Use demo from a few months ago, including architecture requiring user to launch a VM, and a tendency to be incorrect: https://news.ycombinator.com/item?id=41914989 Notably, Claude's Computer Use implementation made few waves in the AI Agent industry since that announcement despite the hype.
Operator research preview
141–150 of 448 posts
Re: Operator research preview
#142I don't know why, but the approach where "agents" accomplish things by using a mouse and keyboard and looking at pixels always seemed off to me. I understand that in theory it's more flexible, but I always imagined some sort of standard, where apps and services can expose a set of pre-approved actions on the user's behalf. And the user can add/revoke privileges from agents at any point. Kind of like OAuth scopes. Ima…
> I always imagined some sort of standard, where apps and services can expose a set of pre-approved actions on the user's behalf OS specific, but Apple has the Scripting Support API [0] and Shortcut API for their app. Works great. [0]: https://developer.apple.com/documentation/foundation/scripti...
Re: Operator research preview
#143[flagged]
Re: Operator research preview
#144I'm surprised folks on Hackernews are always critical of V1s. In 18 month, apps will have APIs for "agentic browsing" ™OoTheNigerian ;) And you will not need to give anything control over your browser. I you will merely connect your app to OpenAI or any other client.
Same thing with this.
The other day I was writing some code to compute some geometric angles, and I was getting 2 different results for what I though was the same angle, but in fact I didn't realize that these angles should not be equivalent. No LLM was able to tell me the issue, they just said double check my work.
Re: Operator research preview
#145From the slide deck on the livestream: "[Operator safety risks and mitigations] Harmful tasks: User is misaligned" Looking forward to seeing some more of the examples for when openai considers their users as "misaligned", whatever that actually even means anymore.
Re: Operator research preview
#146Overall, Operator seems the same as Claude's Computer Use demo from a few months ago, including architecture requiring user to launch a VM, and a tendency to be incorrect: https://news.ycombinator.com/item?id=41914989 Notably, Claude's Computer Use implementation made few waves in the AI Agent industry since that announcement despite the hype.
This is mainly to reclaim mindshare from DeepSeek that has done incredible launches recently. R1 was particularly a strong demonstration of what cracked team of former quants can do. The demo of Operator was nice but I still feel like R1 is the big moment in the AI space so far. https://open.substack.com/pub/transitions/p/openai-launches-...
Re: Operator research preview
#147Curious how long this paradigm (computers using human interfaces) will last for P95 tasks. If the machines are smart enough, shouldn’t they be able to build better interfaces to existing software? With that aside, it seems like there are two things at play in this demo: 1. Pixel-tuned GPT-4o 2. “Agent” in prod (supervisor loop + operator loop) Will be interesting to see if they open those up as separate tools in the…
>If the machines are smart enough, shouldn’t they be able to build better interfaces to existing software? There is no "intelligence" in any of this. Just a whole lot of automation.
Unlike this demo, it uses a simpler interface (Vim bindings over the browser) to make control flow easier without a fine-tuned model (e.g. type “s” instead of click X,Y coords)
I was surprised how well it worked — it even passed the captcha on Amazon!
Re: Operator research preview
#148Earlier quoted context omitted.
> OpenAI is merely matching SOTA in browser tasks as compared to existing browser-use agents. No. It's not matching them, it's clearly exceeding them. The previous post provided the numbers.
Those numbers are not the full story. Note that GP specifically says: "Big jumps in benchmarks from _Claude's Computer Use_ though." Claude Computer Use was not SOTA for browser tasks at the time of its release (and is still not.) In WebArena, Operator does 58.1%. Previous SOTA for browser-use agents is 57.1%. In WebVoyager, Operator does 87.0%. Previous SOTA for browser-use agents is the exact same. See here for det…
Re: Operator research preview
#149available to Pro only at this time
Re: Operator research preview
#150I strongly believe we need to use Open APIs for agents. OpenAPI is the perfect specification standard that would allow for an open world and an open internet for agents. When OpenAI first came out with their first version of GPTs, it was all based on open APIs. Now they are moving away from it more and more. This means they want to control the market because they don't want to base it on an open standard. It's such a…