Chapters (Powered by ChapterMe) - 00:00 - Coming up 00:47 - Intro 01:15 - Making an app with Replit 06:19 - Feel the AGI, personal software era 08:07 - Having AI code the way humans do 09:51 - You should still learn to code! 11:42 - The underlying tech 17:19 - The path to AGI 19:41 - What users made with Replit 25:56 - Challenges in resetting the org 33:29 - Future plans 36:12 - Outro
@zgidwitz3 ай бұрын
I’ll believe this when YC accepts a non-technical confounding team using these agents to build their products.
@williamikennanwosu3 ай бұрын
The only verification 👍
@DonMuffatello3 ай бұрын
agreed
@krosshqbeats89433 ай бұрын
Only if the industry is correct and the non technical cofounders have brilliant awesome shinny backgrounds lol
@OmarQunsul3 ай бұрын
But they mentioned in the video, that it's still not a replacement for you taking responsibility of the code, yet. Probably it's only a great tool to get started with a project
@ifeanyikalu41963 ай бұрын
I hope they start soon😂
@jsalsman3 ай бұрын
As someone whose business's flagship app was built in Replit with help from LLMs, Amjad is way too optimistic. For anything more sophisticated than toy apps, you've got to have software architecting, system and database administering, and lots of software engineering expertise just to pose the right questions to the AI. We're getting there, but it will take at least a couple more years to get where Amjad describes as today.
@deeplearningpartnership3 ай бұрын
Couple of years aint long.
@jsalsman3 ай бұрын
@@deeplearningpartnership true that!
@jw_sw81573 ай бұрын
휴 다행이다
@MubashirullahD3 ай бұрын
Im making an app with the help of AI and it's so broken. So this whole talk feels a few years ahead
@User-y8c5v15 күн бұрын
Yes we are still very far off. Look up the SWE benchmark tests these models use, very basic small tasks, still not achieved by ai. Plus how does a complete non-coder debug bad code errors? The whole thing can break if a period is there instead of a comma, or if something needs to be capitalized etc, how does a non coder even begin to debug? Plus how will future ai models learn if we don’t have millions of examples written by humans to feed it to learn from? It seems like programming will change to words based input, but the ai cannot read your mind and put together the app the exact way you want it. Somebody will still need to go through the long list of detailed technical specifications, and do quality assurance on the code ai gives us.
@adelhishem13 ай бұрын
As a software developer i find the title of this video surreal. IT IS JUST NOT TRUE THAT YOU CAN DEVELOP A SOFTWARE PRODUCT (EVEN A VERY SIMPLE ONE) AND DEPLOY IT WITH JUST AI.
@denizturk43073 ай бұрын
Not yet, but you'll be amazed at the complex systems it can create. I'll share a link before our launch.
@morten-punnerud_engelstad3 ай бұрын
Yes you can, I made two Apps on AppStore with 99% ClaudeSonnet 3.5 and Cursor AI. And much more. Feels like I have a 10 person team delivering code for me in 10 seconds, that other does in 10 days
@sCiphre3 ай бұрын
It's very true and I've got plenty of acquaintances that have already done it. You just need to be a little patient and a little smart.
@bluevisor3 ай бұрын
As someone who has done product design for the past 30 years, I didn't know how to code, but I did know how to communicate with programmers what exactly I wanted to do. Now I no longer have to rely on other people to realize my ideas. And let me tell you AIs are lot easier to communicate than many humans I had to deal with…
@ehsankhorasani_3 ай бұрын
Replit do that for you already
@nastied3 ай бұрын
I used Replit for the first time Yesterday and it Started spinning and got stock in some loop so had to stop it and redo some times o but Eventually it did Create my first LLM API integration and deployed it which made me really happy
@haroldpierre17263 ай бұрын
I haven't coded in almost 3 decades. Recently, I started using LLMs to write code. It's been fun, I mean REALLY fun because I remembered the days of coding freestyle. However, it has been frustrating too. There is no doubt that the more you know about the language, the faster it goes. I've spent 10+ hours trying to get something to work because of the limitations of LLMs and of course me. I have to prompt the LLMs correctly to reduce the development time and the coding errors. Also, I have to use multiple LLMs to accomplish the task. In my experience, the coding quality is in this order GPT o1 > Claude 3.5 > Gemini > Llama 3.1. If I get stuck in one, I switch to the other to fix the problem. Regardless, this beats learning a language when I just don't have time.
@SteveKowarsky3 ай бұрын
This comment describes my experience exactly. Plus one other point: LLMs are good at writing code and terrible at debugging. Their debugging approach consists of (1) Let's add a ton of logging to find out what is going on, and (2) Let's imagine some strange edge-case scenarios that have nothing to do with reality and code around them with a lot of useless junk. So, even if you don't want to learn a new language, you have to use your development experience to help it find many simple logic bugs. As Harold says, it can still be fun, and I have created extremely useful stuff. Prime example is Apps Scripts for Google Sheets. I am a very experienced spreadsheet user, but I had never created Apps Sheet code before. I am thrilled with what I have been able to do with AI. The scripts are far from being an application, but they can leverage the power of spreadsheets and other tools like Looker Studio to do very useful things.
@moderncontemplative3 ай бұрын
This is an excellent roundtable discussion! Note that one of the speakers is talking about the difference between effective AGI and true AGI. It has become quite clear to many of us AI aficionados that effective AGI is just “a few thousand days away”
@deeplearningpartnership3 ай бұрын
Not even. I'd say less than 1,000.
@EleshChannel3 ай бұрын
Everyday people say everyone can now code but I am yet to see a single app that a non-developer has built with only LLM. Instead, my workload on upwork keeps climbing. Are these clients not aware they can build their apps with just LLM?😅
@morten-punnerud_engelstad3 ай бұрын
This saves me like 5 second compared to just using Cursor AI that have been out for several months. The drawback is lock-in to replit, compared to Cursor AI that is just a good IDE over Claude Sonnet 3.5 and ChatGPT o1
@burnsaga3 ай бұрын
There's also Continue + Ollama which is 100% free and local
@doctordilanka3 ай бұрын
I think the idea is to use Replit as a prototyping tool and if it takes off, you bring in a CTO and move it elsewhere so you don't have "lock in"
@QueenLover-j5i3 ай бұрын
Insights By "YouSum Live" 00:00:30 Personal software revolutionizes app development 00:00:34 Users can build apps in minutes 00:01:30 Live demo showcases mood tracking app 00:08:17 AI assists in coding and debugging 00:09:20 Incremental learning is key for coding 00:20:27 AI tools enhance creativity and productivity 00:22:58 Users create apps faster than ever 00:34:35 Future improvements focus on reliability 00:35:01 Enhanced user interaction through drawing 00:36:01 Advanced users gain more control over code Insights By "YouSum Live"
@SteveKowarsky3 ай бұрын
I have aged out as a coder, but system architecture and understanding of data is an enduring skill. I would love to build a real application with AI, something with a database, user classes, interactive screens where users can add data, interact with data, and report data. One after another, the "application" examples in these videos are just wrappers around an AI conversation. That is not an application. It's a toy.
@thebicycleman80623 ай бұрын
what if this toy is actually more efficien nd robust that wht u consider an application in ur traditional sense?
@SteveKowarsky3 ай бұрын
@@thebicycleman8062 Efficiency and robustness are meaningful only after functional requirements are met.
@thebicycleman80623 ай бұрын
@@SteveKowarsky for me when i said efficiency that includes functional requirments - so efficiency in the sense that it effiiently functions - so yes these new things are not toys anymore, the problem is 99% of A.I critics that come from software dev background of any 'shade' have a personal bias to never want it to work out for obvious conflict of interests, and the problem is this does nothing but just keep their eyes shut down to the extremely rapidly growing oppurtunities and new ways to evolve with the field. How about this Steve, tell me in brief a certain app functinoality or even a tech stack you would consider "a reall application" as opposed to a "toy" and lets have an honest conversation and I will tell you if I have managed to create something similar to it or one of my A.I-Based Coders - Coz I am in a community of a large large group of A.I-Based Developers and you would be surprized what we have managed to build. - I am genuinely interested in knowing what a developer with experience prior to 2023(LLM Widespread Integration) views matters on development in general, I could probably learn a lot from you coz I am definitely aware as an A.I-Based Coder of only 8-month experience that a lot of fundamentals I definitely lack coz I started coding around 8 month ago not even knowing what a code even is, I just thought it was like some hacker matrix thing
@jean-phil2 ай бұрын
it's a toy for now maybe but it will improve .. most inventions probably look more like tools at the beginning
@RichardWatson13 ай бұрын
Commenters, the direction is more important than the snapshot. I used it on day 1 and was impressed but it wasn’t fully baked. But it’s a work in progress and this is going to learn faster than most people will. Make your decisions with the assumption that these tools get better every year. They might not out-code a top coder, bit a top coder with it is better than one without. And many businesses don’t have top coders.
@rubncarmona3 ай бұрын
who is this content for? is YC accepting non-technical founders that make their apps with these tools now?
@deeplearningpartnership3 ай бұрын
Yes.
@cryptonative3 ай бұрын
If every can code, no one can build a business out of it. ps: not everyone can code
@nouzwhonopz3 ай бұрын
if everyone is super, nobody is super -someone from one of the incredibles movies i dont know
@cryptonative3 ай бұрын
@@nouzwhonopz Exatcly! That’s Syndrome btw from the first movie
@devinlauderdale96353 ай бұрын
@@nouzwhonopz kind of a based quote in this context
@JorgeZentrik3 ай бұрын
Sounds true, but everyone can talk; yet not everyone is a public speaker. Quality, choosing what to build and how to deliver it still will be the differentiators (*even when eventually coding is a fringe role)
@borisborisov92513 ай бұрын
@@JorgeZentrik I agree with you. However choosing what to build and how to deliver eventually will not be a topic too. AI will tell you what is the most effective strategy. So how would a business stand out?
@DevilsCutMP3 ай бұрын
Is no one going to talk about the fact that these guys are all avatars? Unreal what is capable now.
@croopercrat2 ай бұрын
Are you sure? Can you link to more details about this avatar tech?
@george_davituri3 ай бұрын
AI driven agent-assistant will make engineers life less stressful and also help to spot a bug in a codebase in minutes instead of scrolling through hours
@jean-phil2 ай бұрын
25:00 bounty hunter system seems pretty cool, feels very "gig economy", I could see myself working on some features remotely for some other developers .. as long as I don't have to compete with other countries paid below minimum wage .. also reminds me of dark souls video games where you can summon other players to help you
@adityakabra71963 ай бұрын
Replit Agent + Cursor + tldraw - Combined into one platform will be super useful
@GChizo3 ай бұрын
This is so exciting!! Im HYPED I'm one of those 15 year idea guys...LOL
@OctavChelaru3 ай бұрын
What's your idea?
@jean-phil2 ай бұрын
15:15 god I feel you are describing how I think AGI will work .. or at least a missing piece currently .. "memory management" .. and at 16:40, I think you are basically saying the same but regarding scaling up, I think, the difference with humans is that, once the "AGI" is smart enough to improve it's own code, it's going to scale pretty crazy compared to us, since we can't improve our code .. for now
@ysg-k5p3 ай бұрын
Sounds like solutionism. You sure can use these AI Agents to code simple app that will work half the time when you give em the right inputs. Going from a half baked app to a production ready one is where it gets really challenging. And, the bar is so so so high now so I wouldn't say AI agents can build your 'whole' app.
@ycombinator3 ай бұрын
First just a little then all at once
@denizturk43073 ай бұрын
@@ycombinator I agree that current AI tools are useful but often too general-purpose, which limits how deeply they can dive into specific domains-especially when it comes to coding. Even the specialized coding AIs out there still face these limitations. That’s why we’ve taken a different approach, and we’re launching our solution in just 2 weeks. Our AI agents are designed specifically for backend programming, and we’re already in the testing phase. Unlike most solutions, ours are vertically built, and in certain areas, we orchestrate our AI agents in a more opinionated way. While this can occasionally limit creativity, it ensures that we’re building systems that actually work. We believe the future of solving every software problem won’t come from one tool but rather the union of specialized systems like ours, each focused on specific areas of development." ı will leave a link here soon
@eXit-ubermensch3 ай бұрын
@@ycombinatorlet's cause unemployment for everyone and the rich VCs enjoy a good life
@Kirankarnati00073 ай бұрын
Human machine symbiosis- bringing human as an extension to Replit I think becomes the most differentiating capability of this tool - Go Amjad. ❤
@balqaasem3 ай бұрын
I’ll be appearing on this channel in a couple of weeks as a YC founder Insha’Allah
@deeplearningpartnership3 ай бұрын
Nice.
@oozoorik3 ай бұрын
What are you building?
@Andy_B.3 ай бұрын
Hi, please do another podcast about Vertical Ai Agents - Last one was great! You could showcase some other SAAS start ups, that are using AI to leverage their business model. Thank you!
@sil67963 ай бұрын
24:43. Roles are swapped, humans are now the coding assistant for AI.
@pavelberezovskiy3 ай бұрын
On top of drawing in the UI, it would be nice to be able to take pictures of something sketched on a piece of paper. It's so much easier to use pen and paper as compared to freeform drawing on a screen.
@deeplearningpartnership3 ай бұрын
Exactly.
@saltcurrent93973 ай бұрын
Should have started earlier this year, exactly same thing in mind
@ItuMamasedi3 ай бұрын
Really cool!
@menikmati903 ай бұрын
happy they are pushing to still learn to code, as a newbie there's so many clickbait youtube videos saying to stop coding is dead, blah blah.
@riley_blackwell3 ай бұрын
I love this dude! Amazing product he is working on
@sunkeehong3563 ай бұрын
So many people commenting are shockingly critical and pessomistic. It's like seeing the reaction to cameras being added to a flip-mobile-phone back in 1999. Of course it's crap in its infancy. What they are failing to see is how fast we got here, and where AI could be in mere 5-10 year horizon.
@deeplearningpartnership3 ай бұрын
Replit FTW!
@ChrisAthanas3 ай бұрын
Nice marketing But thinking you will replace developers is just silly Demo is great Production is different
@grukoin27893 ай бұрын
they didn't say that, though. did you watch the thing?
@ChrisAthanas3 ай бұрын
@@grukoin2789 they are implying it
@solvriksh3 ай бұрын
A 15 USD/month for Replit Core for using an AGI precursor, it doesn't seem a bad deal when you can play and build a ton. Team AI Aegnt Revolution 2025!
@WilliamCawley-s6n3 ай бұрын
Awesome,
@wondersall69163 ай бұрын
When are you launching, I'd love to use this for my app ideas😅
@alexhartan3 ай бұрын
4:04 2023 Mood Logger xD
@InterviewByte-z1v3 ай бұрын
Great post. But by the way, excel is/was personal software of sorts.
@MarkTaha11422 ай бұрын
Gob ahead amgad .
@rilwanj3 ай бұрын
If you told Replit the code a Figma clone it would fail horribly 😅 not to mention my app
@n8style3 ай бұрын
Can you download the generated code or the database or host it elsewhere?
@asanverse_3 ай бұрын
can someone tell me what Amjad means by Karpathy daigram? at around 31:35
@andrewbargan3 ай бұрын
Can you provide link to a meaningful app fully developed by AI?
@denizturk43073 ай бұрын
We are launching our MVP in 2 weeks, and it creates complex apps that actually work. I will edit here and provide a link 🚀🚀🚀(u still need to know how to code)
@deeplearningpartnership3 ай бұрын
Cool.
@stableandhappy3 ай бұрын
🙏❤️
@Visiblemen-g2q3 ай бұрын
❤❤
@rickymartinez26633 ай бұрын
You still need to understand how coding works, how algorithms work. Nope not everyone can code.
@0x0007N3 ай бұрын
Not at all
@dachsdog3 ай бұрын
youre wrong.
@KAIZENTECHNOLOGIES3 ай бұрын
@@0x0007Nexcept he's right. There's plenty of studies showing that code bases made with AI tend have security issues, a lot of bugs, the majority of commits are just bug fixes for ai generated code and it takes longer to fix as opposed to just writing without AI, leading to a lot of tech debt. If you don't have a technical background, you can't even perceive the flaws in your code
@0x0007N3 ай бұрын
@@KAIZENTECHNOLOGIES Not at all.
@rufussweeneymd3 ай бұрын
Nah, I may not have taken CS classes, but as good as ChatGPT and Claude are at building and debugging, I can accomplish what I need to do.
@paulhiggins51653 ай бұрын
The messaging here seems a bit confusing- on the one hand 'anyone' can code, which implies that we will all be interacting on the level of natural language- but there also seems to be a view that learning to code will still be required? Given the entire history of programming computers is a story of increasing levels of abstraction away from the need to 'speak the computer's language' then isn't the long term outcome of this trend inevitably going to be a programming languge that everyone does already know, which is spoken and written language as used in everyday life?
@winkletter3 ай бұрын
Everyone can code. What that means at this time is everyone can code simple apps with a minimal outlay of time and knowledge. I now use dozens of personalized apps I generated with AI, often completed before breakfast. Where I might have spent an afternoon making a spreadsheet, I now spend ten to twenty minutes prompting an AI. It's often faster and more reliable that trying to search for an app online that is full of SEO, ads, and unnecessary submit buttons that reload the page for more ads. Real devs can build apps with user logins, persistent state, and lots of features. But normies like me can now build a simple app that uses local storage, import and export buttons, and the exact features they need. There are so many people who sit around wishing someone would build an app that does one specific thing they need, but the apps either don't exist or the features are made for a broad market. Tools like this can serve those individuals.
@BrockMesarich3 ай бұрын
For those interested, I made a video using Replit Agent to make a SaaS (no coding experience whatsoever) : kzbin.info/www/bejne/bX64fJSCps9lpbc
@savagedoom3 ай бұрын
The real goal should be natural language to assembly/machine code.
@idahsons3 ай бұрын
❤
@DavidIbe-q2z3 ай бұрын
Can I build a native mobile app with replit or is it just PWA.
@streetfashiontv91493 ай бұрын
Neither! PWA is not simple. A.I can outline how to build a pwa very well and concise but it cannot build it for you hence you still have to know how to write code.
@StewartGardner-jq3cv3 ай бұрын
This is amazing, but strange the app shows all rights 2023?
@Earl_E_Burd3 ай бұрын
Oh wow a mood app
@VisShon3 ай бұрын
sure
@sleepchat3 ай бұрын
No novel, worthwhile software is being built by LLMs without serious guidance, supervision and instruction on a granular level by a very senior dev.
@boonkiathan3 ай бұрын
his concepts are not wrong, just misplaced till date, coders still learn via hands on and via getting elbow grease on real software work, they may be able to get an opportunity by getting a computer science degree those who relied on paper qualifications almost never begin anywhere current AI models can do basic "coworker" level coding tasks, tasks that are already well known and established, produce bugs, require oversight, but replacing repetition, which is what modern "workers" do. when AI researchers and founders actually starts making real models that can really reason and replace coding there will be huge upheaval and true androids will come we are at infancy but a start
@Hamzairshad53 ай бұрын
Please add subtitles
@jorgemonasterio83613 ай бұрын
Anyone could code before with effort. Tools have never made it easier.
@qet-lab3 ай бұрын
This is purely moving from 0 to 1.Its like moving from type writers to ms word,
@RakeshKumar_073 ай бұрын
Not everyone can code; you have to know coding to use AI properly for now. Just writing random code is not Software engineering.
@oneandonlyflow3 ай бұрын
“Mini-Chesky moment” LOL
@rejwanrabbi23193 ай бұрын
what is baron corbin doing here?
@JackMeier-fg1nm3 ай бұрын
That example of Mickey Mouse and fantasia is so on the nose, isn't the lesson of that story/movie that you should play with things you dont fully understand? And wont agents maybe run amok in ways we cant control? I'm positive about Ai and I'm building with it, but shouldn't we atleast have an honest conversation about what we are doing as Mickey should have told himself, maybe I shouldn't mess with this super powerful spell book since I don't know how the spell truly work? Food for though
@drichards44263 ай бұрын
When people said they wanted AI they meant a robot to walk their dog. Why are the only AI we can make the ones that takes peoples jobs 😢? So now people will have no job and still have to walk their dog. 😂
@o_glethorpe3 ай бұрын
God forbid AI actually solve a real world problem.
@austinrolling80563 ай бұрын
Who owns the IP?
@minc333 ай бұрын
As long as the AI doesn’t plagiarize non-permissive source code, it belongs to the developer.
@e-k41103 ай бұрын
pics or didnt happen.
@bizignite3 ай бұрын
AI is going to flip the script on the requirement being a technical co-founder. A non-technical co founder brings a skillset of knowing how to hustle that you only learn from experience whereas you can hire a technical skillset. There are many projects in the business graveyard, not because they were bad businesses but because they never had a good non-technical co-founder to go to market.
@suryanshr3 ай бұрын
I have been using Cursor to build my app as a non tech.
@GateShots-ih6kp2 ай бұрын
How can these jokers be so excited about these agents. Focus should be to make humanity better and not be excited about people not using brains.