Amazon Code Whisperer VS Github Copilot

  Рет қаралды 37,222

Wes Bos

Wes Bos

Жыл бұрын

Which Robot write better TypeScript? I compare the free Amazon Code Whisperer to my paid Github Copilot

Пікірлер: 38
@adpio6996
@adpio6996 Жыл бұрын
Would be cool to see these vs Codeium which is also free and now has the chat integrated.
@spyrosp6496
@spyrosp6496 Жыл бұрын
I used both, dont know what whisperer was in the past but now oh boy it blew my mind. Its way more accurate than copilot.
@victoro8295
@victoro8295 Жыл бұрын
Hey wes, you mentioned that you can view the code whisperer generate code in a separate tab. How do you do that in vs code? All I could do until now is tab trough every single suggested line.
@nathitshabalala5414
@nathitshabalala5414 8 ай бұрын
Yeah I once referred to Copilot as Codewhisperer at a Microsoft event. The stares I got ! Same thing
@misterhtmlcss
@misterhtmlcss Жыл бұрын
What I really liked about this was how helpful they are BUT clearly an experienced programmer was needed to proceed effectively. I believe this wasn't the intended outcome, but personally that was more valuable insight. I will be bookmarking this video and using whenever some foolish person says how AI will be replacing programmers.....yeah not anytime soon that I can see. But yeah I love the productivity boast, which is amazing.
@kgothatsomatlala
@kgothatsomatlala Жыл бұрын
This is the first iteration. Imagine how refined it will be in 10 years
@misterhtmlcss
@misterhtmlcss Жыл бұрын
@@kgothatsomatlala i think that AI is like a framework, it just makes us more productive and I'm fine with that. I'm very productive with AI now and it doesn't really impact me negatively. I look forward to it improving, but skill is still needed to verify the quality. I don't think for example the code that runs a Auto Pilot in a Airbus xxx model is really something you want created by an AI without a human following along and verifying quality all along the way and that's at a minimum which I think is far less likely even 20-30 years.
@MagnusMcManaman
@MagnusMcManaman Жыл бұрын
Ai WILL replace programmers. Eventually.
@misterhtmlcss
@misterhtmlcss Жыл бұрын
@@MagnusMcManaman Then you misunderstand what we do. I hope you are not a programmer, because saying that shows a very incorrect understanding of what we do within organizations.
@MagnusMcManaman
@MagnusMcManaman Жыл бұрын
@@misterhtmlcss I am a programmer, and it is precisely because of this that I am able to extrapolate events that are taking place today into the more or less distant future. What does a programmer do? He or she translates the client's requirements into a language that the computer can understand. That's it. This can easily be done by artificial intelligence, perhaps not yet in its current form, but I have no problem imagining, for example, 10th versions of the GPT chatbot, say in another five years' time, doing this better than any human ever could. I remember when Deep Blue won against Kasparov at chess, then people also tried to push this fact out of their consciousness claiming that after all it is just a stupid machine and it may know how to play chess, but it can't even tie a shoelace. This is very poor reasoning which is, as it were, a defensive reaction to the fact that we will soon be out of job.
@abdellahcodes
@abdellahcodes Жыл бұрын
Patiently waiting for the neovim version to switch to Wisperer
@pemessh
@pemessh Жыл бұрын
I tried code whisperer for 4 days and I had to uninstall it because it was so annoying. It tried to complete my code with some irrelevant code snippets every time. It got the code suggestions right only twice in those 4 days. Let's say I end the function with a semicolon at the end and it autocompletes with some garbage lines. You then have to delete those extra lines now. :/ And this is the most annoying part, For example, you go back to your existing code and try to edit a line. The suggestions from the code whisperer move your line away from your field of vision and then it gets super confusing. But, this is not something specific to code whisperer and this is how these tools were built. I would for now say that these tools have a long way to go and are not really usable in real developing scenarios.
@basicperson3476
@basicperson3476 Жыл бұрын
SO which is better copilot or codewhisperer
@kuralaybiehler5638
@kuralaybiehler5638 Жыл бұрын
Thank you! If only 10$ per mounth makes sense, they are pretty similar.
@TheRealAfroRick
@TheRealAfroRick Жыл бұрын
Good to see a faceoff here.
@pranav854
@pranav854 Жыл бұрын
What extension do you use that suggests those inline type fixes for you? It seems really useful!
@flammea_
@flammea_ Жыл бұрын
I think you want "Error lens". It prints the errors inline. it looks like Wes has modified default font-size of a suggested text to be smaller, which is genius because I usually have to scroll horizontally to read the whole thing
@WesBos
@WesBos Жыл бұрын
@@flammea_ Ohhh haha yes you are right! Its error lens! Here are my customizations: github.com/wesbos/dotfiles/blob/master/settings.json#L134-L150
@coderlicious6565
@coderlicious6565 11 ай бұрын
12:55 - conclusion
@Jared-xg2qj
@Jared-xg2qj Жыл бұрын
10:39 "Nice job" 😂
@trappedcat3615
@trappedcat3615 Жыл бұрын
Google Bard after the PaLM-E update is pretty good at coding.
@WesBos
@WesBos Жыл бұрын
Hoping to get access soon - not available in Canada. Curious if they will also come out with a coding product
@trappedcat3615
@trappedcat3615 Жыл бұрын
@@WesBos That released another update yesterday with info on their blog hinting that it will be integrated with some of their products, such as Colab. It works with Python now. The nice thing about this update is if Bard quote at length from open source, it will cite the source. It does create some buggy code, but it can fix itself if you point it out... sometimes. It can also optimize code and make it faster and more concise. Some of the bugs are just awful, but I learn a lot trying to teach Bard how to fix it. 😂
@SidGBF
@SidGBF Жыл бұрын
Free for now 😂
@adityanarayanrai7689
@adityanarayanrai7689 Жыл бұрын
I like codewhisper more than copilot. It gives better suggestion and doesn't throw 100 lines of code like copilot does
@horyekhunley
@horyekhunley Жыл бұрын
What data was code whisperer trained on?
@WesBos
@WesBos Жыл бұрын
It actually will give you references to where it found functions in many cases
@horyekhunley
@horyekhunley Жыл бұрын
@@WesBos oh that's cool... Gonna try it out!
@SyedZainUlHasan
@SyedZainUlHasan Жыл бұрын
I have tried both Github Copilot is way better.
@YvonneVibe
@YvonneVibe Жыл бұрын
I feel like Whisperer generating code more from basic knowledge
@Stoney_Eagle
@Stoney_Eagle Жыл бұрын
Did you just call him travesty 😂😂
@WesBos
@WesBos Жыл бұрын
Lol have I been reading that wrong my entire life?! Of course I have
@Stoney_Eagle
@Stoney_Eagle Жыл бұрын
@@WesBos He's not that bad you know, he's kind of a tutorial legend on youtube 😜
@chiubaca
@chiubaca Жыл бұрын
Whisper was so bad when I last tried to use it
@zoenagy9458
@zoenagy9458 9 ай бұрын
nothing is free
I Tried Every AI Coding Assistant
24:50
Conner Ardman
Рет қаралды 740 М.
GitHub Copilot in VSCode: Explaining the Basics
6:48
Max on Tech
Рет қаралды 19 М.
THEY made a RAINBOW M&M 🤩😳 LeoNata family #shorts
00:49
LeoNata Family
Рет қаралды 43 МЛН
ОСКАР vs БАДАБУМЧИК БОЙ!  УВЕЗЛИ на СКОРОЙ!
13:45
Бадабумчик
Рет қаралды 6 МЛН
5 Ways To Break Your Code
2:02
James Weber
Рет қаралды 420
Amazon CodeWhisperer | GitHub Copilot Killer
12:52
Telusko
Рет қаралды 34 М.
👋 Goodbye, CoPilot!  Hello, Codeium!
7:46
Coding in Public
Рет қаралды 25 М.
I Regret Making This...
3:05
James Weber
Рет қаралды 1,3 М.
CoPilot Review: My Thoughts After 6 Months
9:45
ThePrimeagen
Рет қаралды 540 М.
AI coding assistants just leveled up, again…
4:51
Fireship
Рет қаралды 1,1 МЛН
Github Copilot vs. ChatGPT: Which one should you use, and when?
26:34
Doing It With A.I.
Рет қаралды 36 М.
Learn Amazon Q Developer (CodeWhisperer) in 16 Minutes
15:57
AWS Developers
Рет қаралды 22 М.
Я купил первый в своей жизни VR! 🤯
1:00
Здесь упор в процессор
18:02
Рома, Просто Рома
Рет қаралды 392 М.
$1 vs $100,000 Slow Motion Camera!
0:44
Hafu Go
Рет қаралды 27 МЛН
Как удвоить напряжение? #электроника #умножитель
1:00
Hi Dev! – Электроника
Рет қаралды 958 М.