Riley, you're going to be making a lot of people $$$$ - excellent as usual! As always, the quality of the outcome depends on the quality of the prompts - Riley just showed us how to do this insanely fast.
its nuts especially when you do know how to code and can navigate it in the right direction, you still need to know what you are doing, but damn it speeds up development sooooooooo much and makes it so much more enjoyable and easier, ai assistants are the future of coding
I’ve been playing with this stuff for a few days. So far: it’s pretty good at making stuff from scratch but it struggles when editing an existing / larger codebase (at least at the moment). Also often as a pro dev - you need to do stuff that seems counterintuitive to handle edge cases in like mobile safari for example or older browsers. I’ve found cursor will delete this edge case code sometimes because they see it as unnecessary. And it won’t dream of doing this kinda thing in the first place. I dunno tho - maybe if I train it right over time it’ll improve
I was thinking about it and it looks like you’re mostly using Replit to host and run your code. You have basically created Bolt but using Cursor/Claude which seems WAY more powerful. I almost ran out of credits on Bolt making a simple step tracker (bad idea btw for a website). Cool video man, maybe I can do this too? I was trying to keep track of how much this would all cost and it looks like Deepseek is very affordable, Cursor is a subscription, Claude may be a subscription?, that TH-cam search one is free for 100 searches which is fine, am I missing any? Bolt was like $20 or something but that’s without using something like Deepseek which would make it like the same price anyway. Idk
how do you deal with a large codebase? do you have any approach for that scenario? because as the project increments its size, it becomes more difficult for these models to perform integration
not for long. just be descriptive i'm working on a project that has a massvie codebase, its doing fine. you can also @ files. and if you don't know what files do what then you shouldn't be building things with massive codebases anyway.
First time seeing your video and i must say i am going to watch many of your old videos.... Just curious, why you connect replit with cursor in the beginning??? And is there any exclusive video which show step by step process of connection of replit with cursor via ssh???
nice video! one comment for 11:43, Cursor support @ a web link in the chat so you only need copy-paste the url instead of the whole content of the web page.
Thank you for the video. I'm a bit confused by the different AI tools. For example, can I use Bolt or Lovable instead of Replit+Cursor? Have you tried them? I tried Lovable and it was fine until some point when it got broken and I was tired of fixing it
figure it out. you do not need a human to figure this out. ask perplexity, chatgpt web or google. if you can't figure this out on your own don't go down this path.
@@rileybrownai how much are the costs of whispr flow? ( it uses openAI, so there is a cost....) I s it significant? If you use it in the yappthread app, does it add a lot to the cost of maintaining the whole app?
What tool do you use on your macBook to convert voice to text?, because I see such a small indicator in the middle of the bottom screen, by default I use this option on my macBook that you click "fn" key twice and then it converts, ps. you can also add the name of the program to multi copy and paste on macBook :P
@@romanshar5402you have to look at it as if you’re buying your time back. How much time would it take you to do that task manually? Then calculate the cost/savings based on the value of your time. It will be different for everyone. That’s what determines whether or not the use of the APIs is “expensive” to that specific person.
yeah 10 days into coding with cursor. was basically a complete beginner. fun fact that is the most viewed episode on gregs podcast... going on again on the 14th of Jan. Were building something dope make sure to check it out!
For the first video, how did you even get to where you where you’re at in the video? What did you push? Where’d you get the app? Are you using Reddit or using cursor? What are you For the first video, how did you even get to where you were you’re at in the video? What did you push? Where’d you get the app? Are you using Reddit or using cursor? What are you doing? I have no idea what you’re doing. Am I supposed to have known this already? You have no links on there where I can push on anything so basically just gather the information and go on another thread because how stupid is it you don’t even put where you started from where you got the apps, nothing you start out talking about cursive, but I don’t even see cursor on the screen. doing? I have no idea what you’re doing. Am I supposed to have known this already? You have no links on there where I can push on anything so basically just gather the information and go on another thread cause how stupid is it you don’t even put where you started from where you got the apps nothing you start out talking about cursive, but I don’t even see cursor on the screen. You start talking in the video you assume that we already know what you’re talking about. YOU LEFT OUT MANY STEPS IN THESE APPLICATIONS. I had to get help from AI to understand how to get to the point where you started off…you suck!
use this as a lesson " I had to get help from AI to understand how to get to the point where you started off…you suck!" This is what learning is. if you're relying on a human for step by step instructions, you're not going to make it. I hope you build something better than i did, because i too, am a beginner in a way. You rock!
Riley, you're going to be making a lot of people $$$$ - excellent as usual! As always, the quality of the outcome depends on the quality of the prompts - Riley just showed us how to do this insanely fast.
I appreciate that! Much love
Yes Riley! Thank you so much for being awesome!
yay. i try love u
its nuts especially when you do know how to code and can navigate it in the right direction, you still need to know what you are doing, but damn it speeds up development sooooooooo much and makes it so much more enjoyable and easier, ai assistants are the future of coding
Bro... this blew my mind I was thinking on creating a video script generator and voila - you do gods work divine work
🤯 i was lost in the sauce until now. amazing thanks for sharing this!
"API - This is where you're going to pull things for your app, I don't even know what it stands for" INSTANT SUBSCRIBE
I love honest devs. None of us know fucking anything, we’re just better at Google than the average bear
application programming interface.
Riley. Do you have any kind of community. If you do I'd love to join!
Another Masterpiece!
Softwarecomposer.com - no real plan for it yet. People just hangout and talk about software composing
Riley,great video! what is the graphing tool you use?
all api keys that i exposed in this video have been reset.
I wonder if people really tried them lmao.
Interesting. I built the same thing but from a different angle, with a different value proposition. Good luck.
Hey Riley I thought I was the only one that talked to my agents like that! “ NO that’s not what I want at all. Listen carefully! 😂😂
hahahah
why is cursor breaking all code wihtin 2-3 composer prompts
Its insanely annoying! It deletes crucial code, without asking.
When’s the last time you tried it.
@ two weeks ago
Yep, and makes up variables, functions and requirements.
@@edism it’s getting there though. Happy new year guys 🫶🏻
@@cryptian8730 I use multiple llms and testing to mitigate against that. Happy new year!
Dang! you need to put that TH-cam tool up for the people!
will be all added on yapthread when we release the web app
14:32 is the best moments of this video...
lmao
so true
Riley, what software tool do you use to record yourself and your screen/apps with synced audio? Thinks it's time to get started with TH-cam!
I'm mean using ARC as well? If you know you know
I’ve been playing with this stuff for a few days. So far: it’s pretty good at making stuff from scratch but it struggles when editing an existing / larger codebase (at least at the moment). Also often as a pro dev - you need to do stuff that seems counterintuitive to handle edge cases in like mobile safari for example or older browsers. I’ve found cursor will delete this edge case code sometimes because they see it as unnecessary. And it won’t dream of doing this kinda thing in the first place.
I dunno tho - maybe if I train it right over time it’ll improve
What is the name of the Clipboard App you use?
soooo good. keep going!!!
What are you using for voice to text?
What are templates and whats software composer used for? Why do we need templates for ?
I dont even know what this is, but who cares, love it
@all What is the name of the software that you use as a whiteboard?
whimsical
Yep
Hey! Awesome video man!
Dumb question but doesn't replit have a similar AI tool as Cursor? Why use cursor's tool instead?
I was thinking about it and it looks like you’re mostly using Replit to host and run your code. You have basically created Bolt but using Cursor/Claude which seems WAY more powerful.
I almost ran out of credits on Bolt making a simple step tracker (bad idea btw for a website). Cool video man, maybe I can do this too? I was trying to keep track of how much this would all cost and it looks like Deepseek is very affordable, Cursor is a subscription, Claude may be a subscription?, that TH-cam search one is free for 100 searches which is fine, am I missing any?
Bolt was like $20 or something but that’s without using something like Deepseek which would make it like the same price anyway. Idk
@@reallyminty8386 yes i also think it isnt the cheapest... even serp is not unlimited for free ...
I can't even find supadata ai on google...
Idk what to tell you, look harder
@@rileybrownai I even tried the link directly. :(
supadata.ai?
I love you Riley, and you are talking about transcript extractors, but why you set this video transcript disabled??
idk how to do that.
how do you deal with a large codebase? do you have any approach for that scenario? because as the project increments its size, it becomes more difficult for these models to perform integration
not for long. just be descriptive i'm working on a project that has a massvie codebase, its doing fine. you can also @ files. and if you don't know what files do what then you shouldn't be building things with massive codebases anyway.
First time seeing your video and i must say i am going to watch many of your old videos.... Just curious, why you connect replit with cursor in the beginning??? And is there any exclusive video which show step by step process of connection of replit with cursor via ssh???
Latest video has it without replit
Nice video! did you tried Windsurf IDE?
Not yet!
if anyone is curious, He is using Arc browser.
Yep
What is the speech to text program that you're using?
whispr flow
nice video! one comment for 11:43, Cursor support @ a web link in the chat so you only need copy-paste the url instead of the whole content of the web page.
which tool do you use for the diagram flow?
check my comment (:
what app did you use to create your diagram?
check my comment (:
Why dod you use replit and how can cursor send files to replit
Most recent video does not use replit
Thank you for the video. I'm a bit confused by the different AI tools. For example, can I use Bolt or Lovable instead of Replit+Cursor? Have you tried them?
I tried Lovable and it was fine until some point when it got broken and I was tired of fixing it
No the only thing that matters is code generation. Cursor is the best so I use that
Heya Riley, I cannot find any way to turn on the agent feature on my Cursor (Version: 0.44.9 VSCode Version: 1.93.1). Could you help? Cheers
figure it out. you do not need a human to figure this out. ask perplexity, chatgpt web or google. if you can't figure this out on your own don't go down this path.
what cursor agent? there is only the normal cursor at the moment
composer has gent feature.
What dictation tool are you using for speech to text?
whispr flow
if you use windows, it comes with one already, win + H nothing fancy and free
@@rileybrownai how much are the costs of whispr flow? ( it uses openAI, so there is a cost....) I s it significant? If you use it in the yappthread app, does it add a lot to the cost of maintaining the whole app?
What tool do you use on your macBook to convert voice to text?, because I see such a small indicator in the middle of the bottom screen, by default I use this option on my macBook that you click "fn" key twice and then it converts, ps. you can also add the name of the program to multi copy and paste on macBook :P
wispr flow and raycast
Whispr flow
Wow this is cool!
thank you
wait for gemini 2.0 - this gonna be wild
i've been using the beta... Logan is cooking
What theme are you using?
idk
monokai
Is it open source, I mean if we want to review the code?
nope building it as a tool tho. feel free to try and steal the idea, but we're releasing it as a tool soon.
Will it not become very expensive with SerpAPI?
it would i guess but not if i was chanrging 10$ / month
yes, all these APIs are easy to use but expensive
@@romanshar5402you have to look at it as if you’re buying your time back. How much time would it take you to do that task manually?
Then calculate the cost/savings based on the value of your time. It will be different for everyone.
That’s what determines whether or not the use of the APIs is “expensive” to that specific person.
in 15days i build full email marketing web app using php
its soo great 🍀
you leaked your api key at 18:26
thank you so much - i changed them
Guy supadata or cursor pay you money for this video?
zero money for any video on this channel besides one from over a year ago...
why do you asK?
Lost in the sauce
Man I wish I could use cursor but It costs money and Im just a kid
I lose you every time where you connect the Cursor to Replit
next video i'm doing without replit
aren't you the dude who spent like 40 minutes debugging a button on gregs podcast because your error grinding ai slop wasn't working?
yeah 10 days into coding with cursor. was basically a complete beginner. fun fact that is the most viewed episode on gregs podcast... going on again on the 14th of Jan. Were building something dope make sure to check it out!
@ cool, i will check it out
For the first video, how did you even get to where you where you’re at in the video? What did you push? Where’d you get the app? Are you using Reddit or using cursor? What are you For the first video, how did you even get to where you were you’re at in the video? What did you push? Where’d you get the app? Are you using Reddit or using cursor? What are you doing? I have no idea what you’re doing. Am I supposed to have known this already? You have no links on there where I can push on anything so basically just gather the information and go on another thread because how stupid is it you don’t even put where you started from where you got the apps, nothing you start out talking about cursive, but I don’t even see cursor on the screen. doing? I have no idea what you’re doing. Am I supposed to have known this already? You have no links on there where I can push on anything so basically just gather the information and go on another thread cause how stupid is it you don’t even put where you started from where you got the apps nothing you start out talking about cursive, but I don’t even see cursor on the screen.
You start talking in the video you assume that we already know what you’re talking about.
YOU LEFT OUT MANY STEPS IN THESE APPLICATIONS. I had to get help from AI to understand how to get to the point where you started off…you suck!
use this as a lesson " I had to get help from AI to understand how to get to the point where you started off…you suck!"
This is what learning is. if you're relying on a human for step by step instructions, you're not going to make it.
I hope you build something better than i did, because i too, am a beginner in a way. You rock!
Kinda shows how absolutely pointless it is on social media. Endless loop of useless crap!
hmmmm
Copium
this is super basic wow
Oh
@ try building anything remotely complex. see how it goes
useless tool and useless app ... you better learn next.js :)
yet another useless tool created by an AI Agent...
yet another useless comment created by a human.
Damn your instructions suck! You are not detailed enough to follow. You assume and don’t include key steps. 🤡
honestly fair. i'm learning this myself.
if you have to rely on humans for full instructions you're ngmi
@@rileybrownai I tried to erase the comment after I realized how silly I was. 🫡
useless, soulless, AI generated content with buzz words like agent is why we are starting to prefer small channels with authentic useful information.
uhm ok
What diagram maker application are you using???
WHIMSICAL!