HIT SUBSCRIBE AND TURN ON NOTIFICATIONS TO GET INFO THE MOMENT IT BREAKS! HIT LIKE AS WELL IF YOU LEARNED ANYTHING! COMMANDS AND LINKS IN THE DESCRIPTION!
Video rocks Alex, thank you! I have a few ideas I'm gonna build with this I'll show you when they're done. I'm literally dropping everything I'm doing and focusing solely on this kind of stuff because of your videos, beyond helpful, super exciting times!
I lost you at 6:30 minutes of video/not clear enough after i replace the key api where do i go ?how do i run this code? for example if i want to create real estate agent.how do i run this
I got stuck there too. I had chatgpt guide me through from there. Everytime I hit a dead end, I copied what it showed on the terminal and asked chat gpt "what does this mean:......" It took a while but I eventually got through.
I asked it to go to Dell's site and configure a laptop for my engineering class, keep the cost below $2000. It configured an XPS perfectly. Price $1499.
Open Interpreter do this since aprox 2 years with any LLM. I Guy on YT do amazing thing with real time voice, speak with LLM and edit files, create spreadsheet, graph, he just speak with the AI who do the stuff and talk back to him. Or for example, i asked Open Interpreter to convert 20 .flac audio files to MP3 from a folder, it write the python code, execute it and after a few minutes it was done. All audios in the folder i chosed was converted to mp3.
@@AlexFinnOfficial Well, Alex, I'm wondering about an idea going off of your paris vacation one. But curating an itinerary based on a persona(s). A couple in their mid 20's visitng Austin, Texas. A Family of 4 with a husband/wife in their mid 40s with 2 children ages 10 and 11. What do you think?
For those asking about the cost, I asked, "I'm visiting Boise, Idaho next week. Give me the weather conditions and best restaurants." The details, which were pretty much in line with what he got for his Paris question, it cost 23 cents (U.S.).
@@AlexFinnOfficial I think this is a first good step toward agentic behavior (the best one yet) but the cost benefit, the limitations, the speed, is just not there yet) I do believe this will rapidly evolve and it is really exciting.. just wanted to say we are reaching a point that the speed of these tools evolving is outpacing our ability to really figure out and build great use cases into workflows that we have.
This looks awesome. Thank you. Can you please provide the steps to actually run the command on Docker? Where/How do we paste the command after inserting the API key in Docker? I have no coding experience
How does this differ from just going to any ai service and asking it questions? Why is it big for you? Also, how can you embed that later on your website to benefit from it and make money from those agentic services that our website visitors can use. 🙏
Thought I would add in my experience with running this so far, from a cost perspective. I had the "agent" go and find a list of trending news items that my target clients would be interested in. It came back with 10 different top news topics and the cost was $0.44. As for getting it set up, you will need a few more steps than what Alex put in his quick (but great) video, but once it was up and running, it worked great. As always...make sure not to run any client sensitive data through the agent - anonymize it!
@@jeniferdefigueiredo4500 Not sure which part of it is giving you issues, but for me it was getting the localhost port to launch/start. I ended up going through the introductory tutorial for docker to create an image to ensure that worked first. You might need to install some libraries via Terminal (I'm using MacOS) if they are not on your computer already. Once I got that working, I was able to get the rest to work. Funny enough, ChatGPT is a good tool to help trouble shoot some of the errors, or at least give you a list of potential errors so you have some place to start.
I couldn't get an answer, as the agent fails constantly with the error message 'Number of request tokens has exceeded your per-minute rate limit', and each prompt costs around $0.20-$0.30 making it VERY expensive...
@@darter81that’s because he’s wrong. I had an anime based AI that uses desktop anime avatars doing this last November or so. And it had a voice and I could even choose my own avatar from 3d models I found on the web.
Just a couple of questions: if I ask the question twice, will I get the same research results? (If they're different...) Second: if everyone gets the same results, what will be missed collectively, because everybody will be queuing outside those 5* restaurants! The future is regression to the mean.
Could this be used to intelligently open emails or PDFs from a Windows folder, extract the context of the emails/pdfs into a word file following a specific format? So take email data sent by Dave Smith on 06/07/24 12:15 and convert that into word narrative saying "On 6 July 2024, Mr Smith emailed...." Or can it only use the internet?
Woah-you had me until 6:30. I got the Anthropic API key and added it to Terminal. Then what? I can't see the next steps for running this on my Mac. Please explain that section in more detail. Keen to get up and running but seems to be missing the right instructions. Thanks
@@TimelessFrames369 I get this error after I run the command through terminal docker: Error response from daemon: create %USERPROFILE%/.anthropic: "%USERPROFILE%/.anthropic" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path.
@@TimelessFrames369 On Silicone mac, run command in term, but it throws an error. Any pointers appreciated. Tks "docker run" requires at least 1 argument. See 'docker run --help'. Usage: docker run [OPTIONS] IMAGE [COMMAND] [ARG...] Create and run a new container from an image zsh: command not found: -v
Hi Alex, This did not work for me, I got an error message: docker: Error response from daemon: Ports are not available: exposing port TCP 0.0.0.0:5900 -> 0.0.0.0:0: listen tcp 0.0.0.0:5900: bind: address already in use. Any ideas? running Mac OS 15.0.1 (24A348)
How can I fix this error or answer why It fails after I run the command. docker: Error response from daemon: create %USERPROFILE%/.anthropic: "%USERPROFILE%/.anthropic" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path.
You need to replace this part - %USERPROFILE%/.anthropic:/home/computeruse/.anthropic with this - C:\Users\{YOUR_WINDOWS_USERNAME}\.anthropic:/home/computeruse/.anthropic Change {YOUR_WINDOWS_USERNAME} with your real windows username
I have the answer. I got the terminal command working on a PC by simply removing the reference to a user profile, since I noticed that the terminal command for Mac didn't have one. I simply removed %USERPROFILE%/.anthropic:/
Very willing to try it out, but missing a few steps in the set up explanation and I keep getting stuck trying to use docker for the first time... Help?
Its not that simple; in fact its the opposite. If everyone is an expert then no one is an expert. Who will buy your tool if they can just do it for free with an api key or anthropic's free and better app?
So, you kinda convinced me that I don't need you your podcast... I just have to tell it to take the output and put it into Notebook LLM and generate the podcast.
This video was awesome. Super informative and it was fun to try out. I keep getting rate limited after every request so thats not ideal. Doesn't seem to matter what I ask its doing too much 🤷♂ I'm sure that will get better with time.
Got this error, any ideas? docker: Error response from daemon: Ports are not available: exposing port TCP 0.0.0.0:5900 -> 0.0.0.0:0: listen tcp 0.0.0.0:5900: bind: address already in use. ERRO[0409] error waiting for container: context canceled
I'm getting this error response: docker: Error response from daemon: Ports are not available: exposing port TCP 0.0.0.0:5900 -> 0.0.0.0:0: listen tcp 0.0.0.0:5900: bind: address already in use.
I did this and i got an error saying "Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits." how do I fix this ?
DO NOT TRY TO DO THIS UNLESS YOU ALREADY HAVE API CREDITS!!! You have to buy API credits, and you're likely to get rate-limited with your very first request if you have a new account, which means you'll buy credits and then SPEND those credits, only to have to spend them again because the task you gave your agent accessed the API faster than some arbitrary limit.
Then the agent created its own RUclips channel without me......... Then 1 million agents did the same thing and they all cloned themselves....Then what?
Good video. It all installed perfectly. But it seems throttled. Anyone got any suggestion? Number of request tokens has exceeded your per-minute rate limit And wow it's super expensive if you buy credits.
I got the same problem... Each question doesn't get an answer with an error 'Number of request tokens has exceeded your per-minute rate limit' and it consumes around $0.20 per question...
This is a nice automation utility we had before with Baradin, etc., without knowing how to install docker, API keys, etc. Saying it is for everyone and then moving to docker is simply ridiculous - docker technology is one of the more complicated parts of software engineering, easily breakable by so many things. And last: When will RUclipsrs stop promising "billion Doler" companies of one person? If all of them have billion-dollar companies... who will buy these companies? has anyone tried to analyze an economy of millions of multi-billion companies...? Please be realistic and start providing more down-to-earth, useful information.
Be careful, after you buy credits to use this API, anthropic will NOT issue a refund....please reach out to me if you're interested in a class action lawsuit.
Could you show us how build out a full stack app with react native? As well as a backend? Showing it build on the different platforms that it can export to. Using an app like airtasker or a marketplace app would be an excellent example.
I have tried it tonight, just impossible to use, way too expensive, 6 actions cost me 0.29 Euro, and far too slow. Softwares using microprogramming are way ahead in term of cost and speed, sorry but this won't be a magic bullet for many years ahead.
I just read all the comments and it looks like you have a lot supporters and a number of critics. I found this information very interesting and I intend to give it a go. I would really like to see more use cases and examples. I am also wondering about the potential cost and if Anthropic has added any kinds of cost constraints we may be able to implement on our account level. Hoping to hear more from you on this subject...
Hyperbole much? There are very strict rate limits currently, it’s not nearly as effective as you implied, and it’s super expensive. This is why people fall off the AI hype train even though we’ve got crazy times ahead.
@@krom357 First of all, it`s not free, and is quite expensive, so if you paid already, once you open Docker, on the bottom right is the terminal where you will input the api and the command given by Alex. Then click on the link it gives you after you input the command, open it and then you can ask it whatever you need.
So you're using the most powerful AI tool you've ever seen to make a more complicated Google Maps app? Dude. Learn how to pronounce Reuters and I'll believe you can make a better video with voice command and automated shell usage, etc.
@@tomascoox Where, show me the moment in the video where he shows where. It only says place the key on doker, run the command. Show me. Besides that, he doesn't tell anything about costs. For finding the weather on Paris with this, you will pay 20 to 30 cents. Tell me how you can trust this guy that don't tell all about this story, only a fraction of it. The most important stuff, the cost, in case you want to become billionaire like he says, you need to make the math and first are costs. This video is losing time cos this guy it's close to scam, not really there but close.
at exactly the 5:57 mark I explain in precise detail where you put the key and how you run it. Make sure to watch the whole video and follow along! I sell absolutely nothing and make $0 off this video. This is not monetized in any way. The purpose of this video is purely education. Hope you have a blessed day!
@@AlexFinnOfficial Yes, you explain by words. I try it and I don t know what to do with doker. Then, you don t say nothing about costs in the video. Any promt will cost. That not nice to forget to say.
Not chaptering (nor presumably structuring for an effective chapter outline) a nine minute(+/-) RUclips review, instructional and/or reporting video in today's day and age is pretty shameful. ~ Especially given the fact that with your knowledge you could EASILY feed a preliminary MP3 of the entire video to LM Notebook and have it create the chapters and related time codes to insert within your comments.🙄
HIT SUBSCRIBE AND TURN ON NOTIFICATIONS TO GET INFO THE MOMENT IT BREAKS! HIT LIKE AS WELL IF YOU LEARNED ANYTHING! COMMANDS AND LINKS IN THE DESCRIPTION!
Video rocks Alex, thank you! I have a few ideas I'm gonna build with this I'll show you when they're done. I'm literally dropping everything I'm doing and focusing solely on this kind of stuff because of your videos, beyond helpful, super exciting times!
DARK LIPPY LET'S GOOOOO!!! This makes me so happy!
Alex Finn is too easily impressed 😂
Alex has a way of getting the people that either need or appreciate motivation, motivated. His enthusiasm is incredible.
Alex, this is amazing! I have been wondering what an AI agent is and how to use them.
I lost you at 6:30 minutes of video/not clear enough after i replace the key api where do i go ?how do i run this code? for example if i want to create real estate agent.how do i run this
You are not wrong, he did not provide those details. Even within Docker desktop, there is no way to paste in the code.
if you use windows PC, just use "cmd" to run this.
I got stuck there too. I had chatgpt guide me through from there. Everytime I hit a dead end, I copied what it showed on the terminal and asked chat gpt "what does this mean:......" It took a while but I eventually got through.
@@restoredaccess can you expand on how to get it to work
genuine question: How is that different from using gpt or perplexity?
I asked it to go to Dell's site and configure a laptop for my engineering class, keep the cost below $2000.
It configured an XPS perfectly. Price $1499.
OK this sounds like a better example than what he did, which you can do on Perplexity.
Wow this is actually a really cool use case!
Is that the exact prompt you used, because I am upgrading ASAP
Open Interpreter do this since aprox 2 years with any LLM. I Guy on YT do amazing thing with real time voice, speak with LLM and edit files, create spreadsheet, graph, he just speak with the AI who do the stuff and talk back to him.
Or for example, i asked Open Interpreter to convert 20 .flac audio files to MP3 from a folder, it write the python code, execute it and after a few minutes it was done. All audios in the folder i chosed was converted to mp3.
Now if you only used AI for your grammar you would be all set 😃
@@urowner Stupid usual low level primary human ego response. Not a smart AI for sure. Oh btw, english is not my first language.
@@urowner A basic annoying usual low level human ego response. But, not a smart AI for sure 😆. BTW, english is not my first language
@@urowner A basic annoying usual low level human ego response. But, not a smart AI for sure 😆. BTW, english is not my first language
@@urowner A basic annoying usual low level human ego response. But, not a smart AI for sure 😆. BTW, english is not my first language
Had to watch it twice. Ok, im getting it. Thinking of use cases now. Thanks, Alex!
What do you think you'll do with it my friend??
@@AlexFinnOfficial Well, Alex, I'm wondering about an idea going off of your paris vacation one. But curating an itinerary based on a persona(s). A couple in their mid 20's visitng Austin, Texas. A Family of 4 with a husband/wife in their mid 40s with 2 children ages 10 and 11. What do you think?
I wonder if it can we give it credentials and ask it to login to tools we own. 🧐
For those asking about the cost, I asked, "I'm visiting Boise, Idaho next week. Give me the weather conditions and best restaurants." The details, which were pretty much in line with what he got for his Paris question, it cost 23 cents (U.S.).
Yeah… that’s pretty expensive.
I was able to ask GPT 4o the same info, with source links and got great results, no additional charge.
Thanks for testing this!
@@josephflemming7370 thanks! I'll do the same.
@@AlexFinnOfficial I think this is a first good step toward agentic behavior (the best one yet) but the cost benefit, the limitations, the speed, is just not there yet) I do believe this will rapidly evolve and it is really exciting.. just wanted to say we are reaching a point that the speed of these tools evolving is outpacing our ability to really figure out and build great use cases into workflows that we have.
This looks awesome. Thank you. Can you please provide the steps to actually run the command on Docker? Where/How do we paste the command after inserting the API key in Docker? I have no coding experience
Exactly, it all gets abit lost in translation at the Point we need to insert the API into docker
@@CreatedbyMrMoe you open "terminal" on windows/mac/whatever you're using and paste it there. You replace the api key in the code where he shows you
I dont undeerstand what a terminal is?
How does this differ from just going to any ai service and asking it questions? Why is it big for you? Also, how can you embed that later on your website to benefit from it and make money from those agentic services that our website visitors can use. 🙏
I was thinking the same!
Was waiting years for this, still waiting for them to be extremely useful, 3 months - 2 more years
Yup, still V1 but can still do some cool things and is a sign of AMAZING things to come
Thought I would add in my experience with running this so far, from a cost perspective. I had the "agent" go and find a list of trending news items that my target clients would be interested in. It came back with 10 different top news topics and the cost was $0.44. As for getting it set up, you will need a few more steps than what Alex put in his quick (but great) video, but once it was up and running, it worked great. As always...make sure not to run any client sensitive data through the agent - anonymize it!
What are the extra steps because I can't get it to work.
@@jeniferdefigueiredo4500 Not sure which part of it is giving you issues, but for me it was getting the localhost port to launch/start. I ended up going through the introductory tutorial for docker to create an image to ensure that worked first. You might need to install some libraries via Terminal (I'm using MacOS) if they are not on your computer already. Once I got that working, I was able to get the rest to work. Funny enough, ChatGPT is a good tool to help trouble shoot some of the errors, or at least give you a list of potential errors so you have some place to start.
Hiya Alex. I saw that those terminal commends weren't added to the description. Just a heads-up.
Just refreshed and saw you added it. Thanks my man! Testing this today!
I couldn't get an answer, as the agent fails constantly with the error message 'Number of request tokens has exceeded your per-minute rate limit', and each prompt costs around $0.20-$0.30 making it VERY expensive...
Silly question. Should I use the Docker terminal or my native Mac terminal to run the command? BTW thanks for taking the time to share your work here.
As long as Docker is open you can use either!
Thank you for sharing so much value. This is insane
Of course my friend!
I feel like Perplexity does that already, but in the background.
Right?
Yeah, I'm not understanding how this isn't something Perplexity or Copilot on the Web or anything like that can already do
@@darter81OpenAI has had similar for over a year..
@@darter81that’s because he’s wrong.
I had an anime based AI that uses desktop anime avatars doing this last November or so. And it had a voice and I could even choose my own avatar from 3d models I found on the web.
Just a couple of questions: if I ask the question twice, will I get the same research results? (If they're different...) Second: if everyone gets the same results, what will be missed collectively, because everybody will be queuing outside those 5* restaurants! The future is regression to the mean.
This is NUTS! I can't wait to get my mitts in there to monkey around. - Mr. InBetween
what are the API costs for the "computer use" functionality?
Could this be used to intelligently open emails or PDFs from a Windows folder, extract the context of the emails/pdfs into a word file following a specific format? So take email data sent by Dave Smith on 06/07/24 12:15 and convert that into word narrative saying "On 6 July 2024, Mr Smith emailed...." Or can it only use the internet?
But how much does it cost to get the anthropic api?? Is it really free?
Woah-you had me until 6:30. I got the Anthropic API key and added it to Terminal. Then what? I can't see the next steps for running this on my Mac. Please explain that section in more detail. Keen to get up and running but seems to be missing the right instructions. Thanks
Put the API key in the command that I put in the description. Replace %ANTHROPIC_API_KEY% with your key then run it and open localhost8080
After you input the key and the command given by Alex, it should give you a link to click on that opens the AI`s virtual machine.
@@TimelessFrames369 I get this error after I run the command through terminal docker: Error response from daemon: create %USERPROFILE%/.anthropic: "%USERPROFILE%/.anthropic" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path.
@@TimelessFrames369 On Silicone mac, run command in term, but it throws an error. Any pointers appreciated. Tks
"docker run" requires at least 1 argument.
See 'docker run --help'.
Usage: docker run [OPTIONS] IMAGE [COMMAND] [ARG...]
Create and run a new container from an image
zsh: command not found: -v
How can we have Claude use documents on our PC? Those documents don't seem to be in the container.
This is absolutely incredible Alex 🔥🔥 Amazing video too!
So glad you enjoyed it Auny!
I'm blown away. My mind is REELING with use cases now
Isn't it incredible?
Thanks! already build a research agent using this!
It says command not found when i paste the docker command with the Anthropic key in the terminal
Thx for the amazing intro Alex!
Hope it's helpful!
WOOOOOOOOOOOOHOOOOOOOOOOO Alex!
You are a dynamo!
Hi Alex, This did not work for me, I got an error message: docker: Error response from daemon: Ports are not available: exposing port TCP 0.0.0.0:5900 -> 0.0.0.0:0: listen tcp 0.0.0.0:5900: bind: address already in use. Any ideas? running Mac OS 15.0.1 (24A348)
How can I fix this error or answer why It fails after I run the command. docker: Error response from daemon: create %USERPROFILE%/.anthropic: "%USERPROFILE%/.anthropic" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path.
You need to replace this part - %USERPROFILE%/.anthropic:/home/computeruse/.anthropic with this - C:\Users\{YOUR_WINDOWS_USERNAME}\.anthropic:/home/computeruse/.anthropic
Change {YOUR_WINDOWS_USERNAME} with your real windows username
I have the answer. I got the terminal command working on a PC by simply removing the reference to a user profile, since I noticed that the terminal command for Mac didn't have one. I simply removed %USERPROFILE%/.anthropic:/
Very willing to try it out, but missing a few steps in the set up explanation and I keep getting stuck trying to use docker for the first time... Help?
Love it! We're all going to be trillionaires! What a time to be alive!
Its not that simple; in fact its the opposite. If everyone is an expert then no one is an expert.
Who will buy your tool if they can just do it for free with an api key or anthropic's free and better app?
We are all about to make it
Oh My God! My own Exec Asst! I’m getting my MacBook Pro out now.
Fire, Alex, pure fire.
Can it do captchas?
one of its news pieces selected.. was claude2.1, when it was a claude3.5 agent..
still insanely cool though of course.
So, you kinda convinced me that I don't need you your podcast... I just have to tell it to take the output and put it into Notebook LLM and generate the podcast.
This video was awesome. Super informative and it was fun to try out. I keep getting rate limited after every request so thats not ideal. Doesn't seem to matter what I ask its doing too much 🤷♂ I'm sure that will get better with time.
Got this error, any ideas?
docker: Error response from daemon: Ports are not available: exposing port TCP 0.0.0.0:5900 -> 0.0.0.0:0: listen tcp 0.0.0.0:5900: bind: address already in use.
ERRO[0409] error waiting for container: context canceled
Its really good, don't get me wrong, but it isn't a first. Open Interpreter as an example.
Just saw this on X! Nuts
This is so crazy! I am setting up along with you here
Did you look at your API charges? Let us know how much your charges cost for your testing.
Yeah exactly lol
you could sell me air bro I fucking love your energy! 🙏🏿
How do you find all of what you find so fast!🎉👍💪💚
Its wild that if you pay for Claude pro you have no API key and still need to pay for an Anthropic API key to utilize... claude lol
Chyeeaaa boy!!
hi guys got as far as downloading Docker ok and getting the API keys copied but need help to make all this work any ideas
It can do anything. What about working in my Photoshop. Can it do that ? Or in my Word processor. What about an online Photoshop ?
Please do more videos on how to make the most out of these agents. When I tried it, it could barely get past accepting cookies😆
Will be making a TON more videos around this!
Can you use an api from another ai?
I'm getting this error response:
docker: Error response from daemon: Ports are not available: exposing port TCP 0.0.0.0:5900 -> 0.0.0.0:0: listen tcp 0.0.0.0:5900: bind: address already in use.
Is this safe to use?
Yes! It’s in a self contained virtual environment
Getting alot of time outs, I think Anthropic must be experiencing elevated API calls: 10/22/2024 6:35PM-PST
Thank you
I did this and i got an error saying "Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits." how do I fix this ?
nevermind i got it to work but i had to pay for it to use it, you didint let us know that!! there are free versions like perplexity
awesome tool, wish I could use it but the setup instructions were horrible. Been trying for an hour now playing the guessing game.
i asked perplexity to give me AI articles and boom. it was free. was that punchy?
boom. articles.
What that AI actually can do? I get the research part, but how this is that useful? Any examples other than researching news articles?
It can search your documents, fill out forms, read and answer emails etc..
Will make more advanced use case videos in the next couple days! Just wanted to get a beginner friendly video out
@@AlexFinnOfficial thank you Alex
Let's goooooooooooo❤❤❤😂❤😂
We told them
They trolled us
Another banger!!
DO NOT TRY TO DO THIS UNLESS YOU ALREADY HAVE API CREDITS!!! You have to buy API credits, and you're likely to get rate-limited with your very first request if you have a new account, which means you'll buy credits and then SPEND those credits, only to have to spend them again because the task you gave your agent accessed the API faster than some arbitrary limit.
Then the agent created its own RUclips channel without me......... Then 1 million agents did the same thing and they all cloned themselves....Then what?
Good video. It all installed perfectly. But it seems throttled. Anyone got any suggestion? Number of request tokens has exceeded your per-minute rate limit
And wow it's super expensive if you buy credits.
I got the same problem... Each question doesn't get an answer with an error 'Number of request tokens has exceeded your per-minute rate limit' and it consumes around $0.20 per question...
why ChatGPT does not have it? should be normal extension
Can it code a full mobile app?
i got it loaded but it wouldn't search for anything. probably because im on claude free
Okay I don't get it. You've been able to do this with OpenAI for over a year now..
Nope, ChatGPT has never been able to control a computer while making multi chain decisions
Can we ask these agents to edit videos or do some programming?
Should be able to
Well I’m get started right away
This is crazy!
This is a nice automation utility we had before with Baradin, etc., without knowing how to install docker, API keys, etc. Saying it is for everyone and then moving to docker is simply ridiculous - docker technology is one of the more complicated parts of software engineering, easily breakable by so many things. And last: When will RUclipsrs stop promising "billion Doler" companies of one person? If all of them have billion-dollar companies... who will buy these companies? has anyone tried to analyze an economy of millions of multi-billion companies...? Please be realistic and start providing more down-to-earth, useful information.
Be careful, after you buy credits to use this API, anthropic will NOT issue a refund....please reach out to me if you're interested in a class action lawsuit.
amazing amazing
Not yet super power but it getting there maybe in a year
Could you show us how build out a full stack app with react native? As well as a backend?
Showing it build on the different platforms that it can export to.
Using an app like airtasker or a marketplace app would be an excellent example.
I have tried it tonight, just impossible to use, way too expensive, 6 actions cost me 0.29 Euro, and far too slow. Softwares using microprogramming are way ahead in term of cost and speed, sorry but this won't be a magic bullet for many years ahead.
Yeaaaaaah
❤
I just read all the comments and it looks like you have a lot supporters and a number of critics. I found this information very interesting and I intend to give it a go. I would really like to see more use cases and examples. I am also wondering about the potential cost and if Anthropic has added any kinds of cost constraints we may be able to implement on our account level. Hoping to hear more from you on this subject...
Rooters? It's pronounced roiters.
Hyperbole much? There are very strict rate limits currently, it’s not nearly as effective as you implied, and it’s super expensive. This is why people fall off the AI hype train even though we’ve got crazy times ahead.
It won't run :(
«if you are reach, pure, young, old and you are gay”
demo the windows set please
i am new to this and have docker downloaded and my api key but where exactly do you run the command i am lost
@@krom357 First of all, it`s not free, and is quite expensive, so if you paid already, once you open Docker, on the bottom right is the terminal where you will input the api and the command given by Alex. Then click on the link it gives you after you input the command, open it and then you can ask it whatever you need.
Gpt can already do all of this.
wanna build something cool together live on x?
Definitely not revolutionary technology. Kept getting rate limited....Good luck trying to get the account balance refunded.
So you're using the most powerful AI tool you've ever seen to make a more complicated Google Maps app? Dude. Learn how to pronounce Reuters and I'll believe you can make a better video with voice command and automated shell usage, etc.
You skip some steps. How to use doker, where you put key. Something is fishy with you, what you sell exactly, you cut invoice for api?
How can you not see when he show where you put in your API-key? :O
@@tomascoox Where, show me the moment in the video where he shows where. It only says place the key on doker, run the command. Show me. Besides that, he doesn't tell anything about costs. For finding the weather on Paris with this, you will pay 20 to 30 cents. Tell me how you can trust this guy that don't tell all about this story, only a fraction of it. The most important stuff, the cost, in case you want to become billionaire like he says, you need to make the math and first are costs.
This video is losing time cos this guy it's close to scam, not really there but close.
at exactly the 5:57 mark I explain in precise detail where you put the key and how you run it. Make sure to watch the whole video and follow along!
I sell absolutely nothing and make $0 off this video. This is not monetized in any way. The purpose of this video is purely education.
Hope you have a blessed day!
@@AlexFinnOfficial Yes, you explain by words. I try it and I don t know what to do with doker. Then, you don t say nothing about costs in the video. Any promt will cost. That not nice to forget to say.
Anyway, I was hoping in something good from you, but you are close to scam, like I said. Sorry, I don't trust you anymore.
Not chaptering (nor presumably structuring for an effective chapter outline) a nine minute(+/-) RUclips review, instructional and/or reporting video in today's day and age is pretty shameful. ~ Especially given the fact that with your knowledge you could EASILY feed a preliminary MP3 of the entire video to LM Notebook and have it create the chapters and related time codes to insert within your comments.🙄