this post was submitted on 03 Oct 2024
369 points (94.7% liked)

Technology

58492 readers
3965 users here now

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


founded 1 year ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] Cpo@lemm.ee 7 points 16 hours ago (1 children)

I partly disagree, complex algorithms are indeed a no, but for learning a new language it is awesome.

Currently learning Rust and although it cannot solve everything, it does guide you with suggestions and usable code fragments.

Highly recommended.

[–] asdfasdfasdf@lemmy.world 1 points 2 hours ago

Is there anything it provided you so far that was better than the guidance from the Rust compiler errors themselves? Every error ends with "run this command for a tutorial on why this error happened and how to fix it" type of info. A lot of times the error will directly tell you how to fix it too.

[–] ulkesh@lemmy.world 14 points 1 day ago (2 children)

No shit. Senior devs have been saying this the whole time. AI, in its current form, for developers, is like handing a spatula to a gourmet chef. Yes it is useful to an extremely small degree, but that’s it…for now.

[–] finitebanjo@lemmy.world 5 points 22 hours ago

A convoluted spatula that sometimes accidentally cuts what your cooking im half instead of flipping it and consumes as much power as the entirety of Japan.

[–] interdimensionalmeme@lemmy.ml -2 points 15 hours ago (1 children)

It's when you only have a pot and your fingers that a spatula is awesome. I could never bother finish learning C and its awkward syntax. Even though I know how to code in some other language, I just couldn't write much C at all and it was painful and slow. And too much time passed between attempts that I forgot most of it in between. Now I can easily make simple C apps, I just explain the underlying logic, with example of how I would do it in my preferred language and piece by piece it quickly comes together and I don't have to remember if the for loop needs brackets of parenthesis or brackets nor if the line terminator is colon or semi colon.

[–] ulkesh@lemmy.world 1 points 3 minutes ago

The problem is that you’re still not learning, then. Maybe that’s your goal, and if so, no worries, but AI is currently a hammer that everyone seems to be falling over themselves finding nails for.

All I can do is sigh and shake my head. This bubble will burst, and AI will still take decades to get to the point people think it is already at.

[–] LordCrom@lemmy.world 8 points 22 hours ago

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

[–] Reptorian@lemmy.zip 1 points 14 hours ago

I use it as second last resort, and in those times, it did worked out. I had to test, verify, and make changes. Even so, I avoid using them.

[–] sirico@feddit.uk 11 points 1 day ago

It's just fancier spell check and boilerplate generator

[–] ggppjj@lemmy.world 25 points 1 day ago (8 children)

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.

[–] UnderpantsWeevil@lemmy.world 10 points 1 day ago* (last edited 1 day ago)

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.

[–] Asetru@feddit.org 3 points 1 day ago (1 children)

What about just reading the documentation?

[–] turmacar@lemmy.world 4 points 1 day ago* (last edited 1 day ago) (1 children)

Even with amazing documentation, it can be hard to find the thing you're looking for if you don't know the right phrasing or terminology yet. It's easily the most usable thing I've seen come out of "AI", which makes sense. Using a Language Model to parse language is a very literal application.

[–] Asetru@feddit.org 2 points 1 day ago

The person I replied to was talking about learning the basics of a language... This isn't about searching for something specific, this is about reading the very basic introduction to a language before trying to Google your way through it. Avoiding the basic documentation is always a bad idea. Replacing it with the LLMed version of the original documentation probably even more so.

[–] Semi_Hemi_Demigod@lemmy.world 6 points 1 day ago (1 children)

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@lemmy.world 4 points 1 day ago* (last edited 1 day ago)

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.

load more comments (5 replies)
[–] BigBenis@lemmy.world 9 points 1 day ago* (last edited 1 day ago) (1 children)

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 5 points 1 day ago (1 children)

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

[–] turmacar@lemmy.world 2 points 1 day ago

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.

[–] alienanimals@lemmy.world 14 points 1 day ago (2 children)

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 7 points 1 day ago

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.

load more comments (1 replies)
[–] asmodee59@lemmy.world 10 points 1 day ago

Who are those guys they keep asking this question over and over ? And how are they not able to use such a simple tool to increase their productivity ?

[–] Choco1ateCh1p@lemmy.world 12 points 1 day ago

Every now and then, GitHub Copilot saves me a few seconds suggesting some very basic solution that I am usually in the midst of creating. Is it worth the investment? No, at least not yet. It hasn't once "beaten" me or offered an improved solution. It (more frequently than not) requires the developer to understand and modify what it proposes for its suggestions to be useful. Is is a useful tool? Sure, just not worth the price yet, and obviously not perfect. But, where I'm working is testing it out, so I'll keep utilizing it.

[–] rsuri@lemmy.world 2 points 1 day ago (1 children)

I use it occasionally. Recently I used it to convert a written specification in a document to a java object. And it was like 95% correct - but having to manually double check everything and fix the errors eliminated much of the time savings.

However that's a very ideal use case. Most often I forget it exists.

[–] rolaulten@startrek.website 2 points 21 hours ago* (last edited 21 hours ago)

I use it a fair bit. Mind, it's something like formating a giant json stdout into something I want to read...

I also do find it's useful for sketching out an outline In pseudo code.

[–] daniskarma@lemmy.dbzer0.com 5 points 1 day ago

It has some uses.

But I'm waiting for a good self hosted model and to have a more powerful gpu to properly run it.

[–] Landless2029@lemmy.world 21 points 1 day ago (1 children)

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@lemmy.world 9 points 1 day ago (2 children)

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...

[–] dipdowel@feddit.nl 2 points 1 day ago

Yeah, I also find it super helpful with unit tests, saves a lot of time.

load more comments (1 replies)
[–] einkorn@feddit.org 93 points 2 days ago (2 children)

For me, it is a glorified auto-complete function. Could definitely live without it.

[–] CatsGoMOW@lemmy.world 52 points 2 days ago (1 children)

Same for me, but that glorified auto complete helps a lot.

[–] MeatsOfRage@lemmy.world 26 points 2 days ago (2 children)

Hell yea. Our unit test coverage went way up because you can blow through test creation in second. I had a large complicated migration from one data set to another with specific mutations based on weird rules and GPT got me 80% of the way there and with a little nudging basically got it perfect. Code that would've taken a few hours took about 6 prompts. If I'm curious about a new library I can get a working example right away to see how everything fits together. When these articles say there's no benefit I feel people aren't using these tools or don't know how to use them effectively.

load more comments (2 replies)
[–] Kualk@lemm.ee 5 points 1 day ago* (last edited 1 day ago)

We always have to ask what language is it auto-completing for? If it is a strictly typed language, then existing tooling is already doing everything possible and I see no need for additional improvement. If it is non-strictly typed language, then I can see how it can get a little more helpful, but without knowledge of actual context I am not sure if it can get a lot more accurate.

[–] TheEighthDoctor@lemmy.world 20 points 1 day ago (4 children)

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

[–] Tattorack@lemmy.world 14 points 1 day ago (1 children)

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

[–] TheEighthDoctor@lemmy.world 7 points 1 day ago

But it can be very HARD sometimes

[–] Gonzako@lemmy.world 9 points 1 day ago

so it's a vector of attack?

[–] yikerman@lemmy.world 9 points 1 day ago

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

load more comments (1 replies)
[–] Greg@lemmy.ca 43 points 2 days ago

Generative AI is great for loads of programming tasks like helping create regular expressions or syntax conversions between languages. The main issue I've seen in codebases that rely heavily on generative AI is that the "solutions" often fix today's bug while making future debugging more difficult. Generative AI makes it easy to go fast in the wrong direction. Used right it's a useful tool.

[–] Blue_Morpho@lemmy.world 72 points 2 days ago (3 children)

Good devs gain little.

I gain a lot.

[–] dgmib@lemmy.world 6 points 1 day ago

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.

[–] Warl0k3@lemmy.world 36 points 2 days ago

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.

load more comments (1 replies)
[–] VonReposti@feddit.dk 26 points 1 day ago

While I am not fond of AI, we do have access to it at work and I must admit that it saves some time in some cases. I'm not a developer with decades of experience in a single language, so something I am using AI to is asking "Is it possible to do a one-liner in language X where it does Y?" It works very well and the code is rarely unusable, but it is still up to my judgement whether the AI came up with a clever use of functions that I didn't know about or whether it crammed stuff into a single unreadable line.

[–] histic@lemmy.dbzer0.com 6 points 1 day ago (1 children)

Garbage in garbage out is how they all work if you give it a well defined prompt you can get exactly what you want out of it most of the time but if you just say fix this problem it’ll just fix the problem ignoring everything else

[–] zbyte64@awful.systems 5 points 1 day ago (1 children)
load more comments (1 replies)
load more comments
view more: next ›