Improve Your AI Skills with Open Interpreter

Ғылым және технология

Improve Your AI Skills with Open Interpreter
HubSpot FREE E-Book:
clickhubspot.com/cfe
👊 Become a member and get access to GitHub:
/ allaboutai
🤖 AI Engineer Course:
scrimba.com/?ref=allabtai
📧 Join the newsletter:
www.allabtai.com/newsletter/
🌐 My website:
www.allabtai.com
In this video I share how I like to improve my skills In giving instructions to an LLM using Open Interpreter. Open Interpreter can execute code on your local machine and I find this very fun and enjoyable
00:00 Improve Your AI Skills Intro
00:22 Open Interpreter Challenges
01:42 HubSpot
02:40 Install Open Interpreter
04:23 AI Skill Challenge 1
07:34 AI Skill Challenge 2
11:16 AI Skill Challenge 3
13:25 AI Skill Challenge 4
14:36 Conclusion

Пікірлер: 41

  • @ShpanMan
    @ShpanMan4 ай бұрын

    I love how just a short while ago this would have been mind boggling to anyone watching - many years or decades away, but now it's just a standard capability of AI.

  • @AllAboutAI

    @AllAboutAI

    3 ай бұрын

    yeah haha, its crazy how fast you adapt to a new techology. tnx for tuning in :)

  • @mistersunday_
    @mistersunday_4 ай бұрын

    That's flipping awesome. You can almost curate your code to have the "AI" evolve itself (magic of python)

  • @roke4025
    @roke40254 ай бұрын

    Adding hot keys for this to create a fast-key directory for some kind of automation menu would be sick. For those with local compute restrictions, LM won’t work and OI doesn’t allow for anything other than OAI API Keys. Otherwise you would see way more contents on this application. Adding Groq or Mistral API Keys for endpoint inferencing would be sick. Imagine the automation that could be achieved 😅

  • @fkxfkx

    @fkxfkx

    4 ай бұрын

    Yeah I had to back off OI due to racking up $10 a day in gpt4 usage

  • @Mephmt
    @Mephmt4 ай бұрын

    I feel like this very ripe for a whole host of automation but I can't seem to figure out what needs to happen. I've been hesitant to use OI, but your video has given me more ideas to try and test this out. Thanks!

  • @AllAboutAI

    @AllAboutAI

    3 ай бұрын

    cool, yeah for me its more of a experiment to see what could be the future of interactions with systems or agents

  • @Codeandcounsel
    @Codeandcounsel3 ай бұрын

    Truly amazing, I’ve only been using it for 36 hours but the amount of things it can do already is insane.

  • @nic-ori
    @nic-ori4 ай бұрын

    Useful information. Thanks! 👍👍👍

  • @MikeBirdTech
    @MikeBirdTech3 ай бұрын

    Love Open Interpreter!

  • @user-bd8jb7ln5g
    @user-bd8jb7ln5g3 ай бұрын

    Pre built function libraries within OI would be great while we wait for more capable models. Also using the more capable model to build those functions but letting less capable, faster models execute those functions and process the data.

  • @user-bd8jb7ln5g
    @user-bd8jb7ln5g3 ай бұрын

    There is a new model called Open Code Interpreter, supposedly trained to deal with errors. I've downloaded it, haven't tried in Open Interpreter yet. PS Could not find GUFF for that model, had to run in Text Generation Web UI. Preliminary results in TGWUI looked good.

  • @AllAboutAI

    @AllAboutAI

    3 ай бұрын

    okey, cool. will def check that out! thnx for the tip, and for tuning in :)

  • @BTMECC95
    @BTMECC954 ай бұрын

    It is amazing! Can you make a video about using AI to make mobile apps?

  • @kate-pt2ny
    @kate-pt2ny4 ай бұрын

    Already a member, this project is very interesting, waiting for the github code to be released

  • @AllAboutAI

    @AllAboutAI

    3 ай бұрын

    awsome :) should be up tomorrow hopefully, tnx for tuning in!

  • @micbab-vg2mu
    @micbab-vg2mu4 ай бұрын

    Nice:)

  • @trashchenkov
    @trashchenkov4 ай бұрын

    Really awesome! I want ask about pdf. You used the library that was installed. Can Open Interpreter install it?

  • @reza2kn
    @reza2kn4 ай бұрын

    Thanks for the amazing video! I love it wen KZreadrs get to the point fast enough.. Although, I'm confused at times like @05:12 that we see error messages in green, but apparently there was no error and it actually worked.. Another question, would you think using a model that supports function calling (like the ones fine tuned by Trilis) work better here?

  • @AllAboutAI

    @AllAboutAI

    3 ай бұрын

    tnx:) yeah that is a bit strange, i dont now 100% whats happening there, since i did not write the code. i think that could be interesting, will take a look. thnx for tuning in :)

  • @user-bd8jb7ln5g
    @user-bd8jb7ln5g3 ай бұрын

    Most Open Source models at this time will struggle with Open Interpreter. OpenAI GPTs have been better "polished" for a wide range of tasks. They fine-tuned it for a ton of errors and GPTs also understand instructions better. Open Source models are get better quickly however. Moreover and I don't know how much this matters but Chat GPT code interpreter apparently runs in a Jupyter Notebook as reported by leaks.

  • @AllAboutAI

    @AllAboutAI

    3 ай бұрын

    yeah, that is exaclty my observation too, the instruction following gets too weak, and it kinda goes off the rails. i have had super results using claude 3 haiku tho

  • @peterhoang2107
    @peterhoang21074 ай бұрын

    You seem to gotten lucky and had it working without too much trial and error. During my session it couldn't produce a code that fulfill the requirements and sometimes it went off rails looping the code generation. Note: I used mistral-8x7b

  • @MrWuzey

    @MrWuzey

    4 ай бұрын

    I thought the same thing but it's maybe because he is doing small step by small step with clear and detailed instruction.

  • @user-bd8jb7ln5g

    @user-bd8jb7ln5g

    3 ай бұрын

    ​@@MrWuzeyYou might be right - small steps. Also as a good programmer he seems to be directing the model towards a correct solution.

  • @AllAboutAI

    @AllAboutAI

    3 ай бұрын

    yeah, I def had some issues too. my experience is that mixtral sometimes stop following my instructions, might be a part of the issue

  • @GuidedBreathing
    @GuidedBreathing4 ай бұрын

    Great vid as usual. Curious about the cost and completion for each task via the APIs to OpenAI ChatGPT4 / turbo / 3.5 etc

  • @SpeakinJive

    @SpeakinJive

    4 ай бұрын

    I killed a 50 dollar subscription in a day.

  • @AllAboutAI

    @AllAboutAI

    3 ай бұрын

    :S:S

  • @AllAboutAI

    @AllAboutAI

    3 ай бұрын

    tnx:) yeah this uses a fair amount of tokens, so i would only use 3.5T, the best results without a doubt has been with claude 3 haiku

  • @ipadmusichacks
    @ipadmusichacks4 ай бұрын

    Great Tutorial! Please let me know where the config.yaml file is located? Thanks

  • @AllAboutAI

    @AllAboutAI

    3 ай бұрын

    thnx :) it should be in the /test folder i think

  • @albertwang5974
    @albertwang59743 ай бұрын

    Every one is a programmer right now as he/she can speak English!

  • @JNET_Reloaded
    @JNET_Reloaded4 ай бұрын

    how do i get this working with 1 script for rpi5 that would be cool

  • @efifragin7455
    @efifragin74554 ай бұрын

    can it build applications and games with py ? like if i use deepseeker 70b or smth in lmstudio with it

  • @AllAboutAI

    @AllAboutAI

    3 ай бұрын

    yeah, but i feel the scope of games are kinda small atm. needs much improvement for bigger tasks is my experience! tnx for tuning in :)

  • @protimaranipaul7107
    @protimaranipaul710723 күн бұрын

    It is confusing why would we have to email you for the github even after being a member, And if that is so why would not you tell before the membership?

  • @Jeganbaskaran
    @Jeganbaskaran4 ай бұрын

    Can you help me how the follow-up question can be achieved in a traditional bot like kzread.info/dash/bejne/qKRhzZujgLe3orQ.html..... Based on the questions the follow-up questions need to be populated with some dynamic controls. Is it possible to achieve the same in our new GenAI (without defining any static work flow template)... Any thoughts? Thank you

  • @robsligter1577
    @robsligter15774 ай бұрын

    Sebastian Vettel

  • @borisrusev9474
    @borisrusev94744 ай бұрын

    dolphin-mistral-7b woohoooooooo!

Келесі