Great walkthrough on building a custom AI app! For entrepreneurs looking to leverage AI, remember that integrating personalized user experiences can significantly increase engagement. Think about adding features that adapt to user behavior or preferences over time.
Yes, 100%. I love this suggestion. The video shown here are just the BAREBONES of a Custom GPT within a web app. But personalizing, adding features, optimizing UI, should all be apart of making it a successful endeavor.
I have several questions, but these ones that stands out are: 1. What are the costs of these API-calls? 2. What expertise brought you this knowledge 3. As a Newbie, where do I start to get the same skillset
Thanks for the questions 🙏 1. All of the costs depends on usage (pay-as-you-go) and the type of model. You can see a breakdown on this page: openai.com/pricing 2. It's a combination of 7+ years developing apps on Bubble and then my recent knowledge with AI and ChatGPT. 3. I recommend the online course I put together for beginners like you, because it's well structured and walks everything through step-by-step. You can get it here: wesgpt.mykajabi.com/ If you're looking for free resources, you can check out the video series on this topic (less structured because UA-cam is catered more for entertainment) - ua-cam.com/play/PL6_Yj1Axmkp8IiXbP4FeAZ9297PefHPPp.html
Buy his course and learn bubble. Binge watch his videos. Learn some prompt language and skills. It takes time but it beats the heck out of learning to code 😁
He is a genius. I’m pretty sure he’s not even real…. Is it possible that he’s AI-ed himself and these are “prompt to UA-cam” ? Have you played around with ElevenLabs? It pronounces things a lot like WesGPT. Hint hint. It’s literally in the name. If Wes is an AI content generator. Bravo to the real creators. Well done 🙏👏💰😂.
Will watch. Been off of UA-cam for a bit, have you created a video to show step by step to create a gpt plugin? With schema etc? I’d like a gpt to do daily keyword searches like Google alerts, with the ability to provide a list of websites to get daily project news that aligns with business development.
I recall seeing a video related to this…. I don’t recall who did it. Might have been Wes Roth when he was doing tutorials. He’s mostly only doing news now so not all that helpful anymore 😢
Hmm, this is a good idea and is definitely something we can build in Bubble with "Scheduled Workflows." I haven't made a UA-cam video about this yet though. Let me think about it 😊
Hi, thanks for video. Do I understandt it in the right way, that you are not connecting your custom GPT by API into bubble, but prompting through bubble into classic GPT4 and try to prompt best way to received similar result like in your custom GPT? There is no way how to connect custom GPT to web app, right?
You're understanding it correctly. But you shouldn't think of it as a negative. You actually have WAY MORE control over the outputs when you use the API through Bubble. So just copy your Custom GPT prompt over to the API call in Bubble and get a more polished, succinct, and stronger output (because there's no longer the bloated ChatGPT system prompt weighing your down). You can also create multiple steps for your Custom GPT and it will never get lost or forget what to do. If you still absolutely want to connect your Custom GPT to the web app, you can also use their Assistants API feature.
brilliant tutorial on how to turn a custom gpt into an app wes. thanks. Did you learn through trial and error, a course or are you just just gifted...! 😀
@@WesGPT yeah. Its priorities at moment. This is 2 or 3 from top of my essentials list right now so havent found enough time to concentrate on it. Yet.
WesGPT's *tutorial on transforming* a custom GPT into a personal AI app is a brilliant showcase of the simplicity and power of AI tools today. It’s fascinating to see how technologies like GPT Vision and DALL-E can be harnessed to create apps that bring imaginative concepts-like turning photos into Pixar-style illustrations-to life. This video not only highlights the potential for individual creativity and innovation but also underscores the accessibility of AI technology for developers and enthusiasts alike. It's a testament to how AI is becoming an integral part of the digital creation toolkit, enabling users to create unique and personalized digital experiences with ease.
Perfect for me 😂. The thing is though… people are busy and sometimes just want someone else to take doing something off their plate. I believe in the mentality of abundance. There’s more than enough energy in this world for everyone who participates. 💞🙏
This is just a quick barebones tutorial on how it could be done. If you were going to take it seriously, I'd fix the design, UI, add features, personalization, monetization, marketing pages, etc. Turn it into a real business!
@@WesGPT is just a constructive critic, i appreciate the effort dont take me wrong, the thing is that in the very near future the only limitation would be creativity since i foresee agents selecting the best agents to build a given section or feature and to connect all of them, this modularity also would allow pretty good trace and debugging scope to allow again other specialized agents to check the trace and solve it, so perhaps it would be better idea to provide a product or an idea to protect you from cloning you in days, because there is no point in innovation if any teenager could easily clone you, of course keep these tutorials as is creating trust and a community sense( a competitive entry barrier protection for you )
I am working on an AI retirement concierge but I am running into the guard rails of it does not want to give financial or medical advice, I broke out the instructions to give step by step information and educate the user, but it still isn't acting quite the way I want. When you take the API to bubble, does it let you get around these obstacles?
There is a reason they don't give you the information because this information is not reliable. It's junk data you don't wanna build an app relying on bad data whats the point you customer dont want that and they will rate you badly or report your app.
No the API gives the same responses regardless of where you call it from. You'll have to either fine-tune a model on OpenAI to deal with those usecases or use an uncensored open-source LLM.
So the answer to your question is yes, because of two reasons: 1. Less moderation of your inputs and outputs (compared to ChatGPT which has an entirely bloated system prompt restricting your results) 2. You can actually break up your messages into different parts (actions/workflows). Whereas in ChatGPT, you are breaking them up in your Custom GPT prompt, but it's still taking everything as a whole.
Does bubble really create apps? if so, where does the apps appear; Android, Apple, Microsoft app store? if it only appears on their website, then it's not really an app just a widgetted web page; I already have hundreds of these on my own server, I don't understand the benefits of bubble.
So "apps" are also used when talking about "Web Apps" which means "Web Application" - anything that takes in data, modifies, then displays it to the user. A website is static, a web app is dynamic (Bubble can make both) However, Bubble can also turn these apps into "Progressive Web Apps (PWA)" which can be launched on the iOS App Store and Google Play Store.
You have to find users for your Custom GPT when it's on the Marketplace as well! And you only get a revenue-share for that usage. Better to turn that into your business where you get full control of the GPT and customer data.
There are LOTS of ways to get traffic and I'm actually working on a course module about this specific topic. But, to keep things short: 1. Social (UA-cam, Shorts, TikTok, etc.) 2. AutoBlogging/SEO - ua-cam.com/video/BhM9Jqs3Ys8/v-deo.html 3. Paid ads
Great walkthrough on building a custom AI app! For entrepreneurs looking to leverage AI, remember that integrating personalized user experiences can significantly increase engagement. Think about adding features that adapt to user behavior or preferences over time.
Yes, 100%. I love this suggestion.
The video shown here are just the BAREBONES of a Custom GPT within a web app. But personalizing, adding features, optimizing UI, should all be apart of making it a successful endeavor.
I have several questions, but these ones that stands out are:
1. What are the costs of these API-calls?
2. What expertise brought you this knowledge
3. As a Newbie, where do I start to get the same skillset
Thanks for the questions 🙏
1. All of the costs depends on usage (pay-as-you-go) and the type of model. You can see a breakdown on this page: openai.com/pricing
2. It's a combination of 7+ years developing apps on Bubble and then my recent knowledge with AI and ChatGPT.
3. I recommend the online course I put together for beginners like you, because it's well structured and walks everything through step-by-step. You can get it here: wesgpt.mykajabi.com/
If you're looking for free resources, you can check out the video series on this topic (less structured because UA-cam is catered more for entertainment) - ua-cam.com/play/PL6_Yj1Axmkp8IiXbP4FeAZ9297PefHPPp.html
Buy his course and learn bubble. Binge watch his videos. Learn some prompt language and skills. It takes time but it beats the heck out of learning to code 😁
This is so helpful, thank you Wes 🙌🏻
You're so welcome 😊
Thinking of buying the course, is it any good? any reviews?
Once I get a few more testimonials, I'll add them to the course home page 😊
@@WesGPT Just bought it, honestly I love it. Thanks for working on this.
@@SandNigah You're welcome and so glad to have you on board 😊
Man, you are a freaking GENIUS!!! Thank you for sharing your knowledge 💪🏻💥
He is a genius. I’m pretty sure he’s not even real…. Is it possible that he’s AI-ed himself and these are “prompt to UA-cam” ? Have you played around with ElevenLabs? It pronounces things a lot like WesGPT.
Hint hint. It’s literally in the name. If Wes is an AI content generator. Bravo to the real creators. Well done 🙏👏💰😂.
Actually, such a nice comment. Thank you so much and glad you appreciated it 🙏
I have a question here.
Calling the API from my front end directly will leave my business logic vulnerable, right?
Will watch. Been off of UA-cam for a bit, have you created a video to show step by step to create a gpt plugin? With schema etc? I’d like a gpt to do daily keyword searches like Google alerts, with the ability to provide a list of websites to get daily project news that aligns with business development.
I recall seeing a video related to this…. I don’t recall who did it. Might have been Wes Roth when he was doing tutorials. He’s mostly only doing news now so not all that helpful anymore 😢
Hmm, this is a good idea and is definitely something we can build in Bubble with "Scheduled Workflows." I haven't made a UA-cam video about this yet though. Let me think about it 😊
Does your course cover how to get this customized app on to IOS and Google Play? Also, how do we update the app?
Please check out this video for a detailed answer: ua-cam.com/video/sYagXvg2TGw/v-deo.html
can we do in wordpress please make a tutorial on that
Same here
Ugly wp. He covers this in his autoblogger video.
Let me think about this!
Hi, thanks for video. Do I understandt it in the right way, that you are not connecting your custom GPT by API into bubble, but prompting through bubble into classic GPT4 and try to prompt best way to received similar result like in your custom GPT?
There is no way how to connect custom GPT to web app, right?
You're understanding it correctly.
But you shouldn't think of it as a negative. You actually have WAY MORE control over the outputs when you use the API through Bubble.
So just copy your Custom GPT prompt over to the API call in Bubble and get a more polished, succinct, and stronger output (because there's no longer the bloated ChatGPT system prompt weighing your down).
You can also create multiple steps for your Custom GPT and it will never get lost or forget what to do.
If you still absolutely want to connect your Custom GPT to the web app, you can also use their Assistants API feature.
brilliant tutorial on how to turn a custom gpt into an app wes. thanks. Did you learn through trial and error, a course or are you just just gifted...! 😀
7+ years experience. Started with trial-and-error and just lots of experimenting. You can do it too!
@@WesGPT yeah. Its priorities at moment. This is 2 or 3 from top of my essentials list right now so havent found enough time to concentrate on it. Yet.
WesGPT's *tutorial on transforming* a custom GPT into a personal AI app is a brilliant showcase of the simplicity and power of AI tools today. It’s fascinating to see how technologies like GPT Vision and DALL-E can be harnessed to create apps that bring imaginative concepts-like turning photos into Pixar-style illustrations-to life. This video not only highlights the potential for individual creativity and innovation but also underscores the accessibility of AI technology for developers and enthusiasts alike. It's a testament to how AI is becoming an integral part of the digital creation toolkit, enabling users to create unique and personalized digital experiences with ease.
Thanks for writing this detailed description for me 😊
@@WesGPT😂pretty sure ChatGPT wrote that 👏
@@CM-zl2jw Haha I think so too
looks cool but also means that your competitors or even a toddler could clone your project in 11mins
Perfect for me 😂. The thing is though… people are busy and sometimes just want someone else to take doing something off their plate. I believe in the mentality of abundance. There’s more than enough energy in this world for everyone who participates. 💞🙏
This is just a quick barebones tutorial on how it could be done. If you were going to take it seriously, I'd fix the design, UI, add features, personalization, monetization, marketing pages, etc. Turn it into a real business!
@@WesGPT is just a constructive critic, i appreciate the effort dont take me wrong,
the thing is that in the very near future the only limitation would be
creativity since i foresee agents selecting the best agents to build a given section
or feature and to connect all of them, this modularity also would allow pretty good
trace and debugging scope to allow again other specialized agents to check the
trace and solve it, so perhaps it would be better idea to provide a product or an
idea to protect you from cloning you in days, because there is no point in innovation if any teenager could easily clone you, of course keep these tutorials as is creating trust and a community sense( a competitive entry barrier protection for you )
I am working on an AI retirement concierge but I am running into the guard rails of it does not want to give financial or medical advice, I broke out the instructions to give step by step information and educate the user, but it still isn't acting quite the way I want. When you take the API to bubble, does it let you get around these obstacles?
There is a reason they don't give you the information because this information is not reliable. It's junk data you don't wanna build an app relying on bad data whats the point you customer dont want that and they will rate you badly or report your app.
No the API gives the same responses regardless of where you call it from. You'll have to either fine-tune a model on OpenAI to deal with those usecases or use an uncensored open-source LLM.
So the answer to your question is yes, because of two reasons:
1. Less moderation of your inputs and outputs (compared to ChatGPT which has an entirely bloated system prompt restricting your results)
2. You can actually break up your messages into different parts (actions/workflows). Whereas in ChatGPT, you are breaking them up in your Custom GPT prompt, but it's still taking everything as a whole.
Dolphin hugging face minstrel
Does bubble really create apps? if so, where does the apps appear; Android, Apple, Microsoft app store? if it only appears on their website, then it's not really an app just a widgetted web page; I already have hundreds of these on my own server, I don't understand the benefits of bubble.
So "apps" are also used when talking about "Web Apps" which means "Web Application" - anything that takes in data, modifies, then displays it to the user. A website is static, a web app is dynamic (Bubble can make both)
However, Bubble can also turn these apps into "Progressive Web Apps (PWA)" which can be launched on the iOS App Store and Google Play Store.
Making app means looking for your own customers. Is OpenAI marketplace too small to make money for now?
You have to find users for your Custom GPT when it's on the Marketplace as well! And you only get a revenue-share for that usage. Better to turn that into your business where you get full control of the GPT and customer data.
How would i get traffic?
There are LOTS of ways to get traffic and I'm actually working on a course module about this specific topic. But, to keep things short:
1. Social (UA-cam, Shorts, TikTok, etc.)
2. AutoBlogging/SEO - ua-cam.com/video/BhM9Jqs3Ys8/v-deo.html
3. Paid ads
Thankyou for the video
You're welcome!
Like sub comment guys, well deserved
I appreciate you 🙏
Hey Wes, great content! Trying to contact you via email and LinkedIn. Waiting for a response. Thanks ☺️
Thank you!
Contact me at heywesfrank@gmail.com - what is the name I need to look out for?