Improve Your AI Skills with Open Interpreter

  Рет қаралды 11,947

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 Ай бұрын
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
@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 Ай бұрын
cool, yeah for me its more of a experiment to see what could be the future of interactions with systems or agents
@Codeandcounsel
@Codeandcounsel Ай бұрын
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-ori 2 ай бұрын
Useful information. Thanks! 👍👍👍
@MikeBirdTech
@MikeBirdTech Ай бұрын
Love Open Interpreter!
@user-bd8jb7ln5g
@user-bd8jb7ln5g Ай бұрын
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.
@trashchenkov
@trashchenkov 2 ай бұрын
Really awesome! I want ask about pdf. You used the library that was installed. Can Open Interpreter install it?
@user-bd8jb7ln5g
@user-bd8jb7ln5g Ай бұрын
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 Ай бұрын
okey, cool. will def check that out! thnx for the tip, and for tuning in :)
@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 Ай бұрын
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 :)
@chuchiho9595
@chuchiho9595 2 ай бұрын
It is amazing! Can you make a video about using AI to make mobile apps?
@user-bd8jb7ln5g
@user-bd8jb7ln5g Ай бұрын
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 Ай бұрын
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
@kate-pt2ny
@kate-pt2ny 2 ай бұрын
Already a member, this project is very interesting, waiting for the github code to be released
@AllAboutAI
@AllAboutAI Ай бұрын
awsome :) should be up tomorrow hopefully, tnx for tuning in!
@micbab-vg2mu
@micbab-vg2mu 2 ай бұрын
Nice:)
@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 Ай бұрын
: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
@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 Ай бұрын
​@@MrWuzeyYou might be right - small steps. Also as a good programmer he seems to be directing the model towards a correct solution.
@AllAboutAI
@AllAboutAI Ай бұрын
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 Ай бұрын
thnx :) it should be in the /test folder i think
@JNET_Reloaded
@JNET_Reloaded 2 ай бұрын
how do i get this working with 1 script for rpi5 that would be cool
@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 Ай бұрын
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 :)
@albertwang5974
@albertwang5974 Ай бұрын
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!
Self-Correcting AI Coding Agent + Prompting Deep Dive
17:45
All About AI
Рет қаралды 12 М.
Do you like a chocolate surprise egg?🥚🍫🥰 #demariki
00:32
Этого От Него Никто Не Ожидал 😂
00:19
Глеб Рандалайнен
Рет қаралды 6 МЛН
одни дома // EVA mash @TweetvilleCartoon
01:00
EVA mash
Рет қаралды 4,5 МЛН
"Think Before You Speak" (Quiet-STaR) AI Experiment
24:08
All About AI
Рет қаралды 7 М.
Groq API - 500+ Tokens/s - First Impression and Tests - WOW!
11:41
All About AI
Рет қаралды 18 М.
Agents with GPT-5 are here, it’s about to get crazy
22:35
David Ondrej
Рет қаралды 48 М.
Build Anything with Llama 3 Agents, Here’s How
12:23
David Ondrej
Рет қаралды 73 М.
Don’t Build AI Products The Way Everyone Else Is Doing It
12:52
Steve (Builder.io)
Рет қаралды 334 М.
Automate your Life with AI Agents (EASY CrewAI Tutorial)
21:44
Infinite Codes
Рет қаралды 10 М.
Claude 3 API Opus Testing - My New Favorite LLM!?
21:06
All About AI
Рет қаралды 22 М.
Vortex Cannon vs Drone
20:44
Mark Rober
Рет қаралды 13 МЛН
Почему сканер ставят так не удобно?
0:47
Не шарю!
Рет қаралды 883 М.
Start from 0 at any point on the T1 Digital Tape Measure
0:14
REEKON Tools
Рет қаралды 25 МЛН