• shadowfax13@lemmy.ml
      link
      fedilink
      English
      arrow-up
      0
      ·
      6 hours ago

      sure. my primary use had been writing code and had been using GitHub copilot for about few months, i noticed i was struggling to write “creative ” or non-trivial code. non-trivial part made sense as obviously having written all the smaller or easier pieces would give better understanding for solving the non-trivial part. the “creative” part was a bit more concerning to me. explaining “creative” code in general terms is a bit hard but if you are dev too then think of something like quick sort vs merge sort. both are equally efficient but quick sort is something that feels not obvious. with copilot infact i was likely to come up with insertion sort. another added benefit i had felt after stopped using llm was work seems more fulfilling despite having to doing things like writing tests and documentation on my own.

      that’s the general observation but you can ask anything specific on this as well that i missed out on.