Improve Your AI Skills with Open Interpreter

  Рет қаралды 12,163

All About AI

All About AI

Күн бұрын

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

Пікірлер: 40
@ShpanMan
@ShpanMan 2 ай бұрын
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 2 ай бұрын
yeah haha, its crazy how fast you adapt to a new techology. tnx for tuning in :)
@hgeldenhuys
@hgeldenhuys 2 ай бұрын
That's flipping awesome. You can almost curate your code to have the "AI" evolve itself (magic of python)
@roke4025
@roke4025 2 ай бұрын
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 2 ай бұрын
Yeah I had to back off OI due to racking up $10 a day in gpt4 usage
@Codeandcounsel
@Codeandcounsel 2 ай бұрын
Truly amazing, I’ve only been using it for 36 hours but the amount of things it can do already is insane.
@Mephmt
@Mephmt 2 ай бұрын
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 2 ай бұрын
cool, yeah for me its more of a experiment to see what could be the future of interactions with systems or agents
@nic-ori
@nic-ori 2 ай бұрын
Useful information. Thanks! 👍👍👍
@MikeBirdTech
@MikeBirdTech 2 ай бұрын
Love Open Interpreter!
@user-bd8jb7ln5g
@user-bd8jb7ln5g 2 ай бұрын
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 2 ай бұрын
okey, cool. will def check that out! thnx for the tip, and for tuning in :)
@user-bd8jb7ln5g
@user-bd8jb7ln5g 2 ай бұрын
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.
@reza2kn
@reza2kn 2 ай бұрын
Thanks for the amazing video! I love it wen KZfaqrs 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 2 ай бұрын
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 :)
@trashchenkov
@trashchenkov 2 ай бұрын
Really awesome! I want ask about pdf. You used the library that was installed. Can Open Interpreter install it?
@chuchiho9595
@chuchiho9595 2 ай бұрын
It is amazing! Can you make a video about using AI to make mobile apps?
@GuidedBreathing
@GuidedBreathing 2 ай бұрын
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 2 ай бұрын
I killed a 50 dollar subscription in a day.
@AllAboutAI
@AllAboutAI 2 ай бұрын
:S:S
@AllAboutAI
@AllAboutAI 2 ай бұрын
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
@kate-pt2ny
@kate-pt2ny 2 ай бұрын
Already a member, this project is very interesting, waiting for the github code to be released
@AllAboutAI
@AllAboutAI 2 ай бұрын
awsome :) should be up tomorrow hopefully, tnx for tuning in!
@micbab-vg2mu
@micbab-vg2mu 2 ай бұрын
Nice:)
@user-bd8jb7ln5g
@user-bd8jb7ln5g 2 ай бұрын
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 2 ай бұрын
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
@peterhoang2107 2 ай бұрын
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 2 ай бұрын
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 2 ай бұрын
​@@MrWuzeyYou might be right - small steps. Also as a good programmer he seems to be directing the model towards a correct solution.
@AllAboutAI
@AllAboutAI 2 ай бұрын
yeah, I def had some issues too. my experience is that mixtral sometimes stop following my instructions, might be a part of the issue
@ipadmusichacks
@ipadmusichacks 2 ай бұрын
Great Tutorial! Please let me know where the config.yaml file is located? Thanks
@AllAboutAI
@AllAboutAI 2 ай бұрын
thnx :) it should be in the /test folder i think
@efifragin7455
@efifragin7455 2 ай бұрын
can it build applications and games with py ? like if i use deepseeker 70b or smth in lmstudio with it
@AllAboutAI
@AllAboutAI 2 ай бұрын
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 :)
@JNET_Reloaded
@JNET_Reloaded 2 ай бұрын
how do i get this working with 1 script for rpi5 that would be cool
@albertwang5974
@albertwang5974 2 ай бұрын
Every one is a programmer right now as he/she can speak English!
@Jeganbaskaran
@Jeganbaskaran 2 ай бұрын
Can you help me how the follow-up question can be achieved in a traditional bot like kzfaq.info/get/bejne/rNZdnpybtbq1ooU.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
@robsligter1577 2 ай бұрын
Sebastian Vettel
@borisrusev9474
@borisrusev9474 2 ай бұрын
dolphin-mistral-7b woohoooooooo!
AI Engineer Beginner Project 1: Agentic Behavior (Full Code)
19:43
Тяжелые будни жены
00:46
К-Media
Рет қаралды 5 МЛН
Последний Закат Кота Макса...
00:21
Глеб Рандалайнен
Рет қаралды 7 МЛН
小路飞姐姐居然让路飞小路飞都消失了#海贼王  #路飞
00:47
路飞与唐舞桐
Рет қаралды 91 МЛН
Why? 😭 #shorts by Leisi Crazy
00:16
Leisi Crazy
Рет қаралды 39 МЛН
Open Interpreter 01 Light Setup - Flash and Connect to Server
7:29
Thomas Smith
Рет қаралды 1,6 М.
Crew AI 2.0: How AI Agents Perform Healthcare Research Simultaneously
9:43
First local LLM to Beat GPT-4 on Coding | Codellama-70B
6:28
Prompt Engineering
Рет қаралды 21 М.
Create Your "Small" Action Model with GPT-4o
8:31
All About AI
Рет қаралды 4,3 М.
📱 SAMSUNG, ЧТО С ЛИЦОМ? 🤡
0:46
Яблочный Маньяк
Рет қаралды 1,5 МЛН
Apple watch hidden camera
0:34
_vector_
Рет қаралды 39 МЛН
Пленка или защитное стекло: что лучше?
0:52
Слава 100пудово!
Рет қаралды 2,1 МЛН
Как открыть дверь в Jaecoo J8? Удобно?🤔😊
0:27
Суворкин Сергей
Рет қаралды 1,6 МЛН
IPad Pro fix screen
1:01
Tamar DB (mt)
Рет қаралды 4,4 МЛН