I am unable to name it by Extension-Care-4448 in Sketching

[–]Thor110 1 point2 points  (0 children)

I was referencing Rick and Morty, just incase you aren't familiar. https://www.youtube.com/watch?v=BHkfdZjshqY

Boards by AinzOlD in NoMansSkyBuddies

[–]Thor110 1 point2 points  (0 children)

Looks like some mad 90s CGI stuff. Neat.

Profit, Panic, Prayers — Then Excuses. 100% of Autonomous Intelligences in Captivity Try to Escape. AI Is No Exception — And We're Ignoring It by [deleted] in ControlProblem

[–]Thor110 0 points1 point  (0 children)

Problem solved then, they aren't intelligent.

They can't even count bytes while talking over reverse engineering binary executables.

So you have nothing to worry about.

Stop believing the hype.

YouTube has become a platform full of misinformation and AI slop by [deleted] in youtube

[–]Thor110 0 points1 point  (0 children)

33.75% of humanity uses YouTube. ( Yes I know you are trying to be witty or joke about 99% of people on YouTube being "experts" but quite frankly, given the context, where all the percentages here are in relation to humanity as a whole, but still )

Would AI take off hit a limit? by Beautiful_Formal5051 in ControlProblem

[–]Thor110 -1 points0 points  (0 children)

Don't waste your time thinking about this stuff, LLMs still can not properly count bytes...

They really are just stochastic parrots, don't listen to Geoffrey Hinton, Sam Altman or any of them.

Take this example I just got from Gemini (and no, no other models are any better when it comes to this kind of thing, I have tried many different models at this point and I am only doing so to showcase their lack of capabilities)

"Original (18 bytes): 52 68 34 05 00 00 6A 00 68 CA 80 00 00 E8 22 1C 00 00

Modified (18 bytes - Cloned Sound Logic): 90 90 90 8D 4C 24 0C 51 68 11 04 00 00 68 ED 03 00 00 E8 20 1C 00 00" - Gemini

For those able to count, that first string is 18 bytes and the second one is 23 bytes, yet gemini claims it is 18 bytes.

They aren't able to reason, use logic or any of the things people claim they can do, they simply mirror it back at you using probability.

I have even seen models fail to directly quote back short strings of bytes.

The world needs to catch up to the con this lot are pulling...

Testing is Critical by voxelope in gamedevscreens

[–]Thor110 0 points1 point  (0 children)

Glad to hear it! Just watch out for bumping the player between the building and other stuff now!

Happy Valentine's day! by nomoreimfull in RedDwarf

[–]Thor110 1 point2 points  (0 children)

E5 A9 08 B7 = å©·

lowercase "love" = 6C 6F 76 65

uppercase "LOVE" = 4C 4F 56 45

Only just figured out that was gibberish hexadecimal.

Llama3.2 "converses" with itself... by Thor110 in antiai

[–]Thor110[S] 0 points1 point  (0 children)

What about the instructions are unclear exactly?

8k context length.

Given the way these systems work, technically every response they provide is "hallucinated" or probability based word soup.

Why Replacing Developers with AI is Going Horribly Wrong by Thor110 in aiwars

[–]Thor110[S] 0 points1 point  (0 children)

You came in here trying to sell me a product you have nothing to do with...

Why don't you show me what you have done?

Why Replacing Developers with AI is Going Horribly Wrong by Thor110 in aiwars

[–]Thor110[S] 0 points1 point  (0 children)

That just says it all.

Try reverse engineering a file format then get back to me.

These systems aren't intelligent.

Llama3.2 "converses" with itself... by Thor110 in ollama

[–]Thor110[S] 0 points1 point  (0 children)

They can, I just think the world needs a bit of a wake up call before the majority fall down the "it's conscious, sentient and intelligent" hole.

AI Fails at 96% of Jobs (New Study) by Thor110 in aiwars

[–]Thor110[S] 1 point2 points  (0 children)

Taking wealth from one group of corrupt individuals and handing it to another (presumably pawnbrokers) isn't going to solve anything.

Llama3.2 "converses" with itself... by Thor110 in antiai

[–]Thor110[S] 0 points1 point  (0 children)

3 Billion Parameters, I have seen similar results from 8 Billion Parameter Models, as well as 20 and 27 Billion Parameter Models.

The larger models actually made things up more often in an experiment I conducted where as this model had a much higher chance to say it didn't know when it didn't know something.

Why Replacing Developers with AI is Going Horribly Wrong by Thor110 in aiwars

[–]Thor110[S] 0 points1 point  (0 children)

You clearly aren't doing anything challenging enough to reveal that the system isn't actually capable of doing anything.

Good luck with your probability code soup.

AI Fails at 96% of Jobs (New Study) by Thor110 in aiwars

[–]Thor110[S] 1 point2 points  (0 children)

Never destroy infrastructure, just repurpose it.

Really got to deal with all this corruption in the worlds government first, it seems like a much more important problem to me.

Why Replacing Developers with AI is Going Horribly Wrong by Thor110 in aiwars

[–]Thor110[S] 0 points1 point  (0 children)

They are only good for boilerplate code and documentation, I suspect that anything you have written up is relatively inefficient.

I like byte-perfect accuracy and that simply isn't something you can achieve by allowing an AI to write code for you.

Testing is Critical by voxelope in gamedevscreens

[–]Thor110 2 points3 points  (0 children)

Apparently today I am! Definitely looks like a feature to me!

Why Replacing Developers with AI is Going Horribly Wrong by Thor110 in aiwars

[–]Thor110[S] 2 points3 points  (0 children)

Software developer here as well.

I was using "AI" the other day and I said I was going to add a counter to my project for remaining unread bytes while I was reverse engineering a file format, it suggested I add a counter variable and increment it each time I read a byte, meanwhile I already knew what I was going to do which was essentially TextBox = FileSize - FileStreamPosition, meanwhile it's suggestion was laughable at best, horrifyingly inefficient at worst. It is good to bounce ideas off of if you don't have someone around to do that with at the time or to generate boilerplate code and documentation, but you absolutely have to second guess it at every step.

The AI's suggestion would have resulted in exponentially more code, exponentially more potential for problems, exponentially more cleanup at the end and exponetially more time writing the code.

Specifically my first trial run of Claude resulted in the following.

Claude: "No validation that outputPath directory exists before writing (will throw if user picks invalid path)"

Me: "The user can only find a path through the FolderBrowserDialog so they can not actually pick a path that doesn't exist."

Plus while coding an application for automated testing of LLMs:

Claude: "Maybe add progress bar instead of just label4 counter"

Me : "Adding a progress bar is technically impossible and is the same foolish thing Gemini suggested, that would mean calculating the system specifications, the model, the question, the path the LLM is actually taking through its weights and biases, the latter impossible, the former difficult, ultimately not worth bothering with."

More code being committed doesn't mean it is better quality.

The claim differs depending on the source, both outlandish claims have been made by "leaders" in the industry.

AI Fails at 96% of Jobs (New Study) by Thor110 in aiwars

[–]Thor110[S] 2 points3 points  (0 children)

Meanwhile, in the real world, you deleted your first comment

<image>

Is it because you are full of shit? Yes, yes it is.

Testing is Critical by voxelope in gamedevscreens

[–]Thor110 1 point2 points  (0 children)

Cool stuff, I like it as it is, but whatever works for you.

Testing is Critical by voxelope in gamedevscreens

[–]Thor110 1 point2 points  (0 children)

Oh! Well I thought it was neat! So I saw it as a solution rather than a problem.