This AI Agent can CONTROL your ENTIRE DESKTOP!!!

Поделиться
HTML-код
  • Опубликовано: 2 янв 2025

Комментарии • 55

  • @redamarzouk
    @redamarzouk  10 месяцев назад +2

    Do you think autonomous agents will get a fast upgrade like text to video engines?

    • @RealLexable
      @RealLexable 2 месяца назад

      Hopefully, but the more important question is for certain if it' also useable with llama3.2 ?

  • @j.d.4697
    @j.d.4697 6 месяцев назад +26

    Having my computer managed by an AI I can naturally communicate with is one of my biggest dreams for the short-term future.

  • @tomich20
    @tomich20 10 месяцев назад +20

    missed the oportunity to make it solve the "im not a robot" captcha

    • @redamarzouk
      @redamarzouk  10 месяцев назад +3

      That should've been my first thought, I messed up 😂😂

    • @themedleb
      @themedleb 4 месяца назад +1

      Oh nooo, that means companies will start making it hard for robots, but we humans are who going to struggle.

  • @Thatoneguardian
    @Thatoneguardian 3 месяца назад +7

    Bro can you do a full guide on the install I've ben trying to install for a couple days and it gives me an error

  • @Xelimos
    @Xelimos 14 дней назад

    I was gonna ask why not put it into a more of a stress test, but now i have seen how it charges you, i cannot say anything other than thank you for your content.

  • @Kw_Torres
    @Kw_Torres 8 дней назад

    I need something like this to analyze property foreclosures

  • @TheGuillotineKing
    @TheGuillotineKing 2 месяца назад +1

    I noticed that it can only do one basic task at a time like open a document and type something I would love for it to take what it has written like a marketing campaign and email it to my customers and then manage the marketing campaign end to end like NOLYN

  • @AC-go1tp
    @AC-go1tp 10 месяцев назад +7

    I feel you should equally generate content that focus on the free alternatives so people in disadvantaged countries can also benefit...if you see what I mean...

    • @redamarzouk
      @redamarzouk  10 месяцев назад

      you're right, even though the alternatives are temporary most of the time (because of computing cost), it should be something I talk about.

  • @abramburelu12
    @abramburelu12 21 день назад +1

    Hey there! Thanks for this tutorial! Is this method still valid after 8 months? Or do we have alternatives? Thanks in advance

  • @aymangaming7585
    @aymangaming7585 Месяц назад +1

    The term 'OPERATE' is not recognized as the name of a cmdlet, function, script file, or
    operable program.how to fix it

  • @eddieb8615
    @eddieb8615 Месяц назад +1

    Can't get it to work. Seems like repo is dead?

  • @DailenGunter
    @DailenGunter 10 месяцев назад

    Can you provide the link the video mentions for info regarding migrating SentinelOne integration in the comments?

  • @tcb133
    @tcb133 8 месяцев назад +1

    what if i wanted to use a local llm? like with lm studio. What should i put when asked for an api key?

    • @redamarzouk
      @redamarzouk  8 месяцев назад +2

      I tried to use Llava but my machine simply couldn't handle it.
      But to be able to run it using a local LLM you need either Ollama or LMStudio (Ollama is easier).
      then run the commands:
      ollama pull llava
      ollama serve
      when running hyperwrite use the command:
      operate -m llava
      it will not ask you for an api key.

    • @WaveOfDestiny
      @WaveOfDestiny 5 месяцев назад +1

      Tried it. For some reason it only works with llava 7b and it's definetly too stupid to do anything right. Can't even open the right application or write something in notepad. Wish i could use a bigger model

  • @OpenmindedSourceClosedBeta
    @OpenmindedSourceClosedBeta 10 месяцев назад +1

    Thanks for this video. With a speech-to-text interface it would even be better. And you should try to run it on a GPU for better performance.😉

    • @redamarzouk
      @redamarzouk  10 месяцев назад

      Yes a siri like assistant that can allow us to create highly customizable automations in a pc is a dream.

  • @zkhan3366
    @zkhan3366 2 месяца назад

    Can we do without api key

  • @theindubitable
    @theindubitable 7 месяцев назад

    I just got this working on my macbook. So this will just run through the terminal?

  • @j.jarvis7460
    @j.jarvis7460 5 месяцев назад

    it can't recognize what's happening on the screen? are there any ai's that can? because even rudimentary ai's would Transend.

  • @IlllIlllIlllIlll
    @IlllIlllIlllIlll 7 месяцев назад

    Does it work on mbp

  • @advancedretouch8235
    @advancedretouch8235 10 месяцев назад +1

    I wonder how will it work with Groq

    • @redamarzouk
      @redamarzouk  10 месяцев назад

      well it can only get faster, I have an i7-13620H with 12 cores with a OKish benchmark but using a GPU or even an LPU should make it go so much faster.

  • @Xhelea-mc3ml
    @Xhelea-mc3ml 9 месяцев назад +1

    is it for GPT 4 only?

    • @redamarzouk
      @redamarzouk  8 месяцев назад

      you can use Llava locally if you have a large enough RAM/ of Gemini pro vision if you want another option.
      But gpt4v in my experience has performed the best.

    • @zkhan3366
      @zkhan3366 2 месяца назад

      ​@@redamarzouk can we do without api key

  • @stanleylu3625
    @stanleylu3625 9 месяцев назад

    Does this get faster as you complete the same tasks?

    • @redamarzouk
      @redamarzouk  9 месяцев назад +1

      I haven't notice that, I don't think it has a memory for storing agents. But it will be a nice feature if they have it.

  • @haroonqureshi9503
    @haroonqureshi9503 9 месяцев назад

    Hey Reda, I'm having trouble installing it. When I put it into terminal it says: pip : The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program.

    • @redamarzouk
      @redamarzouk  9 месяцев назад +1

      Hello,
      pip is not recognized because most likely the folder Scripts of python is not in the system PATH environment variable.
      If you're not familiar on how you can add it, just look up "How to add Python Script folder to Environment Variables".

    • @haroonqureshi9503
      @haroonqureshi9503 9 месяцев назад

      @@redamarzouk Thank you so much for the fast response, I really appreciate it.
      It sucessfully installed but when I put in operate, it said operate : The term 'operate' is not recognized as the name of a cmdlet, function, ect...

    • @redamarzouk
      @redamarzouk  9 месяцев назад

      @@haroonqureshi9503 after you install self-operating-computer you should be able to have access to the command operate.
      Unless you have created a virtual environment in which case you have to access the folder of the virtual environment and then launch the command operate

    • @JavedAlam-ce4mu
      @JavedAlam-ce4mu 8 месяцев назад

      @@haroonqureshi9503 You probably need to put it in your system's PATH

    • @BanderitaXTiktok
      @BanderitaXTiktok Месяц назад

      @@JavedAlam-ce4mu how

  • @ImAryannKhan
    @ImAryannKhan Месяц назад

    I am trying to create one that will be more advanced.

  • @SamarthSuriaaksha-i3y
    @SamarthSuriaaksha-i3y 2 месяца назад

    can u plz make it voice abled

  • @aoeu256
    @aoeu256 9 месяцев назад +2

    Am I the only one who thinks too many people are focusing on software and not hardware. We need to build self-replicating robots(feet and hands) by making the robots be made out of lego blocks that can then be molded with the mold itself also built by the robot.The robots should self-replicate smaller and bigger for whatever you need, and have them build energy collectors, factories, and mining robots.

    • @JavedAlam-ce4mu
      @JavedAlam-ce4mu 8 месяцев назад

      This is an intermediate step towards that, the physical side is actually a lot harder. Also I'm not sure where you're going with your lego block / mold analogy but I don't follow it.

  • @_specialneeds
    @_specialneeds 4 месяца назад

    But the AI model still runs on some other system. Until someone comes up with a way to completely run this locally it's kind of pointless.

    • @ChocoRainbowCorn
      @ChocoRainbowCorn Месяц назад

      No idea why you say that, considering many people would be willing to pay for this already.

  • @HyuLilium
    @HyuLilium 10 месяцев назад +4

    Still will never pay for AI, free like google sesrch or I'm out.

    • @redamarzouk
      @redamarzouk  10 месяцев назад

      Yeah I'm with you, I only paid so you guys see the state of AI automation at the moment. but their goal is to reach companies with a good enough offering otherwise it wouldn't make financial sense.

    • @jeremiahjohnson6052
      @jeremiahjohnson6052 7 месяцев назад +1

      "Free" electricity and GPUs for all?

  • @VairalKE
    @VairalKE 9 месяцев назад

    More AI click bait. GPT4 is untenable for small business $30 for 1M tokens? Look at AIOS it uses gemma and/or mistral just have at least 16GB RAM

    • @redamarzouk
      @redamarzouk  9 месяцев назад +1

      In no way you can say it's clickbait, I haven't mentioned the price in the title nor the thumbnail.
      I have covered how to use gemma and other models locally and for free in my latest video
      ruclips.net/video/C_a52c-1hm8/видео.htmlsi=9XZV_rYXoynn27S1

  • @8bitromania263
    @8bitromania263 6 дней назад

    oh i read is subscription based, thumbs down and unsubscribe...find something that is used as a local AI instead.