Why I Quit Copilot | Prime Reacts

Поділитися
Вставка
  • Опубліковано 5 кві 2024
  • Recorded live on twitch, GET IN
    Reviewed Video
    • Why I'm no longer usin...
    By: Dreams of Code | / @dreamsofcode
    My Stream
    / theprimeagen
    Best Way To Support Me
    Become a backend engineer. Its my favorite site
    boot.dev/?promo=PRIMEYT
    This is also the best way to support me is to support yourself becoming a better backend engineer.
    MY MAIN YT CHANNEL: Has well edited engineering videos
    / theprimeagen
    Discord
    / discord
    Have something for me to read or react to?: / theprimeagenreact
    Kinesis Advantage 360: bit.ly/Prime-Kinesis
    Hey I am sponsored by Turso, an edge database. I think they are pretty neet. Give them a try for free and if you want you can get a decent amount off (the free tier is the best (better than planetscale or any other))
    turso.tech/deeznuts
  • Наука та технологія

КОМЕНТАРІ • 1 тис.

  • @azmanic
    @azmanic 2 місяці тому +1519

    The reason I quit copilot is my 30 day trial ran out.

    • @RenderingUser
      @RenderingUser 2 місяці тому +48

      The reason I quit copilot was because I ran out of free early access beta

    • @TungNguyen-lz4wd
      @TungNguyen-lz4wd 2 місяці тому +6

      This is the way

    • @pylotlight
      @pylotlight 2 місяці тому

      why not just use codium then. theres plenty free options.

    • @stormlord1984
      @stormlord1984 2 місяці тому +10

      Same. And the only time the suggestions were useful, is in printing statements

    • @Wulk
      @Wulk 2 місяці тому +6

      It sucks bad that is why I quit using it 🗿

  • @hsuyuting1993
    @hsuyuting1993 2 місяці тому +601

    Every Neovim user reconfigures their setup once in a while, just as soldiers sharpen their swords.

    • @herlegz6969
      @herlegz6969 2 місяці тому

      Neanderthal violent thug meat shields have been replaced with drones. Ancient methods are irrelevant in modern times.

    • @frackinfamous6126
      @frackinfamous6126 2 місяці тому +69

      No sword gets sharpened that much. 😂. Be fighting with a popsicle stick

    • @brunomello7499
      @brunomello7499 2 місяці тому +10

      ​@@frackinfamous6126HAHAHAHAHA

    • @user-hk3ej4hk7m
      @user-hk3ej4hk7m 2 місяці тому +8

      I think they haven't been using swords for a while now

    • @ionarevamp
      @ionarevamp 2 місяці тому +9

      ​@@user-hk3ej4hk7m Nowadays they would be taking apart their guns and cleaning them

  • @firemyst9064
    @firemyst9064 2 місяці тому +277

    I thought we memorized stuff because its faster when its in L1 cache compared to checking the internet.

    • @ea_naseer
      @ea_naseer 2 місяці тому +27

      but cache invalidation leads you to checking L2 cache ie the internet.

    • @ttcc5273
      @ttcc5273 2 місяці тому +13

      "You can't sculpt the code if you don't have a feel for the clay"

    • @nuvotion-live
      @nuvotion-live 2 місяці тому +3

      I never memorize anything. If I don’t know something I look it up, and if I use it frequently enough I will remember it.

    • @adrycough
      @adrycough 2 місяці тому +12

      @@nuvotion-live iow you memorized it

    • @nuvotion-live
      @nuvotion-live 2 місяці тому +1

      @@adrycough I guess, in the same way that a guitarist uses muscle memory. There’s not much active recall

  • @frackinfamous6126
    @frackinfamous6126 2 місяці тому +271

    Memorization can be scary though. Depends on your job and how technical it is. I was in munitions systems in the Air Force. We were taught to not rely on imperfect human memory and follow the documentation every time, regardless. I argue that co-pilot is bad because it gives you the fallacy that you do have everything memorized because we just glance at it and agree with copilot. It’s like saying oh that’s easy, I remember that.

    • @baxkill
      @baxkill 2 місяці тому +12

      I'd say it's not that much of an issue, but then I think about what if a badly placed loop results in a poor sap getting fried alive because a medical or a tool did 1 too many revolutions

    • @morkallearns781
      @morkallearns781 2 місяці тому +8

      Algorithmic/automation bias, one of the many risks of AI.

    • @joranmulderij
      @joranmulderij 2 місяці тому

      This is indeed a very important insight. Even if you read through copilot's suggestion and understand everything it generates there is still human error, which will be very high because of copilot.

    • @connorskudlarek8598
      @connorskudlarek8598 2 місяці тому +4

      @@SimonWoodburyForget I didn't memorize how to ride a bike. I understood how. Even 10 years later, if I hop on a bike, I will be able to ride it within seconds.
      That's what I think you're getting at. It isn't something I need to recall, it's something I intuitively just know.

    • @zebraforceone
      @zebraforceone 2 місяці тому +1

      This would be all well and good if AI didn't recall things incorrectly.

  • @retropaganda8442
    @retropaganda8442 2 місяці тому +174

    I still remember how fun it was to code without internet access. You had access to high-quality documentation locally installed on your computer. During that era, I read probably half of unix manpages and GNU info doc. It was a very, very productive and pleasant way of working.

    • @programmer1356
      @programmer1356 2 місяці тому +9

      Yes, and I still have books (yes the paper things) from over thirty years ago - LISP, bash, yacc, awk, and so on

    • @cjthedeveloper
      @cjthedeveloper 2 місяці тому +35

      You can still code like this. You are the person in control of whether or not you have internet, lol

    • @Iceman259
      @Iceman259 2 місяці тому +57

      But you’re not in control of whether popular frameworks and modules have thorough and helpful documentation, which is less common when authors can lean on SO and other discussion boards to answer users’ questions.

    • @AM-yk5yd
      @AM-yk5yd 2 місяці тому +8

      Reading info pages taught me that in bison you can name references.
      Literally all videos I saw were using `$$ = $1 + $3` instead of `$$ = $lhs + $rhs`. Literally every single one. I am not exaggerating. Every time I saw a video with $6 I wanted to scream "stahp".
      (Then almost everyone moved to using RDP so my nerves got calm)

    • @Melvin420x12
      @Melvin420x12 Місяць тому

      @@Iceman259 Every major framework has very thorough and helpful documentation and because they're open-source you can add documentation if you feel like they're not thorough enough.

  • @darianlp
    @darianlp 2 місяці тому +292

    I quit using Copilot a few months ago because it was fucking annoying. Terrible, intrusive suggestions that would override the IDE's default suggestions and prevented me from inserting basic snippets because it thought it knew what I wanted.

    • @Wulk
      @Wulk 2 місяці тому +18

      Yep the suggestions are just bad and the funniest thing is that it goes delulu when trying to fix a non defined variable making up code lol

    • @ringpolitiet
      @ringpolitiet 2 місяці тому +6

      How does it overwrite the IDE's suggestions? Which IDE?

    • @TwitchCronos100
      @TwitchCronos100 2 місяці тому +9

      Basically why I never started using in-editor AI to begin with, I know what I want to do and rarely do I not know how to implement it, and if I need help I'll check docs or last resort chatgpt. Saving a minute a day or whatever is to be honest not going to affect my overall performance at my job anyway.

    • @g33xzi11a
      @g33xzi11a 2 місяці тому

      IDEs usually don’t make suggestions LSPs do which lots of IDEs typically call by default. But they’re offering you different kinds of suggestions usually and sometimes the copilot one is more contextually appropriate.

    • @g33xzi11a
      @g33xzi11a 2 місяці тому +6

      @@ringpolitietpeople who are used to pressing tab to accept suggestions are bothered by this but they could also just do easily change their keybinds. It’s wild to complain about something that’s user error.

  • @Khari99
    @Khari99 2 місяці тому +167

    I never use copilot to write my main logic. I mainly use copilot to autocomplete boilerplate and tests. As much as I love coding, I always hate writing that part. I just like using AI to allow me to focus more on the main logic that I want to actually write.

    • @smnomad9276
      @smnomad9276 2 місяці тому +3

      But the problem is as you get used to use copilot for boilerplate and tests you start forgetting how to write them yourself if you decide not to use it.

    • @xenibyte5898
      @xenibyte5898 2 місяці тому +2

      I like how Copilot can mimic your code style as well. Once I had to do 2 script blocks that did alternate work and after doing the first I went to start the second and Copilot quickly suggested exactly what I wanted based on the difference in logic. Otherwise it can at least help fill out alot of code that I can then adjust/correct where needed. It's not perfect but it does definitely speed up my work flow.

    • @MephistoDerPudel
      @MephistoDerPudel 2 місяці тому +5

      @@smnomad9276 I exactly know how to write the boilerplate. Because Co-Pilot doesn't even know what I'm trying to do until the first line is there. It just makes the following lines so much more convenient.

    • @Khari99
      @Khari99 2 місяці тому +3

      @@smnomad9276 I’m not completely sold on this. It might take more time but i don’t think we’re all just ignoring the code that Copilot is producing. Things stick in your memory more when you write it yourself sure but you still remember what you’re reading to a degree

    • @smnomad9276
      @smnomad9276 2 місяці тому +1

      @@Khari99 I honestly stopped using it because I felt I was becoming lazy and wasn't sure if I'd be able to remember exactly how to write these boilerplates and tests myself in 3 years. I'll definitely won't forget all of it, but certainly some of it will be gone from my memory and I would need to look it up on google.

  • @noredine
    @noredine 2 місяці тому +134

    Students using co-pilot is like using an ORM while barely knowing anything about SQL, or what an ORM even does

    • @anarchodin
      @anarchodin 2 місяці тому +8

      So, it's the whole marketing pitch of the thing?

    • @Salantor
      @Salantor 2 місяці тому

      And also o great way to screw yourself hard somewhere down the line.

    • @natescode
      @natescode 2 місяці тому +2

      So Scratch for wannabes

    • @TonyKingOfTheOzone
      @TonyKingOfTheOzone 2 місяці тому +14

      So students shouldnt use a standard industry tool? while youre at it, make them also write their code on paper too.

    • @zeendrom
      @zeendrom 2 місяці тому +25

      ​@@TonyKingOfTheOzone yes, that's how you train them in preparation for whiteboarding during interviews.

  • @leakyabstraction
    @leakyabstraction 2 місяці тому +37

    Privacy/telemetry/leaking is a significant issue in a lot of industries. For example I work on a semiconductor manufacturing related project that is dealing with High-NA EUV lithography - it's forbidden to send data to any external service, including google translate. But I bet it's the same in car manufacturing, aerospace, chemistry, pharmaceuticals, etc. (Although I personally don't mind, since I like to write my own code, and usually structural/architectural design is the hard part, not typing it out.)

    • @Raccoon5
      @Raccoon5 День тому

      Companies can get the business license and opt out of the telemetry. We are medical business with very tight regulations and have no problems.

  • @arbyyyyh
    @arbyyyyh 2 місяці тому +27

    Literally, my job blocked Copilot on the firewall and I didn’t even realize for a minute so I decided it was time to save $10 a month

  • @Darki73Gaming
    @Darki73Gaming 2 місяці тому +89

    The only reason i still use Copilot is for documentation generation and method naming. Nothing better to start a doc block and get the generated text in a second instead of manually typing it in. Also, after some time it will start following your doc style, so it really shaves up to 30-40% of your time doing documentation. As for coding, i dont even ask it to suggest what it wants me to write, most of the time it is either clueless, or just gives stuff which is completely out of context of what i need (even with the method names which explain the designation of the method completely)

    • @7th_CAV_Trooper
      @7th_CAV_Trooper 2 місяці тому +2

      Yeah it's generally faster than searching on Google

    • @TheSulross
      @TheSulross 2 місяці тому

      am torn on that - yeah, it's quick to get some AI generated code snippet "solution", but because AI solutions are so-so and not infrequently very wrong, I still find myself resorting more so to Internet seraching for sleuthing out info on some programming problem dilemma vs leaning on AI to crack that nut.
      For slam dunk things that I don't want to go through the tedium of coding out the details myself, I find AI okay for getting 85 to 95 percent of the way there and then I tie a bow on it and move on.

    • @leekuncoins6347
      @leekuncoins6347 2 місяці тому

      Same ! Asking GPt be like adding more nasty bugs into productions, then having lots of sleepless nights to debug it

    • @dpgwalter
      @dpgwalter 2 місяці тому +3

      AI documentation will unfortunately always be full of filler. IMO good docs == minimal docs, mostly just to point out the basic usage (which AI is decent at, though no one can communicate an idea better to a human than another human) and some quirks / design decisions that are important to note (which AI almost always misses, as it has no idea of the thought process or design implications of any specific piece of software.)

    • @nyumat
      @nyumat 2 місяці тому

      100% Agreed. If you use a lot of JSdoc, copilot is a god send for writing your typedefs

  • @bogdyee
    @bogdyee 2 місяці тому +25

    I use it for my job, and unfortunately 9 out 10 suggestions are either wrong or completely out of context. Its mildly good at creating methods name, however its quite terrible on other aspects. I'm not sure where the 55% speed increase comes from in their ads since it didn't really increase my productivity by a noticeable margin.

    • @TheSulross
      @TheSulross 2 місяці тому +4

      AIcode generation always has to be scrutinized - so many time I've gotten output that straight up wrong but the AI very cheerfully and confidently presents it as splendid. Newbies that swallow the AI hype going to get snookered by crap code

    • @retagainez
      @retagainez 2 місяці тому +2

      Also unfortunately, if you use it any specific use-case (especially one where a common design pattern in a common language isn't present) it hallucinates on every, single, prompt.

  • @RWAKitty
    @RWAKitty 2 місяці тому +40

    "If you find yourself frustrated from -writing- code, I think you are a bad programmer"
    Gotta say, I agree with this statement. EVERY TIME I have found myself frustrated while writing code, it was because of some inadequacy in myself. Either I didn't know how to use some data structure, or I didn't know how to solve some common code problem, or I didn't understand the math to solve a problem. And EVERY TIME I have solved this frustration by learning more.
    Furthermore, I agree with his take on Copilot because Copilot "solves" these problems for people by removing that knowledge requirement from the developer. Bad programmers feel less frustrated with it because it's doing that work for them. The problem is, they have no way of knowing if it's done a good job or not. It doesn't make them better programmers, it just makes them more comfortable being bad programmers.

    • @ChrisWijtmans
      @ChrisWijtmans 2 місяці тому +7

      sorry i have to counter this. The reason i get frustrated is because the libraries that exist are ass and i find myself reinveting the wheel for a dozen libraries doing the work of 1000 developers by myself and i get frustrated of my projects because it takes a while to get to the point.

    • @jamesnewman9547
      @jamesnewman9547 2 місяці тому +6

      @@ChrisWijtmans Sorry the likely free work wasn't good enough for you. Releasing any of these rewritten libraries?

    • @ChrisWijtmans
      @ChrisWijtmans 2 місяці тому

      @@jamesnewman9547 yes in the future.

    • @ZedMuGen
      @ZedMuGen 2 місяці тому +1

      I don't think any good programmer would disagree with this statement. It's not really a hot-take.
      If you can't do the basic grammar and/or search for language equivalent than you probably don't know the basics of how programming works or computers in-general.

    • @kabinet0
      @kabinet0 2 місяці тому +4

      @@ChrisWijtmans Are you sure you like programming? Bad libraries are only frustrating if you get stuck into using them for a job or pointless legacy project (in which case disregard my point because god is it annoying, and do whatever you need to do to deal with it). But if you're working on some kind of personal project it's not "reinventing the wheel" it's just writing your own code, you mention getting to the point, which makes me wonder if you enjoy the process or if you just like the finished product. (Or worse are only in it to finish the job)

  • @autohmae
    @autohmae 2 місяці тому +18

    The first reason I don''t use copilot because I don't yet believe they are out of the woods with the copyright issues coming their way.
    When copilot copies in something which is to similar to the original and the original author isn't credited or the original license isn't compatible with your project, what then ?

    • @Raccoon5
      @Raccoon5 День тому

      It doesn't copy in. That's not how it works.

    • @autohmae
      @autohmae День тому

      @@Raccoon5 I should have worded it differently. Agree. I meant 'spits out' instead of 'copies in'.

  • @BenjaminTiessen
    @BenjaminTiessen 2 місяці тому +13

    The best part of copilot is querying docs without having to leave the IDE. copilot chat: "posgres partial index with nullable column".

  • @matiasbpg
    @matiasbpg 2 місяці тому +7

    I also had a big pause on guitar. Probably like 5 years, but what i gladly find out was that guitar is on the bike side of things. You really get up to speed faster than you think, you find a new enjoyment (specially with a new guitar, that feeling is awesome) and the most surprising side, you actually improve on some stuff because of the pause.

    • @zachmanifold
      @zachmanifold 2 місяці тому +3

      Same here, I played guitar a lot in 2012 and took basically a 10 year break and was able to catch back up to speed in about a month

  • @AScribblingTurtle
    @AScribblingTurtle 2 місяці тому +12

    I tried something similar called Codeium AI.
    The initial adrenalin rush was awesome. It was like this thing just reads my mind and typed it super fast.
    But the longer I used it, the more it felt like a crutch. After every block I had to ask myself. "Is that OK?", "Would I have written that this way", "What is that code even doing?".
    It took away the focus from what I write, to how it was written, and thus the AI started to slow me down.
    I think I prefere a good LSP + Some Documentation on a second monitor.
    It's a good tool for writing Boilerplate no doubt, but if you have written that Boilerplate 100s of times, why not just have a version of it ready for Copy and Paste, or a Code-Snippet/Template.

  • @maxz999
    @maxz999 2 місяці тому +9

    This was interesting. Especially the “copilot pause”. I think I’ll turn off automatic suggestions so I have to prompt for a suggestion specifically when I want one.

  • @benjaminhon86
    @benjaminhon86 2 місяці тому +122

    You lost me at "I decided to redo my neovim config from scratch"

    • @stoogel
      @stoogel 2 місяці тому +17

      Devs will work on anything but useful things

    • @____________________________a
      @____________________________a 2 місяці тому +2

      ⁠​⁠​⁠​⁠@@stoogelas in working at netflix?

    • @stoogel
      @stoogel 2 місяці тому

      @@____________________________a Not anymore

  • @KelvinPaul385
    @KelvinPaul385 2 місяці тому +2

    0:16 Are you using any ad blocker extensions? I experienced similar issues while using UA-cam. It seemed like UA-cam ads and the ad blocker were at war with each other, causing the hanging problem I encountered.

  • @OGU44
    @OGU44 2 місяці тому +5

    I'm kinda the same, I've been avoiding all generative AI in general. It's not that I don't recognize their usefulness, rather I think I'm afraid of not understanding the content in produces and also the copyright issues when it comes to media generation is scary.
    I love to backwards engineer code by learning a framework or a system and then building on top of that, rather than asking a robot to do it for me.

  • @Nerdimo
    @Nerdimo 2 місяці тому +7

    31:30 Copilot can parse your entire workspace on VScode. So if your whole GitHub repo is in your working directory it can parse it.
    Copilot wouldn’t need to parse your repo one single pass, but chunk by chunk. Is if it were a conversion.
    Context size is an issue, but with Claude reaching 1 million token context, Copilot in the future should get it.

    • @madhawapriyashantha3722
      @madhawapriyashantha3722 2 місяці тому

      GitHub repo ? Microsoft own GitHub. so they own your code whether u use copilot or not

  • @strangecalibur
    @strangecalibur 2 місяці тому +2

    The copilot pause wont be a problem when you don't have to wait because it's that fast.

  • @todd.mitchell
    @todd.mitchell 2 місяці тому +2

    I've learned so much since I started using Copilot. It all depends on how much you know when you start using it and how you use it when you do.

  • @Tsiram
    @Tsiram 2 місяці тому +6

    Already saw this video, but re-watching for ThePrimeTime

  • @RegisBodnar
    @RegisBodnar 2 місяці тому +9

    NGL, the only thing I didn't like about programming in my Highschool level Comp Sci course was debugging C++ in 2004! Then I hated not knowing how to do more programming without spending an arm and two legs, because it was 2004! That said, bashing my head against all available surfaces to debug C++ in 2004 is PROBABLY why I never REALLY struggled at programming ever since! Like the intro to true OOP was a stumbling point and stuff that most devs DON'T do, such as building my own DB on an ARM64 Linux device kinda hurts, but it's all trivial compared to debugging C++ in 2004!

  • @michaelross3061
    @michaelross3061 2 місяці тому +1

    I enjoyed the first weeks of programming. I had a knack for it, and learned everything pre-ai. I tend to not pause for copilot. It's just nice when I'm writing predictable code and it pops up. I just write code the same way, but it does write a couple lines here and there. I'm with you on I need to get it out as fast as possible. I don't feel like I'm losing anything to ai because I had a job that forbade ai and wrote some of the best code in my life there without gpt and copilot.

  • @commandantkeen
    @commandantkeen 2 місяці тому +2

    Very interesting. Every month I see the payment passing by on my bank account and every time I think “do I really need this?”.
    Good take on disabling and see if you really need it. 💪🏻👍🏻

  • @paul-macfarlane
    @paul-macfarlane 2 місяці тому +28

    I use copilot at work so I can be max productive but on my own personal work I don’t use it so I can focus more on learning.
    When using it at work though I don’t really use it for stuff I don’t know how to do, instead, I use it to repeat patterns that already exist in my code base or for boilerplate. For example, if I’ve already written a GET /foo endpoint myself, copilot can generate all the code I need for my GET /bar endpoint because it will follow the patterns of my codebase.
    I agree it’s terrible for students and the pause effect is real. That being said, you can ignore its suggestions, you don’t have to take them.

    • @NguyenDangVo
      @NguyenDangVo 2 місяці тому +6

      @@SimonWoodburyForgetyou don’t have to find everything you do at work “learning”. There are many days you just want to get the job done and collect the paycheck.

    • @VKjkd
      @VKjkd 2 місяці тому +1

      I think you make a great point!

  • @leakyabstraction
    @leakyabstraction 2 місяці тому +7

    28:00 So, with Copilot it's easier to generate the commonly junk coverage unit tests which confirm that the implementation details are implemented the way they are implemented? :P

    • @pharoah327
      @pharoah327 2 місяці тому +4

      Good take. You have to be careful writing tests that just confirm it working the way it is working. Tests should confirm it is working the way it is INTENDED to work, which is not something an AI would always know from looking at the code alone.

    • @-Jason-L
      @-Jason-L 2 місяці тому +1

      TDD.

    • @retagainez
      @retagainez 2 місяці тому +1

      @@-Jason-L And LLMs are terrible at TDD.

    • @-Jason-L
      @-Jason-L 2 місяці тому

      @retagainez not my experience at all. Not remotely. The problem isn't the tool :)

  • @AlecMaly
    @AlecMaly 2 місяці тому +4

    Doesn't need your whole codebase for privacy to be an issue. Does it know not to ingest your .env?

  • @ScorpionCA
    @ScorpionCA 2 місяці тому +4

    That TikTok/Instagram learned helplessness thing is so real, I see so much shit not just with copilot, but with a bunch of high school students complaining about teachers punishing the use of AI, like they don’t comprehend that they’re at school to learn, not sit on your phone for 6 hours, I remember once I was talking in a comment about how using AI to do your work is stupid and a waste of your own time, but I could rationalize it, but doing the same thing in college, was completely stupid and inherently irrational. Because you pay to go to college and are learning things you will need to use in your career, acting like a high schooler and trying to avoid learning at all costs is completely stupid. Seems like a valid take, maybe a bit extreme on the anti-AI side but I was getting flamed by a bunch of high schoolers in the comments who were acting like school is this horrible struggle where they’re being mentally tormented all day or that school is this horrible abusive system that preys on their free time to teach them useless things. The problem with those platforms is they’re mostly teenagers, and young people (regardless of generation) are the most likely to fall into a reliance on technology and tools, and while I don’t think it necessarily makes them lazier, it does take away the necessity for them to learn and use skills, thus they become hyper reliant on it, and once they don’t have it, they become useless. Imagine having someone learn on a Tesla, always having autopilot and loads of sensors, backup cameras, GPS, everything, and taking them, and throwing them in a 1997 Ford Taurus, with none of that. 9 times out of 10 they fall apart and don’t know how to do anything. It’s the same with modern AI and tools being used by developers and students. That’s why it’s such a dumb idea for schools to allow AI, because it would ruin the ability for a generation of kids to do anything on their own.

    • @natperXD
      @natperXD 2 місяці тому

      Honestly I agree. The thing that made me realize this was the fact that one of my major projects for school was pretty reliant on AI since that was what most of my group mates and I did. What really told me to not rely on AI as much was the fact that it couldn't do the code I wanted it to do (or I was just too dumb to implement it) making me realize that I need to understand the concepts more and learn how to research said concepts past a simple copy paste. Which is what I do now, use AI as a jumping point to see what it says and then research the concept sometimes or skip the AI part if I know what to look for.
      But I still use AI for my ge classes since I think that it isn't as important compared to my major classes especially if I am struggling at some of the concepts.
      As for High School, while a horrible system, students also can't manage time better. Because on one side, students (from my experience) had 6 different classes daily with homework due at different times of the week with varies length. For example, I had to do 20 math problems due at the end of the week, outline a research paper, research and many more. On top of doing outside activities like clubs or volunteering just to get better acceptance for college (and this could become so much more depending on how active you want to be). So I understand using AI as much as possible. In fact, the work load (or bad time management) was so bad that students were bragging about their lack of sleep.
      On the other hand, students not realizing the importance of school is or learn anything will make them not able to do something when they hit a problem that even AI can't solve. Or worse, they do a sloppy job just cause AI says that's the answer.

  • @NateUE
    @NateUE 2 місяці тому +4

    Until his later years, Einstein had that look of grey hair while is mustache was still darker.

  • @lollertoaster
    @lollertoaster 2 місяці тому +27

    Prime saying exactly what I'm thinking, who thought it's a good idea to give it to students?

    • @Luclecool123
      @Luclecool123 2 місяці тому +23

      Capitalism

    • @awtodor
      @awtodor 2 місяці тому +5

      Worst is a lot of students seek it out because it's seen as a magic genie when you have difficulties instead of doing research

    • @TheSulross
      @TheSulross 2 місяці тому +4

      Those that have invested tons into an AI product and need to recoup - any marketing message will do given that all Western societies have pretty much kicked morality and ethics to the curb

    • @bionic_batman
      @bionic_batman 2 місяці тому

      Microsoft. One day all those students will turn into easy money for them
      It is like making someone into a drug addict by offering them first dose for free

    • @TwitchCronos100
      @TwitchCronos100 2 місяці тому +1

      It's a great idea from a business standpoint, because they will be reliant on the product for the rest of their careers, and it will cost them money once they graduate.

  • @_demosthenes
    @_demosthenes 2 місяці тому

    I've had my copilot enable/disable to "ce" and "cd" maps for quite a while now, and ironically, I hardly ever use copilot since it's not on by default. I just don't find myself actually needing it all too much.

  • @-Rook-
    @-Rook- 10 днів тому +1

    Being free for educational use is a genius move if your plan is to produce a generation of developers who are dependant on your product.

  • @nevokrien95
    @nevokrien95 2 місяці тому +7

    The most frustrating stuff are
    c memory bugs.
    Race conditions
    python enviorment issues.

  • @JoelJosephReji
    @JoelJosephReji 2 місяці тому +6

    "I wish there is a privacy-concerned version of Microsoft."
    Sir, this is Microsoft.

  • @scycer
    @scycer 2 місяці тому +1

    I find it wonderful to skeleton out code or asking chatgpt to write a new code file based on another one I give it. Anything it does that I don't understand however I always look up and check, then I also refactor the code a bit.
    Though I enjoy coding, I really enjoy creating things and sometimes for the same reason I use a SaaS product to avoid managing a db manually, I use copilot to avoid manually creating and remembering specific quirks of the code.
    If your new though, i can see it's a big trap to just let it suggest and run with it, it's like the stack overflow coding flow of copy pasting something to just "hack it". At least I can get copilot to also explain code unlike a half baked stack overflow response.

  • @OGNord
    @OGNord 2 місяці тому

    The part about learning how to type well is so true, I started out coding and after just two weeks in my course my hands were wrecked. I got a ortholinear split keyboard and also decided to swap layout to Dvorak, it was so annoying the first week but now I’m starting to fly in typing and errors is down. My pain is gone and I can fully focus on just learning to code. Also love/hate C but understanding memory is crucial, also decided to read books on how it all works down to the resistor. I really love this field.

  • @leakyabstraction
    @leakyabstraction 2 місяці тому +55

    Microsoft would be thrilled to make all of us completely addicted to their paid service, and to habituate the new generation of software developers as early as possible to think that using Copilot is as normal as breathing air. The consequences? It's not their problem, at least not for a good while.

    • @ChrisWijtmans
      @ChrisWijtmans 2 місяці тому +5

      i think they love scanning your code more.

    • @CaptTerrific
      @CaptTerrific 2 місяці тому +4

      ​@@ChrisWijtmans porque no los dos?

    • @ChrisWijtmans
      @ChrisWijtmans 2 місяці тому +1

      @@CaptTerrific english?

    • @CaptTerrific
      @CaptTerrific 2 місяці тому +3

      @@ChrisWijtmans it means "why not both"... it's from a meme TV commercial for taco shells

    • @ChrisWijtmans
      @ChrisWijtmans 2 місяці тому

      @@CaptTerrific I am not american.

  • @4by5
    @4by5 2 місяці тому +10

    English is not my first language, altough I'm fluent and understand everything, sometimes when I'm concentrated, I cant remember the simpliest words. So I use copilot to help me name variables and functions.

    • @az8560
      @az8560 2 місяці тому +1

      Then you use it to explain the names later, right? If you don't know the word while naming , you still don't know it while reading. And good luck trying to manage the code where everything is named after some sort of "tapestry".

    • @naxaes7889
      @naxaes7889 2 місяці тому +7

      @@az8560 This is not true. When writing/speaking in a second language, you usually forget words even though you actually know the word. When reading/hearing the word, there is no confusion of what it actually means.

    • @4by5
      @4by5 2 місяці тому +7

      ​@@az8560 na, it's not like I don't know the word for something, it's in this exact moment I don't have it in my mind. So I ask quickly copilot: "give me a name for this function / variable". Once I read it, I know it.
      Or sometimes copilot suggest shorter synonyms, better descriptive names.
      It's just if you work in an environment where we speak 2+ languages on a daylie basis, you get confused sometimes.

  • @softwaredeveloper121
    @softwaredeveloper121 2 місяці тому +2

    I really agree just in one point - waiting when copilot autocomplit my sentence, it's not good, but usefulness in boilerplates, I can't deny

    • @softwaredeveloper121
      @softwaredeveloper121 2 місяці тому

      Oh sorry, I forgot, I'm not so good in solving problems on my job, because I hate many of code base historically involved, but I should write code for this structure and voila copilot can do it instead of myself

  • @KevinNewman-qn7gc
    @KevinNewman-qn7gc 2 місяці тому

    "learned helplessness" - I love that phrase, and will now use it for everything

  • @Wulk
    @Wulk 2 місяці тому +4

    It sucks bad more of the time confuses me about my own code when attempting to fix an error and the fact that it can't process some amounts of code made it kinda wack

  • @BlueTocho
    @BlueTocho 2 місяці тому +13

    The main issue why people quit Copilot is that they were using it as their main pilot to write code. If you use Copilot as a copilot or assistent for writing code, you can still learn new stuff, be creative and solve your problems on your own style.

    • @aldproductions2301
      @aldproductions2301 Місяць тому +2

      Yeah maybe... but there's a reason they put guards on power tools. You have to design your work environment not just for when you're on your best behavior in ideal conditions, but when you're bein a little sloppy.

  • @clamhammer2463
    @clamhammer2463 19 днів тому +1

    I was the lead on a project that was HEAVY on node events. I struggled WAY too much to debug events-based bugs and memory leaks until I read the docs on the library and it was like I leveled up like 10 levels by simply reading the docs. I feel like people avoid reading the docs just because they are only using a few methods of a library. This is a mistake.

  • @JETurp
    @JETurp 2 місяці тому +2

    I have to sheepishly admit that Copilot is very helpful as an EM that maybe submits 2-3 PRs per month. Because I haven’t been an engineer in about 8 years, I find that I still have the ability to formulate the business logic I want to implement but not necessarily a grasp of the exact syntax for how to express it (especially managing a team with a different tech stack than when I coded regularly 40+ hours per week). Copilot is good at short circuiting that frustration and usually at least givens me a decent landing spot for where to explore the docs to write a refactor of Copilot’s code or my own novel replacement of Copilot’s suggestion.

  • @aonodensetsu
    @aonodensetsu 2 місяці тому +4

    i actually do realize the copilot pause, i'm doing it on purpose
    i don't have the problem of pausing to wait for a suggestion, i only pause when i know the suggestion will be good

  • @xdega
    @xdega 2 місяці тому +3

    IMO, a good software engineer uses all the tools available to them. This includes Co-pilot, Chat CPT, Docs, Web search, IDE features, etc... but they key thing is moderation. Use the right tool for the task at hand.
    Crazy concept, but you don't actually need to agree to copilot suggestions (or even await the autocomplete). So there's no need to completely disable it as some sort of weird "detox"... just choose not to accept it's suggestions? There are settings you can adjust. You can also use it to "preview' what you have in the clipboard (it seems to bias towards text you have copied), or to find a piece of code in your open editors (context), which can be a game changer for refactors, along with IDE tools like VSCode's "rename symbol" option.
    tl; dr. Just use tools properly.

    • @aldproductions2301
      @aldproductions2301 Місяць тому

      I'd disagree here. A good developer curates their tools - choosing the ones that work well for the task at hand, avoiding ones that are likely to cause problems, and using in moderation the ones that are "not great". This may mean turning down a tool that looks promising, but is likely to cause trouble later, in favor of something they believe will be more reliable and manageable in the future.
      I'm not going to use DBSet.ExecuteQuery() unless I'm truly pressed (which would mean I'm likely using EntityFramework for a task I shouldn't be) because that's going to send me down a path to unmaintainable code, problems debugging, and other nasty surprises further down the line.
      Sure, it's a tool available to me... but is it truly one I'd want to use?

  • @entropy9735
    @entropy9735 2 місяці тому +2

    as a hobbyist, AI writes way more of my code now between copilot and GPT-4 than I do, albeit 99% of the time I want/need one off scripts. I'm not really to interested into the coding aspect as much as I am with the program's practically or output. That being said, using for coding has nearly stunted my learning in programming, just because if you use the latest LLMs (mainly GPT 4 or Claude Opus) it could do it way faster than I could. I still have that underlying good fundamental base to tell where it's producing something bad however. Giving it to students seems like a terrible idea, though 10$ isn't really that much even for a student. iirc copilot is relatively small, like 13b parameters, so I they are most likely making money off copilot and is not underpriced, pretty sure 99% of that delay you get with copilot is due to networking since the model is so small, the inference must be so fast.

  • @darlokt51
    @darlokt51 2 місяці тому +2

    I basically use Copilot to help me with documentation. I come from programming the one and only C for many years, but in my new position, I have to work in multiple languages with more frameworks than I can count and I don't have the time to read and learn every framework on npm or pip. I look at the output of Copilot to get a rough understanding of the structure etc and then write my code based on this information. This is 1000x better than reading the (sometimes) non-existent documentation for some project, just to tell the colleague that how he solves the problem is shit, because they used something from npm or pip without understanding the abstractions used in their code. If you can program and have a somewhat understanding of processors, Copilot is like a rosetta stone, because in the end everything at somepoint becomes ASM.

  • @Mirgeee
    @Mirgeee 2 місяці тому +6

    Also not using Copilot. Don't want to become dependent on it. Yeah, perhaps my productivity takes a hit, but I think it's worth the tradeoff.

    • @TheSulross
      @TheSulross 2 місяці тому +3

      indeed, over use will lead to yet more incompetence - there's already a vast over abundance of that in Western societies right now

  • @avarise5607
    @avarise5607 2 місяці тому +7

    Copilot for me is analogous to digital music workstations (Flstudio,ableton) for a musician that plays an instrument whole life. Basically it allows you to have codewriting/musicplaying power of a team/band, you even have random noise generators, but in the end you have to do the thinking and arrange the song/program. But using copilot/dwm makes you rusty in what was once normal for you, playing instrument, or writing code directly.

    • @kaijuultimax9407
      @kaijuultimax9407 2 місяці тому +5

      ??? Every DAW I've ever used supports live instrument recording and the vast majority of synths will work with using an instrument as an interface. If you're losing your ability to play an instrument because of your DAW usage, I'd be worried.

    • @ringpolitiet
      @ringpolitiet 2 місяці тому +2

      I agree with your analogy, but my conclusion becomes the opposite (both for coding and music). Copilot to me is a force multiplier for anyone who knows what they want to build and how to build it, and just want to code it faster. Of course Copilot won't plan your program or write your music, but noone in their right mind expects that of AI anyway. Having lots of instruments at your fingertips is better than having to own them and get them out of a box in the attic and remembering how to play them, or having to call a musician to take it on a bus to your music studio at their earliest convenience in a few weeks. To me that is obviously worse. Having a (sometimes overeager) code completion assistant does not hinder me in the slightest. Just don't complete if it doesn't get what you're trying to do. And when it completes well, it's great.

  • @thegrumpydeveloper
    @thegrumpydeveloper 2 місяці тому +1

    Need it for fast types. Ollama and one of the vscode plugins does a good look alike for m1 or GPUs if you have some power supply.

  • @cato_ix
    @cato_ix 7 днів тому +1

    this video made me feel so much better about avoiding copilot from the start

  • @simplifiedmachinelearning
    @simplifiedmachinelearning 2 місяці тому +7

    Industry doesn’t care about how fun or fulfilling the developer felt writing code.
    They just want to get things done quick and cheap.
    All this ‘copilot sucks’ rant is the coping mechanism for I know all types senior devs
    The code generation is at its infancy stage right now. It won’t be long before it gets efficient

  • @bearwolffish
    @bearwolffish 2 місяці тому +5

    Have never used co pilot, or chat gpt directly. Will be like that dude with the plasticine models and the stop motion animation in a world of cgi, holla me if you like Wallace and Gromit.

    • @TonyKingOfTheOzone
      @TonyKingOfTheOzone 2 місяці тому

      And just like when cgi came out, The current order will complain. Only for it to be the industry standard. I get maybe the first 2 coding classes being self typed with python, but restricting from students is like just like already said. A caveman in a futuristic world, looking to get ran over.

  • @calmhorizons
    @calmhorizons 2 місяці тому +1

    Using copilot with auto-complete off, and just referring to it when you want it to write out a bunch of boiler plate (using the shortcuts to quickly feed it a highlighted bit of code), or offer some suggestions on how to tackle a problem when you are considering how to proceed (basically, standing in for Stack Overflow / Doc Snippets), is the best way to get good value from it without it becoming a crutch.
    Still find myself having to refer to the docs regularly though as it often suggests non-optimal approaches.
    Should add, I am coding in C# in Visual Studio, which I think is a superior experience to the VS Code / JS code I've seen - probably due to the typing of C# and it being a Microsoft tool, so presumably they have fed it a lot of proprietary C# they own.

  • @mario7501
    @mario7501 7 годин тому

    To me, debugging race conditions or deadlocks or other concurrency related issues in complex programs is one of the most exciting parts. Keeps me up at night for a while, but once you solve it, it's incredibly rewarding.

  • @bdafeesh
    @bdafeesh 2 місяці тому +5

    I'll go against the crowd and support copilot. I love it for the sole fact that it already knows about most the libraries I end up using. I can see what it produces and learn how to use the library from that. I never straight up trust whatever it makes, alwasy reviewing everything it generates. But man, there are so many times I love tab`ing a bunch of boilerplate away, or writing and entire unit test with just a sentence. The only real problem with using copilot is when you start relying on it. As soon as you "need" it to write everyday code, you gotta take a break from it.

  • @tinrab
    @tinrab 2 місяці тому +3

    I don't think the only people Copilot improved the coding experience of are the people who can't code. I've been programming for a long time and really like Copilot, especially for auto-completion of repetitive and simple chunks of code.

    • @g33xzi11a
      @g33xzi11a 2 місяці тому

      Dude is a Netflix engineer. He doesn’t know what it’s like to draft DTOs for days for documents or game entities or whatever.

    • @theforsakeen-9014
      @theforsakeen-9014 2 місяці тому

      @@g33xzi11a (ex-netflix)

  • @enriquebruzual1702
    @enriquebruzual1702 2 місяці тому +1

    I see your point. Although I have had Copilot for more than a year, I have only started to really use it in the past six months. I found it particularly helpful in rewriting code. Say I write one-off code to see if it works, then I ask Copilo to write generalized code; it does it fast. It takes away research time, especially if you are working on a job with a budget and timeline. After watching this video, you make a good point, I will disable it between projects, and as I work on learning new tech, I'll force myself to answer my questions.

  • @yakovvarnaev
    @yakovvarnaev 2 місяці тому

    I've noticed the wait-for-copilot thing as well. Then I started to use it only when I know that I'll need to write a lot of boilerplate code, otherwise I just write code myself.

  • @realEchoz
    @realEchoz 2 місяці тому +3

    he's a neovim user so there's a big chance he's also writing emails, personal notes, etc. in it too. if you leave copilot on by default privacy is a bigger concern there. i also don't really care about "privacy" with my code as im likely to make it public if it's personal, and if it's for work it's ending up on github anyway

    • @realEchoz
      @realEchoz 2 місяці тому

      @@SimonWoodburyForget for sure, but it's kinda moot specifically in those instances where you're writing public code or code that goes on github

    • @realEchoz
      @realEchoz 2 місяці тому

      @@SimonWoodburyForget why would my employer buy the code they are buying from me from microsoft? or buy publicly available open source code from microsoft? the answer is obviously yes since i am willingly pushing it to github (microsoft).

  • @aidanbrumsickle
    @aidanbrumsickle 2 місяці тому +1

    I don't mind writing code in general, but what I often get apprehensive about is writing a lot of complex test cases where it's like, ok now if the customer already has the item in their cart and they are a rewards member and they have a coupon but it's not their birthday... Ok now all of that but it's their birthday, ok now all of that, but the coupon can apply to two things in their cart... And you have to set up test data for the cart, the products, the cart entries, the user, the loyalty membership, the coupon code, the coupon satisfaction criteria...
    You have to do all those things, and all the acceptance criteria says is, "as a customer, when I check out, any coupons should apply based on the products in my basket" but you talked to the product owner, and they mentioned the thing about loyalty programs in passing, and you remember that the birthday case was brought up during refinement, but the scrum master forgot to add it to the story.

    • @aldproductions2301
      @aldproductions2301 Місяць тому

      I understand the apprehension, but man is future-developer gonna be glad you added all those test cases.
      "Wait a test failed... what is this about birthdays?"

  • @cosmochaosmaker
    @cosmochaosmaker 2 місяці тому

    The start was priceless (fullscreen). "Computers are some times drunk." 😂

  • @kaijuultimax9407
    @kaijuultimax9407 2 місяці тому +5

    Whoever commented "$10 a month ain't a loss" should know that keeping AI like copilot running requires almost $10 million a day and thousands of metric tons of water for cooling PER DAY and that's just for server upkeep. Copilot being $10 a month is ABSOLUTELY a loss leader.

    • @Smirnoff67
      @Smirnoff67 2 місяці тому +3

      Datacenter use closed loop watercooling, it's not consuming water per say. Why do you make your sentence to sound like it's wasting water ?

    • @ea_naseer
      @ea_naseer 2 місяці тому +1

      ​@@Smirnoff67they read that online free them.

    • @OREYG
      @OREYG 2 місяці тому

      ​​@@Smirnoff67 datacenters also use evaporative cooling, and there is a substantial water loss

  • @EpicHarvest1
    @EpicHarvest1 2 місяці тому +5

    I don't know how people can watch this guy. Every video of his I've clicked on has been full of terrible takes, reeking of know-it-all elitism. One of the most damaging things a newer engineer can do isn't using Copilot, it's watching these videos.

    • @nickjunes
      @nickjunes 5 днів тому

      Exactly. He’s like every nightmare coder archetype rolled into one. He’s literally the person I tell every programmer not to be. He’s a gatekeeper who thinks the ultimate goal is to write more code. The ultimate goal is to make cool things. The act of coding is not some ideal state. If you think like him you’re going to write mountains of abstractions and verbose nonsense that keeps developers on a treadmill. I’ve been programming for 25 years. Does he think we all want to sit at desks until our bodies die? Is that the goal? Of course that is not the goal. The goal would be to one day not need programmers at all. It’s not some zen activity like gardening. The problems are not difficult only tedious and shallow. The architecture can be interesting but writing all the wiring in 12 different languages across 12 different environments for one application is not fulfilling unless you’re a masochist. Further more it’s not productive if one day the computer can do it for us. This guys is the cancer programmer who codes to code. It’s a cancer because that line will never end.

  • @Archikuus
    @Archikuus 2 місяці тому

    The main thing I use it for is the boilerplate, and if you set it up smart then you can really be efficient in that regard. Things like rather than being the first thing in the tab list to use I would have a different key. I guess I wish I could specify how copilot works and what kind of code it brafs out.

  • @mosukiton
    @mosukiton 2 місяці тому +1

    Lol i watched the source video earlier today and now im watching the reaction. This is a first for me

  • @herlegz6969
    @herlegz6969 2 місяці тому +4

    Is this the signs of sunsetting purists? Knowing how to synchronize carburator is no longer relevant. Certain skills just become irrelevant. Coding is clearly headed that way. The market manipulators don't care about purist "coding" skill, just throughput and profit. Quality is dead AF. Have you seen the AI garbage fools are flocking to, regardless of the pathetic quality. Generated art and text is mediocre at best.

    • @ThePrimeTimeagen
      @ThePrimeTimeagen  2 місяці тому

      Good luck. You better hope you are right on the 6 month horizon and not the 10 year horizon

    • @herlegz6969
      @herlegz6969 2 місяці тому +1

      Timeline is just a matter of who and how many are affected. It's happening regardless.

    • @ThePrimeTimeagen
      @ThePrimeTimeagen  2 місяці тому

      You _may_ be right. But you _may_ be a generation off
      These are very import considerations

    • @Kwazzaaap
      @Kwazzaaap 2 місяці тому

      Yall just keep saying that based on extrapolation on current (short sampled) trajectory without actually arguing how AI will ever be able to make reliable enough decisions while accounting for its inherent fuzziness. Even if you turned out to be right you are still wrong in this moment.

    • @ObtecularPk
      @ObtecularPk 2 місяці тому

      ​​@@ThePrimeTimeagen it's not a maybe, it's going there. No one needs to understand how to read a hand clock, and most don't. Pureist will swear they have a life purpose in being able to understand how to read a hand clock, heck, even those wooden clocks with the birds that comes out every hour. Do you know how to read those? Let alone set it up?
      Cope is a helluva drug.

  • @Luclecool123
    @Luclecool123 2 місяці тому +1

    Hey prime it can also be an issue even when writing open source as some people could later get an answer from copilot that used your code snippet but using for a closed source project and not respecting your original licensing.
    It already happened as I saw some guy tweet about it a few months ago.

  • @AndrewMorris-wz1vq
    @AndrewMorris-wz1vq 2 місяці тому

    What about writing private data, where even if you SOPs it afterwords or before committing it? I know I've been in that circumstance so I could see it being accidentally embeded into copilot for others to try and extract.

  • @Jamonpeligroso
    @Jamonpeligroso 2 місяці тому +1

    YES. Your take on why the "self-reported satisfaction" numbers are inflated or a poor measure of copilot's benefits is what I've been trying to express for so long.

  • @alexaustin6961
    @alexaustin6961 6 днів тому

    I built an entire middleware component system in Go last summer for my internship without using an LSP and it actually helped me learn the language on my own super well. Still know things about Go like the back of my hand despite only using it occasionally since then

  • @apollolux
    @apollolux 2 місяці тому +1

    I've never used Copilot, but I do like when my IDE has some amount of user-controlled autocomplete, either because of a full LSP implementation or because of basic string tokenization like how most Scintilla-based or other similar syntax highlighting text editors do. Works wonders for annoying boilerplate stuff like function parameters, but I definitely don't like intrusive stuff that assumes what I want and acts like it knows how to code what I want to do better than I do.

  • @tighematt
    @tighematt Місяць тому

    “You know what’s not frustrating… writing a for loop”. Amen

  • @suede__
    @suede__ 2 місяці тому

    Is this just my version of copilot because the one I have (provided by my work) does not recognize functions I just wrote and cannot give me a prompt with it with even the correct number of arguments?

  • @viraptorify
    @viraptorify 2 місяці тому

    Autocomplete of .length may be useful though. Probably not for the majority, but I'm dealing with 6 or so different languages all the time and really appreciate that copilot uses the right version of len/length/size/count/Length/whatever in a given context.

  • @jacobbeaumont8716
    @jacobbeaumont8716 2 місяці тому +1

    Prime's advice is great long term, and I think that's really where the conflict is - if you follow Prime's advice then in 10 years you'll be a fantastic programmer, but there's a lot of developers that find themselves in a situation where they need to get something done right now. Product managers don't really like to hear "Yeah so we missed the deadline for this feature because I turned off my LSP and exposed my major skill issues, it will be worth it in a few years though"
    I think there's some kind of compromise like using copilot for work tasks, and not using copilot for personal projects that might work, depending of course on how many personal projects you do.

  • @MikkoRantalainen
    @MikkoRantalainen 2 місяці тому +1

    31:00 As far as I know it, VS Code sends *currently open* files as context for the copilot. I consider it a nice way to guide Copilot because I can open related files and Copilot will only suggest related lines of code.

  • @EwokPanda
    @EwokPanda 2 місяці тому +2

    What I want to know is: How many people **at** Microsoft use Copilot voluntarily? Especially Interns.

  • @HilaryCheng
    @HilaryCheng 2 місяці тому +1

    I just start to use Copilot, Copilot is quite useful for experience developer. Since it can save some times when it suggest the code that I wanna to write , especially for HTML / UI. For the Junior Developer , it may be a trouble for them, they are already not familiar with the coding and they trust what copilot suggested. It may make more trouble for them.

  • @unixtreme
    @unixtreme 2 місяці тому

    I use copilot lightly as of recently, I work mostly in python and we typehint pretty much anything, most of the suggestions are not great but when you need to do a bunch of repetitive stuff it can be nice.
    Like when you are writing tests if you specify a case it will often extrapolate the right completion and save you some typing. Or when you are documenting since it's essentially a language model on a trenchcoat it's pretty good at autocompleting English language.

  • @edelweis303
    @edelweis303 Місяць тому

    I had experience that copilot pause too at some point. the way I intend to prevent that pause while still using copilot is to type it out the code that I wanted to type even if copilot already suggested the recommended code instead of let copilot auto complete. A lot of the time I ignored the suggestion as well even if the code I type is the same as the suggestion.

  • @SeppyLive
    @SeppyLive 2 місяці тому

    I use copilot but I’ve always regularly cycled it on and off, either entirely or for specific file types. Especially when learning something new, I’ll turn it off for a few days, then turn it back on to see suggestions vs what I learned

  • @theCuriousMindsCollective
    @theCuriousMindsCollective 28 днів тому

    I love this term: "Copilot pause". Nowadays, I'm thinking about as a Dev|Sec|(little)Ops I have to rely on too many techs. And I've noticed this pause not just in my coding but even in my speech. This is terrifying.

  • @barongerhardt
    @barongerhardt 2 місяці тому

    I haven't used copilot, but that beginning is very much my take on IDEs. I started with one and felt like I couldn't work without, but shortly after being forced into using vi for a month I was so much faster and was learning faster. Now someone with 5+ years experience but needs an IDE is a strong sign of a subpar dev. On the occasion I'm forced to use one, it is nothing but headaches.

  • @MikkoRantalainen
    @MikkoRantalainen 2 місяці тому

    I'm aware of Copilot pause, too. I'm trying to game myself the other way around: I try to write code fast enough to never see a Copilot suggestion but if I stall for long enough, let the Copilot suggest something to get out of the stall. My computer has wired FTTH internet connection so the pause needed isn't that long but I still try to write new code fast enough to never see Copilot suggestions.

  • @Lazlo-os1pu
    @Lazlo-os1pu 2 місяці тому

    I think that if you wish to use copilot, the most important habit to have is if the AI suggests some code that you either don’t understand why it works or wouldn’t have done yourself, that you take the time to research that bit of code and what it does etc. the worst thing to do is allow yourself to use code that you don’t understand.

  • @carljosephyounger
    @carljosephyounger 2 місяці тому +1

    Nice! I can just put "started programming around 15BC" in my bio, and it'll never need updating.

  • @_garicas
    @_garicas 2 місяці тому

    I always understand what I'm doing, only recently I've been using copilot, and for me copilot is just a tool to write boilerplate code which saves me time, and anyway I always check the code and can tell if it's wrong or if it is the way I wanted it to be written. I don't think it's a bad thing to use it and keep checking on what's being written, but I agree at some degree that new people learning programming can be affected by this.

  • @wake-digital
    @wake-digital Місяць тому

    I tried copilot a few months back during my second month of working as a programmer. I was actually astonished by it's capabilities, because at the time, I set up some types and variables which I needed to "reverse engineer" a json tree structure of product categories out of a list of all products which obtained their path through the categories.
    To my astonishment, at the moment I began to write that code, copilot no joke wrote like 20-30 lines of code and it did exactly what I needed it to do. It's even cooler because at the time, I had no idea how I would accomplish that and copilot was like "no worries lil bro I got you" :d

  • @L1vv4n
    @L1vv4n Місяць тому +1

    I have a lot of hobbies (for most of which i lack energy atm, but that's besides the point) and I'm very unlikely to code as a side project if my work will be coding.
    However, it never even occurred to me that dealing with syntax is a hassle that should be removed by instruments, rather than reduced by language design.
    Yes, if you do it only sporadically it might be hard to remember, but even couple evenings a week with lua and in 4-6 weeks I stop thinking about syntax because I memorized by using it. I even found time to look around for possible lua specific code optimizations and staff, even though it didn't make much difference for my task.

  • @JorgeCorradi
    @JorgeCorradi 2 місяці тому

    I don't know if it's the same with copilot since I don't use it and I never have, but as a java developer I tried intellij AI for some time and ended up disabling it... I feel like it gets in the way in the sense that it suggests code that will take more of my attention to check if it makes sense and at the same time I feel that if a bug gets introduced by it it'll take me a lot longer to figure it out...

  • @samuelamare3080
    @samuelamare3080 2 місяці тому

    Hey Prime team say I want to learn Golang by building a chat app or a video calling app, where can I find resources to learn?

  • @aldproductions2301
    @aldproductions2301 Місяць тому

    Honestly, I think that engaging in open source and wanting privacy go hand in hand.
    When you share something that's open source, yes, you share it with the world, but you're deciding what and how much to share.
    When you use something that's open source, you're also controlling how much to share, and doing so with more confidence.

  • @Exilum
    @Exilum 2 місяці тому +1

    I think Copilot meshes with me better simply because I already had a pause in the first place. I never stop when I have code in mind, but often, I have an idea in mind I have yet to convert to code, so I pause when thinking about how I'm going to do the implementation.
    While programming language and actual languages are different, I think the best explanation would use that analogy. I'm bilingual, and when I think, I'm not necessarily thinking in one language. I'm just *thinking*. Similarly, when I'm programming, I'm not thinking in any programming language, I just have a structure and logic in my head that I have yet to translate.
    But I've noticed an added pause with some things still (for loops was the most noticeable), it's just that it stood out less to me because I already had some, and I guess my style of programming just meshed better with it.
    I might be a special case, though, because while I don't have professional experience, I've been programming for 14 years, so I'm a weird kind of junior who learned both by themselves and from experienced devs, and now a tad from uni, though it's really basic.

  • @Ziggurat1
    @Ziggurat1 2 місяці тому

    Is it okay for a big corp to see everything in your buffer?