Code analysis firm sees no major benefits from AI dev tool when measuring key programming metrics, though others report incremental gains from coding copilots with emphasis on code review.

The writer has a clear bias and a lack of a technical background (writing for Techies.com doesn’t count) .

You don’t have to look hard to find devs saving time and learning something with AI coding assistants. There are plenty of them in this thread. This is just an opinion piece by someone who read a single study.

@kureta@lemmy.ml
link
fedilink
English
512d

if you are already competent and you are aware that it doesn’t necessarily give you correct information, the it is really helpful. I know enough to sense when it is making shit up. Also it is, for some scenarios, faster and easier then looking at a documentation. I like it personally. But it will not replace competent developers anytime soon.

@jas0n@lemmy.world
link
fedilink
English
012d

This opinion is a breath of fresh air compared to the rest of tech journalism screaming “AI software engineer” after each new model release.

I’m a penetration tester and it increases my productivity a lot

@Tattorack@lemmy.world
link
fedilink
English
812d

Penetration tester, huh? Sounds like a fun and reproductive job.

But it can be very HARD sometimes

as a dental assistant I can also confirm that AI has increased my productivity, checks notes, by a lot.

Yi K
link
fedilink
English
612d

I mainly use AI for learning new things. It’s amazing at trivial tasks.

@Gonzako@lemmy.world
link
fedilink
English
512d

so it’s a vector of attack?

@ShunkW@lemmy.world
link
fedilink
English
913d

And yet, higher ups continue to lay off more devs because AI “is the future”.

In my experience, most of the tech layoffs have been non-devs. PMs and Designers have been the hardest hit and often their roles are being eliminated.

@ShunkW@lemmy.world
link
fedilink
English
112d

I mean, I’m a dev who got laid off almost a year ago and still can’t find anything. I know tons of others who are in similar positions. So…

Good devs gain little.

I gain a lot.

@Warl0k3@lemmy.world
link
fedilink
English
2313d

Its basically a template generator, which is really helpful when you’re generating boilerplate. It doesn’t save me much if any time to refactor/fill in that template, but it does save some mental fatigue that I can then spend on much more interesting problems.

It’s a niche tool, but occasionally quite handy. Without leaps forward technically though, it’s never going to become more than that.

@rocci@lemmy.ml
link
fedilink
English
113d

Feel the same way!

@dgmib@lemmy.world
link
fedilink
English
312d

Just beware, sometimes the AI suggestions are scary good, some times they’re batshit crazy.

Just because AI suggests it, doesn’t mean it’s something you should use or learn from.

Everyone keeps talking about autocomplete but I’ve used it successfully for comments and documentation.

You can use vs code extensions to generate and update readme and changelog files.

Then if you follow documentation as code you can update your Confluence/whatever by copy pasting.

Dremor
link
fedilink
English
712d

I also use it a lot for unit tests. It helps a lot when you have to write multiple edge cases, and even find new one at times. Like putting a random int in an enum field (enumField = (myEnum)1000), I didn’t knew you could do that…

Yeah. I’ve found new logic by asking GPT for improvements on my code or suggestions.

I cut the size of a function in half once using a suggested recursive loop and it blew my mind.

Feels like having a peer to do a code review on hand at all times.

ggppjj
link
fedilink
English
1312d

It introduced me to the basics of C# in a way that traditional googling at my previous level of knowledge would’ve made difficult.

I knew what I wanted to do and I didn’t know what was possible or how to ask without my question being closed as a duplicate with a link to an unhelpful post.

In that regard, it’s very helpful. If I had already known the language well enough, I can see it being less helpful.

Semi-Hemi-Lemmygod
link
fedilink
English
412d

This is what I’ve used it for and it’s helped me learn, especially because it makes mistakes and I have to get them to work. In my case it was with Terraform and Ansible.

ggppjj
link
fedilink
English
3
edit-2
12d

Haha, yeah. It really loves to refactor my code to “fix” bracket list initialization (e.g. List<string> stringList = [];) because it keeps not remembering that the syntax has been valid for a while.

It’s newest favorite hangup is to incessantly suggest null checks without asking if it’s a nullable property that it’s checking first. I think I’m almost at the point where it’s becoming less useful to me.

@UnderpantsWeevil@lemmy.world
link
fedilink
English
7
edit-2
12d

Great for Coding 101 in a language I’m rusty with or otherwise unfamiliar.

Absolutely useless when it comes time to optimize a complex series of functions or upgrade to a new version of the .NET library. All the “AI” you need is typically baked into Intellisense or some equivalent anyway. We’ve had code-assist/advice features for over a decade and its always been mid. All that’s changed is the branding.

@9point6@lemmy.world
link
fedilink
English
1113d

My main use is skipping the blank page problem when writing a new suite of tests—which after about 10 mins of refactoring are often a good starting point

@LordCrom@lemmy.world
link
fedilink
English
411d

I get more benefit from a good IDE that helps me track libraries, cars, functions, grammar checks my code, offers a pop-up with params and options…

I don’t needcode I would grade as a D- from an AI. Most of what I write comes from my code closet anyway. I have skeleton code for so much, and I trust my old code more than AIs new code

@BigBenis@lemmy.world
link
fedilink
English
7
edit-2
12d

It’s great as essentially a StackOverflow that I can talk to in real time. But as with SO, I’ve still got to figure out what pieces are legit and where they go.

@RagingRobot@lemmy.world
link
fedilink
English
312d

AI search results made stack overflow answers harder to find now lol

@turmacar@lemmy.world
link
fedilink
English
212d

It’s definitely exploded but content farms were a problem even before 2022. There’s a reason google results starting with “reddit” / “stack overflow” were trending so hard.

EleventhHour
link
fedilink
English
1
edit-2
13d

Devs that are punching above their class, however, probably get great benefit from it. I would think it’s also an OK learning tool, except for how inaccurate it can be sometimes.

DreamButt
link
fedilink
English
413d

I honestly stopped using it after a week

Eager Eagle
link
fedilink
English
313d

I like to use suggestions to feel superior when trash talking the generated code

Eager Eagle
link
fedilink
English
5
edit-2
12d

lol Uplevel’s “”“full report”“” saying devs using Copilot create 41% more bugs has 2 pages and reads like a promotional material.

you can download it with a 10 minute email if you really want to see for yourself.

just some meaningless numbers.

@filister@lemmy.world
link
fedilink
English
012d

To be honest ChatGPT pretty much killed the fun of programming.

Et Al
link
fedilink
English
1
edit-2
12d

deleted by creator

Create a post

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


  • 1 user online
  • 175 users / day
  • 576 users / week
  • 1.37K users / month
  • 4.48K users / 6 months
  • 1 subscriber
  • 7.41K Posts
  • 84.7K Comments
  • Modlog