Rooki,
@Rooki@lemmy.world avatar

If this is true, then we should prepare to be shout at by chatgpt why we didnt knew already that simple error.

snekerpimp,

ChatGPT now just says “read the docs!” To every question

Dave,
@Dave@lemmy.nz avatar

Hey ChatGPT, how can I …

“Locking as this is a duplicate of [unrelated question]”

nieceandtows,

Chatgpt is going to get trained on thinking those two questions are duplicates and end up giving bullshit outdated answers to every question.

ekky,

And then links to a similar sounding but ultimately totally unrelated site.

Serinus,

Stack overflow was the pioneer of hallucinations.

catloaf,

Honestly, that wouldn’t be the worst thing in the world.

angelsomething,

Already had that happen with perplexity, like, no mate, I’m asking you.

elvith,

Nah, it just marks your question as duplicate.

JJROKCZ,

Always love those answers, well if you read the 700 page white paper on this one command set in one module then you would understand… do you think I have the time to read 37000 pages of bland ass documentation yearly on top of doing my actual job? Come the fuck on.

I guess some of these guys have so many heads on their crews that they don’t have much work to do anymore but that’s not the case for most

blanketswithsmallpox,

This message brought to you by chatgpt bot.

NuXCOM_90Percent,

You joke.

This would have been probably early last year? Had to look up how to do something in fortran (because fortran) and the answer was very much in the voice of that one dude on the Intel forums who has been answering every single question for decades(?) at this point. Which means it also refused to do anything with features newer than 1992 and was worthless.

Tried again while chatting with an old work buddy a few months back and it looks like they updated to acknowledging f99 and f03 exist. So assume that was all stack overflow.

Bell,

Take all you want, it will only take a few hallucinations before no one trusts LLMs to write code or give advice

FaceDeer,
@FaceDeer@fedia.io avatar

Maybe for people who have no clue how to work with an LLM. They don't have to be perfect to still be incredibly valuable, I make use of them all the time and hallucinations aren't a problem if you use the right tools for the job in the right way.

stonerboner,

This. I use LLM for work, primarily to help create extremely complex nested functions.

I don’t count on LLM’s to create anything new for me, or to provide any data points. I provide the logic, and explain exactly what I want in the end.

I take a process which normally takes 45 minutes daily, test it once, and now I have reclaimed 43 extra minutes of my time each day.

It’s easy and safe to test before I apply it to real data.

It’s missed the mark a few times as I learned how to properly work with it, but now I’m consistently getting good results.

Other use cases are up for debate, but I agree when used properly hallucinations are not much of a problem. When I see people complain about them, that tells me they’re using the tool to generate data, which of course is stupid.

aniki,

This is how I use it as well. I also have it write tests with the code I give it.

VirtualOdour,

Yeah, it’s an obvious sign they’re either not coders at all or don’t understand the tech at all.

Asking it direct questions or to construct functions with given inputs and outputs can save hours, especially with things that disrupt the main flow of coding - I don’t want to empty the structure of what I’m working on from my head just so I can remember everything needed to do something somewhat trivial like calculate the overlapping volume of two tetrahedrons. Of course I could solve it myself but just reading through the suggestion it offers and getting back to solving the real task is so much nicer.

barsquid,

The last time I saw someone talk about using the right LLM tool for the job, they were describing turning two minutes of writing a simple map/reduce into one minute of reading enough to confirm the generated one worked. I think I’ll pass on that.

linearchaos,
@linearchaos@lemmy.world avatar

confirm the generated one worked. I think I’ll pass on tha

LLM wasn’t the right tool for the job, so search engine companies made their search engines suck so bad that it was an acceptable replacement.

NuXCOM_90Percent,

Honestly? I think search engines are actually the best use for LLMs. We just need them to be “explainable” and actually cite things.

Even going back to the AOL days, Ask Jeeves was awesome and a lot of us STILL write our google queries in question form when we aren’t looking for a specific factoid. And LLMs are awesome for parsing those semi-rambling queries like “I am thinking of a book. It was maybe in the early 00s? It was about a former fighter pilot turned ship captain leading the first FTL expedition and he found aliens and it ended with him and humanity fighting off an alien invasion on Earth” and can build on queries to drill down until you have the answer (Evan Currie’s Odyssey One, by the way).

Combine that with citations of what page(s) the information was pulled from and you have a PERFECT search engine.

notabot,

That may be your perfect search engine, I jyst want proper boolean operators on a sesrch engine that doesn’t think it knows what I want better than I do, and doesn’t pack the results out with pages that don’t match all the criteria just for the sake of it. The sort of thing you described would be anathema to me, as I suspect my preferred option may be to you.

FaceDeer,
@FaceDeer@fedia.io avatar

You're describing Bing Chat.

NuXCOM_90Percent,

And google gemini (?) and kagi’s LLM and all the other ones.

Grandwolf319,

So my company said they might use it to improve confluence search, I was like fuck yeah! Finally a good use.

But to be fair, that’s mostly because confluence search sucks to begin with.

linearchaos,
@linearchaos@lemmy.world avatar

They are VERY VERY good at search engine work with a few caveats that we’ll eventually nail. The problem is, they’re WAY to expensive for that purpose. Single queries take tons of compute and power. Constant training on new data takes boatloads of power.

They’re the opposite of efficient; eventually, they’ll have to start charging you a subscription to search with them to stay in business.

Grandwolf319,

Yeah, every time someone says how useful they find LLM for code I just assume they are doing the most basic shit (so far it’s been true).

JDubbleu,

That’s a 50% time reduction for the same output which sounds great to me.

I’d much rather let an LLM do the menial shit with my validation while I focus on larger problems such as system and API design, or creating rollback plans for major upgrades instead of expending mental energy writing something that has been written a thousand times. They’re not gonna rewrite your entire codebase, but they’re incredibly useful for the small stuff.

I’m not even particularly into LLMs, and they’re definitely not gonna change the world in the way big tech would like you to believe. However, to deny their usefulness is silly.

barsquid,

It’s not a consistent 50%, it’s 50% off one task that’s so simple it takes two minutes. I’m not doing enough of that where shaving off minutes is helpful. Maybe other people are writing way more boilerplate than I am or something.

JDubbleu,

Those little things add up though, and it’s not just good at boilerplate. Also just having a more intelligent context-aware auto complete itself I’ve found to be super valuable.

sramder,
@sramder@lemmy.world avatar

[…]will only take a few hallucinations before no one trusts LLMs to write code or give advice

Because none of us have ever blindly pasted some code we got off google and crossed our fingers ;-)

Seasm0ke,

Split segment of data without pii to staging database, test pasted script, completely rewrite script over the next three hours.

Hackerman_uwu,

When you paste that code you do it in your private IDE, in a dev environment and you test it thoroughly before handing it off to the next person to test before it goes to production.

Hitting up ChatPPT for the answer to a question that you then vomit out in a meeting as if it’s knowledge is totally different.

sramder,
@sramder@lemmy.world avatar

Which is why I used the former as an example and not the latter.

I’m not trying to make a general case for AI generated code here… just poking fun at the notion that a few errors will put people off using it.

avidamoeba,
@avidamoeba@lemmy.ca avatar

It’s way easier to figure that out than check ChatGPT hallucinations. There’s usually someone saying why a response in SO is wrong, either in another response or a comment. You can filter most of the garbage right at that point, without having to put it in your codebase and discover that the hard way. You get none of that information with ChatGPT. The data spat out is not equivalent.

deweydecibel,

That’s an important point, and and it ties into the way ChatGPT and other LLMs take advantage of a flaw in the human brain:

Because it impersonates a human, people are more inherently willing to trust it. To think it’s “smart”. It’s dangerous how people who don’t know any better (and many people that do know better) will defer to it, consciously or unconsciously, as an authority and never second guess it.

And the fact it’s a one on one conversation, no comment sections, no one else looking at the responses to call them out as bullshit, the user just won’t second guess it.

KeenFlame,

Your thinking is extremely black and white. Many many, probably most actually, second guess chat bot responses.

gravitas_deficiency,

Think about how dumb the average person is.

Now, think about the fact that half of the population is dumber than that.

NuXCOM_90Percent,

We already have those near constantly. And we still keep asking queries.

People assume that LLMs need to be ready to replace a principle engineer or a doctor or lawyer with decades of experience.

This is already at the point where we can replace an intern or one of the less good junior engineers. Because anyone who has done code review or has had to do rounds with medical interns know… they are idiots who need people to check their work constantly. An LLM making up some functions because they saw it in stack overflow but never tested is not at all different than a hotshot intern who copied some code from stack overflow and never tested it.

Except one costs a lot less…

LucidNightmare,

So, the whole point of learning is to ask questions from people who know more than you, so that you can gain the knowledge you need to succeed…

So… if you try to use these LLMs to replace parts of sectors, where there need to be people that can work their way to the next tier as they learn more and get better at their respective sectors, you do realize that eventually there will no longer be people that can move up their respective tier/position, because people like you said “Fuck ‘em, all in on this stupid LLM bullshit!” So now there are no more doctors, or real programmers, because people like you thought it would just be the GREATEST idea to replace humans with fucking LLMs.

You do see that, right?

Calling people fucking stupid, because they are learning, is actually pretty fucking stupid.

NuXCOM_90Percent, (edited )

Where did I say “Fuck 'em, all in on this stupid LLM bullshit!”?

But yes, there is a massive labor issue coming. That is why I am such a proponent of Universal Basic Income because there are not going to be enough jobs out there.

But as for training up the interns: Back in the day, do you know what “interns” did? And by “interns” I mean women because sexism but roll with me. Printing out and sorting punch cards. Compilers and general technical advances got rid of those jobs and pushed up where the “charlie work” goes.

These days? There are good internships/junior positions and bad ones. A good one actually teaches skills and encourages the worker to contribute. A bad one has them do the mindless grunt work that nobody else wants to. LLMs get rid of the latter.

And… I actually think that is good for the overall health of workers, if not the number (again, UBI). Because if someone can’t be trusted to write meaningful code without copying it off the internet and not even updating variable names? I don’t want to work with them. I spend too much of my workday babysitting those morons who are just here there to get some work experience so they can con their way into a different role and be someone else’s problem.

And experience will be gained the way it is increasingly being gained. Working on (generally open source) projects and interviewing for competitive internships where the idea is to take relatively low cost workers and have them work on a low ROI task that is actually interesting. It is better for the intern because they learn actual development and collaboration skills. And it is better for the staff because it is a way to let people work on the stuff they actually want to do without the massive investment of a few hundred hours of a Senior Engineer’s time.

And… there will be a lot fewer of those roles. Just like there were a lot fewer roles for artists as animation tools stopped requiring every single cell of animation to be hand drawn. And that is why we need to decouple life from work through UBI.

But also? If we have less internships that consist of “okay. good job. thanks for that. Next time can you at least try and compile your code? or pay attention to the squiggly red lines in your IDE? or listen to the person telling you that is wrong?”? Then we have better workers and better junior developers who can actually do more meaningful work. And we’ll actually need to update the interviewing system to not just be “did you memorize this book of questions from Amazon?” and we’ll have fewer “hot hires” who surprise everyone by being able to breath unassisted but have a very high salary because they worked for facebook.

Because, and here is the thing: LLMs are already as good, if not better than, an intern or junior engineer. And the companies that spend money on training up interns aren’t going to be rewarded. Under capitalism, there is no reason to “take one for the team” so that your competition can benefit.

assassin_aragorn,

This is already at the point where we can replace an intern or one of the less good junior engineers. Because anyone who has done code review or has had to do rounds with medical interns know… they are idiots who need people to check their work constantly.

Do so at your own peril. Because the thing is, a person will learn from their mistakes and grow in knowledge and experience over time. An LLM is unlikely to do the same in a professional environment for two big reasons:

  1. The company using the LLM would have to send data back to the creator of the LLM. This means their proprietary work could be at risk. The AI company could scoop them, or a data leak would be disastrous.
  2. Alternatively, the LLM could self-learn and be solely in house without any external data connections. A company with an LLM will never go for this, because it would mean their model is improving and developing out of their control. Their customized version may end up being better than their the LLM company’s future releases. Or, something might go terribly wrong with the model while it learns and adapts. If the LLM company isn’t held legally liable, they’re still going to lose that business going forward.

On top of that, you need your inexperienced noobs to one day become the ones checking the output of an LLM. They can’t do that unless they get experience doing the work. Companies already have proprietary models that just require the right inputs and pressing a button. Engineers are still hired though to interpret the results, know what inputs are the right ones, and understand how the model works.

A company that tries replacing them with LLMs is going to lose in the long run to competitors.

NuXCOM_90Percent,

Actually, nvidia recently announced RAG (Retrieval-Augmented Generation). Basically the idea is that you take an “off the shelf” LLM and then feed your local instance sensitive corporate data. It can then use that information in its responses.

So you really are “teaching” it every time you do a code review of the AI’s merge request and say “Well… that function doesn’t exist” or “you didn’t use useful variable names” and so forth. Which… is a lot more than I can say about a lot of even senior or principle engineers I have worked with over the years who are very much making mistakes that would get an intern assigned to sorting crayons.

Which, again, gets back to the idea of having less busywork. Less grunt work. Less charlie work. Instead, focus on developers who can actually contribute to a team and design meetings.

And the model I learned early in my career that I bring to every firm is to have interns be a reward for talented engineers and not a punishment for people who weren’t paying attention in Nose Goes. Teaching a kid to write a bunch of utility functions does nothing they didn’t learn (or not learn) in undergrad but it is a necessary evil… that an AI can do.

Instead, the people who are good at their jobs and contributing to the overall product? They probably have ideas they want to work on but don’t have the cycles to flesh out. That is where interns come into play. They work with those devs and other staff and learn what it means to actually be part of a team. They get to work on really cool projects and their mentors get to ALSO work on really cool projects but maybe focus more on the REALLY interesting parts and less on the specific implementation.

And result is that your interns are now actually developers who are worth a damn.

Also: One of the most important things to teach a kid is that they owe the company nothing. If they aren’t getting the raise they feel they deserve then they need to be updating their linkedin and interviewing elsewhere. That is good for the worker. And that also means that the companies that spend a lot of money training up grunts? They will lose them to the companies who are desperate for people who can lead projects and contribute to designs but haven’t been wasting money on writing unit tests.

NaibofTabr, (edited )

This is already at the point where we can replace an intern or one of the less good junior engineers.

This is a bad thing.

Not just because it will put the people you’re talking about out of work in the short term, but because it will prevent the next generation of developers from getting that low-level experience. They’re not “idiots”, they’re inexperienced. They need to get experience. They won’t if they’re replaced by automation.

ipkpjersi, (edited )

First a nearly unprecedented world-wide pandemic followed almost immediately by record-breaking layoffs then AI taking over the world, man it is really not a good time to start out as a newer developer. I feel so fortunate that I started working full-time as a developer nearly a decade ago.

morrowind,
@morrowind@lemmy.ml avatar

Dude the pandemic was amazing for devs, tech companies hiring like mad, really easy to get your foot in the door. Now, between all the layoffs and AI it is hellish

ipkpjersi,

I think it depends on where you live. Hiring didn’t go crazy where I live, but the layoffs afterwards sure did.

kibiz0r,

The quality really doesn’t matter.

If they manage to strip any concept of authenticity, ownership or obligation from the entirety of human output and stick it behind a paywall, that’s pretty much the whole ball game.

If we decide later that this is actually a really bullshit deal – that they get everything for free and then sell it back to us – then they’ll surely get some sort of grandfather clause because “Whoops, we already did it!”

antihumanitarian,

Have you tried recent models? They’re not perfect no, but they can usually get you most of the way there if not all the way. If you know how to structure the problem and prompt, granted.

capital, (edited )

People keep saying this but it’s just wrong.

Maybe I haven’t tried the language you have but it’s pretty damn good at code.

Granted, whatever it puts out needs to be tested and possibly edited but that’s the same thing we had to do with Stack Overflow answers.

VirtualOdour,

I use it all the time and it’s brilliant when you put in the basic effort to learn how to use it effectively.

It’s allowing me and other open source devs to increase the scope and speed of our contributions, just talking through problems is invaluable. Greedy selfish people wanting to destroy things that help so many is exactly the rolling coal mentality - fuck everyone else I don’t want the world to change around me! Makes me so despondent about the future of humanity.

CeeBee,

I’ve tried a lot of scenarios and languages with various LLMs. The biggest takeaway I have is that AI can get you started on something or help you solve some issues. I’ve generally found that anything beyond a block or two of code becomes useless. The more it generates the more weirdness starts popping up, or it outright hallucinates.

For example, today I used an LLM to help me tighten up an incredibly verbose bit of code. Today was just not my day and I knew there was a cleaner way of doing it, but it just wasn’t coming to me. A quick “make this cleaner: <code>” and I was back to the rest of the code.

This is what LLMs are currently good for. They are just another tool like tab completion or code linting

Spedwell,

We should already be at that point. We have already seen LLMs’ potential to inadvertently backdoor your code and to inadvertently help you violate copyright law (I guess we do need to wait to see what the courts rule, but I’ll be rooting for the open-source authors).

If you use LLMs in your professional work, you’re crazy. I would never be comfortably opening myself up to the legal and security liabilities of AI tools.

Amanduh,

Yeah but if you’re not feeding it protected code and just asking simple questions for libraries etc then it’s good

Grandwolf319,

I feel like it had to cause an actual disaster with assets getting destroyed to become part of common knowledge (like the challenger shuttle or something).

Cubes,

If you use LLMs in your professional work, you’re crazy

Eh, we use copilot at work and it can be pretty helpful. You should always check and understand any code you commit to any project, so if you just blindly paste flawed code (like with stack overflow,) that’s kind of on you for not understanding what you’re doing.

Spedwell,

The issue on the copyright front is the same kind of professional standards and professional ethics that should stop you from just outright copying open-source code into your application. It may be very small portions of code, and you may never get caught, but you simply don’t do that. If you wouldn’t steal a function from a copyleft open-source project, you wouldn’t use that function when copilot suggests it. Idk if copilot has added license tracing yet (been a while since I used it), but absent that feature you are entirely blind to the extent which it’s output is infringing on licenses. That’s huge legal liability to your employer, and an ethical coinflip.


Regarding understanding of code, you’re right. You have to own what you submit into the codebase.

The drawback/risks of using LLMs or copilot are more to do with the fact it generates the likely code, which means it’s statistically biased to generate whatever common and unnoticeable bugged logic exists in the average github repo it trained on. It will at some point give you code you read and say “yep, looks right to me” and then actually has a subtle buffer overflow issue, or actually fails in an edge case, because in a way that is just unnoticeable enough.

And you can make the argument that it’s your responsibility to find that (it is). But I’ve seen some examples thrown around on twitter of just slightly bugged loops; I’ve seen examples of it replicated known vulnerabilities; and we have that package name fiasco in the that first article above.

If I ask myself would I definitely have caught that? the answer is only a maybe. If it replicates a vulnerability that existed in open-source code for years before it was noticed, do you really trust yourself to identify that the moment copilot suggests it to you?

I guess it all depends on stakes too. If you’re generating buggy JavaScript who cares.

Nougat,

Welp.

applepie,

cOlLaBoRatiOn

Hypx,
@Hypx@fedia.io avatar

Eventually, we will need a fediverse version of StackOverflow, Quora, etc.

avidamoeba,
@avidamoeba@lemmy.ca avatar

We already have the SO data. We could populate such a tool with it and start from there.

thfi,
@thfi@discuss.tchncs.de avatar

Those would be harvested to train LLMs even without asking first. 😐

sramder,
@sramder@lemmy.world avatar

At this point I’m assuming most if not all of these content deals are essentially retroactive. They already scrapped the content and found it useful enough to try and secure future use, or at least exclude competitors.

rickyrigatoni,

They scraped the content, liked the results, and are only making these deals because it’s cheaper than getting sued.

AeroLemming,

Can they really sue (with a chance of winning) if you scrape content that’s submitted by users? That’s insane.

Rolando,

But users and instances would be able to state that they do not want their content commercialized. On StackOverflow you have no control over that.

ArbitraryValue,

You can state what you don’t want, but no one will be paying attention. Except maybe the LLM reading your posts…

pivot_root,

Yup. Laws are only suggestions until you get caught.

ArbitraryValue,

I suspect it isn’t even illegal, but I’m not an expert.

mox,

Assuming the federated version allowed contributor-chosen licenses (similar to GitHub), any harvesting in violation of the license would be subject to legal action.

Contrast that with Stack Exchange, where I assume the terms dictated by Stack Exchange deprive contributors of recourse.

danc4498,

I’d rather the harvesting be open to all than only the company hosting it.

chameleon,
chameleon avatar

SO already was. Not even harvested as much as handed to them. Periodic data dumps and a general forced commitment to open information were a big part of the reason they won out over other sites that used to compete with them. SO most likely wouldn't have existed if Experts Exchange didn't paywall their entire site.

As with everything else, AI companies believe their training data operates under fair use, so they will discard the CC-SA-4.0 license requirements regardless of whether this deal exists. (And if a court ever finds it's not fair use, they are so many layers of fucked that this situation won't even register.)

linearchaos,
@linearchaos@lemmy.world avatar

Honestly? I’m down with that. And when the LLM’s end up pricing themselves out of usefulness, we’ll still have the fediverse version. Having free sites on the net with solid crowd-sourced information is never a bad thing even if other people pick up the data and use it.

It’s when private sites like Duolingo and Reddit crowd source the information and then slowly crank down the free aspect that we have the problems.

The Ad sponsored web model is not viable forever.

bort,

The Ad sponsored web model is not viable forever.

a thousand times this

thejml,

Not fediverse, but open-source and community run: codidact.com

avidamoeba,
@avidamoeba@lemmy.ca avatar

Oh this looks decent. British non-profit, I like it. Registering.

linearchaos,
@linearchaos@lemmy.world avatar

Smells too much like duo-lingo. Here, everyone jump in and answers all the questions. 5 years later, ohh look at this gold mine of community data we own…

residentmarchant,

This was actually the whole original point of Duolingo. The founder previously created Recaptcha to crowd source machine vision of scanned books.

His whole thing is crowd sourcing difficult tasks that machines struggle with by providing some sort of reason to do it (prevent spam at first and learn a language now)

From what I understand Duolingo just got too popular and the subscription service they offer made them enough money to be happy with.

linearchaos,
@linearchaos@lemmy.world avatar

Duolingo has been systematically enshittifying the free/ad supported service. Now every time you fart, you get a big unskippable ad trying to get you to subscribe to their service for free for 14 days without telling you the price. They took all that crowdsourced data that weren’t going to profit off of and are making the app a miserable experience without it.

linearchaos,
@linearchaos@lemmy.world avatar

We needed it a few years ago.

NoIWontPickAName,

Can we pass on quora?

Syrc,

Hey, early Yahoo answers was very useful. A de-shittified, federated, stripped down to the bare questions-answers network could be neat.

Scrollone,

10 POINTS!!

rickyrigatoni,

Federated yahoo answers.

brbposting,

how is feddi formed

HowManyNimons,

Arguably, they need to do way instain mother> who kill thier babbys. becuse these babby cant frigth back?

It’s important to remember that it was on the news this mroing a mother in ar who had kill her three kids.

NoIWontPickAName,

Too much, can’t figure it out

BraveLittleToaster,

Everything you write on here is public. There’s nothing stopping anyone from using that data for training

VirtualOdour,

Yeah but didn’t you see the sovereign citizens who think licenses are magic posting giant copyright notices after their posts? Lol

It’s so childish, ai tools will help billions of the poorest people access life saving knowledge and services, help open source devs like myself create tools that free people from the clutches of capitalism, but they like living in a world of inequity because their generational wealth earned from centuries of exploitation of the impoverished allows them a better education, better healthcare, and better living standards than the billions of impoverished people on the planet so they’ll fight to maintain their privilege even if they’re fighting against their own life getting better too. The most pathetic thing is they pretend to be fighting a moral crusade, as if using the answers they freely posted and never expected anything in return for is a real injustice!

And yes I know people are going to pretend that they think tech bros won’t allow poor people to use their tech and they base this on assuming how everything always works will suddenly just flip Into reverse at some point or something? Like how mobile phones are only for rich people and only rich people can sell via the internet and only rich people can start a YouTube channel…

kubica,
kubica avatar

I'm going to run out of sites at this pace.

herrcaptain,

Right? It seems like the modern internet is made up of like 5 monolithic sites, and unlimited SEO spam.

I know that’s not literally true, but it sure feels like it.

FaceDeer,
@FaceDeer@fedia.io avatar

Fortunately the AIs are getting quite good at answering technical questions like these.

IWantToFuckSpez,

Aren’t a lot of answers outdated on stackoverflow?

1stTime4MeInMCU,

Half the time I look on stack overflow it feels like the answer is irrelevant by todays standards

deweydecibel,

That’s what happens when new posts aren’t allowed to exist if it asks a similar question to an old one.

iopq,

This question is deleted for off topic

barsquid,

The new questions were just all duplicates.

gregorum,

You are now banned from stackoverflow

Rolando,

And if you try to delete your comment, you’ll be DOUBLE BANNED.

UndulyUnruly,
@UndulyUnruly@lemmy.world avatar

The AI predicted your intent and TRIPLEBANNED you prophylacticly.

homesweethomeMrL,

Triple Banned? That’s a paddlin’.

NaibofTabr,

Stackoverflow has a thoughtcrimes department now?

Lemminary,

prophylacticly

I like how this implies that there’s a looming disease that they need to stave off. Oh, no, the disease of people not taking your shit!

Assman,
@Assman@sh.itjust.works avatar

No no, jquery is the answer to all your ui needs

FaceDeer,
@FaceDeer@fedia.io avatar

This sort of thing is so self-sabotaging. The website already has your comment, and a license to use it. By deleting your stuff from the web you only ensure that the AI is definitely going to be the better resource to go to for answers.

Rolando,

I’m not sure about that… in Europe don’t you have the right to insist that a website no longer use your content?

Z3k3,

That’s an interesting point. I winder how llms handle gdpr would it be like having a tiny piece of your brain cut out

000,

Not when you’ve agreed to a terms of service that hands over ownership of your content to Stack Overflow, leaving you merely licensed to use your own content.

veniasilente,

Bets are strong such tos are not legally enforceable.

randompasta,

That’s why I’m not going to bother contributing to future content.

NaibofTabr,

I need to start paywalling my comments.

BraveLittleToaster,

Also backups and deleted flags. Whatever comment you submitted is likely backed up already and even if you click the delete button you’re likely only just changing a flag.

gencha,

I feel like a lot of people don’t understand the most basic things about the site. Any user with enough internet points can see deleted posts.

stoly,

Edit and save then delete.

db2,

The reddit Steve method again.

athos77,

For years, the site had a standing policy that prevented the use of generative AI in writing or rewording any questions or answers posted. Moderators were allowed and encouraged to use AI-detection software when reviewing posts. Beginning last week, however, the company began a rapid about-face in its public policy towards AI.

I listened to an episode of The Daily on AI, and the stuff they fed into to engines included the entire Internet. They literally ran out of things to feed it. That's why YouTube created their auto-generated subtitles - literally, so that they would have more material to feed into their LLMs. I fully expect reddit to be bought out/merged within the next six months or so. They are desperate for more material to feed the machine. Everything is going to end up going to an LLM somewhere.

DoctorButts,

Like Homer Simpson eating all the food at the buffet

TubeTalkerX,

Or when he went to Hell

massive_bereavement,
massive_bereavement avatar

Because the issue with statistically-based LLMs is that they lack precision, so they tend to "hallucinate" or rather let's say, provide inaccurate or completely baloney responses.

Despite it being part of the nature of how these things are designed, the companies involved keep trying to tell everyone that's a problem of size: "when we've got enough data, the results will be precise enough", however that's the good ol' fake it till you make it tactic.

elgordio,

I think auto generated subtitles were to fulfil a FCC requirement, some years ago, for content subtitling. It has however turned out super useful for LLM feeding.

Tehdastehdas,
@Tehdastehdas@lemmy.world avatar
stoly,

There really isn’t much in the way of detection. It’s a big problem in schools and universities and the plagiarism detectors can’t sense AI.

partial_accumen,

A malicious response by users would be to employ an LLM instructed to write plausibly sounding but very wrong answers to historical and current questions, then an army of users upvoting the known wrong answer while downvoting accurate ones. This would poison the data I would think.

Emotet,

All use of generative AI (e.g., ChatGPT1 and other LLMs) is banned when posting content on Stack Overflow. This includes “asking” the question to an AI generator then copy-pasting its output as well as using an AI generator to “reword” your answers.

Ironic, isn’t it?

partial_accumen,

Interestingly I see nothing in that policy that would dis-allow machine generated downvotes on proper answers and machine generated upvotes on incorrect ones. So even if LLMs are banned from posting questions or comments, looks like Stackoverflow is perfectly fine with bots voting.

brbposting,

Sounds like it would require some significant resources to combat.

That said, that plan comes at a cost to presumably innocent users who will bark up the wrong trees.

Jimmyeatsausage,

You really don’t need anything near as complex as AI…a simple script could be configured to automatically close the issue as solved with a link to a randomly-selected unrelated issue.

ChapulinColorado,

So vanilla stack overflow?

Rai,

That’s the joke

ChapulinColorado,

I’m slow.

Rai,

Based and same-here-often…pilled

recursive_recursion,
@recursive_recursion@programming.dev avatar

How do I code a Rust CMS?

Closed. This question has been answered in a previous post. It is not currently accepting answers.

great much helpful wow

possiblylinux127,

Its better than the people who call you an idiot

tabular,
@tabular@lemmy.world avatar

I despise this use of mod power in response to a protest. It’s our content to be sabotaged if we want - if Stack Overlords disagree then to hell with them.

I’ll add Stack Overflow to my personal ban list, just below Reddit.

redisdead,

Once submitted to stack overflow/Reddit/literally every platform, it’s no longer your content. It sucks, but you’ve implicitly agreed to it when creating your account.

The_Vampire,

While true, it’s stupid that things are that way. They shouldn’t be able to hide behind the idea that “we’re not responsible for what our users publish, we’re more like a public forum” while also having total ownership over that content.

tabular,
@tabular@lemmy.world avatar

you’ve implicitly agreed to it when creating your account

Many people would agree with that, probably most laws do. However I doubt many users have actually bothered to read the unnecessarily long document, fewer have understood the legalese, and the terms have likely already been changed pray I don’t alter it any further. That’s a low and shady bar of consent. It indeed sucks and I think people should leave those platforms, but I’m also open to laws that would invalidate that part of the EULA.

just_another_person,

I got an email ban.

1609 hours logged 431 solved threads

Guru_Insights99,

Well, it is important to comply with the terms of service established by the website. It is highly recommended to familiarize oneself with the legally binding documents of the platform, including the Terms of Service (Section 2.1), User Agreement (Section 4.2), and Community Guidelines (Section 3.1), which explicitly outline the obligations and restrictions imposed upon users. By refraining from engaging in activities explicitly prohibited within these sections, you will be better positioned to maintain compliance with the platform’s rules and regulations and not receive email bans in the future.

Rai,

ITT: People unable to recognize a joke

gandalf_der_12te,
Cornelius_Wangenheim,

Jokes are supposed to be funny.

Grandwolf319,

Shit like this makes me so glad that I just don’t sign up for these things if I don’t have to.

30 page TOS? You know what, I don’t need to make an account that bad.

HauntedCupcake,

Is this a joke?

lagomorphlecture,

I took it as a joke because they can just change the rules whenever they want but Idk I might have misunderstood.

goferking0,

Hopefully a troll account after looking at other comments but who knows anymore

tearsintherain,
@tearsintherain@leminal.space avatar

Nope, it’s the establishment is cool, elon rocks type.

FlorianSimon,

This is an ironic ChatGPT answer, meant to (rightfully) creep you out.

TachyonTele,

It’s not. This is how this person talks in every comment they make.

slaacaa,

Damn, I read some of their other comments. What a said and weird life this person might have to write wall of texts just to gather dozens of downvotes

Emmie,

Maybe they are a walking ai poisoning attack. I mean the whole person

floofloof,

The account reads like they’re pasting AI-generated responses to everything. Maybe it’s someone’s experiment. The prompt must include “You are a self-righteous asshole.”

FlorianSimon,

Are they not a ChatGPT troll account or a bot?

TachyonTele,

Tough to say. I honestly don’t know. The user name is the classic word_wordNumber that bots use. The comments are long though. But its comments are spaced far apart timewise.

If it’s a joke account it’s doing it rarely.

Emmie,

Comments are clearly ChatGPT I know because I did it once to troll some sub too. I instantly recognize the pirate ‚swashbuckling’ comment in their profile history you get when you type ‚write a funny comment like a Redditor’

Potatos_are_not_friends,

NGL I read it and laughed at the AI-like response.

Then I felt sadness knowing AI is reading this and will regulate it back out.

pivot_root,

AI-generated content trained on LLMs is poison for training, so that’s actually a good thing :)

homesweethomeMrL,

Yes and it’s very well done which is why 121 people who didn’t get it downvoted it. ha! No good comment, amirite.

gravitas_deficiency,

Check the post history. Dude just seems like an ass.

Tikiporch,

Looks like an AI crafted response to me.

PumaStoleMyBluff,

Looks like a chat bot instructed to say something contrarian

gravitas_deficiency,

Nah, but the user is. Their post history is… interesting.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • technology@lemmy.world
  • DreamBathrooms
  • ngwrru68w68
  • tester
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • InstantRegret
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • mdbf
  • tacticalgear
  • megavids
  • osvaldo12
  • normalnudes
  • cubers
  • cisconetworking
  • everett
  • GTA5RPClips
  • ethstaker
  • Leos
  • provamag3
  • anitta
  • modclub
  • JUstTest
  • lostlight
  • All magazines