Welcome to Incremental Social! Learn more about this project here!
Check out lemmyverse to find more communities to join from here!

TWeaK ,

I'm sure Israel did question the use of The Gospel in developing targets. The trouble is they liked the answer.

aeronmelon ,

AI is Civilization's Gandhi.

anteaters ,
@anteaters@feddit.de avatar

Did nobody really question the usability of language models in designing war strategies?

Correct, people heard "AI" and went completely mad imagining things it might be able to do. And the current models act like happy dogs that are eager to give an answer to anything even if they have to make one up on the spot.

SlopppyEngineer ,

LLM are just plagiarizing bullshitting machines. It's how they are built. Plagiarism if they have the specific training data, modify the answer if they must, make it up from whole cloth as their base programming. And accidentally good enough to convince many people.

huginn ,

To be fair they're not accidentally good enough: they're intentionally good enough.

That's where all the salary money went: to find people who could make them intentionally.

SlopppyEngineer ,

GPT 2 was just a bullshit generator. It was like a politician trying to explain something they know nothing about.

GPT 3.0 was just a bigger version of version 2. It was the same architecture but with more nodes and data as far as I followed the research. But that one could suddenly do a lot more than the previous version, so by accident. And then the AI scene exploded.

Limitless_screaming ,
@Limitless_screaming@kbin.social avatar

It was the same architecture but with more nodes and data

So the architecture just needed more data to generate useful answers. I don't think that was an accident.

Blueberrydreamer ,

How is that structurally different from how a human answers a question? We repeat an answer we "know" if possible, assemble something from fragments of knowledge if not, and just make something up from basically nothing if needed. The main difference I see is a small degree of self reflection, the ability to estimate how 'good or bad' the answer likely is, and frankly plenty of humans are terrible at that too.

SlopppyEngineer ,

A human brain can do that for 20 watt of power. chatGPT uses up to 20 megawatt.

fishos ,
@fishos@lemmy.world avatar

Yeah, and a car uses more energy than me. It still goes faster. What's your point? The debate isn't input vs output. It's only about output(the ability of the AI).

kibiz0r , (edited )

I dare say that if you ask a human "Why should I not stick my hand in a fire?" their process for answering the question is going to be very different from an LLM.

ETA: Also, working in software development, I'll tell ya... Most of the time, when people ask me a question, it's the wrong question and they just didn't know to ask a different question instead. LLMs don't handle that scenario.

I've tried asking ChatGPT "How do I get the relative path from a string that might be either an absolute URI or a relative path?" It spat out 15 lines of code for doing it manually. I ain't gonna throw that maintenance burden into my codebase. So I clarified: "I want a library that does this in a single line." And it found one.

An LLM can be a handy tool, but you have to remember that it's also a plagiarizing, shameless bullshitter of a monkey paw.

Blueberrydreamer ,

"Most of the time, when people ask me a question, it's the wrong question and they just didn't know to ask a different question instead."

"I've tried asking ChatGPT "How do I get the relative path from a string that might be either an absolute URI or a relative path?" It spat out 15 lines of code for doing it manually. I ain't gonna throw that maintenance burden into my codebase. So I clarified: "I want a library that does this in a single line." And it found one."

You see the irony right? I genuinely can't fathom your intent when telling this story, but it is an absolutely stellar example.

You can't give a good answer when people don't ask the right questions. ChatGPT answers are only as good as the prompts. As far as being a "plagiarizing, shameless bullshitter of a monkey paw" I still don't think it's all that different from the results you get from people. If you ask a coworker the same question you asked chatGPT, you're probably going to get a line copied from a Google search that may or may not work.

kibiz0r ,

You see the irony right? I genuinely can’t fathom your intent when telling this story, but it is an absolutely stellar example.

Yes, I did mean for it to be an example.

And yes, I do think that correctly framing a question is crucial whether you're dealing with a person or an LLM. But I was elaborating on whether a person's process of answering a question is fundamentally similar to an LLM's process. And this is one way that it's noticeably different. A person will size up who is asking, what they're asking, and how they're asking it... and consider whether they should actually answer the exact question that was asked or suggest a better question instead.

You can certainly work around it, as the asker, but it does require deliberate disambiguation. I think programmers are used to doing that, so it may feel like not that big of a deal, but if you start paying attention to how often people are tossing around half-formed questions or statements and just expecting the recipient to fill in the gaps... It's basically 100% of the time.

We're fundamentally social creatures first, and intelligent creatures second. (Or third, or not at all, depending.) We think better as groups. If you give 10 individuals a set of difficult questions, they'll bomb almost all of them. If you give the questions to a group of 10, they'll get almost all of them right. (There's several You Are Not So Smart episodes on this, but the main one is 111.)

Asking a question to an LLM is just completely different from asking a person. We're not optimized for correctly filling out scantron sheets as individuals, we're optimized for brainstorming ideas and pruning them as a group.

Lmaydev ,

If you fed that information into one I bet you would get different answers.

That is information that isn't available to it generally.

EvolvedTurtle ,

I would argue that a decent portion of humans are usually ok with admitting they don't know something

Unless they are in a situation where they will be punished for not knowing

My favorite doctor claimed he didn't know something and at first I was thinking
"Man that's weird" but then I thought about all the times I've personally had or heard stories of doctors that bullshited their way into something like how I couldn't possibly be diagnosed with ADHD at 18

Even_Adder ,
MNByChoice ,

I will read those, but I bet "accidentally good enough to convince many people." still applies.

A lot of things from LLM look good to nonexperts, but are full of crap.

MNByChoice ,

https://notes.aimodels.fyi/researchers-discover-emergent-linear-strucutres-llm-truth/

References a 2 author paper. I am not an expert in the field, but it is important to read the papers that reference this one. Those papers will have criticisms that are thought out. In general, fewer authors means less debate between the authors and easier to miss details.

MNByChoice ,

https://notes.aimodels.fyi/self-rag-improving-the-factual-accuracy-of-large-language-models-through-self-reflection/

A cool paper. Using the LLM to judge value of new inputs.
I am always skeptical of summaries of journal articles. Even well meaning people can accidentally distort the conclusions.

Still LLM is a bullshit generator that can check bullshit level of inputs.

MNByChoice , (edited )

https://adamkarvonen.github.io/machine_learning/2024/01/03/chess-world-models.html

However, this only worked for a model trained on a synthetic dataset of games uniformly sampled from the Othello game tree. They tried the same techniques on a model trained using games played by humans and had poor results. To me, this seemed like a major caveat to the findings of the paper which may limit its real world applicability. We cannot, for example, generate code by uniformly sampling from a code tree.

Author later discusses training on you data versus general datasets.

I am out of my depth, but does not seem to provide strong evidence for the modem not just repeating information that shows up a lot for the given inputs.

MNByChoice ,

https://poke-llm-on.github.io/

Reinforcement learning. Cool project. Still no need to "know" anything. I usually play this type of have with short rules and monitoring the current state.

MNByChoice ,

https://arxiv.org/abs/2310.02207

2 author paper with interesting evidence. Again, evidence not proof. Wait for the papers that cite this one.

SlopppyEngineer ,

Yes. There is self organization and possibility to self reflection going on in something that wasn't designed for it. That's going to spawn a lot more research.

TrickDacy ,

It kind of irks me how many people want to downplay this technology in this exact manner. Yes you're sort of right but in no way does that really change how it will be used and abused.

"But people think it's real AI tho!"

Okay and? Most people don't understand how most tech works and that doesn't stop it from doing a lot of good and bad things.

SlopppyEngineer ,

I've been through a few AI winters and hype cycles. It made me very cynical and convinced many overly enthusiastic people will run into a firewall face first.

gravitas_deficiency ,

Would you like to play a game?

wreckedcarzz ,
@wreckedcarzz@lemmy.world avatar

How about a nice game of chess?

iopq , (edited )

It's better than you at chess:

https://youtube.com/watch?v=9LDaY7X2qGk

wreckedcarzz ,
@wreckedcarzz@lemmy.world avatar
iopq ,

I see we have 5 GMs who disagree

Zinggi57 ,
@Zinggi57@lemmy.world avatar

It’s better than you at chess

Did you actually watch the video? It only "played" good during the opening, where there were still existing games. Then it proceeded to make some illegal moves and completely broke down in the endgame. Also, all the explanation it gave for its moves made no sense.

iopq ,

I did, it played very well in the middle game, already out of book

i_am_not_a_robot ,
@i_am_not_a_robot@feddit.uk avatar

They need to be trained on the film "Wargames".
Or forced to pay Noughts & Crosses against themselves.

VampyreOfNazareth ,

Pull the power cord out

  • All
  • Subscribed
  • Moderated
  • Favorites
  • technology@lemmy.world
  • random
  • incremental_games
  • meta
  • All magazines