Тёмный

GPT Pilot ✈️ Build Full Stack Apps with a SINGLE PROMPT (Made for Devs) 

Matthew Berman
Подписаться 330 тыс.
Просмотров 166 тыс.
50% 1

GPT Pilot allows you to create full-stack applications easily, pairing with AI. GPT Pilot is meant for engineers or engineering teams and allows you to work hand-in-hand with AI to build sophisticated applications step-by-step. It is completely open-source, and they also sponsor this video.
Get GPTPilot - github.com/Pyt...
Enjoy :)
Join My Newsletter for Regular AI Updates 👇🏼
www.matthewber...
Need AI Consulting? ✅
forwardfuture.ai/
Rent a GPU (MassedCompute) 🚀
bit.ly/matthew...
USE CODE "MatthewBerman" for 50% discount
My Links 🔗
👉🏻 Subscribe: / @matthew_berman
👉🏻 Twitter: / matthewberman
👉🏻 Discord: / discord
👉🏻 Patreon: / matthewberman
Media/Sponsorship Inquiries 📈
bit.ly/44TC45V
Links:
GPT Pilot Discord - / discord
GPT Pilot VS Code Extension - marketplace.vi...

Опубликовано:

 

4 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 438   
@matthew_berman
@matthew_berman 9 месяцев назад
This is one of the most impressive AI coding tools I've seen so far. Let me know what you think!
@Im3Tje
@Im3Tje 9 месяцев назад
wow sick! This is the future of development! I am using github copilot, but copilot is a joke in comparison to this!
@richard_loosemore
@richard_loosemore 9 месяцев назад
I don’t suppose it can be used for MacOS development 😀 ? That’s one thing I keep hoping to see.
@waynesletcher7470
@waynesletcher7470 9 месяцев назад
As always, thank you for sharing! 🔥
@DreamingConcepts
@DreamingConcepts 9 месяцев назад
Looks suspicious. Sign-up doesn't work. Also discord link is not working either. Edit: it was a issue that got fixed the next day.
@kevingage4157
@kevingage4157 9 месяцев назад
How much did this app cost in gpt4 tokens?
@samarbid13
@samarbid13 9 месяцев назад
Could you consider starting your next video with an open-source project, select a few open issues, and demonstrate how this tool can be used to submit a PR that addresses them? It would give a more realistic view of its capabilities!
@funkahontas
@funkahontas 9 месяцев назад
It cannot do that. Delusional
@Zefrem23
@Zefrem23 9 месяцев назад
@@funkahontas Why wouldn't it be able to use te Github API to make a PR? It's no different to performing any other activity on a local machine, it just needs to do it with API calls.
@terryjophlin
@terryjophlin 9 месяцев назад
AI isn't capable of that, and really neither is Matthew Berman.
@jnevercast
@jnevercast 9 месяцев назад
I'm already using AI to do this 😅 I don't know why people think it can't
@samarbid13
@samarbid13 9 месяцев назад
Any PR links to share?@@jnevercast
@saudfata6236
@saudfata6236 9 месяцев назад
Im a full stack dev, while the code might work, the depreciation warnings and request to manually add the bootstrap files (rather than import the npm package) indicates to me that the code quality might be very poor. This is incredibly cool but I wouldn’t rely on it for any serious projects just yet
@ai-lucas
@ai-lucas 9 месяцев назад
Eventually it probably won’t matter how “well written” the code is, once the AI is the only one who has to read it. In the meantime though, still an important factor in practice.
@helix8847
@helix8847 9 месяцев назад
@@ai-lucas So you are saying performance does not matter? lol There are a ton of things in this where it's writing bad code... If people are saying "Yeah its great" tells me they are not a true engineer.
@saudfata6236
@saudfata6236 9 месяцев назад
@@ai-lucas I have to disagree, as @helix8847 mentioned, bad code can mean slow performance leading to needless extra server costs assuming it doesn’t entirely crash when scaled. But using deprecated libraries/code can easily introduce unpatched vulnerabilities into your system which I’d argue is even more detrimental
@kevingage4157
@kevingage4157 9 месяцев назад
@@ai-lucas I respectfully disagree. Poor code and out of date libraries result in security flaws. That's how you get hacked.
@ai-lucas
@ai-lucas 9 месяцев назад
@@helix8847 I said eventually.
@jamesross3939
@jamesross3939 24 дня назад
We got a ways to go, but this is definitely the right direction. The interactivity and the ai prompting the user is impressive.
@rsweetland
@rsweetland 9 месяцев назад
Great vid! How about a GPT Pilot vs. GPT Engineer comparison next? The latter has 2x the stars on github, higher commit frequency, active community, etc. You did a comparison a while back. I'm curious to how things stack up now.
@DJPapzin
@DJPapzin 9 месяцев назад
I think Aider outperforms them
@socialdamage
@socialdamage 8 месяцев назад
@@DJPapzin Aiders approach is mostly the same as the GTP Engineer improve approach
@Nik.leonard
@Nik.leonard 9 месяцев назад
It should be amazing if it could use another LLM like Mixtral or Deepseek Coder. Or a combination of 2 models, maybe Deepseek or CodeLllama for coding and Mistral or other general Llama for comprehension and planning.
@mikedunhim388
@mikedunhim388 9 месяцев назад
especially with custom system prompts on mixtral/codewizard 34b
@matthew_berman
@matthew_berman 9 месяцев назад
GPT Pilot is open source, so I'm sure you can add that functionality ;)
@robertheinrich2994
@robertheinrich2994 9 месяцев назад
@@matthew_berman great news. it is open source. you don't need to add that functionality. someone else will do that. probably these are the last few years where mankind programs open source programs. soon open source AI will program open source programs. 😀
@michaelirey
@michaelirey 9 месяцев назад
In theory this should not be that difficult for GPT-Pilot to support especially when you use something like LM Studio and create a local API server connected to open source models on HF
@VR_Wizard
@VR_Wizard 9 месяцев назад
Would be a nice project to use GPT copilot to add this feature to itself. But I fear that is beyond the abilities of this tool at the moment, because it is not as good at creating stuff that it has not seen a million times before. Login frontend and database in the backend is in almost every full stack app and there are lots of tutorials on it. Completly new ideas might be harder for the tool, especially if you as a humen do not know exactly what you want it too build. But I might be wrong let me know if someone tried this.
@mayorc
@mayorc 9 месяцев назад
Please make a general tutorial on using tools like this, GPT-Engineer, aider, smol developer, mentat, using the OpenAI API system, but using local LLMs instead. And what are the best Local LLMs (making a leaderboard) to work with them, depending on things like precision, stability and context window size.
@LRSKWTKWSK
@LRSKWTKWSK 6 месяцев назад
Really nice. My problem is - as usual - no info about the cost of OpenAI for such tasks.
@Hex0dus
@Hex0dus 8 месяцев назад
This is a great video demonstration of GPT-Pilot and Matthew does it so effortlessly ... which is a problem because it raises expectations that cannot be met. The truth is that this is an alpha version and is buggy, and depending on your OS and the programming language you use, it may work or break immediately or not work at all. The most stable is the combination of Mac OS and Python. Obviously because the authors code on Mac and use Python. What might crash more often than not is the VSCode extension on Windows. And it's not that good with frameworks. So keep your expectations low and don't expect GPT-Pilot to write the perfect fullstack application to conquer the world - it's not capable of that - yet ;-)
@llmtime2178
@llmtime2178 9 месяцев назад
Would have been interesting to see how it handles postgres
@WhyteHorse2023
@WhyteHorse2023 8 месяцев назад
There's actually a postgres branch. Not sure what state it's in.
@Focus3Dvideos
@Focus3Dvideos 9 месяцев назад
As always very thorough presentation, thank you. May I ask if you can share how much did it cost on openAi usage for creating this app?
@marilynlucas5128
@marilynlucas5128 9 месяцев назад
Imagine GPT Pilot with Open Chat 3.5 or Mistral!
@ZSquirrel678
@ZSquirrel678 9 месяцев назад
That would be very cool
@---vw9cc
@---vw9cc 9 месяцев назад
@@ZSquirrel678 you probably can do this, as the gpt4all api is 1:1 the same as from openai.
@sayanmukherjee1216
@sayanmukherjee1216 9 месяцев назад
Hi Matt! I really love watching your videos and coding along. In the last year, thanks to you and chat-gpt (and the others) I have really levelled up as a programmer (have watched other channels and studied of course!) but your super enthusiastic "Today!..." really really makes me happy and excited. Wanted to thank you for your amazing content and ask you to PLEASE PLEASE create an implementation video of GPT-Pilot with an open source model that runs well on a basic M1 Macbook Air (the stuff most of your viewers are actually using!) so that we can get a jumpstart in our dev journey! Thanks again in case do do it, if not will eagerly await your next piece!
@timreynolds5492
@timreynolds5492 9 месяцев назад
I gotta say... I've been a product manager for the last 13 years or so. I have no idea how to code, but I understand the concepts and can write somewhat technical requirements. Even before GPT Pilot, I've been able to build entire apps using AI (first GPT-4, then Cursor). This looks super interesting...
@hqcart1
@hqcart1 9 месяцев назад
what did you build? any ;ove example?
@DestinationJapan95
@DestinationJapan95 9 месяцев назад
Suuuure you are and did lmao
@santiagoc93
@santiagoc93 9 месяцев назад
I am a developer and it's unreal what it can do. Just imagine in a couple of years.
@afterglowdev7905
@afterglowdev7905 9 месяцев назад
Whats unreal is how much $$$ this uses for very simple tasks. Hopefully they implement the ability to use other models. Once the project reaches any sort of complexity this quickly becomes obsolete. Wasting more time and money on api requests (and looping the same few 'problems' over and over) than manually crafting prompts elsewhere. GPT Plus and other local LLMs produces similar results, albeit slower, without the 'automatic' 'planning and structure'. The only use case (besides newbie programmer nuance )would be to kickstart a project. Once the project reaches any sort of complexity, manual intervention is required. I followed the prompts chosen in the video (omitting a few changes due to os and browser differences) came out to $6 in api charges. For arguably worse results than using a gh react template lol.
@yqweqwun7390
@yqweqwun7390 9 месяцев назад
thats reassuring.....I mean I thought AI had made all coding/written language related professions obsolete@@afterglowdev7905
@Danuxsy
@Danuxsy 9 месяцев назад
lol the first CRAY supercomputer cost $38 million (in todays money), it had 8mb of memory, 300mb of storage and a measly 160 mflops, it weighed 5.5 tons and required 115 kW to run. My computer is tens of thousands of times faster than this supercomputer, it runs on about 200 watts and cost < $1500, same thing will happen with neural nets.@@afterglowdev7905 Also local neural nets cost practically $0 to run.
@WhyteHorse2023
@WhyteHorse2023 8 месяцев назад
@@afterglowdev7905 What you see is about a day of dev time, or $1200. That adds up over time. Ultimately you can get your own AI desktop for $20k and run the open source models and then fire all programmers and replace them with product managers making $0.25/hr. Since this is open source you can just modify a few lines of code to talk to your local machine AI. Combine that with these multimodal LLMs that are almost on par with gPT4, and memGPT and you can easily handle complex cases.
@hottroddinn
@hottroddinn 8 месяцев назад
In a couple of years, if you haven't stepped up your game, jobs are gone!
@AIwithRalph
@AIwithRalph 9 месяцев назад
Curious how much it cost (meaning GPT4 API costs)
@matthew_berman
@matthew_berman 9 месяцев назад
It depends. For a decently large application, which might takes a few hours to build, you can expect $10-15 in API charges from OpenAI. Results may vary!
@Gabeyre
@Gabeyre 9 месяцев назад
@@matthew_berman That's a bit steep! One would have to think twice before signing up for OpenAI's API. Alternatives will come out that will probably have flat monthly rates instead.
@ZuckFukerberg
@ZuckFukerberg 9 месяцев назад
​@@Gabeyreit's steep if you're experimenting with the tool, not that much if you're actually building up and saving many working hours
@AIwithRalph
@AIwithRalph 9 месяцев назад
$10-$15 for an app is far from expensive, but I get it, things will get even cheaper. Great time and opportunity to launch apps for a fraction of what a team of developers would cost.
@Danuxsy
@Danuxsy 9 месяцев назад
If you used a human that price would be in the hundreds of dollars range instead lol@@Gabeyre
@joeloliver2313
@joeloliver2313 9 месяцев назад
It's super good when you are starting a brand new project, but I am still trying to find a good one to deal with existing projects, I have around 40 small services under an NX environment and it would be amazing to have a code assistant to understand this workspace and be able to make modifications to it. If you guys know any good for it that I am missing, please shout it out :)
@Fuzzhead93
@Fuzzhead93 9 месяцев назад
GitHub copilot's new functionality is supposed to help with this. Have you given that a shot?
@Zefrem23
@Zefrem23 9 месяцев назад
This is the limitation I'm hitting at the moment as well. Until you can have a higher-level "management agent" with a deeper meta-understanding of the project's moving parts than is currently possible with LLMs, we're stuck. I have NO DOUBT that it's coming very soon, though, given the pace of innovation we're seeing right now.
@joeloliver2313
@joeloliver2313 9 месяцев назад
@@Zefrem23Absolutely, no complaints from my end! It's pretty awesome to be part of this tech revolution, especially when I think back to the days of coding on my ancient Solaris. Right now, I'm using Copilot with VS Code and JetBrains AI with IntelliJ, and honestly, IntelliJ is giving me better vibes. I think it's because IntelliJ has this tight grip on the whole project, so it prompts the LLM more effectively. This way, I'm spending less time trying to figure out the perfect prompts and more time actually coding."
@AndrewsPanda
@AndrewsPanda 9 месяцев назад
@@Zefrem23 ​ @ishtyleretienne36 Have you played around with Aider? It takes a snapshot of the project library for context and can create files, write code etc
@denisblack9897
@denisblack9897 9 месяцев назад
Aider But it’s so much cheaper and faster to just rewrite everything from scratch. It was always easier, but now… Just don’t tell your boss, he won’t understand.
@LinktheworldsLondon
@LinktheworldsLondon 9 месяцев назад
incredible !!! Well done Matt
@michaelirey
@michaelirey 9 месяцев назад
This is great tech and will only get better, I have my own project that does something similar. I like some approaches used to interact with the human. It would be great to see in real time how many tokens you are using, and show usage in $ dollar amounts, and for debugging to see the raw api requests.
@zvone187
@zvone187 9 месяцев назад
These are great ideas! Btw, if you have a project you've created, I'd love to check it out. Can you share it?
@itskittyme
@itskittyme 9 месяцев назад
Same here. I really wonder how many of us are building something similar. It's hard to estimate.
@yashshinde8185
@yashshinde8185 9 месяцев назад
Hey can you share how much did it cost to make that app ?
@swdev245
@swdev245 9 месяцев назад
$20 is for the chat, the API will cost you a certain amount per 1000 tokens, depending on the model. The most advanced and expensive one (GPT-4 Turbo) costs 0.01 per 1000 input tokens and 0.03 per 1000 output tokens.
@kakashisensie100
@kakashisensie100 9 месяцев назад
​@@swdev245 I think he's asking how much did it cost on token calls to gpt4
@Fuzzhead93
@Fuzzhead93 9 месяцев назад
I'd love to hear from Matt how much the GPT 4 cost was on this project. Seems like that cost could add up very quickly
@ZenchantLive
@ZenchantLive 9 месяцев назад
Please tell us Matt!
@alkeryn1700
@alkeryn1700 9 месяцев назад
@@Fuzzhead93 probably a few dollars at most.
@salehmohamed9650
@salehmohamed9650 9 месяцев назад
Can you test a similar project (if there is any) that works with open-source AIs? unless there is a way of using this but with opensource AIs
@zvone187
@zvone187 9 месяцев назад
Yes, you can use any of the open source models with OpenRouter - just keep in mind that it works by far the best with GPT-4.
@bryanmoore3927
@bryanmoore3927 8 месяцев назад
this system has a ways to go for anything with even a mild amount of complexity outside of what gpt normally programs with (think slightly more niche libraries or frameworks with less documentation ) hell even just handling git control my github pilot tended to repeat the same tasks of confirmation that were unnecessary and managed to fill up my api limit from 0 to $3.77 with in an hour. it is a very cool idea and will work for most mainstream small tasks but then again I can do that just as easily for free. It will be better in the future and is immensely great considering it is open source.
@____2080_____
@____2080_____ 9 месяцев назад
This looks great. Downloading now and trying it out.
@ITSupport-q1y
@ITSupport-q1y 9 месяцев назад
Aways enjoy your content. Thanks and Happy xmas. Terence Nelson New Zealand.
@Dackel1972
@Dackel1972 9 месяцев назад
Unfortunately, after two days and 15 $ worth of API calls, I must say that I have been unable to get to build even the simplest web app, trying different technologies. For example, it constantly gets confused with the directory structure (which it builds as mapp\myapp\myapp) and tries to access files on the wrong level of the myapp-hierarchy. Or it just generates a file and then tells you to add the code. At this stage, it is a tool for experienced developers to do some routine stuff for them, I guess.
@mko-ai
@mko-ai 9 месяцев назад
Same, but after months. It makes me feel like this is all one big pyramid scheme to get us spending money on open ai
@foobars3816
@foobars3816 9 месяцев назад
In terms of fake content that is actually just an unlabeled advertisement, this was pretty interesting.
@omountassir
@omountassir 9 месяцев назад
Absolutely astounding! This is undeniably the most remarkable tool you've recommended so far! Your dedication and expertise shine brightly in your work. Keep up the exceptional work, and let's continue to push the boundaries of innovation! 🚀
@raultraviss9555
@raultraviss9555 3 месяца назад
Hey Matt, my name is David McCarty. I absolutely love your channel. You explain all of this A.I. insanity in a simple and easy to understand way. I have transitioned to watching your channel over all other channels for this reason. I am currently building an app with an industry leading company out of Atlanta however I won't be launching for several weeks. I have been approached by several people wanting me to build for them, but I am too busy with my own app to build theirs. This is where your video on GPT Pilot comes in. I have a few questions about being able to access key components of the app. Are you willing to help explain to me further how this program works like you better explain things in your videos? If interested, is this a good way means of communication, or would it be best to do so through email? Regardless of your decision, I love what you are doing and will continue to learn from you and enjoy watching your genius.
@charliehubbard4073
@charliehubbard4073 9 месяцев назад
Christ, that was impressive! I am an old school emacs lamer, but this is seriously making me consider putting vscode on one of my Linux systems and trying this out.
@sinitarium
@sinitarium 9 месяцев назад
Impressive. How much in openai API cost ?
@justinoneill2837
@justinoneill2837 9 месяцев назад
$2-$3 seems to be the word on the street
@Danuxsy
@Danuxsy 9 месяцев назад
hundreds of times less than a dev team doing the same thing.
@sinitarium
@sinitarium 9 месяцев назад
@@Danuxsy a good full stack dev would re-create that (and much more) using a framework and a single command that would generate code that he is familiar with and he can start building more advanced components than the generic auth/login stuff... On his/her own in a few seconds. So no, not only 2-3$ for this that a single dev can generate using the right tool in a few seconds is not 100Kx time cheaper (not even faster!). This is no where near what you want to replace a full stack dev team working on a real product. YET... Soon however (imho 2-3 yrs) it will be.
@Danuxsy
@Danuxsy 9 месяцев назад
in the 2030s these systems will probably be able to generate source code for entire games like World of Warcraft, milions of lines of code in 24 hours or smh like that. @@sinitarium
@aimattant
@aimattant 9 месяцев назад
That is the fiture of coding right there. Have a great christmas 🎄🌟🎁
@zuzukouzina-original
@zuzukouzina-original 8 месяцев назад
I’ve tested it and I have to say that there are a lot of bugs to fix. But it’s still impressive. It’s especially good at building with Express JS.
@imacuser101
@imacuser101 9 месяцев назад
Great video and amazing content!
@TerenceKearns
@TerenceKearns 9 месяцев назад
Excellent demo. Love your work.
@cristian15154
@cristian15154 9 месяцев назад
Man that was amazing!, and you are a monster when it comes to coding too 🙌👏👍
@---vw9cc
@---vw9cc 9 месяцев назад
this is exactly what I was doing with AI already, but the workflow will be so much more nice with this.
@ClemensLaengle
@ClemensLaengle 3 месяца назад
Hallo :-) D frog isch, was kost so a app wenn für die token zahlsch. Und schriebt dir des ding oh python apps etc? Oder nur js?
@marko_z_bogdanca
@marko_z_bogdanca 9 месяцев назад
Aider is awesome but this... Looks even more interesting.
@thecollector5277
@thecollector5277 9 месяцев назад
Nice so essentially alter the API calls to use Huggingface and add say.. mixtral and code llama.. Nice useful program.
@alnes204
@alnes204 8 месяцев назад
So I just started an Angular project, should be a landing page ... but never came because of mistakes. And the whole thing has already cost 3 EUR in about 7 minutes. So the hourly rate is already impressive: D and without knowing whether something usable will come out in the end ...
@hqcart1
@hqcart1 9 месяцев назад
how does it help in existing app?
@swdev245
@swdev245 9 месяцев назад
I've installed it from Github and tried the command line version and I think it's underwhelming, if not saying pretty useless -- constant struggling with the project structure, compiler errors etc. Designing the application yourself and just letting the LLM provide you with smaller, clearly defined functions is still much better than this.
@jakeparker918
@jakeparker918 9 месяцев назад
This is amazing. Where will we be in a year?
@Eric.Tomaszewski
@Eric.Tomaszewski 9 месяцев назад
Good coding solution. How much did GPT API bill you for this project?
@Danuxsy
@Danuxsy 9 месяцев назад
The future solution is obviously to run local neural nets, those are essentially free to run 24/7
@dragonore2009
@dragonore2009 8 месяцев назад
I feel like in the future, folks will forget how me you and other developers use to do this manually. We might get a future where code is generated and people don't quite understand it since they were so use to the AI generating it. I mean for now there are folks like us, but what about the future? Kind of an interesting thought anyway.
@WhyteHorse2023
@WhyteHorse2023 8 месяцев назад
Already like 30% of college age students don't know how to move a file from one folder to another because they have only ever used phones with apps. There are even people who don't know how to use a can opener...
@michaelpiper8198
@michaelpiper8198 9 месяцев назад
has anyone actually gotten this to work? everyone testing seems to be stuck at making an account (me included)
@zvone187
@zvone187 9 месяцев назад
Hi, founder of GPT Pilot here. Sorry about this - we're working on it. Can you tell me what happens that you can't sign up?
@zvone187
@zvone187 9 месяцев назад
Hey @michaelpiper8198, we fixed the issue so it should be working now.
@DoNotKillThePresiden
@DoNotKillThePresiden 9 месяцев назад
​@@zvone187 Great work man 🎉
@userrjlyj5760g
@userrjlyj5760g 9 месяцев назад
@@zvone187 Hi zvone, I'm stuck at the very beginning, when I clicked create new app I got a red text line saying "The system cannot find the path specified" although I already had the path to C:\Users\userName\gpt-pilot\workspace , what am i missing here, please?
@OffRoadOutpost
@OffRoadOutpost 9 месяцев назад
@@userrjlyj5760g same here - C:\Users\userName\gpt-pilot\workspace, tried C:\Users\userName\gpt-pilot as well. No dice.
@subramanianchenniappan4059
@subramanianchenniappan4059 9 месяцев назад
I am a backend lead working in a startup . This is helpful for my upcoming saas proof of concept. 😂😂.
@Bangs_Theory
@Bangs_Theory 9 месяцев назад
More Christmas gifts from Matthew..... Can't wait to unwrap this gift and play with it 😊.
@chrisBruner
@chrisBruner 9 месяцев назад
I start it up, it asks me to sign up. I enter my email, then halfway through entering my password it navigates away. I don't know who is doing the navigating. VS Code stuff 🤔
@ShawnHamilton718
@ShawnHamilton718 9 месяцев назад
This will help so you don't have the cut and paste can develop right there is VS.
@MattFlower
@MattFlower 9 месяцев назад
I did get it to work, but it wasn't nearly as impressive when trying to use it with Python + Flask. Every step of the way I had to make manual modifications to get it to run. By the end, it had forgotten most of the user stories it had written. Like a lot of alpha software, it probably needs a bit more love before it's ready for wider use.
@Danuxsy
@Danuxsy 9 месяцев назад
I think 2024 will be the year we begin to see more robust AI systems
@HunterMayer
@HunterMayer 9 месяцев назад
I hope this can someday join a project mid dev too.
@claudiocl8937
@claudiocl8937 9 месяцев назад
This is freaking amazing!
@Hashartnft
@Hashartnft 9 месяцев назад
This feels illegal to know 😂--SUBBED!
@matthew_berman
@matthew_berman 9 месяцев назад
welcome!
@Hashartnft
@Hashartnft 9 месяцев назад
@@matthew_berman hey thanks for the warm welcome !🙏 Can it write in Clarity/Svelt?
@marilynlucas5128
@marilynlucas5128 9 месяцев назад
@@matthew_berman Whats up man?
@DigitalDivotGolf
@DigitalDivotGolf 9 месяцев назад
sign up works for me now. I will give it a shot and see how it goes.👍
@DigitalDivotGolf
@DigitalDivotGolf 9 месяцев назад
stuck in project description and shows waiting. will revoke api key and try again another time.
@SuperMelon2008
@SuperMelon2008 9 месяцев назад
step in interesting direction. Not there yet, but definitely worth observing.
@ghostthomas9221
@ghostthomas9221 9 месяцев назад
I wonder if I can use an opensource model with this instead of gpt4?
@salehmohamed9650
@salehmohamed9650 9 месяцев назад
Same
@Mzzkc
@Mzzkc 9 месяцев назад
I looked over the code and docs and that's not currently supported. That said, if you can reasonably spin up several agents, you could definitely modify the code to point to and interact with local models instead
@temiomisore669
@temiomisore669 9 месяцев назад
stuck with the path issue, "the system cannot find the specified path". Does anyone else have the same issue?
@davidwarren127
@davidwarren127 9 месяцев назад
Yep, same here. Still troubleshooting...
@joeyschwartz5150
@joeyschwartz5150 9 месяцев назад
same here...
@CraigLaValle
@CraigLaValle 9 месяцев назад
The path shown is not the path that's actually in the .env file. I had to edit the .env file directly with the correct path.
@michaelberg7201
@michaelberg7201 9 месяцев назад
Please show how to use a local LLM with GPT pilot. Otherwise I see how this can quickly get very expensive.
@games4us132
@games4us132 9 месяцев назад
i wonder, if GPT Pilot can write project in any language or only specific ? for example can it create instagram clone in c++ or even in asm?
@lennelson1524
@lennelson1524 9 месяцев назад
awesome but why is the Save button disabled for this video?
@pipoviola
@pipoviola 9 месяцев назад
Simply amazing!
@freshios4873
@freshios4873 9 месяцев назад
Older Mark Norman!!! You've done it again ☺️
@kocahmet1
@kocahmet1 9 месяцев назад
probably mark norman is older i would say.
@marekjkos
@marekjkos 9 месяцев назад
This is beautiful!!
@j.hanleysmith8333
@j.hanleysmith8333 9 месяцев назад
Wow, very impressive!
@joshualloyd6694
@joshualloyd6694 9 месяцев назад
Nothing to do with your content but I thought it was funny..,. When looking at my YT page suggestions I saw your video thumbnail and said out loud to myself... "Why is Trent Horn on my page but doing AI stuff...?" (I follow both of you) Great video by the way lol
@allvisualmedia7575
@allvisualmedia7575 9 месяцев назад
Cant create or login into account in vscode plugin... nothing happens when click sign up(((( really alpha
@Mitchg-k6f
@Mitchg-k6f 9 месяцев назад
Did you find a fix yet?
@allvisualmedia7575
@allvisualmedia7575 9 месяцев назад
@@Mitchg-k6f not yet
@TheLordSocke
@TheLordSocke 9 месяцев назад
same for me, any fixes?
@allvisualmedia7575
@allvisualmedia7575 9 месяцев назад
I Found a fix for that! Just use longer passwords. It gives no error if you use weak password but do not let you register.
@zvone187
@zvone187 9 месяцев назад
Hey @allvisualmedia7575, we fixed the issue so it should be working now.
@OffRoadOutpost
@OffRoadOutpost 9 месяцев назад
It won't let me sign up... Discord link is broken, can't find the server. What do I do?
@Riazbapoo
@Riazbapoo 9 месяцев назад
same here
@joeyschwartz5150
@joeyschwartz5150 9 месяцев назад
same here too
@zvone187
@zvone187 9 месяцев назад
Hi, founder of GPT Pilot here. Sorry about this - we're working on it. Can you tell me what happens that you can't sign up?
@micbab-vg2mu
@micbab-vg2mu 9 месяцев назад
The same problem :(
@Riazbapoo
@Riazbapoo 9 месяцев назад
@@zvone187 seems to be working now. but earlier it just showed login/sign up pages and when you entered data into the forms they were non responsive
@dtory
@dtory 9 месяцев назад
This is impressive
@riscaverse
@riscaverse 9 месяцев назад
Cool video. Thanks
@tobeyforsman
@tobeyforsman 9 месяцев назад
Pretty cool
@moba3
@moba3 8 месяцев назад
This is a standard app. It does not mean much. You could find the code online and copy it.
@angstrom1058
@angstrom1058 8 месяцев назад
Great for hobbiests, youtube and as a coding intern level assist, but not for production code.
@RishishPandey
@RishishPandey 9 месяцев назад
Can it work with existing code base/project?
@Dropdabrickonyotoes
@Dropdabrickonyotoes 9 месяцев назад
Cool demo but it does not work in practice. Its crashed on me 5 times and i have a modern machine. Even reinstalled vs code to test again and same thing. I think this is just too early. But definitely cooltho!
@mocanada304
@mocanada304 9 месяцев назад
it crashes like hell. 0 stars. Uninstalling gpt-pilot. Apparently it doesn't work for other people too.
@EricDBrown
@EricDBrown 9 месяцев назад
Their vscode extension is too buggy for me, atm. It won't even allow me to sign-up/sign-in without spitting out errors.
@marilynlucas5128
@marilynlucas5128 9 месяцев назад
Lol. Have you tried 'Continue' on vscode?'
@zvone187
@zvone187 9 месяцев назад
Hey @EricDBrown, sorry about that, we had an issue but it's fixed now.
@EricDBrown
@EricDBrown 9 месяцев назад
@@zvone187 Awesome... I'll try it again. Appreciate it.
@MikeTheBard
@MikeTheBard 9 месяцев назад
@@zvone187 A lot of users, myself included, cannot get this to run on Windows. peewee.OperationalError:no such table: app is the prevailing error we can't figure out.
@hstrinzel
@hstrinzel 8 месяцев назад
What HOW MANY LINES of code were written in total? Over 1000? And how many files were made?
@the42nd
@the42nd 9 месяцев назад
A 3 page app with login is 'sophisticated'?
@zvone187
@zvone187 9 месяцев назад
You're right, the generated app is not very sophisticated, and you can likely do it with a couple of lines of code with some framework but what is sophisticated is way GPT Pilot works - it iterates on the code it creates. Right now, it can create any kind of an app (Matt created a login app but you can add logic as well) within 1000 - 1500 lines of code. In the next month or two, we're planning on expanding it to ~5k and hopefully continuing to expand until a truly sophisticated app which likely will take a couple of years.
@the42nd
@the42nd 9 месяцев назад
@@zvone187 nice... respect for the great progress you guys are making will follow
@antdx316
@antdx316 9 месяцев назад
holy shit! It's working good. 👍👍👍
@Underrated_driver
@Underrated_driver 8 месяцев назад
Well actually you can do this on gpt-3 too this is just making the process easier and faster because you’re not copy pasting codes around etc. But I am curious if gpt-4 can make ui visuals. Because all it does creating the interface but it doesn’t add visual props etc… If you know anything please enlighten us ✌🏼
@NOCTRN_
@NOCTRN_ 9 месяцев назад
I guess ill just go back to delivering pizzas
@jgcornell
@jgcornell 9 месяцев назад
These things are great, but anyone with enough experience working on real life systems will tell you, using this will become a maintenance nightmare - no real world application is build and forget, greenfield development is fun because it’s ‘easy’, the real work comes from extending, debugging, optimising and like and that all requires a good and understood architecture that you will totally fail to get using a GPT The real goldmine in these early days of AI hype will be the work required to understand all the code that these dice rollers have generated
@justinoneill2837
@justinoneill2837 9 месяцев назад
i disagree. ai is a tool unlike anything we've seen before! and at the rate it's increasing it will certainly get better. this particular tool will learn literally from the feedback you just provided and know what needs to do. it's hard to believe we're alive to witness a technology like this
@inprogs
@inprogs 9 месяцев назад
with RAG and customGPTs that are covering whole documentation of particular technology on top of this planner, I do not see any limits, especially in python which chatgpt nails in 99% cases
@cringeberry3027
@cringeberry3027 9 месяцев назад
I've installed GPT Pilot VS code extension and it asks me for python file giving no explanations, wtf?
@So_-.
@So_-. 9 месяцев назад
Same problem with the path when trying to create a new project
@pabloedelgado
@pabloedelgado 9 месяцев назад
Do youhave some stats of the gpt4 api consumption of the app you built? It would be interesting to see how many calls it did and how many tokens I/O it used
@FranPetraroli
@FranPetraroli 9 месяцев назад
It 😢 me 6$ to replicate this tutorial, so it's not cheap
@pablodelgado4768
@pablodelgado4768 9 месяцев назад
@@FranPetraroli it makes sense, the amount of api calls and the size of the inputs and outputs should be quite big. I thought that was the case, not i guess is confirmed
@s.dotmedia
@s.dotmedia 9 месяцев назад
Love it!
@marcfruchtman9473
@marcfruchtman9473 9 месяцев назад
More Amazing progress...
@s2turbine
@s2turbine 9 месяцев назад
Can you start using it mid-project? Or do you have to start the project with it, for it to work?
@zvone187
@zvone187 9 месяцев назад
Unfortunately not at this point. We're focused on creating a base for the AI to iterate on a codebase. Once that is working, we believe it will be relatively trivial to add it to work on an existing codebase by analysing a codebase and asking questions about the code.
@chrisrudy1969
@chrisrudy1969 8 месяцев назад
First off - no support for signing in with Google, etc. Created a new account outside of VSC, made an API key, and then tried to sign in. Just sits there doing nothing. Definitely not ready for prime time.
@LukasPetry
@LukasPetry 9 месяцев назад
I wonder how many tokens you used building this
@ewallt
@ewallt 9 месяцев назад
You needed to know quite a lot for it to work. How long would you guess until you’re not needed to know technical things?
@brycetopics
@brycetopics 9 месяцев назад
You should show the end product & describe what it is first - than show us how you built it.
@robertheinrich2994
@robertheinrich2994 9 месяцев назад
is it limited to gpt4 or can it cooperate with any llm that is good in coding?
@zvone187
@zvone187 9 месяцев назад
It is not limited to GPT-4, and it can be used with any LLM, but GPT-4 will work the best by far.
@УукнеУкн
@УукнеУкн 9 месяцев назад
Needed new tutorial gpt pilot with local llm. I don't can find the settings of gpt -pilot in vs code plugin((((
@PartneredBrands
@PartneredBrands 5 месяцев назад
It's Pythagora now
@ZSquirrel678
@ZSquirrel678 9 месяцев назад
Amazing 🤯
@exlr8in
@exlr8in 6 месяцев назад
Hello, Would you be able to crate a video that provides the information about "Free" api keys from openai and there usage? The current documentation is kind of confusing and convoluted and thus don't know if I have an available "Free" use of the keys or not. I ask this because I get errors when trying to use the keys, even though I've never used them before... Thanks,
@MarkoKozlica
@MarkoKozlica 8 месяцев назад
Off the topic, what was the name of the app that makes this effect you are using in the start of the video, had it before on iPhone but cannot remember? BTW, great video! :D
@8eck
@8eck 9 месяцев назад
Cool, it can even do technical debt. 😁
@chatGpt637
@chatGpt637 9 месяцев назад
What a Time to be Alive!
@LRSKWTKWSK
@LRSKWTKWSK 6 месяцев назад
Is GPT pilot still available? Can't find it in VSC extensions
@Saionware
@Saionware 6 месяцев назад
It's Pythagora now
@elraulcastro
@elraulcastro 9 месяцев назад
Did you try to use it on and existing (buggy) app? Does it seem to work in that context?
@StellarStoic
@StellarStoic 9 месяцев назад
I'm wondering the same thing. I'd mostly need it to write me a documentation and a readme file. Yup I'm so lazy 😊
Далее
Huge ChatGPT Upgrade - Introducing “Canvas”
15:00
Women’s Celebrations + Men’s 😮‍💨
00:20
Просмотров 3,8 млн
This AI Coder Is On Another Level (Pythagora Tutorial)
43:21
The End Of Programming
24:55
Просмотров 139 тыс.
No-Nonsense Backend Engineering Roadmap
10:16
Просмотров 208 тыс.
How I Made AI Assistants Do My Work For Me: CrewAI
19:21
Women’s Celebrations + Men’s 😮‍💨
00:20
Просмотров 3,8 млн