@lyse@lyse.isobeef.org Really depends on the genre, I guess. š¤ Quite a lot of ānon-popā music still uses the format āconcept albumā, I think. š¤ But donāt ask me for any solid statistics. š
@lyse@lyse.isobeef.org Those are some very colorful shots. š It was pretty warm here as well, health issues prevented me from going out, though.
(Have we established that Azabache is male? š)
@klaxzy@klaxzy.net I should cancel Netflix as well. Back when they started their streaming service, it was a revelation: Finally, I could watch interesting shows in English, without having to wait for years, and legally (I like to be a paying customer, if itās good). But this is long over. The interesting shows are gone or, once again, I have to wait for years until theyāre available on Netflix. So, why bother anymore? š¤·āāļø
@rnlog@yarn.girlonthemoon.xyz Well, welcome back. š
@lyse@lyse.isobeef.org Right. :(
@bender@twtxt.net Thanks, Iāll read it ā once I have the energy. š
@lyse@lyse.isobeef.org Oh, yeah, right, I hadnāt even considered that (we mostly use one model). Choose a different model and it does something completely different. Cool stuff.
@bender@twtxt.net Or maybe Iām just shitty at communication and maybe thatās why nobody at work understands my āargumentsā against AI/LLMs. š¤Ŗš¤£
(Iām too tired to rephrase the OP. Maybe some other day. Actually, rest assured that I will complain about this again. š )
@bender@twtxt.net ⦠that was not my point. š„“
Another AI rant:
One of the ākey featuresā of LLMs is that you can use ānatural languageā, because that is supposed to be easier than having to learn a programming language. So, when someone says to me, āI automated this process using AI!ā, what they mean is: They have written a very, very large Markdown document. In this document, they list what the AI is supposed to do.
In prose.
This is a complete disaster.
Programming and programming languages have one crucial property: They follow a well-defined structure and every word has a well-defined meaning. That is absolutely brilliant, because I can read this and I can follow the program in my head. I can build a mental model. I can debug this, down to the precise instructions that the CPU executes. This all follows well-defined patterns that you can reason about.
But with these Markdown files, I am completely lost. We lose all these important properties! No debugging, no reasoning about program flow, nothing. Itās all gone. Itās a magic black box now, literally randomized, that may or may not do what you wanted, in some order.
People now throw these Markdown files at me ⦠and ⦠am I supposed to read this? Why? Itās completely random and fuzzy.
Sadly, these AI tools are good enough to be able to mostly grasp the authors intentions. Hence people donāt see the harm they cause, because āit worksā.
We already have a ton of automations like this at work: Tickets get piped through an LLM and these Markdown files / prompts determine what will happen with the ticket, and maybe they trigger additional actions as well, like account creation or granting permissions. All based on fuzzy natural language ā that no two humans will ever properly agree on.
Jesus Christ, weāre now INTENTIONALLY bringing the ambiguity of legal texts and lawyers into programming.
Using natural language is NOT easier than using a programming language. It is HARDER. Have you people never read a legal contract? And that stuff can STILL be debated in a court room.
I canāt begin to comprehend why we, tech folks, push this so hard. What is wrong with you? Or me?
(And, once again, weāre ignoring other factors here. LLMs use a ton of energy and ressources, that we donāt have to spare. Itās expensive as fuck. It doesnāt even run locally on our servers, meaning we give all these credentials and permissions to some US company. Itās insane.)