TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Artificial General Intelligence: emergent consciousness impossible?

1 pointsby gsangheraalmost 5 years ago
What is wrong in this?<p>Let&#x27;s assume emergent consciousness is possible (whatever consciousness might mean), so that a program can eventually say &quot;OK, I exist &#x2F; feel &#x2F; think&quot;.<p>How would this program understand time though? You and I (even animals) understand time by being present here and now. We can rely on our memory to know what happened before, but we don&#x27;t confuse right now with the past. Not even a second back.<p>But for a program, with (say) a memory defined as a traversable memory, and cpu cycles defining the moments, all it can &quot;see&quot; is a database with states. It could traverse to any such state independently and declare that to be &quot;now&quot;. It has no way of really knowing when is the real now.<p>Interaction with an agent solves some part of this problem. The newest feed from its sensors could define the now, or the last line of the database. But with perfect recall, why would the conscious program choose to stay there? For it, every state is as real as any other. Any interaction with its sensors might just be interpreted as noise in one dimension, something that can be tuned out with the appropriate response. With every passing tick, the traversal scope keeps increasing.<p>We don&#x27;t have such a choice. I can&#x27;t choose to live in the past (barring mental illness). But I guess what I&#x27;m saying is that such a program could choose to &quot;live&quot; in any state in its past.<p>Clearly this is absurd. Permutation City discusses this problem a little, but still thinks emergent consciousness is possible. I didn&#x27;t find that satisfactory for the reasons above.<p>Any thoughts?

4 comments

tgflynnalmost 5 years ago
I am going to make two claims:<p>1) Consciousness is not a computation.<p>2) Science will never be able to disprove claim (1).<p>If you doubt claim (2) then explain how you could prove to me that you are a conscious being as opposed to a figment of my imagination invented by my subconscious mind in a similar way to the &quot;beings&quot; one experiences in dreams.<p>So obviously I don&#x27;t accept your assumptions and further I think that your confusion follows from those assumptions.<p>You seem to be imagining an AI as some kind of independent being that can make &quot;free&quot; choices. But an AI, at least to the extent that anyone working in the field is able to conceive of it, is nothing like that whatsoever. An AI is little more than an optimization algorithm that attempts to optimize some utility function provided by its programmer. So the answer to your question is that if it is useful for the purposes of optimizing its utility function for a (sufficiently advanced) AI to process data in temporal order then it will do so, otherwise it will not.
评论 #23884580 未加载
评论 #23884911 未加载
anoniuyiu33412almost 5 years ago
&gt; I guess what I&#x27;m saying is that such a program could choose to &quot;live&quot; in any state in its past<p>It could, but if an algorithm is somewhat conscius, could also probably have concurrent access to the stored information (the past), and just like us, it won&#x27;t be able to make much of it after some time, there is just so much information you can generate from a given set of data.<p>Specially if the algorithm has a purpose, or 20.000 purposes .<p>At that at point the AI could choose to advance its relative point of view of the time to the current events, in order to try to add new stuff to the whole almost unvariable dataset it already has generated.<p>No guarantees can exist if the algorithm has no purpose at all.
anoniuyiu33412almost 5 years ago
&gt; How would this program understand time though? You and I (even animals) understand time by being present here and now. We can rely on our memory to know what happened before, but we don&#x27;t confuse right now with the past. Not even a second back.<p>What ever question you can make about anything related to time, and get answer of information already stored, that is the past.<p>Anything about you can make a question and you have no stored information, you determine there is no existing information about the subject, that&#x27;s the present.<p>Anything after the absent of information is the future. Empty patterns.
gus_massaalmost 5 years ago
&gt; <i>But with perfect recall,</i><p>This assume an infinite hard disk (or at least big enough). And even in that case, some info can be simplified to get faster access, and keep the details in a cold storage.
评论 #23884947 未加载