BlueMonday1984

joined 1 year ago
[–] BlueMonday1984@awful.systems 8 points 7 months ago

This isn't the first time I've seen something like this, but its always nice to see someone actively piss all over AI in this manner.

[–] BlueMonday1984@awful.systems 7 points 7 months ago

A lawsuit that convinces the public and investors that LLMs are a dead end will kill most LLM companies.

To engage in some shameless self-promo, it'll probably destroy the concept of AI - the bubble's made "AI" synonymous with "LLMs and slop generators" in the public eye, so if LLMs get declared a dead end, AI as a whole will probably be written off alongside it.

[–] BlueMonday1984@awful.systems 3 points 7 months ago

Commander players are now freaking the hell out because they realized they’re absolutely next up on the shit-train to crapsville, but their response was to scream death threats to the one and only independent entity that could have made ANY sort of difference, resulting in said entity giving up and handing over full control to WotC.

Don't think I've seen a fandom self-destruct like this in a while.

[–] BlueMonday1984@awful.systems 6 points 8 months ago

Yeah.

Looking back at my quick-and-dirty thoughts about the suit, I feel like I handled it in a pretty detached way, focusing very little on the severe human cost that kicked off the suit and more on what it could entail for AI at large.

[–] BlueMonday1984@awful.systems 3 points 8 months ago

No, it was written by a Star Wars fan. Can't blame you for confusing the two, though - they're equally dumb

[–] BlueMonday1984@awful.systems 14 points 8 months ago (9 children)

Between this high-profile disaster and character.ai's suicide lawsuit (which I've talked about here), it feels more and more and more like the current system's gonna end up getting torn to shreds once this bubble bursts.

[–] BlueMonday1984@awful.systems 9 points 8 months ago (1 children)

Update: As a matter of fact, I did. Here's some Python code to prove it:

# Counts how many times a particular letter appears in a string.
# Very basic code, made it just to clown on the AI bubble.

appearances = int(0) # Counts how many times the selected char appears.
sentence = input("Write some shit: ")
sentence_length = len(sentence) # We need to know how long the sentence is for later
character_select = input("Select a character: ") # Your input can be as long as you wish, but only the first char will be taken

chosen_char = chr(ord(character_select[0]))

# Three-line version
for i in range (0, sentence_length):
    if chosen_char in sentence[i]:
        appearances = appearances + 1

# Two-line version (doesn't work - not sure why)
# for chosen_char in sentence:
#     appearances = appearances + 1
# (Tested using "strawberry" as sentence and "r" as character_select. Ended up getting a result of 10 ("strawberry" is 10 chars long BTW))
    
# Finally, print the fucking result
print("Your input contains "+str(appearances)+" appearances of the character ("+character_select+").")

There's probably a bug or two in this I missed, but hey, it still proves I'm more of a programmer than Sam Altman ever will be.

[–] BlueMonday1984@awful.systems 6 points 8 months ago (2 children)

Hell, I could probably special-case that shit, and I'm barely a programmer.

[–] BlueMonday1984@awful.systems 5 points 8 months ago

Also, it probably helped kneecap the popularity of Tolkien-style "Always Chaotic Evil" (TV Tropes page) races/species, by virtue of making the racialised elements much more difficult to ignore.

As TV Tropes' analysis page notes, however, there are a fair few ways to make Evil Minions^tm^ without throwing any racial baggage into the mix - ways that have let the base trope survive the change in political climate, even as its original version fell out of favour.

[–] BlueMonday1984@awful.systems 11 points 8 months ago (1 children)

Annoyed Redditors tanking Google Search results illustrates perils of AI scrapers

A trend on Reddit that sees Londoners giving false restaurant recommendations in order to keep their favorites clear of tourists and social media influencers highlights the inherent flaws of Google Search’s reliance on Reddit and Google's AI Overview.

Anyways, personal sidenote:

Beyond putting another blow to AI's reliability, this will probably also make the public more wary of user-generated material - its hard to trust something if you know the masses could be actively manipulating you.

[–] BlueMonday1984@awful.systems 14 points 8 months ago (2 children)

In other news, Disney's apparently planning some kind of "major AI initiative".

Whatever it is, I'm expecting large-scale boycotts/strikes to kick off as a result of it, alongside AI's lack of copyright protection getting exploited to troll the shit out of Disney.

[–] BlueMonday1984@awful.systems 6 points 8 months ago

…but the game being free isn’t stopping my brain, raised on the Pokémon TCG, from wanting to impulse buy a print copy of the latest couple expansion packs. weird how that works

I mean the expansion packs are cool, and Fantasy Flight deserves to get that bag

view more: ‹ prev next ›