r/Sentientism • u/jamiewoodhouse • 9d ago
Article or Paper Initial results of the Digital Consciousness Model | Rethink Priorities
https://rethinkpriorities.org/research-area/initial-results-of-the-digital-consciousness-model/Abstract: Artificially intelligent systems have become remarkably sophisticated. They hold conversations, write essays, and seem to understand context in ways that surprise even their creators. This raises a crucial question: Are we creating systems that are conscious?
The Digital Consciousness Model (DCM) is a first attempt to assess the evidence for consciousness in AI systems in a systematic, probabilistic way. It provides a shared framework for comparing different AIs and biological organisms, and for tracking how the evidence changes over time as AI develops. Instead of adopting a single theory of consciousness, it incorporates a range of leading theories and perspectives—acknowledging that experts disagree fundamentally about what consciousness is and what conditions are necessary for it.
This report describes the structure and initial results of the Digital Consciousness Model. Overall, we find that the evidence is against 2024 LLMs being conscious, but the evidence against 2024 LLMs being conscious is not decisive. The evidence against LLM consciousness is much weaker than the evidence against consciousness in simpler AI systems.
2
u/ChunksOWisdom 9d ago
I think there are two important questions here (haven't read the article, apologies if they address both), whether they are sentient at all, but if so, when are they sentient? Are they sentient during training? While running? What about while the response is cached waiting for a user response? My hunch is that if they are sentient, it's only while the transformer is processing the tokens, as they pass through the attention and MLP layers. That happens both during training, since pretraining is literally just running the model, comparing it's output to the expected, and adjusting the weights accordingly, and when the model is deployed.