I'm all for the MVP approach and shipping quickly, though I'm really surprised they went with image recognition and tooling for injecting mouse/keyboard events for automating human tasks. I wonder why leveraging accessibility tools for this wouldn't have been a better option. Browsers and operating systems both have pretty comprehensive tooling for accessibility tools like screen readers, and the whole point of those…
Those sound like stop gaps at best. Its pretty clear the intended goal here. APIs are easy to integrate with but most systems in existence only have a visual interface intended for humans. The end goal here is clear, being able to interface with anything available in the screen.
Notes on Anthropic's Computer Use Ability
51–60 of 108 posts
Re: Notes on Anthropic's Computer Use Ability
#52Earlier quoted context omitted.
This is a step towards a human-machine hybrid world. Putting a human in the loop can do wonders. Sure, it is expensive now, but the subsequent iterations will crush it.
Have you heard of Centaur chess? A human and a machine would team up to find the best chess moves against another similar team. It's not a thing anymore. Computers have advanced so much that humans can't really contribute in any meaningful sense.
I think this is what differentiates the speed at which AIs have gotten from ok -> good -> great -> better than humans at say chess, versus say driving a car, summarizing a paper, understanding human requests, recommending music, etc.
I think a lot of people are extrapolating the rate of progress & possible accuracy rates from chess bots to domains that do not compare.
Re: Notes on Anthropic's Computer Use Ability
#53Earlier quoted context omitted.
This is an insightful comment, though it just goes to show how rigid the framing is of "natural vs. artificial" or "human vs. machine". None of this stuff has any vitality outside of _some_ relationship or interface with people.
Yeah, it makes the owner class richer while driving the marginal cost of labor to zero, at which point the working class can't sell their labor at all and starve.
Re: Notes on Anthropic's Computer Use Ability
#54What are some good use cases for this? Something that a business can be built around
It's main use case is making the average office worker feel the same existential dread that some programmers feel when they see a LLM spit out a bunch of code in mere seconds.
Re: Notes on Anthropic's Computer Use Ability
#55What are some good use cases for this? Something that a business can be built around
It's main use case is making the average office worker feel the same existential dread that some programmers feel when they see a LLM spit out a bunch of code in mere seconds.
TBH, while I giggle at the thought of anybody being replaced, I dont think it's likely, it's just that the standards and expectations have shifted in some domains. I think if anything LLM's raised the tide for everyone (in relevant roles) and we're all able to move a little faster now, like when we went from abacus to calculator a while back, just a different scale of magnitude.
Re: Notes on Anthropic's Computer Use Ability
#56Earlier quoted context omitted.
I've seen similar sentiment even pre-LLM that AI would help automate other forms of testing, and I just don't quite see it. Implementing tests is not the hard part. You could make that an intern project or hire a consultant for 3 months. The hard part is the interpretation of results. That is - making a thing that spits out tickets/alerts is easy. The signal/noise tuning and actual investigation workflows are the har…
> making a thing that spits out tickets/alerts is easy. I don't really believe that what I am asking for is hard, yet I still can't buy it as far as I know. > actual investigation workflows are the hard part and still very manual & human operated. Sure but it would allow your QA worker to have pre-tested usecase-based path with some flag on whether or not they may be problematic with a screen-recording and some times…
I come more from a "big data" background, and have dealt with CTOs who think "can't we just use AI?" is the answer to data quality checking multi-PB data lakes with 1000s of unique datasets from 100s of vendors. That is - they don't want to staff a data quality team, they think you can just magic it all away.
The answer was always - sure, but you are fixated on the easy part - anomaly detection. Actual data analysis on what broke, when, how, why, and escalating to data provider was always 95% of the work. Someone needs to look at the exhaust, and there will be exhaust every single day.. so you can kill your dev teams productivity or actually staff an operations team responsible for the tickets the thing spits out.
Re: Notes on Anthropic's Computer Use Ability
#57Earlier quoted context omitted.
is this a cry for help? there's always alcohol and drugs, they can't take that away from us! (unless the robots of the future are like Bender)
I'm not saying I am depressed, but I mean, the comment just sounded like such a major downer.
Re: Notes on Anthropic's Computer Use Ability
#58I've built a couple of experiments using it so far and it has been really interesting. On one hand, it has really helped me with prototyping incredibly fast. On the other, it is prohibitively expensive today. Essentially you pay per click, in some cases per keystroke. I tried to get it to find a flight for me. So it opened the browser, navigated to Google Flights, entered the origin, destination etc. etc. By the time…
A real killer app would be something that is adaptive and smart enough to deal with all the SEO/walled gardens in the travel search space, actually understanding the airlines available and searching directly there as well as at aggregators. It could also be integrated with your Airline miles accounts and all suggested options to use miles/miles&cash/cash, etc.
All of that is far more complex than .. clicking around google flights on your behalf and crashing.
Further, the real killer app is that it is bullet proof enough that you entrust it to book said best flight for you. This requires getting the product to 99.99% rather than the perpetual 70-80% we are seeing all these LLM use cases hit.
Re: Notes on Anthropic's Computer Use Ability
#59Earlier quoted context omitted.
I'm not saying I am depressed, but I mean, the comment just sounded like such a major downer.
reality often is, unfortunately.
Maybe this is the cliff , but it feels unlikely.
Re: Notes on Anthropic's Computer Use Ability
#60Earlier quoted context omitted.
> making a thing that spits out tickets/alerts is easy. I don't really believe that what I am asking for is hard, yet I still can't buy it as far as I know. > actual investigation workflows are the hard part and still very manual & human operated. Sure but it would allow your QA worker to have pre-tested usecase-based path with some flag on whether or not they may be problematic with a screen-recording and some times…
Fair - I'm not personally familiar with state of the art in UI QA automation, but I know theres been various screen recording type tools available for a decade+ with mixed success. I come more from a "big data" background, and have dealt with CTOs who think "can't we just use AI?" is the answer to data quality checking multi-PB data lakes with 1000s of unique datasets from 100s of vendors. That is - they don't want t…