this post was submitted on 25 Feb 2026
175 points (92.7% liked)
Linux
63276 readers
454 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
For the current tech, 100%.
These are static systems. They don't update themselves while running. If nothing else, a system of consciousness has to be dynamic. Also, the way these models are trained is unlikely to produce consciousness even if it theoretically could.
We don't technically have a definition for what it is, but we have some criteria. Consciousness is an emergent property. So theoretically a system could become conscious unintentionally if it is complex enough. But again, it requires a system to be dynamic, to be able to change and grow on it's own.
Nerual nets are just trained on data. LLMs specifically are trained on the structure of language, which is the only reason they work as much as they do. We can't train meaning or understanding, but being able to churn out something resembling information is a byproduct of training language because language is used to communicate information.
The issue that a lot of people have is they assume that something is intelligent/sentient if it can produce language, which is what we have seen in nature, but while it takes intelligence and maybe sentience to create/develop nothing says that intelligence or sentience is required to "use" language.
LLMs do one thing: Produce the next word for a given context. It does not matter how big we make it or what the underlying complexity is. The models just produce a word. The software running the model adds the word to the context and executes a new loop with the most recent context. It runs until it hits a terminating token that the current output is "finished".
Even for the models that are considered the "thinking"/"reasoning" models just have additional context tokens for the "thinking" section that basically force the model to generate more context which, thanks to the way language is constructed, can constrain the output, but it's only ever outputting the next word.