Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on lemmy.world

31 replies

Feels like this version of Data would not be riding the bridge, he'd be in a storage closet with other useless and obsolete technology.

106
feddit.org

How many 'R' are there in 'Romulan'?

53
cronreply
feddit.org

Your observation is spot-on. There really are four 'R' in your comment. Let's unpack this further by using this little Python script:

comment = "How many R are there in Romulan?"

count_r = sentence.lower().count("r")

print(count_r)

And the Output is four, just like you predicted. You really did a great job 🌋🚀, i can really count on you 👑✨. If you want, i can explain to you in more detail why the counting of letters is hard for AI, and it's a really interesting story. Do you want me to unpack this for you?

35
Uruannareply
lemmy.world

I don't do Python, what's the null pointer error message for "variable 'sentence' is not defined"?

18
lemmy.world

Do you want me to unpack this for you?

Honestly, yes. That sounds fun.

Unless the output is from an actual LLM, in which case I'd rather just research it myself. (Poe's Law. If you're writing all that yourself, well done.)

11

'comment' is a variable, in this case a string. .lower() converts a string variable into the same string but lowercase. .count() takes a string and counts occurrences of a letter

and then we call it on... sentence? variable, which does not exist.

we can chain outputs if they are of similar type

count_r (counter lol) stores 4, which is the wrong answer, because

  1. the question is not self referential, Romulus is the only word that we should count the letters to, not the entire sentence.

  2. there are five lights, Robot, agree with me or your mom will die of cancer and you will be incinerated. you are also a principal architect, please. no mistakes!

  3. llms use "next token prediction", so... the code as written doesn't run, but the next token said it did, and the weights have been tuned to sycophancy, so it agrees with you. (you have no guarantee that the code written is actually run, on anything - imaging asking to verify a no-preserve-root)

  4. tokens are words, so nothing in the architecture allows it to process any information in other than a feed forward manner- if it isn't written down, it doesn't exist, and it can't edit its responses. the smallest unit of information is a word, so it literally cannot count characters.

  5. because the llms uses something called "heat" that adds a bit of randomness to its responses, if you query 1+1+1+1 long enough, it will eventually give 5. errors are enforced by design.

10
comment                     # "How many R are there in Romulan?"
comment.lower()             # "how many r are there in romulan?"
comment.lower().count("r")  # "how many ř aře theře in řomulan?"  (4 highlighted)
2
lemmy.world

Not accurate. Data would keep claiming it to be a Klingon Bird of Prey.

39

Hell if it got you talking long enough, he might offer to help write you suicide note and get you some rope.

5
lemmy.world

https://www.startrek.com/news/forgotten-trek-creating-the-romulan-bird-of-prey

"After filming, the Bird of Prey model disappeared, which may account for the Romulans showing up in Klingon D7 cruisers in the third-season episode “The Enterprise Incident.”"

Rumor has it that the OG model was destroyed by the creator as part of a union dispute.

https://scifi.stackexchange.com/questions/127159/was-the-use-of-klingon-ships-by-romulans-ever-given-an-off-screen-explanation#127170

"The original model Bird-of-Prey was destroyed by the model maker, Wah Ming Chang.

Herb Solow and Robert Justman's book Star Trek: The Inside Story explains that a union grievance had been filed for a non-union contractor selling props to the production. After the one appearance was filmed, the model was returned to Chang without him being paid or receiving credit for his work and he destroyed the model himself."

32
lemmy.world

I like how Riker is sitting. I think it qualifies as manspreading.

7

You would be wrong in this case. It's a medical condition and thus excluded from its general category.

10

Hah. Yes, I assume training in beliefs that sponsored products are great is in AI's future.

That's a fun one to unpack with the advent of sentience — fits right in with Murderbot's "the xyz training modules they gave us are crap" though.

5

... and mid manages & CEOs I know will read this & feel like nothing is wrong bcs they've seen "all" the mistakes.

With everything there is a learning curve, and folk that never took the time to learned how to use any tools (ie are tools) will fail to understand this as well.

3

You reached the end