interesting topic but also the music makes it really hard to follow your voice. Please avoid as well additional atmospheric videos, and the above mentioned in out zooming.
Quality information, but really needs work on editing. 1) no need for bg music. We want to hear your voice explaining things, not elevator music. 2) careful with the constant zooming (as others have noted). 3) the fill videos with random people are a serious turn off. It has nothing to do with coding. If you are talking while not necessarily doing anything on scree, that's ok. Just keep the camera/screen on the project while you talk about it. No need to all the extra filler. These are instructional videos, not marketing campaigns. But please, do keep up the great work and explanations. Content is great.
I found claude better than gpt but I think in upcoming months this space is gonna be wildin on next level. Get ready for next gen developers powered by AI.
Luke from Cursor here, thanks for the video man! I think you'll really like Composer (our newest feature, just released), which integrates a bunch of the stuff you were doing with Claude directly into Cursor (and more). Let me know if you try it out and what you think :)
Thanks Luke, will check it out when I get the chance! I'm using Claude for the image-to-code part of my workflow because the Claude UI makes it easier to interact with images in an iterative fashion. Cursor as an IDE focuses on the codebase as the main window contents.
@@ai-in-practice I've not tested this myself, but I believe there are preview extensions in VSCode/Cursor that can be used similarly to Claude's preview to close that loop in your workflow.
He's right @lukemelas, the image to code in Cursor is lacking a little bit. Or at least I could not tweak my prompts well enough to get the code to match the image. My project uses react-native, so it was for a mobile design
I finally watched this after 2 weeks on my "watch list" because i was so intimidated. Thanks for sharing this man Im watching your other practical vids and have subscribed, a lot of people in the space show something super basic which seems like magic to begginners like me, then they sell their community or courses or gpts or whatever. i appreciate your work (even though its way over my head, I wouldnt know what to do without following along... I HOPE this changes for me one day because I feel pretty far behind the curb right now). btw wheres the link to that kid using cursor? Could use a confidence boost as I cant imagine doing any of this stuff right now!
Of course! Last time I checked the kid was in the card at the end of the Cursor video, could be they removed the video? What are you looking to build? Btw I'm not selling courses, but I am building an app with AI tutors that help people leverage AI at work 😆 Will be priced fairly to make sure everyone benefits from the AI boom.
@@ai-in-practice Hey thanks for replying. Im not quite sure what yet which is part of the problem, but Im looking at either an assistive app for people with certain cognitive disabilities or something related to cracking down on fraud here (dont want to make that statement publicly) - essentially it would help reviewing claims of fraud and reading paperwork etc.
Something to note about cursor: the chat will give you suggestions, where as the composer will actually enact changes to the files you give it access to.
I did the exact same thing in Flutter and it took 2 hours. Then I did in React(not Next.js) in 30 minutes or less.( With Firebase) Mobile development is harder than Web development
@@ai-in-practice most of the AI tools seems tailored for Web Development than Mobile development. They'll quickly give convert their outputs to HTML/CSS/Javascript code, but other options are limited.
More expectation from you.... also while making video please also consider Nontechnical people like me.... it will make easy for me to build things from these tools... thanks.. liked & subscribed...
This is good and I have seen a lot of similar videos (Single page web app creation using AI and other tools). I was looking for mobile app creation using AI, but since it is a bit complex and time consuming not much videos here on TH-cam. It is possible though, I am already working on one but I am always looking for better ways.
Yeah the current crop of AI tools still require a lot of steering so they work better when it's easier to give feedback - frontend apps in particular, where you can you see what's going on. Backend development and data engineering with open source software requires a lot more manual effort even with AI tooling.
Nice work man! Really cool seeing new tools like Galileo speeding up the development process. One thing Im struggling with myself is when the project grows in Cursor, the AI can hallucinate a bit and create copies of already existing files I use the "with codebase" command to much. Have you experienced that?
Yeah you need to manage context a little better when a project grows. Also because you quickly run out of fast LLM requests when you chat with codebase for every question. I usually either work on a file-by-file basis to make sure the LLM has the right context, or ask very specific questions like 'fix this bug' or 'change this one thing'.
Good overall but that was hard to follow especially for an inexperienced software dev like me. Also, I'm not sure what those people dancing were. Was that a screensaver? Will sub with anticipation that your vids will be cleaner in future. If you can make vids like NetworkChuck, you will be a winner. Keep it up. Love the topic.
Thanks tyrone! I thought the dancer looked a lot like Claude, and I needed a visual to show the AI was generating :) Probably not the best idea in the history of cinematography, but hey. Will check out networkchuck, thanks for the suggestion!
I have! The v0 of this app was made by first generating images in mid journey to get the right tone and style, before generating the app itself with the workflow in the video www.scratch-app.net/
This is pretty cool! It's a nice way to see the practical parts of using these services. Would this also work in adding backend services? (seeing as this was primarily focused on frontend)
Backend is still more manual work in my experience, also because it's harder to write out the requirements for the LLM. If you have an image, the LLM has enough information to generate the code from. For backend, I guess you could try writing an API definition but in practice most backend frameworks have too many caveats to make generating code for them straightforward. I just finished integrating payload CMS into my app, which still took quite a bit of manual work. There's also the question of framework version, which is where a lot of the errors come from. Even for example Nextjs or React, Claude 3.5 sonnet will sometimes generate code that works for an earlier version and you need to fix it manually.
Great video, and those AI tools are very promising. However it seems that "App" in the title is a bit of an overstatement. It's barely unfinished mockup, not much more than you can achieve with GPT4 since last year with 2 prompts, not counting design part. What I would really want from such AI generator is ability to make app from prompt like this "make nextjs app with auth,, dark mode, i18n, rtl and ci/cd"
Using AI tools like Galileo, Claude, and Cursor to build an app can result in impressive outcomes. These platforms offer advanced capabilities in design, code generation, and user experience enhancements. The final product can be highly innovative and efficient, showcasing the power of AI in app development.
I actually really like the way your edit looks. Keeping the audience aware of mouse is key. What app did you use to do this? It looks like it’s something you are controlling during the screencast. Is that true- or are you adding all this motion in editing tool(premiere or after effects)? Thanks!
Thats awesome. I have been using ai but didnt really think it can automate complete workflow within minutes. Any chance you can share the github repo for the above, wanna test if it works?
Most software development roles will probably look more like AI management in the future - the same thing that happened in digital marketing with the rise of programmatic advertising. Not sure that's a bad thing tbh :) And you still need to understand the basics of cs to develop a proper backend, make sure everything works well together, and there are no performance issues.
I put everything together in Davinci Resolve. The screen recording is done with Screen Studio, which zooms into wherever your cursor is pointing. The AI video editing tools I've seen aren't quite there yet.
Is there an advantage to using image to code, instead of just grabbing the html from Galileo and have cursor/claude convert the html to react/tailwind? I feel like the end result would be more similar, no?
I found it easier to inspect the initial result in the Claude Anthropic app when you use artifacts, which allows for faster iteration over the design. That's also one of the main reasons I'm using the Anthropic app (instead of just generating the React code with Claude 3.5 sonnet from Cursor).
Thanks! I've found the 'chat with code base' feature to do a good job identifying relevant files, but I've mostly used cursor on smaller projects (max 1000 files). No idea how it'd perform on a giant monorepo 😆
Bought the Galileo AI, its total crap- you would be better off saving your money and time buying a figma template. Its like this is 2022 Ai, does not listen to instructions- create a xyz for a menu- nope, create a light colored website, nope. And it creates stuff all over the place, its super bad for homepages. DO NOT Pay for.
Horrible video editing bro, 😂 Content is good though. You should have to work on video script too. You work on making an app using AI, then why not use AI to generate script for better presentation. All the best 😁
if you need to rely on AI to create as simple page as this, its so over for you , what I would rather do it that you at least solve bugs on your own and learn the basic structure of your project so that you can easily scale up and modify the code on your own, I wonder how will development look like after like 5 years or so
True, but simple apps are already well within reach for people with zero coding experience. It's only a matter of time until frameworks and platforms appear that will allow users to generate fully functioning apps without writing a line of code.
Agreed, the quality output from Claude is pretty wild.
i'm getting dizzy with all the zoom in/out screen moving
Noted! will make sure there is less movement in the next one.
interesting topic but also the music makes it really hard to follow your voice. Please avoid as well additional atmospheric videos, and the above mentioned in out zooming.
@@ai-in-practiceThe zooming is fine, I think it’s the Motion Blur that’s making the dizzy effect. Overall really nice video!
@@ai-in-practicemore explanations in words, less movement
@@ai-in-practicedon’t need to apologize. You are giving free advice and he’s complaining about zooming and zooming out, give me a break.
OMG thank you so much man, you are a genius, we hope to have more videos like this on this topic
Quality information, but really needs work on editing. 1) no need for bg music. We want to hear your voice explaining things, not elevator music. 2) careful with the constant zooming (as others have noted). 3) the fill videos with random people are a serious turn off. It has nothing to do with coding. If you are talking while not necessarily doing anything on scree, that's ok. Just keep the camera/screen on the project while you talk about it. No need to all the extra filler. These are instructional videos, not marketing campaigns. But please, do keep up the great work and explanations. Content is great.
I found claude better than gpt but I think in upcoming months this space is gonna be wildin on next level. Get ready for next gen developers powered by AI.
Luke from Cursor here, thanks for the video man! I think you'll really like Composer (our newest feature, just released), which integrates a bunch of the stuff you were doing with Claude directly into Cursor (and more). Let me know if you try it out and what you think :)
Will the cursor composer do the work of Galileo as well and what other things can you describe
Thanks Luke, will check it out when I get the chance! I'm using Claude for the image-to-code part of my workflow because the Claude UI makes it easier to interact with images in an iterative fashion. Cursor as an IDE focuses on the codebase as the main window contents.
@@ai-in-practice I've not tested this myself, but I believe there are preview extensions in VSCode/Cursor that can be used similarly to Claude's preview to close that loop in your workflow.
@@Technology_Forum not yet just the coding part
He's right @lukemelas, the image to code in Cursor is lacking a little bit. Or at least I could not tweak my prompts well enough to get the code to match the image. My project uses react-native, so it was for a mobile design
Thank you for the shoutout! Really appreciate it!
Of course! Love your stuff, it's really helped us out a lot!
A lot of congrats! Got a subscription from Brazil ! 👏👏👏👏
Awesome! Obrigado :)
Please do more videos like this with backend
Thank you very much about "Galileo" i can now have UI designs which can be developed into an app.
Cursor is a true game-changer!
Whoa....had no clue this was possible. Thanks.
I finally watched this after 2 weeks on my "watch list" because i was so intimidated. Thanks for sharing this man Im watching your other practical vids and have subscribed, a lot of people in the space show something super basic which seems like magic to begginners like me, then they sell their community or courses or gpts or whatever. i appreciate your work (even though its way over my head, I wouldnt know what to do without following along... I HOPE this changes for me one day because I feel pretty far behind the curb right now).
btw wheres the link to that kid using cursor? Could use a confidence boost as I cant imagine doing any of this stuff right now!
Of course!
Last time I checked the kid was in the card at the end of the Cursor video, could be they removed the video?
What are you looking to build?
Btw I'm not selling courses, but I am building an app with AI tutors that help people leverage AI at work 😆 Will be priced fairly to make sure everyone benefits from the AI boom.
@@ai-in-practice Hey thanks for replying.
Im not quite sure what yet which is part of the problem, but Im looking at either an assistive app for people with certain cognitive disabilities or something related to cracking down on fraud here (dont want to make that statement publicly) - essentially it would help reviewing claims of fraud and reading paperwork etc.
Great man
Something to note about cursor: the chat will give you suggestions, where as the composer will actually enact changes to the files you give it access to.
I did the exact same thing in Flutter and it took 2 hours. Then I did in React(not Next.js) in 30 minutes or less.( With Firebase) Mobile development is harder than Web development
Yeah this workflow definitely works better for some use cases than for others.
@@ai-in-practice most of the AI tools seems tailored for Web Development than Mobile development. They'll quickly give convert their outputs to HTML/CSS/Javascript code, but other options are limited.
It's mind blowing!
This is amazing!
This is pretty neat!
More expectation from you.... also while making video please also consider Nontechnical people like me.... it will make easy for me to build things from these tools... thanks.. liked & subscribed...
a big ol' BRUHHH moment lol loved this
Thanks man!
Thank you!
This is good and I have seen a lot of similar videos (Single page web app creation using AI and other tools). I was looking for mobile app creation using AI, but since it is a bit complex and time consuming not much videos here on TH-cam. It is possible though, I am already working on one but I am always looking for better ways.
Yeah the current crop of AI tools still require a lot of steering so they work better when it's easier to give feedback - frontend apps in particular, where you can you see what's going on. Backend development and data engineering with open source software requires a lot more manual effort even with AI tooling.
Good job, it makes me eye-opening! Would you like to finish the backend functions?
I probably won't, but will do a video on how to handle data soon!
Nice work man! Really cool seeing new tools like Galileo speeding up the development process. One thing Im struggling with myself is when the project grows in Cursor, the AI can hallucinate a bit and create copies of already existing files I use the "with codebase" command to much. Have you experienced that?
Yeah you need to manage context a little better when a project grows. Also because you quickly run out of fast LLM requests when you chat with codebase for every question. I usually either work on a file-by-file basis to make sure the LLM has the right context, or ask very specific questions like 'fix this bug' or 'change this one thing'.
@@ai-in-practice started doing that. Works wayyy better. Thanks!
Good overall but that was hard to follow especially for an inexperienced software dev like me. Also, I'm not sure what those people dancing were. Was that a screensaver?
Will sub with anticipation that your vids will be cleaner in future. If you can make vids like NetworkChuck, you will be a winner.
Keep it up. Love the topic.
Thanks tyrone! I thought the dancer looked a lot like Claude, and I needed a visual to show the AI was generating :) Probably not the best idea in the history of cinematography, but hey.
Will check out networkchuck, thanks for the suggestion!
Good tutorial. I don't get it why there are some dancers and girls in the video.
Video is edited by AI 😢
Ik ben ook bezig met cursor en Claude dev werkt goed :)
Thanks for covering Galileo! Never heard of it. Have you tried uploading photos to influence the design? In the video it seems you skipped this
I have! The v0 of this app was made by first generating images in mid journey to get the right tone and style, before generating the app itself with the workflow in the video www.scratch-app.net/
thanks you , suscribed and liked
Great video without the random people added and background music
This is pretty cool! It's a nice way to see the practical parts of using these services. Would this also work in adding backend services? (seeing as this was primarily focused on frontend)
Backend is still more manual work in my experience, also because it's harder to write out the requirements for the LLM. If you have an image, the LLM has enough information to generate the code from. For backend, I guess you could try writing an API definition but in practice most backend frameworks have too many caveats to make generating code for them straightforward. I just finished integrating payload CMS into my app, which still took quite a bit of manual work. There's also the question of framework version, which is where a lot of the errors come from. Even for example Nextjs or React, Claude 3.5 sonnet will sometimes generate code that works for an earlier version and you need to fix it manually.
Very helpful
Great video, and those AI tools are very promising. However it seems that "App" in the title is a bit of an overstatement. It's barely unfinished mockup, not much more than you can achieve with GPT4 since last year with 2 prompts, not counting design part. What I would really want from such AI generator is ability to make app from prompt like this "make nextjs app with auth,, dark mode, i18n, rtl and ci/cd"
Have you looked at v0? v0.dev/chat
Using AI tools like Galileo, Claude, and Cursor to build an app can result in impressive outcomes. These platforms offer advanced capabilities in design, code generation, and user experience enhancements. The final product can be highly innovative and efficient, showcasing the power of AI in app development.
New subscription..AI tools are getting amazing. Thanks for sharing.
Thanks for your tutorial, very useful. One negative is the zooming makes it hard to follow, would be better to not do that.
I actually really like the way your edit looks. Keeping the audience aware of mouse is key. What app did you use to do this? It looks like it’s something you are controlling during the screencast. Is that true- or are you adding all this motion in editing tool(premiere or after effects)?
Thanks!
Screen studio
Thats awesome. I have been using ai but didnt really think it can automate complete workflow within minutes.
Any chance you can share the github repo for the above, wanna test if it works?
You're the first one to ask 😆
Will share it tomorrow
As cs first year scares me
But good video and what thing i have to do for a job ready in the future
Most software development roles will probably look more like AI management in the future - the same thing that happened in digital marketing with the rise of programmatic advertising. Not sure that's a bad thing tbh :) And you still need to understand the basics of cs to develop a proper backend, make sure everything works well together, and there are no performance issues.
@@ai-in-practice thanks
Got subscribe. Thanks
Which app do you use for the zoom in and out?
Screen studio
Did you use an AI tool for the editing, It actually has a very professional looks that I like. Curious to know
I put everything together in Davinci Resolve. The screen recording is done with Screen Studio, which zooms into wherever your cursor is pointing. The AI video editing tools I've seen aren't quite there yet.
Which Boilerplate are you using? Thanks man for the content.
Thanks Dominik! This one: nextjs.org/docs/pages/api-reference/cli/create-next-app
I like your experimentation with video format in general, but maybe too much zooming. I was often confused. Thanks for the interesting presentation.
Will fix that for the next video, thanks!
Which app you are using for recording screen
Screen studio
What’s with the random dance scenes? 🙄 dude keep it professional!!
Love the content, what do you use to record your videos?
Thanks! I'm using Screen Studio: www.screen.studio/
thanks
Is there an advantage to using image to code, instead of just grabbing the html from Galileo and have cursor/claude convert the html to react/tailwind? I feel like the end result would be more similar, no?
I found it easier to inspect the initial result in the Claude Anthropic app when you use artifacts, which allows for faster iteration over the design. That's also one of the main reasons I'm using the Anthropic app (instead of just generating the React code with Claude 3.5 sonnet from Cursor).
@@ai-in-practice Yes, but why not just paste in Galileo's HTML and have it convert the exact structure and pure css into tailwind/react?
The cursor user interface is code based, so it's a lot less nice to work in when you're working from images - I prefer the Claude UI.
Great content but you should remove the pictures (of women, men) next times
Noted
Great video! How would you approach adding a feature on an existing legacy codebase?
Thanks! I've found the 'chat with code base' feature to do a good job identifying relevant files, but I've mostly used cursor on smaller projects (max 1000 files).
No idea how it'd perform on a giant monorepo 😆
Bought the Galileo AI, its total crap- you would be better off saving your money and time buying a figma template. Its like this is 2022 Ai, does not listen to instructions- create a xyz for a menu- nope, create a light colored website, nope. And it creates stuff all over the place, its super bad for homepages. DO NOT Pay for.
What would you recommend as an alternative? Have you tried v0?
Horrible video editing bro, 😂
Content is good though. You should have to work on video script too.
You work on making an app using AI, then why not use AI to generate script for better presentation. All the best 😁
😂 thanks! i guess
Thx
How r u zooming in and out ?
Screen studio does this automatically
wow you built wordpress
😂
i use v0 dev to generate components , it uses shadcn ui so its gr8
Nice! yeah I need to make some time to check out v0.
nice:)
good content but, too much background music
Can you please make a video about the bot I don't understand that's part and thanks
Which bot? Claude?
Code npx create-next-app this one doesn't know how to make it and thanks
Have a look at the documentation here nextjs.org/docs/pages/api-reference/cli/create-next-app
Nice video, but what's up with the dancing girls?
You don't like interpretative dance?
Isnt v0 better than this galileo? Makes me think it was sponsored
Will check it out, it does the same thing as Galileo AI? I wish this video was sponsored or had affiliate links, but it doesn't :)
if you need to rely on AI to create as simple page as this, its so over for you , what I would rather do it that you at least solve bugs on your own and learn the basic structure of your project so that you can easily scale up and modify the code on your own,
I wonder how will development look like after like 5 years or so
Yeah we'll definitely forget some of the basic skills without practice, same as people have gotten worse at doing maths in their head
Adding the people randomly to video makes no sense and makes the video look like shit and all the zooming in is not needed.
Thanks for the feedback! There's definitely room for improvement 😆
all good, but zoom on mouse move is really annoying.
👍
Did AI produce this video?
Is it that bad? 😂
@@ai-in-practice Not necessarily bad, but that video that pops up when a second of silence is occurs is strange, maybe even a little macabre.
Like humanity's last dance?
♥️
3:04 which movie sean.
Stock footage :)
Galileo site is down?
Looks to be up rn?
@@ai-in-practice it was weirdly blocked on chrome… I was able to use another browser.
Wayyy too much Screen Studio
😂
Hey. Awesome content. Hit me up if you are ever looking to hire a video editor. I can surely iron out those details that people are commenting on.
Thanks man, I might!
wtf those images that appear out of nothing and out of context??
Interpretative dance?
And how about backend
Backend is a lot harder in my experience because you have to give a lot more explicit instructions.
@@ai-in-practice So it’s not complete? I don’t know about this AI Stuff currently.
And approaches like „no need for 10 Years Software development“
Are just wrong and hype phrases bc SWEs are doing more than just a frontend ui..
True, but simple apps are already well within reach for people with zero coding experience. It's only a matter of time until frameworks and platforms appear that will allow users to generate fully functioning apps without writing a line of code.
Sorry, but I fell asleep after 5 mins
Stop with the bouncing around the screen!
dont put that dancing couple, its annoying
:)
I'm honestly not following you
Why's that?
I am wondering what will happen to web developers and designers
They will need to learn how to adopt AI tools to remain competitive.