It would super awesome if you can do the testing first and then explain how to set it up. Because many of the agents fail in your tests and then I don’t need to watch the setup part. And I would absolutely love to have some score board of the best performing frameworks you’ve tested. We don’t need 100s of them in theory just one functioning will be enough 😃 Thanks for putting in the work though, I enjoy your content and voice a lot!!
Id love a video on anything that does minimal changes and helps with integrating diffs. If you find anything better than copy paste blocks. Cline just goes mad changing everything. It does good stuff for 4 or 5 steps then hits a problem. Then from there it. Just start breaking what it built. Then it reverts to a good checkpoint and im out of clauge tokens for a day. Best ive done so far to control this is to ask for minimal changes in the web version. Then ask for whole blocks and i copy paste by hand the blocks.
After trying Aider, Cline, and Windsurf, I discovered that Windsurf was the best option for managing complex Android projects in terms of cost and efficiency. Cline couldn't fix the problem, but Windsurf did it in just two prompts! #WindsurfWins
Thanks for all the content you bring! I'm a big fan of this channel! I would like to ask you if is it possible to host a solution like Magentic One in a hosted server (like DigitalOcean) and integrated with an external browser (not the Browser of my computer)? Because I think that the best leverage would be to instead of using the agents in my computer, use them in an external computer, so it can work in the background
I will test it. thanks. I am wondering if it can login to a site as well and extract information available only after a login. Also would be nice if it could open a few browsers windows and run a task on each windows in parallel. Great video!
I would love if you make a video for debugging task. Because it is easy to build apps with the help of AI, but it become really headache when it come to debugging the codebase. Anyways the video was 🆒....
FWIW, I got loads of errors until I installed and used pyenv and then installed python 3.13.0 and made that the default python version. I used Claude to help me!
@magnusmuller5223 thanks i should do that sent on github will see how it goes Edit: didnt notice it was you magnus, great work, one of the most projects i was looking for i wish i was able to help, but I hope this projects is fruitful for you guys as well
@@magnusmuller5223 hey magnus thank you guys as this tool is Exactly what im looking for i actually dropped a new comment on an open issue about gemini its probably the the 2nd couldnt post it on discord for wrod length will try to trim whats not important
@@magnusmuller5223 so say you ask it to add a new button that takes you to a new form. It generates all the stuff for that. i then want it to write and run a test where it loads the application in a dummy browser session, checks the button exists, clicks on the button, and then checks that it is indeed taken to the form. So I don't have to constantly check its work by poking about in the app.
Creator of Browser Use here. Thanks so much for making this video, I love to see the power of the community!!
@Gregpr07, thank you for making the tool!
Creator of browser-use here - It is so inspiring to see this!
I did not know that you can just change the base-url and use it for free!!
that's cool! I'll try it with ollama
Bruh - I've had your dang dancing dragon interlude song stuck in my head for days 🐉🕺🐲
thats too amazing, even my wife likes it lol, she has no interest in what i do , but she sees dragon dance she laughs
Dudu du dududu du du du,
Dudu du dududu di da bop,
Bedidi dibidi di da do, Bado do dududu du.
I should learn how to play it lol it will never leave my brain!
stuck in my head too - where do you get? need it on my phone.
😂
What a great video! Very inspiring! 🎉❤ I wish I could support more!
Thanks a lot for the support!
I watch you now whenever you upload. Thanks for the solid info!
It's crazy that 99% of the public has no idea about these agents coming out
It would super awesome if you can do the testing first and then explain how to set it up. Because many of the agents fail in your tests and then I don’t need to watch the setup part.
And I would absolutely love to have some score board of the best performing frameworks you’ve tested. We don’t need 100s of them in theory just one functioning will be enough 😃
Thanks for putting in the work though, I enjoy your content and voice a lot!!
Very impressive, you're a constant source of inspiration! Thank you!
Id love a video on anything that does minimal changes and helps with integrating diffs. If you find anything better than copy paste blocks. Cline just goes mad changing everything. It does good stuff for 4 or 5 steps then hits a problem. Then from there it. Just start breaking what it built. Then it reverts to a good checkpoint and im out of clauge tokens for a day. Best ive done so far to control this is to ask for minimal changes in the web version. Then ask for whole blocks and i copy paste by hand the blocks.
Cursor continue windsurf or aider for that
After trying Aider, Cline, and Windsurf, I discovered that Windsurf was the best option for managing complex Android projects in terms of cost and efficiency. Cline couldn't fix the problem, but Windsurf did it in just two prompts! #WindsurfWins
Your videos are always amazing..
Dude u r my true recommender engine.
dude I am addicted to your channel
Thanks for all the content you bring! I'm a big fan of this channel!
I would like to ask you if is it possible to host a solution like Magentic One in a hosted server (like DigitalOcean) and integrated with an external browser (not the Browser of my computer)?
Because I think that the best leverage would be to instead of using the agents in my computer, use them in an external computer, so it can work in the background
yes
Should work in headless mode. I guess it uses Selenium
This worked great!!!!!
What did you use it for?
You never fail to impress bro
It ain't working for me though
Thanks for sharing this; I can see many uses for it.
Looks very cool. Would love to try it, but I didn't get any free API key from github. This can be used with ollama? Please share how? Thanks.
love your video as always :)
I will test it. thanks. I am wondering if it can login to a site as well and extract information available only after a login. Also would be nice if it could open a few browsers windows and run a task on each windows in parallel. Great video!
Where do you want to login - I saw browser-use handling simple logins like email+passwort, but e.g. google login is super hard and not yet possible.
after that you can extract things easily
Would love to see feature requests - we can shape this together!
What are the most compelling use cases vs api calls? Maybe UI testing?
I would love if you make a video for debugging task. Because it is easy to build apps with the help of AI, but it become really headache when it come to debugging the codebase.
Anyways the video was 🆒....
Can you make a video on the best free coding tools and agents you recommend.
Thank you! Interestingly, this hasn't been mentioned on X yet.
Thank you for sharing. Can this be used with ollama models locally with local host URL info and without API key, considering your explanation at 3:00?
Hey, which model do you want to use? - They should have tool-use + should be big enough.
Quite impressive. Thanks.
Love your vids man.
literally was just looking for claude computer use alternatives, you're reading my mind, are you an instance of AGI?
He has been reading my mind for the last few months 😅
yes
Love ur channel. Keep up the good work 💯
I was totally pumped about this, so naturally I can't even get past the pip install without an error :( why?! I should have been a tester.
FWIW, I got loads of errors until I installed and used pyenv and then installed python 3.13.0 and made that the default python version. I used Claude to help me!
Very cool my dude
can I run this silently in the background (headless mode)? This would be great
¡Gracias!
Thanks a lot for the support!
Hey, Big fan of your work! 😊 I’d love to discuss potential sponsorship opportunities with you. What’s the best way to connect?
You can contact me on discord: @aicodeking
I dont know which time your sleeping i dont know where you find this gems thanks alot ❤🎉
It's pretty cool.
is it possible to scrape the site that needs to login?
Project IDX is just in a browser.... 👀 Meaning this could run an ide by itself 😅
yeah right bro
@bigqueries probably not actually, but in theory, why not 😅
yes im also think about this want to try
Super cool, but super bugged here, isn't working on win10 :(
Fun fact(Actually not): Rabbit R1 wish their product work like this. But we are programmer alright.
Hey king, tips to use this with gemini/mistral?
I tried to use them but somehow doesnt work for me
Can you share the base url for the APIs to be sure
Simply great a discord feature request ticket - they will create it
@magnusmuller5223 thanks i should do that
sent on github will see how it goes
Edit: didnt notice it was you magnus, great work, one of the most projects i was looking for i wish i was able to help, but I hope this projects is fruitful for you guys as well
@@magnusmuller5223 hey magnus thank you guys as this tool is Exactly what im looking for
i actually dropped a new comment on an open issue about gemini its probably the the 2nd
couldnt post it on discord for wrod length will try to trim whats not important
dancing dragon song is my fav song since few days :D
is there rate limit for using the github key?
Yes 50 reqs per day for gpt4o and 150 for gpt4o-mini
tutorial on appsmith or millwind etc ...
I thought Claudia computer use is open source
I'm still waiting for a code developer that will test the app in the browser.
Cline can already do that with sonnet-3.5
code developer here - what do you mean?
@@magnusmuller5223 so say you ask it to add a new button that takes you to a new form. It generates all the stuff for that. i then want it to write and run a test where it loads the application in a dummy browser session, checks the button exists, clicks on the button, and then checks that it is indeed taken to the form. So I don't have to constantly check its work by poking about in the app.