The Secret to Writing Code with AI
23:01
The 4 Commandments of AI
6:16
2 ай бұрын
Make the Jump Hands-On AI Course
5:32
How to Snag 2 Week Free Access
0:53
Пікірлер
@makethejumpai
@makethejumpai Күн бұрын
I created a free AI Implementation Handbook to help teams immediately identify where to start implementing AI in their processes: www.makethejump.ai/ai-implementation-handbook
@makethejumpai
@makethejumpai 7 күн бұрын
I created a free AI Implementation Handbook to help teams immediately identify where to start implementing AI in their processes: www.makethejump.ai/ai-implementation-handbook
@Univium_Inc
@Univium_Inc 10 күн бұрын
Really appreciate the clear explanation of how AI agents differ from just AI models-I work as a Business Automation Developer myself, and understanding this distinction is definitely essential to building effective automations!
@makethejumpai
@makethejumpai 9 күн бұрын
Thanks so much! There's so much lingo out there these days, it's really nice to simplify terms to the simplest form to illustrate them. What industries do you think will benefit most from AI agents in the next few years?
@makethejumpai
@makethejumpai 14 күн бұрын
I created a free AI Implementation Handbook to help teams immediately identify where to start implementing AI in their processes: www.makethejump.ai/ai-implementation-handbook
@shivaosu
@shivaosu 18 күн бұрын
Thanks for a helpful explanation/tutorial. I am wondering if these type of rule based filters and autoresponders will eventually just be built into the email client? How valuable will it be to learn this and create a standalone automation.
@makethejumpai
@makethejumpai 18 күн бұрын
Yes, I think we'll see more and more of these types of AI also being built into the tools themselves. The constraint on AI in the tools is that it can't become too complex or regular users will get confused. So if you want to back your autoresponder with different kinds of responses, based on a spreadsheet for example, you'll still need some kind of custom automation like this.
@shivaosu
@shivaosu 14 күн бұрын
@ makes sense. Thanks.
@life-km2ky
@life-km2ky 21 күн бұрын
helpful, very practical.
@makethejumpai
@makethejumpai 20 күн бұрын
@life-km2ky Thanks so much for the feedback!
@makethejumpai
@makethejumpai 21 күн бұрын
I created a free AI Implementation Handbook to help teams immediately identify where to start implementing AI in their processes: www.makethejump.ai/ai-implementation-handbook
@makethejumpai
@makethejumpai Ай бұрын
I created a free AI Implementation Handbook to help teams immediately identify where to start implementing AI in their processes: www.makethejump.ai/ai-implementation-handbook
@MrChris5685
@MrChris5685 Ай бұрын
I am impressed!!! Best video yet!! Love how you describe your methodology going to purchase your book as well. We are a small business that sends out 100's of quotes every month and trying to create a model that can send our reminders like what you just showed. But is there a way to add marketing materials as well? Like a sales add Jpeg that i create?
@makethejumpai
@makethejumpai Ай бұрын
Thanks for the feedback! And Yes you can absolutely add images! I haven't made a video on this yet, but you can store images in an Airtable and then add those either to emails or use them in social media posts. If you're adding them to an email, often the best way is to compose your email as a HTML and then host the image on the internet and reference that link from your email. If you don't mind going to the trouble of registering an AWS account, then S3 is a great service for this. Airtable also provides a public hosting option when you add an image, but eventually they take your image down, so if the email is referenced much later, the image won't be available anymore.
@benruder6382
@benruder6382 Ай бұрын
I really enjoyed the video. I like how you focus on creating clarity in your prompts.
@makethejumpai
@makethejumpai Ай бұрын
Thanks Ben! It's so crazy, but one of the biggest things AI has forced me to do is learn how to more clearly think about I want before I ask for it. When you can just start typing code, it's too easy to not think deeply.
@kineticraft6977
@kineticraft6977 Ай бұрын
This about sums up my experiences with LLM generated code. One thing I’ve seen a lot is during the debugging stage, it supposedly finds the problem, provides new code, new code has same/new problem, paste error, generates new code that has the original problem. Basically it goes into debugging loops. Sometimes it proposes a new method that changes code across multiple files and has a host of other issues. I think at some point it’s context window is full and loses the plot. It’s like working with someone who may have been an expert at programming but got hit by a bus and has brain damage.
@makethejumpai
@makethejumpai Ай бұрын
So true!! I find this especially true when it can't distinguish between which version of a framework it's giving you instructions for. It often mixes instructions for version 1 and version 2. Sadly, this happens even when you ask ChatGPT how to call the OpenAI API, the instructions are for an outdated version and throw an error immediately when you run them. I've begun to force myself to get almost insultingly specific in order to milk out the results I want. Surprisingly, getting this specific has been helpful to me to force me to think more deeply about what I'm asking for.
@makethejumpai
@makethejumpai 2 ай бұрын
I created a free AI Implementation Handbook to help teams immediately identify where to start implementing AI in their processes: www.makethejump.ai/ai-implementation-handbook
@makethejumpai
@makethejumpai 2 ай бұрын
I created a free AI Implementation Handbook to help teams immediately identify where to start implementing AI in their processes: www.makethejump.ai/ai-implementation-handbook
@manojkeyan-y4m
@manojkeyan-y4m 2 ай бұрын
Congratulations Sam 🎉it’s been so good learn from you ❤
@makethejumpai
@makethejumpai 2 ай бұрын
Hey Manoj! So glad it's been helpful! I'll be making more. Let me know if you have any specific areas you're curious about.
@Elijahli16
@Elijahli16 2 ай бұрын
Some great points! It’s encouraging to see content on this subject.
@makethejumpai
@makethejumpai 2 ай бұрын
Thanks! I feel like once I started thinking of AI as a tool I use instead of another-worldly being, it gets so much easier to think about the rules that should be in place.
@realestateChen
@realestateChen 2 ай бұрын
amazing video!
@makethejumpai
@makethejumpai 2 ай бұрын
Thanks Chen! Been enjoying learning how to make and edit videos. I built a studio, but not as good as yours!
@JosephRonyCorreya-x8y
@JosephRonyCorreya-x8y 2 ай бұрын
This video was nice, can you please explain how to create custom model for language translation using transformer in hugging face.
@makethejumpai
@makethejumpai 2 ай бұрын
That's a good idea! I'll put that on my list of possible upcoming content.
@JosephRonyCorreya-x8y
@JosephRonyCorreya-x8y 2 ай бұрын
This video was nice, can you please explain how to create custom model for language translation using transformer in hugging face.
@limitlesskode
@limitlesskode 2 ай бұрын
I subscribed because of the prayer. You're not ashamed of your faith in Jesus. Keep it up
@haoming3430
@haoming3430 2 ай бұрын
讲得很清楚,informative
@olaniyanremilekundesmond1499
@olaniyanremilekundesmond1499 3 ай бұрын
thank you so much
@makethejumpai
@makethejumpai 2 ай бұрын
Absolutely!
@vaibhv.pathak
@vaibhv.pathak 3 ай бұрын
You really simplified it. Thank you. subscribed.
@makethejumpai
@makethejumpai 2 ай бұрын
Awesome! Thank you!
@Levibailey75
@Levibailey75 4 ай бұрын
You just gained a subscriber! Thanks!
@makethejumpai
@makethejumpai 2 ай бұрын
Awesome!! Appreciate you.
@chiragsolanki868
@chiragsolanki868 5 ай бұрын
Thank you sir for provding comprehensive video on creating dataset , i was tired of watching many video but i was not getting the right one , but the level of explaination you have provided is awesome . looking many further video in future from end
@makethejumpai
@makethejumpai 2 ай бұрын
So glad it was helpful!