is actually quite large and diverse, and that in particular it is quite distinct from
"the function which simulates the actual underlying emotional and rational thinking mechanisms of intelligent creatures"
Certainly I would expect there
is actually quite large and diverse, and that in particular it is quite distinct from
"the function which simulates the actual underlying emotional and rational thinking mechanisms of intelligent creatures"
Certainly I would expect there
But! I would posit that "set of functions whose output
But! I would posit that "set of functions whose output
It is all statistics, but there's no "just" about it. The fact that statistics can create such emergent behavior is indeed incredibly interesting and powerful and so shouldn't be taken lightly.
It is all statistics, but there's no "just" about it. The fact that statistics can create such emergent behavior is indeed incredibly interesting and powerful and so shouldn't be taken lightly.
We only have *output which looks like* the output that a conscious thing that *was* simulating emotions would look like.
And indeed it is important people know that the *appearance of* intelligence, emotion,
We only have *output which looks like* the output that a conscious thing that *was* simulating emotions would look like.
And indeed it is important people know that the *appearance of* intelligence, emotion,
As far as we know, while the models capabilities *are* extremely interesting and as you say the ability to write extremely convincing language about pretty much anything is in itself very powerful, we have no evidence that there is actually even any
As far as we know, while the models capabilities *are* extremely interesting and as you say the ability to write extremely convincing language about pretty much anything is in itself very powerful, we have no evidence that there is actually even any
However, I think we should also be extremely careful when using words like sapient, sentient, has emotions, etc. when communicating about models like this. I think these are also *extremely* ripe for
However, I think we should also be extremely careful when using words like sapient, sentient, has emotions, etc. when communicating about models like this. I think these are also *extremely* ripe for
`*(slice.as_ptr() as *mut _)` -> UB
`*(&raw const slice as *mut _)` -> OK
`*(slice.as_ptr() as *mut _)` -> UB
`*(&raw const slice as *mut _)` -> OK
But if for example the pointer started like
`let root = &raw const slice`
Then you did
`let a = &raw const *root[0]`
Then tried to reexpand from `a` to the outside the 5th element, that would be allowed under TB but not under SB.
But if for example the pointer started like
`let root = &raw const slice`
Then you did
`let a = &raw const *root[0]`
Then tried to reexpand from `a` to the outside the 5th element, that would be allowed under TB but not under SB.
Practically it means that under TB, pointers further derived from the second raw pointer could "re-expand" their provenance.....
Actually, in this specific case I'm realizing that's not
Practically it means that under TB, pointers further derived from the second raw pointer could "re-expand" their provenance.....
Actually, in this specific case I'm realizing that's not