this post was submitted on 03 Oct 2024
5 points (100.0% liked)

Technology

58691 readers
3872 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
(page 2) 50 comments
sorted by: hot top controversial new old
[–] [email protected] 0 points 1 week ago* (last edited 1 week ago)

I’m shocked. There must be an error in this analysis. /s

Maybe engage an AI coding assistant to massage the data analysis lol

[–] [email protected] 0 points 1 week 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.

[–] [email protected] 0 points 1 week ago* (last edited 1 week 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.

[–] [email protected] 0 points 1 week 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

[–] [email protected] 0 points 1 week ago

I'm fine with searching stack exchange. It's much more useful. More info, more options, more understanding.

[–] [email protected] 0 points 1 week ago

I honestly stopped using it after a week

[–] [email protected] 0 points 1 week ago (3 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.

load more comments (3 replies)
[–] [email protected] 0 points 1 week 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.

[–] [email protected] 0 points 1 week ago (15 children)

I truly don't understand the tendency of people to hate these kinds of tools. Honestly seems like an ego thing to me.

[–] [email protected] 0 points 1 week ago (1 children)

Its really weird.

I want to believe people arent this dumb but i also dont want to be crazy for suggesting such nonsensical sentiment is manufactured. Such is life in the disinformation age.

Like what are we going to do, tell all Countries and fraudsters to stop using ai because it turns out its too much of a hassle?

[–] [email protected] 0 points 1 week ago (1 children)

We can't do that, nobody's saying we can. But this is an important reminder that the tech savior bros aren't very different from the oil execs.

And constant activism might hopefully achieve the goal of pushing the tech out of the mainstream, with its friend crypto, along other things not to be taken seriously anymore like flying cars and the Hyperloop.

[–] [email protected] 0 points 1 week ago (1 children)

You are speaking for everyone so right away i dont see this as an actual conversion, but a decree of fact by someone i know nothing about.

What are you saying is an important reminder? This article?

By constant activism, do you mean anything that occurs outside of lemmy comments?

Why would we not take LLMs seriously?

[–] [email protected] 0 points 1 week ago* (last edited 1 week ago) (1 children)

I'm talking about people criticizing LLMs. I'm not a politician. But I've seen a few debates about LLMs on this platform, enough to know about the common complaints against ShitGPT. I've never seen anyone on this platform seriously arguing for a ban. We all know it's stupid and that it will be ineffective, just like crackdowns on VPNs in authoritarian countries.

The reminder is the tech itself. It's yet another tech pushed by techbros to save the world that fails to deliver and is costing the rest of the planet dearly in the form of ludicrous energy consumption.

And by activism, I mean stuff happening on Lemmy as well as outside (coworkers, friends, technical people at conferences/meetups). Like it or not, the consensus among techies in my big canadian city is that, while the tech sure is interesting, it's regarded with a lot of mistrust.

You can take LLMs seriously if you'd like. But the proofs that the tech is unsound for software engineering keep piling up. I'm fine with your skepticism. But I think the future will look bleaker and bleaker as times goes by. Not a week goes by without its lot of AI fuckups being reported in the press. This article is one of many examples.

[–] [email protected] 0 points 1 week ago (1 children)

Theres no particular fuck up mentioned by this article.

The company that conducted the study which this article speculates on said these tools are getting rapidly better and that they arent suggesting to ban ai development assistants.

Also as quoted in the article, the use of these coding assistance is a process in and of itself. If you arent using ai carefully and iteratively then you wont get good results with current models. How we interact with models is as important as the model's capability. The article quotes that if models are used well, a coder can be faster by 2x or 3x. Not sure about that personally... seems optimistic depending on whats being developed.

It seems like a good discussion with no obvious conclusion given the infancy of the tech. Yet the article headline and accompanying image suggest its wreaking havoc.

Reduction of complexity in this topic serves nobody. We should have the patience and impartiality to watch it develop and form opinions independently from commeter and headline sentiment. Groupthink has been paricularly dumb on this topic from what ive seen.

[–] [email protected] 0 points 1 week ago

Nobody talked about banning them, once again. I don't want to do that. I want it to leave the mainstream, for environmental reasons first and foremost.

The fuckup is, IDK, the false impression of productivity, and the 41% more bugs? That seems like a huge deal to me, even though I'd like to see this study being reproduced to draw real conclusions.

This, with strawberrries, Air Canada's chatbots, the 3 Miles Island stuff, the delaying of Google's carbon neutrality efforts, the cursed Google results telling you to add glue to your pizza, the distrust of the general public about anything with an AI label on it, to mention just a few examples... It's starting to become a lot.

Even if you omit the ethical aspects of cooking the planet for a toy, the technology is wildly unsound. You seem to think it can get better, and I can respect that. But I'm very skeptical, and there's a lot of people with the same opinion, even in tech.

[–] [email protected] 0 points 1 week ago (1 children)

I sent a PR back to a Dev five times before I gave the work to someone else.

they used AI to generate everything.

surprise, there were so many problems it broke the whole stack.

this is a routine thing this one dev does too. every PR has to be tossed back at least once. not expecting perfection, but I do expect it to not break the whole app.

[–] [email protected] 0 points 1 week ago (1 children)

Like I told another person ITT, hiring terrible devs isn't something you can blame on software.

[–] [email protected] 0 points 1 week ago (1 children)

that depends on your definition of what a "terrible dev" is.

of the three devs that I know have used AI, all we're moderately acceptable devs before they relied on AI. this formed my opinion that AI code and the devs that use it are terrible.

two of those three I no longer work with because they were let go for quality and productivity issues.

so you can clearly see why my opinion of AI code is so low.

[–] [email protected] 0 points 1 week ago (1 children)

I would argue that it's obvious if someone doesn't know how to use a tool to do their job, they aren't great at their job to begin with.

Your argument is to blame the tool and excuse the person who is awful with the tool.

[–] [email protected] 0 points 1 week ago (3 children)

my argument is that lazy devs use the tool because that's what it was designed for.

just calling a hammer a hammer.

[–] [email protected] 0 points 1 week ago (1 children)

Using a tool to speed up your work is not lazy. Using a tool stupidly is stupid. Anyone who thinks these tools are meant to replace humans using logic is misunderstanding them entirely.

You remind me of some of my coworkers who would rather do the same mind numbing task for hours every day rather than write a script that handles it. I judge them for thinking working smarter is "lazy" and I think it's a fair judgement. I see them as the lazy ones. They'd rather not think more deeply about the scripting aspect because it's hard. They rather zone out and mindlessly click, copy/paste, etc. I'd rather analyze and break down the problem so I can solve it once and then move onto something more interesting to solve.

[–] [email protected] 0 points 1 week ago

sometimes working smarter is actually putting the work in so you don't have to waste time and stress about if it's going to work or not.

I get Dreamweaver vibes from AI generated code. Sure, the website works. looks exactly the way it should. works exactly how it should. that HTML source though... fucking aweful.

I can agree, AI is an augment to the tools you can use. however, it's being marketed as a replacement and a large variety of devs are using it as such.

shitty devs are enabled by shitty tools.

load more comments (2 replies)
load more comments (13 replies)
[–] [email protected] 0 points 1 week ago

Judging this article by it's title (refuse to click). Calling BS. ChatGPT has been a game changer for me personally

[–] [email protected] 0 points 1 week ago (5 children)

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

[–] [email protected] -1 points 1 week ago* (last edited 1 week 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.

load more comments (4 replies)
[–] [email protected] 0 points 1 week ago (1 children)

Claude is my coding mentor. Wouldn't want to work without it.

[–] [email protected] 0 points 1 week ago (1 children)

I run code snippets by three or four LLMs and the consensus is never there. Claude has been the worst for me.

[–] [email protected] 0 points 1 week ago

Which one has been best? I’m only a hobbyist, but I’ve found Claude to be my favorite, and the best UI by a mile.

[–] [email protected] 0 points 1 week ago (1 children)

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

load more comments (1 replies)
[–] [email protected] 0 points 1 week ago (2 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

load more comments (2 replies)
[–] [email protected] 0 points 1 week ago (1 children)

Yep, by definition generative AI gets worse the more specific you get. If you need common templates though, it’s almost as good as today’s google.

load more comments (1 replies)
[–] [email protected] 0 points 1 week ago (4 children)

Places GPT-based "AI" next to flying cars

load more comments (4 replies)
[–] [email protected] 0 points 1 week ago

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

load more comments
view more: ‹ prev next ›