Big BLOW to Copilot by CodeWhisperer

  Рет қаралды 103,725

Alex Ziskind

Alex Ziskind

Жыл бұрын

Amazon's new AI tool for developers called CodeWhisperer unexpectedly deals a big blow to GitHub's Copilot.
👀 Gear I use: www.amazon.com/shop/alexziskind
▶️ AWS UNLEASHED their Copilot killer - • AWS UNLEASHED their Co...
▶️ How to get Copilot FREE - • Get GitHub Copilot for...
▶️ github gave me a BEAST for coding - • github gave me a BEAST...
▶️ M1 MacBook Air Running Visual Studio and Xamarin for Mac - • M1 MacBook Air Running...
▶️ Apple M1 vs Intel Core i9 and .NET Performance - First Look - • Apple M1 vs Intel Core...
▶️ Apple M1 vs Intel i9 JavaScript Nx Workspace Install and Build Speed Comparisons - • Apple M1 vs Intel i9 J...
#programming #ai #softwaredevelopment
💻NativeScript training courses - nativescripting.com
(Take 15% off any premium NativeScript course by using the coupon code YT2020)
👕👚iScriptNative Gear - nuvio.us/isn
- - - - - - - - -
❤️ SUBSCRIBE TO MY KZbin CHANNEL 📺
Click here to subscribe: / alexanderziskind
- - - - - - - - -
🏫 FREE COURSES
NativeScript Core Getting Started Guide (Free Course) - nativescripting.com/course/na...
NativeScript with Angular Getting Started Guide (Free Course) - nativescripting.com/course/na...
Upgrading Cordova Applications to NativeScript (Free Course) - nativescripting.com/course/up...
- - - - - - - - -
📱LET'S CONNECT ON SOCIAL MEDIA
ALEX ON TWITTER: / digitalix
NATIVESCRIPTING ON TWITTER: / nativescripting

Пікірлер: 191
@AZisk
@AZisk 3 ай бұрын
JOIN: youtube.com/@azisk/join
@NikoKun
@NikoKun Жыл бұрын
When Copilot starts outputting unnecessary comment lines rather than code, I just start a new line, and type "def" (or whatever I expect the start of the code to be) to get it back on task.
@UTJK.
@UTJK. Жыл бұрын
@@NikoKun for me it does that often.
@Phasma6969
@Phasma6969 Жыл бұрын
@NoName And it is phenomenal when you know how the project should be structured.
@loldoctor
@loldoctor Жыл бұрын
@@NikoKun Love your profile picture!
@musprodev
@musprodev 11 ай бұрын
Remember to learn prompt engineering
@gvarph7212
@gvarph7212 Жыл бұрын
From my experience, copilot gets a lot better when you already have a complete function before, and it can infer what you probably want the next function to do, as well as imitating the style of your existing code
@ahmedjaber8595
@ahmedjaber8595 Жыл бұрын
what about CodeWhisperer, it doesn't care about complete function before?
@gvarph7212
@gvarph7212 Жыл бұрын
@@ahmedjaber8595 I haven't tried it yet. I was just commenting that the Copilot experience he showed doesn't really match 95% of the situations I use it in, and it usually works better in almost all of those situations
@LaurenBuchholz
@LaurenBuchholz Жыл бұрын
@@gvarph7212 CodeWhisperer also looks at the immediately preceding code to try and guess intent... AWS release a video going into how it works in a little more detail. ie you can also use the arrow keys and see multiple implementations for a given function. I have not used CoPilot enough to really compare though...
@andrescorrea682
@andrescorrea682 Жыл бұрын
Does copilot take into consideration the project codebase? Or only the currently open file? I've been thinking of trying it out, but at work we have a monolithic repo that is quite large
@caschque7242
@caschque7242 Жыл бұрын
@@andrescorrea682 yes it does. It even checks your folder structure etc. The more code you have in other files, the better. Don’t know about the aws one. Will try though
@malle1544
@malle1544 Жыл бұрын
With CodeWhisperer the more code you write the better it gets. Based upon the last few days I've been testing it, It is doing a fantastic job at figuring out what I'm about to do next. And one thing I noticed is that after opening a project with it CodeWhisperer it gives itself context based upon already existing codes. I'm not gonna lie the AI technology is gaining a lot of momentum lately.
@umka7536
@umka7536 Жыл бұрын
Copilot does the same.
@karlbooklover
@karlbooklover Жыл бұрын
I often use the Shift Alt Enter function with copilot so that it displays 10 solutions and lets you pick one
@karlbooklover
@karlbooklover Жыл бұрын
Oh and next time the comment continuation shows up try skipping one line and then pressing alt + backward slash to activate copilot
@Averagesasquatch
@Averagesasquatch Жыл бұрын
@@karlbooklover as a novice thinking of trying this, these are both super helpful comments.
@VivekPayasi
@VivekPayasi Жыл бұрын
@@karlbooklover can you please give corresponding shortcuts in Mac?
@theLowestPointInMyLife
@theLowestPointInMyLife Жыл бұрын
ive been using copilot and I love it, its not really writing logic for me but any time you have a bunch of similar lines that are slightly different, like you have to call a function multiple times with different params, it predicts them almost perfectly. I also use it to write comments which I usually wouldn't bother with but it takes most of the effort out of it. I find it to be pretty helpful without getting in my way.
@J.Rahman
@J.Rahman Жыл бұрын
Great video as usual. Succinct, to-the-point and informative. Thank you and keep up the good work.
@abhimanyusingh1593
@abhimanyusingh1593 Жыл бұрын
just press enter and leave one line and press space space. it will start writing code instead of comments - Copilot
@nexusdino4374
@nexusdino4374 Жыл бұрын
how do you have a search bar on top of your vscode?
@Ben-ej1xp
@Ben-ej1xp Жыл бұрын
I switched from copilot to whisperer. I was getting the commenting issues in copilot too. I’m also AWS, so it makes sense for me. Openai generally gets in a muddle with code, especially with libraries which it may not have enough training data for. I’ve experienced it with some less than common data science libraries where it starts to hallucinate and will just keeping giving you fixes to its suggested code rather than saying “I’m not that familiar with x”.
@jslowik
@jslowik Жыл бұрын
Has anybody found a solution to CodeWhisperer not connecting until you open the aws toolkit window? Signed in w/ my Builder ID. Once I open the window it connects fine. Just a bit annoying, and Copilot doesn't have this issue.
@ahmedjaber8595
@ahmedjaber8595 Жыл бұрын
Thank you for the comparison. I usually use Copilot for .md, .txt, and adding comments to my code because it provides ideas that I may not have considered and highlights repeated words. However, CodeWhisperer is more powerful in solving problems and possibly reading code from other files in my opened project, although it doesn't support all programming languages and doesn't recognize .md or .txt files. Both of them suggest old syntax from 2021.
@pauldolton9118
@pauldolton9118 Жыл бұрын
How does it provide ideas for you
@ahmedjaber8595
@ahmedjaber8595 Жыл бұрын
@@pauldolton9118 i can't explain exactly how, you try open any .txt file with vscode and start writing for example your TODO project or writing resum for something you are learning You will see copilot gives you many ideas
@mihailmelnic3238
@mihailmelnic3238 Жыл бұрын
can you make a video of differences in using Copilet in VSCode and Webstorm ? looks like it has more features in VS
@fdov4
@fdov4 Жыл бұрын
Greeeeat content I was using Tabnine last year as an AI code assistant but now that the big guys are in the battlefield I don't see a killer feature with them. Which is sad because I liked the product
@MrHacross
@MrHacross Жыл бұрын
Love the Dudley Do Right inserts… “ A Few moments later…” LOL
@ah89971
@ah89971 Жыл бұрын
It's still giving waiting list, how you say it's under subscription?!
@kiriappeee
@kiriappeee Жыл бұрын
For anyone who does run into the problem of infinite comments by Copilot, the solution is to not accept the next comment line and instead begin writing the function by typing in const (or def or whatever signals that you are actually starting to write code instead of comments). Copilot gets the idea from there and begins writing the code.
@dejangegic
@dejangegic Жыл бұрын
What if I don't know how to start and that's what I asked him? Sometime I need to acces a method on an object, sometimes I want to create a function while at other times I might need to initiate or redefine a variable value. It would be nice if there was a shortcut (double space for example) where he omits the comment and generates the code
@NguyenTran-eq2wg
@NguyenTran-eq2wg 11 ай бұрын
@@dejangegic Then it's time to google and figure it out yourself :)
@first-thoughtgiver-of-will2456
@first-thoughtgiver-of-will2456 Жыл бұрын
As of recently, my copilot has been giving me long responses which are almost always incorrect. Sometimes the first few lines are correct but I then have to delete all but those lines since I can only accept the entire suggestion.
@patrickderp1044
@patrickderp1044 Жыл бұрын
i have been learning python using chat gpt, should i use this? no coding experience
@AatefTasneemkhan
@AatefTasneemkhan Жыл бұрын
and how about building a rest api with ChatGpt or and of these tools in PHP, Angular, and Python seperately
@Phasma6969
@Phasma6969 Жыл бұрын
You have to give copilot more context, meaning you actually have to know how you want to structure your code and then it is phenomenal. Will have to use CodeWhisperer more to figure out how it operates.
@hakuna_matata_hakuna
@hakuna_matata_hakuna Жыл бұрын
your content is great , straddles the line between entertaining and educational perfectly
@FabioEloi
@FabioEloi Жыл бұрын
the best daddy jokes in coding so far
@fabriai
@fabriai Жыл бұрын
Thanks for this. Very illustrative. Would you try Tabnine?
@notmananshah
@notmananshah Жыл бұрын
Can you try using both of them for Java?
@jvlppm
@jvlppm Жыл бұрын
I tried using code whisperer for over a month but it’s basically useless to me, it is always disconnected you have to keep clicking on the status bar begging for it to connect, very hard setup, each time I reopen vscode it disconnects, even when it connects it mostly doesn’t suggest nothing at all and when it does the suggested code is consisted of made-up api calls that don’t compile, didn’t seem to take into account my own code. So in the end the extension is there but it’s always disconnected for some reason and it’s not even worth trying to activate it again and again. On the other hand copilot used to work great on this same project up until it became paid and I had to uninstall it.
@n0madfernan257
@n0madfernan257 Жыл бұрын
how about google's bet? hoping we can compare if it goes out
@familycosgrove817
@familycosgrove817 Жыл бұрын
if you’re not calculating the area of a shape what are you calculating the area of?
@ontheruntonowhere
@ontheruntonowhere Жыл бұрын
your mom
@ClassyOnionUK
@ClassyOnionUK Жыл бұрын
Good job! Very good comparisons made here :)
@karinkuto5540
@karinkuto5540 Жыл бұрын
can you try the same comparison with the new copilot?
@maxvamp
@maxvamp Жыл бұрын
I wish it supported swift. Maybe it does, but I have not figured out if it has. I also wish Apple would quickly partner with one of these, and integrate something into playgrounds and Xcode. Visual Studio x86 is already integrating it. All VS on ARM is a little behind.
@alexkim1919
@alexkim1919 Жыл бұрын
Just installed CodeWhisperer and disabled CoPilot (for now). Want to see how CW performs.
@zlackbiro
@zlackbiro 11 ай бұрын
I useing Codeium VSC Extension. Its amazing how big hints and autocomplete you can get from there.
@siyahulhaq7062
@siyahulhaq7062 Жыл бұрын
I am compared both of it today and found that both of them giving same kind of outputs
@alanschmitt9865
@alanschmitt9865 Жыл бұрын
Would love to see a look at Java or C#. 🙂
@alexh2665
@alexh2665 Жыл бұрын
Can you test codewhisper with Python
@AatefTasneemkhan
@AatefTasneemkhan Жыл бұрын
What about PHP and Python with both tools
@exshenanigan2333
@exshenanigan2333 Жыл бұрын
I've used both for sometime now. AWS VSCode extension is so bad that I want to delete it at this point. It's constantly orange, I don't know why, I have to keep signing back into it. It's more annoyance than the convenience it provides. Though if it's going be free that's a big plus obviously. I hope Amazon makes a separate extension for CodeWhisperer that doesn't require users to load the entire AWS extension.
@alexanderkomanov4151
@alexanderkomanov4151 Жыл бұрын
Amazing! Good to see the same with the Python
@choffmeister
@choffmeister Жыл бұрын
Id love to see a comparison of these with Tabnine Pro.
@emersonalencarjunior8291
@emersonalencarjunior8291 Жыл бұрын
I've been using Copilot for at least 2 weeks now and this annoying behavior with comments still haunts me, at least for something you have to PAY for to give real results. It looks like you have to put a good effort into the "comment prompt" to get what you want if compared to Codewhisper, which made me curious to try it now. Sometimes it goes straight to the point. Sometimes yes, it's like your highlighted video, loosely typed variables (any), the use of var instead of const and lets, but ignoring libraries you've already installed using something clearly adapted from a foreign code is worse, to the point If you know how to do this manually, it would probably be faster and less error-prone to do it yourself. Brilliant comparison! Keep'em coming! I think those two would deserve another comparison shortly since they're learning machines. Let's see which one gets more improvements and maybe new features next time.
@ontheruntonowhere
@ontheruntonowhere Жыл бұрын
I love Copilot but probably only for lack of comparison to anything else. It saves me so much time that I don't really mind when it's wrong. In fact, it makes me feel smart when I catch it doing something dumb like using var instead of const. At the same time, I've noticed it doesn't reason like ChatCPT does. Rather, it seems more to act like a code typeahead, recognizing patterns and matching them to snippets in its training material. I'm giving CodeWhisperer a go tomorrow.
@user-il1qn5kc1x
@user-il1qn5kc1x Жыл бұрын
I'd really like to see its capabilities with flutter
@Rockyzach88
@Rockyzach88 Жыл бұрын
It's assuming you are using more of an object oriented approach with the shape.
@rajeshlalam97
@rajeshlalam97 Жыл бұрын
Can you provide examples with python django?
@KendaBeatMaker
@KendaBeatMaker Жыл бұрын
Not defending Copilot but I think at 4:14 you would need two enters to get out of comment mode. CodeWhisperer looks great
@fadsfgetal9222
@fadsfgetal9222 Жыл бұрын
I gave it a quick try: the prompt seems to only support English, and i test of Rust code support is not very good. compere copliot
@nestorrbolivare
@nestorrbolivare Жыл бұрын
Both tests on OpenAI were created to use Davinci instead of gpt3-turbo (The one you were asking for).
@AZisk
@AZisk Жыл бұрын
that too !
@Marina_DU
@Marina_DU Жыл бұрын
There's this new ai code co-pilot called codeium. Maybe you can also try to compare it.
@farhadsu
@farhadsu Жыл бұрын
Yes, I'm using Copilot and it is not helpful in new technology like the Blazor application pages in my case. Maybe I do something wrong.
@bilalazhar4495
@bilalazhar4495 Жыл бұрын
not an expert on this but amazon has a lot more compute power then open ai to fine tune their code whisperer i assume also if they keep it free for individuals the more data they can get i can see it getting better then gpt
@kipchickensout
@kipchickensout 4 ай бұрын
i asked copilot what i could improve in a function. it told me two obvious things that i already did correctly the way it "corrected" using chatgpt 4 instead was much more of a breeze
@MatBettinson
@MatBettinson Жыл бұрын
It's tricky doing a test on OpenAI's libraries because they are such a shitshow. They make major breaking changes at the drop of a hat, don't type their arguments or return values correctly. The documentation is a mess of referring to obsolete stuff and current stuff. I had copilot suggest old unworking stuff. I guess this is a reasonable test to show the importance of recent training data. All of this stuff is really opaque at the moment.
@octain
@octain Жыл бұрын
I’ve gotten around the commenting issue with copilot but making sure there is an empty line between the comments and where my cursor is.
@deep2mixer
@deep2mixer Жыл бұрын
ChatGPT probably codes better than both Copilot and CodeWhisperer just by looking at your examples. I could be wrong though. Thanks for this video.
@dev_manish
@dev_manish Жыл бұрын
x2
@kevyyar
@kevyyar Жыл бұрын
Nah. Copilot, ChatGPT and whisperer produce imaginative code. You cannot 100% trust the code outputs. Let them guide you is all.
@ami_rza82
@ami_rza82 Жыл бұрын
it would be great if you could also do a test for java like this one
@ZephniStrife
@ZephniStrife Жыл бұрын
Yup I've been using CoPilot for about 6 months or something. I do have to nudge it in the right direction occasionally by starting to type the line i expect, but 9 times out of 10 it's spot on, and it's usually my fault if it missinterprets what I'm trying to do. But to be honest this video has really made me atleast want to give whisperer a go! Much better than I expected... i do wonder how long it can stay free though. I don't mind paying for something like co-pilot as i swear I can get things done twice as fast and that results in money for me.. I definitely wouldn't expect something like this to be free.
@dadthelad
@dadthelad Жыл бұрын
Well, no more than community edition IDE's, and OSS are free. These tools will likely become so ubiquitous that they are no longer considered something to pay for. I mean seriously, how many of them are running the Open AI under the hood, right?
@bossmohd
@bossmohd Жыл бұрын
I've been using codeWhisperer for the past few months; it's been amazing. I've seen codeWhispere behave like a copilot, adding more and more comments, so don't be surprised
@cattiestsage1386
@cattiestsage1386 Жыл бұрын
I hope job interview coding exams let us use these 😅
@dudaoutloud
@dudaoutloud Жыл бұрын
Today is day one of my code whisperer trial. I’ve been using copilot for a year or so, but it really only became useful over the past few months. Plus copilot seems “moody” with good days and bad. I want consistency. I know I will need to get use to code whisperers quirks as well as how to properly engage with it, so I giving myself at least a couple of weeks to see which one works better for me. Thank you for the video!
@AZisk
@AZisk Жыл бұрын
Copilot has become “moody” lately. Maybe because it has competition :)
@Phasma6969
@Phasma6969 Жыл бұрын
@@AZisk the model was updated with a newer codex and it appears more opinionated and expressive. Literally wrote out dot points for a function step by step and when I got past the last one it continued again and said "6. Profit" lmao
@SahilP2648
@SahilP2648 Жыл бұрын
@@AZisk I thought Copilot X preview was available to anyone with a copilot subscription. Maybe not yet. For now ChatGPT and BingGPT still proivde the best results out of all these.
@NeoChromer
@NeoChromer Жыл бұрын
Why not use both?
@Leto2ndAtreides
@Leto2ndAtreides Жыл бұрын
Yes, you've given me reason to test Code Whisperer.
@albertkwan4261
@albertkwan4261 Жыл бұрын
The microphone you are using is awesome
@jarrod752
@jarrod752 Жыл бұрын
I've been using code pilot for a month, and it has always done that comment thing. It seems like it wants to keep doing what you're doing, and I've gotten into the habit of starting the word function to get it started off properly.
@Sajal89
@Sajal89 Жыл бұрын
Please make one for C++
@supercurioTube
@supercurioTube 4 ай бұрын
Thanks! I'll try CodeWhisperer too because I'm writing code for Zephyr OS (embedded RTOS in C) at the moment and Copilot, including its chat is trained on really old version that don't compile with today's releases, and it's kind of useless.
@supercurioTube
@supercurioTube 4 ай бұрын
Okay I tried and I got a lot of refusal to answer, saying that it's out of its domain of competence. Then trying something else, it provided code for Linux when I asked for MacOS. Not too convinced so far.
@nukarma
@nukarma Жыл бұрын
Do this when copilot x comes out
@MostafaAhmedAhmed81
@MostafaAhmedAhmed81 Жыл бұрын
What about Swift? There is not Alternative for programming for iOS.
@FinnBrownc
@FinnBrownc Жыл бұрын
this is high quality content. you are the anti-linus tech tips
@JuriBinturong
@JuriBinturong Жыл бұрын
how about Codeium
@d3vilm4ster
@d3vilm4ster Жыл бұрын
Awesome content!
@everythingiscoolio
@everythingiscoolio Жыл бұрын
This is great, but it's not the way to go anymore. You can create systems now that automatically do this and test their own code on multiple layers. For manual tasks this is probably still decent though. Though to be honest, I'd rather write out my thoughts and take gpt-4's starting point.
@dadthelad
@dadthelad Жыл бұрын
What do you mean by "You can create systems now that automatically do this and test their own code on multiple layers." Can you tell us what tools you are using and what you mean exactly?
@Haroon_abbasi
@Haroon_abbasi Жыл бұрын
3:44 if u press enter twice, its gonna generate code instead of comments
@workflowinmind
@workflowinmind Жыл бұрын
4:19 that's actually a feature and really useful, if you don't want it to complete comment just type "function" common...
@alexjenkins8026
@alexjenkins8026 Жыл бұрын
I use Python and OpenAI gives soo much shitty old code references. I'm trying Cursor now, maybe whisperer next :)
@sargon4307
@sargon4307 Жыл бұрын
The part where it sends infinite comments, its the most i hated copilot about since it was launched
@tech_hashes
@tech_hashes Жыл бұрын
Been using CodePilot and, I have experienced the same result of keeping on suggesting with comments. I gonna trye CodeWhisper 😁
@RA-xx4mz
@RA-xx4mz Жыл бұрын
Copilot Continuous comments is common from my experience. I have to be pretty explicit with my comments or begin writing some code to trigger autocomplete
@inchane4933
@inchane4933 Жыл бұрын
this is cool, thanks for doing it
@AZisk
@AZisk Жыл бұрын
Glad you liked it!
@ayushs_2k4
@ayushs_2k4 Жыл бұрын
PLease try them on C++ language
@yokowasis
@yokowasis Жыл бұрын
now that I think about it, copilot feels dumber and dumber. Most of the time I use chatgpt now, with genie extension. it's way cheaper than paying $10 a month. not that I paid it. I got it for free using my teacher id card.
@nyambe
@nyambe Жыл бұрын
Copilot gets in the way more than it helps. Specially now that we have chat gpt
@journees4300
@journees4300 Жыл бұрын
One thing for sure, these tools has greatly reduce the amount of time spent on search engines and SOF.
@mlnima
@mlnima Жыл бұрын
in jetbrain whisperer works better for me. for my pocket as well :D
@HaseebHeaven
@HaseebHeaven Жыл бұрын
Yes i also had encountered the comments bug or unnecessary text from Copilot. But Code whisper is slow and doesn’t generate full code snipet yey
@analisamelojete1966
@analisamelojete1966 Жыл бұрын
Copilot is what I’d like to call a GIGO model. They didn’t care to at least see what kind of code they were using.
@richod9635
@richod9635 Жыл бұрын
I used copilot to create a simple blackjack game. Copilot generated the proper comments for each method needed, but created no actual code.
@JaredFL
@JaredFL Жыл бұрын
All you have to do when it keeps adding to the comments to add a line break after the comment
@ranjansoumyab1963
@ranjansoumyab1963 Жыл бұрын
With this much ease of coding, the development skills itself will be vulnerable keeping a large chunk of data to get crash anytime
@dadthelad
@dadthelad Жыл бұрын
Well, you don't need AI tools to write horrid code, I've come across some absolute shockers in my time. To use any of these tools properly, you still have to know how to code. These tools usually write spectacularly well written code. They are merely going to massively increase the productivity of skilled developers. Anyone unskilled isn't going to be able to piece together reliable production grade software.
@worstofworst
@worstofworst Жыл бұрын
why have 2 windows when you can have 2 laptops?, now that's a flex xD
@chaosordeal294
@chaosordeal294 11 ай бұрын
Dog is my CodeWhisperer.
@BenPanna
@BenPanna Жыл бұрын
amazing, the content is really up to date, someone should deliver guideline how he really did it and show to easy to follow video , thanks
@BokoMoko65
@BokoMoko65 Жыл бұрын
I got this unending comments all the time with Copilot
@KjetilYtrehus
@KjetilYtrehus Жыл бұрын
Im also experiencing the comment adding now...
@nlnl8787xd
@nlnl8787xd Жыл бұрын
CodeWhisperer is slower, but I like its output more.
@benoitrousseau4137
@benoitrousseau4137 Жыл бұрын
I quickly threw away those tools as I found out they weren't particularly good at generating C++, which is the language I use daily. I'd be curious to see if CodeWhisperer generates better C++ than Copilot or ChatGPT, although at the same time I'm not too keen about supporting Amazon.
@dadthelad
@dadthelad Жыл бұрын
Maybe you should throw away C++ ;)
@santiagobotto9566
@santiagobotto9566 Жыл бұрын
Yeah, Copilot is working worse by the day for me. I'm now about to start testing CW and hope for better results
@BenMeddeb
@BenMeddeb Жыл бұрын
C is the real test. pointers , structs ...
@quadratetechsolutionspriva3669
@quadratetechsolutionspriva3669 Жыл бұрын
Copilot X seems to be in holidays 😂😂
@MattOatesUK
@MattOatesUK Жыл бұрын
Now pay for the GPT4 and see what Copilot X is going to be like, which is blow both of these out of the water.
@mr.mike678
@mr.mike678 7 ай бұрын
Copilot is adding more comments to my code all the time. It's better at writing comments than the actual code.
@trejohnson7677
@trejohnson7677 Жыл бұрын
Inb4 code assistant orchestrators 2025. “code conductor”
No more AI FOMO
12:00
Alex Ziskind
Рет қаралды 21 М.
Mac guy forced to buy Windows laptop for software dev
15:28
Alex Ziskind
Рет қаралды 87 М.
Русалка
01:00
История одного вокалиста
Рет қаралды 7 МЛН
Smart Sigma Kid #funny #sigma #comedy
00:26
CRAZY GREAPA
Рет қаралды 7 МЛН
THIS DESTROYS Apple and Google's STT
9:45
Alex Ziskind
Рет қаралды 23 М.
100+ Linux Things you Need to Know
12:23
Fireship
Рет қаралды 844 М.
CoPilot Review: My Thoughts After 6 Months
9:45
ThePrimeagen
Рет қаралды 540 М.
it begins… developers LEAVING Copilot
6:55
Alex Ziskind
Рет қаралды 81 М.
Amazon CodeWhisperer | GitHub Copilot Killer
12:52
Telusko
Рет қаралды 34 М.
Torvalds Speaks: Future of AI
9:36
Mastery Learning
Рет қаралды 45 М.
Using docker in unusual ways
12:58
Dreams of Code
Рет қаралды 419 М.
Худшие кожаные чехлы для iPhone
1:00
Rozetked
Рет қаралды 975 М.
S24 Ultra and IPhone 14 Pro Max telephoto shooting comparison #shorts
0:15
Photographer Army
Рет қаралды 9 МЛН
КРУТОЙ ТЕЛЕФОН
0:16
KINO KAIF
Рет қаралды 6 МЛН
Это - iPhone 16 и вот что надо знать...
17:20
Overtake lab
Рет қаралды 110 М.