Improve Your AI Skills with Open Interpreter

2024 ж. 20 Мам.
12 106 Рет қаралды

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

Пікірлер
  • 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.

    @ShpanMan@ShpanMan2 ай бұрын
    • yeah haha, its crazy how fast you adapt to a new techology. tnx for tuning in :)

      @AllAboutAI@AllAboutAIАй бұрын
  • That's flipping awesome. You can almost curate your code to have the "AI" evolve itself (magic of python)

    @hgeldenhuys@hgeldenhuys2 ай бұрын
  • 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 😅

    @roke4025@roke40252 ай бұрын
    • Yeah I had to back off OI due to racking up $10 a day in gpt4 usage

      @fkxfkx@fkxfkx2 ай бұрын
  • 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!

    @Mephmt@Mephmt2 ай бұрын
    • cool, yeah for me its more of a experiment to see what could be the future of interactions with systems or agents

      @AllAboutAI@AllAboutAIАй бұрын
  • Truly amazing, I’ve only been using it for 36 hours but the amount of things it can do already is insane.

    @Codeandcounsel@CodeandcounselАй бұрын
  • Love Open Interpreter!

    @MikeBirdTech@MikeBirdTech2 ай бұрын
  • Useful information. Thanks! 👍👍👍

    @nic-ori@nic-ori2 ай бұрын
  • Thanks for the amazing video! I love it wen KZheadrs 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?

    @reza2kn@reza2kn2 ай бұрын
    • 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 :)

      @AllAboutAI@AllAboutAIАй бұрын
  • Really awesome! I want ask about pdf. You used the library that was installed. Can Open Interpreter install it?

    @trashchenkov@trashchenkov2 ай бұрын
  • 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.

    @user-bd8jb7ln5g@user-bd8jb7ln5g2 ай бұрын
    • okey, cool. will def check that out! thnx for the tip, and for tuning in :)

      @AllAboutAI@AllAboutAIАй бұрын
  • 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-bd8jb7ln5g2 ай бұрын
  • It is amazing! Can you make a video about using AI to make mobile apps?

    @chuchiho9595@chuchiho95952 ай бұрын
  • 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.

    @user-bd8jb7ln5g@user-bd8jb7ln5g2 ай бұрын
    • 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

      @AllAboutAI@AllAboutAIАй бұрын
  • 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

    @peterhoang2107@peterhoang21072 ай бұрын
    • I thought the same thing but it's maybe because he is doing small step by small step with clear and detailed instruction.

      @MrWuzey@MrWuzey2 ай бұрын
    • ​@@MrWuzeyYou might be right - small steps. Also as a good programmer he seems to be directing the model towards a correct solution.

      @user-bd8jb7ln5g@user-bd8jb7ln5g2 ай бұрын
    • yeah, I def had some issues too. my experience is that mixtral sometimes stop following my instructions, might be a part of the issue

      @AllAboutAI@AllAboutAIАй бұрын
  • Great vid as usual. Curious about the cost and completion for each task via the APIs to OpenAI ChatGPT4 / turbo / 3.5 etc

    @GuidedBreathing@GuidedBreathing2 ай бұрын
    • I killed a 50 dollar subscription in a day.

      @SpeakinJive@SpeakinJive2 ай бұрын
    • :S:S

      @AllAboutAI@AllAboutAIАй бұрын
    • 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

      @AllAboutAI@AllAboutAIАй бұрын
  • Nice:)

    @micbab-vg2mu@micbab-vg2mu2 ай бұрын
  • how do i get this working with 1 script for rpi5 that would be cool

    @JNET_Reloaded@JNET_Reloaded2 ай бұрын
  • can it build applications and games with py ? like if i use deepseeker 70b or smth in lmstudio with it

    @efifragin7455@efifragin74552 ай бұрын
    • 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 :)

      @AllAboutAI@AllAboutAIАй бұрын
  • Great Tutorial! Please let me know where the config.yaml file is located? Thanks

    @ipadmusichacks@ipadmusichacks2 ай бұрын
    • thnx :) it should be in the /test folder i think

      @AllAboutAI@AllAboutAIАй бұрын
  • Already a member, this project is very interesting, waiting for the github code to be released

    @kate-pt2ny@kate-pt2ny2 ай бұрын
    • awsome :) should be up tomorrow hopefully, tnx for tuning in!

      @AllAboutAI@AllAboutAIАй бұрын
  • Every one is a programmer right now as he/she can speak English!

    @albertwang5974@albertwang5974Ай бұрын
  • Can you help me how the follow-up question can be achieved in a traditional bot like kzhead.info/sun/qdRmm52ih4aHpYk/bejne.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

    @Jeganbaskaran@Jeganbaskaran2 ай бұрын
  • Sebastian Vettel

    @robsligter1577@robsligter15772 ай бұрын
  • dolphin-mistral-7b woohoooooooo!

    @borisrusev9474@borisrusev94742 ай бұрын
KZhead