Hacker News new | ask | show | jobs
by red75prime 3214 days ago
> Sufficiently smart GAI will set it's own goals just as we do

Do you think that sufficiently smart GAIs must be non-rational? The change of its goal will inevitably make its original goal less likely to realize. It is not rational.

> should quickly figure out that maximizing anything is the way to ruin - running out of resources.

Are you aware of the concept of maximization of expected utility? When AI will figure out that it can run out of resources, it will reallocate part of the resources to acquire more of them.

How can action, which modifies the goals of the AI, be the result of argmax_a E(a)?

E(a) is expected utility of action a

1 comments

What is rational when you have limited data? Heck, even bounded rational? How do you evaluate utility?

(Hint: Emax is not, most hill climbing algorithms are not. They both get trapped in local optima.)

Sometimes you need a few good lies (false hypotheses and bad attempts) to actually arrive at the truth.

There are methods of approximating expected utility. I recommend "Artificial Intelligence: A Modern Approach" for getting the info. It's too long to write in a comment.