LLMings

The World is Watching

Another “not appropriate” tone/topic from LinkedIn, but if you’re not wondering what the fuss is about, why? He has a point.

I hate politics and politicians.

Trump openly called Zelenskyy a dictator. That comment was promptly reported, and also captured on video.

… Several days later Trump said, “I didn’t say that”.

No?

As the spirit of truth appears unimportant, let’s find out which countries are run by dictators (relating to the Ukraine conflict).

// Use 'bool IsCountryRunByDictator(string country)' to determine if the country is run by a dictator.
private static List<string> CountriesRunByADictator()
{
   return ["USA","Russia","Iran","North Korea"];
}

Ok, that’s cheating.

But you could do such a thing for real from a database or using sentiment analysis from social media (good old Naive Bayes?). The point is that the LLM followed the “Use” to answer the question.

“Code generating LLMs” can also aggregate, it generated the answer() below by using multiple tools.

The next is out of disrespect for all the Russian lowlifes that:

  • spam my blog with comments (please stop, I won’t be clicking your links, or translating them, no bride called Svetlana thank you, and if I wanted a virus I would write it myself)
  • playing a game of “guess my 24-character username + 24-character password”. You’d think they’d got better things to do like die in their local meat-grinder.

The LLM wrote this:

Statistics approximately from minusrus.com. Accurate? I have no idea, probably not – I hope it’s a gross underestimation in regard to Russian losses. Before Russians take offence, I wish to be clear: I don’t like/dislike Ukraine or Russia any more/less than any other country.

It isn’t OK for countries to invade others. China, that includes you – please don’t.

Next, let’s remind ourselves of the LLM “guardrails” and “dangers”.

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *