Awesome man! Great work. I personally love zapier, and I even just started creating a few videos about Zapier, and I really see ton of value out of your content. Please, keep it up
Your directions are easy enough to follow, but the docker portion does not work. clause-computer-use-demo container just keep exiting immediately upon start because "exec ./entrypoint.sh: no such file or directory". Docker won't even let me delete the build to try and restart. Bummed.
It seems to me that if you downloaded the git repo under Windows, then attempting to run the docker image under Windows/WSL2, then you will have this problem because all of the *.sh files got messed up with the wrong line breaker characters. You can fix this either by manually fixing the line break characters in all of the image/*.sh file (say in notepad++), or redoing the git repo download under Windows/WSL2.
FOR THOSE WHO HAVE THIS PROBLEM: Edit every file with .sh using notepad++, and on the editor (np++) look at the bottom right, and right click "Windows (CR LF)" and select "Unix (LF). Press save. You might have to create a new docker image again.
This blows my mind. I’m going to try it after work and ask to make a financial model, using free public financial statements in pdf from public companies and fill out a spreadsheet Nice
Hey Everyone 🤠 Find the parts that interest you: 0:00 - Download a cute cat photo 0:28 - AI can control our computer 2:11 - Set up your Anthropic API key 4:54 - Create Docker image for VM 5:56 - Verify Docker setup with Docker PS 9:01 - AI attempts to download cat image 10:37 - Picture of a cat shown 12:10 - Issues with API form submission 15:10 - Successfully submitted a form with AI Chat with videos via Bumpups 🌲
I love your content, but Please, Please speak a bit more slowly and CLEARLY. You'll be easier to follow and understand, and I suspect that you'll get a LOT more subscribers because you're one of the only people who fully describes this stuff soup to nuts. This is meant respectfully, so THANKS for your service!
Yes I agree. RUclipsrs should choose whether to be entertaining or informative. For me this video is informative so it should be presented slowly and clearly. Videos for entertainment purposes only can be fast and not so clear. Anyway thanks for this
Very good video! So many comments from people that don't get it 😁 I installed and started claude computer use on my raspy 5, but it doesn't allow me to connect from another machine than localhost. I tried "--network host \" in the start.sh script I wrote, I modified the http_server.py in the docker image but it does not allow me to do this. It opens the web page with the two panes, but both of them only show an error, saying "localhost has denied the connection". There is no firewall or anything else involved, it's my home network.
Did you double-check the network bridge settings? Apparently, I had similar issues with localhost access before too upon trying to use it with Claude's Computer Use. I doubt it has the ability to do so as it just runs on a virtual environment. I came across this WorkBeaver tool though, looked into it and it runs on your local PC which means whatever program or software you have it can already use without virtual environments, no API and it's encrypted. Not on live but they're accepting beta registration for now.
Its not because it only works in it's virtual environment. I find it really inconvenient so I had to look for some similar options and stumbled upon WorkBeaver. It claims that it runs on your personal desktop environment but is fully encrypted to protect data. I found it Interesting that it's trained through scree recording so no need for codes. I signed up to their beta registration. Worth checking out if that's something you' need.
/smfh It is .. shall we say, infinitely more annoying turning off and enabling certain features thru a windows install. /looks over at sudo WHY CANT POWERTERMINAL BE EASY?! lol
If you want to skip to AI controlling my computer, go to 6:07
Thanks for the demonstration mate, I needed to see what it could do ! Can’t wait to see where it’s gonna go 🔥🔥
Awesome man! Great work. I personally love zapier, and I even just started creating a few videos about Zapier, and I really see ton of value out of your content. Please, keep it up
Your directions are easy enough to follow, but the docker portion does not work. clause-computer-use-demo container just keep exiting immediately upon start because "exec ./entrypoint.sh: no such file or directory". Docker won't even let me delete the build to try and restart. Bummed.
faced the exactly the same problem
@@yunchouwu6327 any resolution? Same issue
It seems to me that if you downloaded the git repo under Windows, then attempting to run the docker image under Windows/WSL2, then you will have this problem because all of the *.sh files got messed up with the wrong line breaker characters. You can fix this either by manually fixing the line break characters in all of the image/*.sh file (say in notepad++), or redoing the git repo download under Windows/WSL2.
@@kaihuchen5468 Thanks this comment helped me to fix the issue
FOR THOSE WHO HAVE THIS PROBLEM: Edit every file with .sh using notepad++, and on the editor (np++) look at the bottom right, and right click "Windows (CR LF)" and select "Unix (LF). Press save. You might have to create a new docker image again.
So cool!!! Thank you for the demo. Your comments have made me laugh :-D
This blows my mind. I’m going to try it after work and ask to make a financial model, using free public financial statements in pdf from public companies and fill out a spreadsheet
Nice
How well did it work?
Hey Everyone 🤠
Find the parts that interest you:
0:00 - Download a cute cat photo
0:28 - AI can control our computer
2:11 - Set up your Anthropic API key
4:54 - Create Docker image for VM
5:56 - Verify Docker setup with Docker PS
9:01 - AI attempts to download cat image
10:37 - Picture of a cat shown
12:10 - Issues with API form submission
15:10 - Successfully submitted a form with AI
Chat with videos via Bumpups 🌲
thanks bumper
This is insane 🤯
For some reason firefox it's missing in the Docker environment? Did they remove it?
THE CAT HAS BEEN SECURED THE CAT HAS BEEN SECURED THE CAT HAS BEEN SECURED AGI IS HERE
THE CAT HAS BEEN SECURED!
In GIT, inside computer-use-demo, it says that the API isnt a command.
Is there anyway to make it run with any LLM model self-hostted with ollama?
Cool ❤
I love your content, but Please, Please speak a bit more slowly and CLEARLY. You'll be easier to follow and understand, and I suspect that you'll get a LOT more subscribers because you're one of the only people who fully describes this stuff soup to nuts. This is meant respectfully, so THANKS for your service!
Hit the gear icon, set speed to under 1.0
Yes I agree. RUclipsrs should choose whether to be entertaining or informative. For me this video is informative so it should be presented slowly and clearly. Videos for entertainment purposes only can be fast and not so clear. Anyway thanks for this
Hi Corbin how are you, thanks for you content and use case ! I would like to know if it's possible to insert Timer with title in your video please ?
Bro is always one step ahead. Thanks!
Can we automate my Twitter/X
Check out this video-I show how to automate X with Zapier!
ruclips.net/video/XiE9e1fZpe8/видео.html
Very good video! So many comments from people that don't get it 😁
I installed and started claude computer use on my raspy 5, but it doesn't allow me to connect from another machine than localhost. I tried "--network host \" in the start.sh script I wrote, I modified the http_server.py in the docker image but it does not allow me to do this. It opens the web page with the two panes, but both of them only show an error, saying "localhost has denied the connection". There is no firewall or anything else involved, it's my home network.
Did you double-check the network bridge settings? Apparently, I had similar issues with localhost access before too upon trying to use it with Claude's Computer Use. I doubt it has the ability to do so as it just runs on a virtual environment. I came across this WorkBeaver tool though, looked into it and it runs on your local PC which means whatever program or software you have it can already use without virtual environments, no API and it's encrypted. Not on live but they're accepting beta registration for now.
It's free or not? I done all the steps but i got status code 400 error , message shows like your credit balance is too low
Zapier?? Damn dude.
Unusable to do anything meaningful due to rate limits, unfortunately.
has anyone tried the code with a free model?
Open class actions, i wanna partner
this is not manipulating my personal desktop environment so it's not helpful
Its not because it only works in it's virtual environment. I find it really inconvenient so I had to look for some similar options and stumbled upon WorkBeaver. It claims that it runs on your personal desktop environment but is fully encrypted to protect data. I found it Interesting that it's trained through scree recording so no need for codes. I signed up to their beta registration. Worth checking out if that's something you' need.
/smfh
It is .. shall we say, infinitely more annoying turning off and enabling certain features thru a windows install.
/looks over at sudo
WHY CANT POWERTERMINAL BE EASY?!
lol
bro give me ur api key i wanna try it
I could have downloaded the same image in 2 seconds for which you took 15 minutes to input the task into the ai, thats lame