Yesterday, I had a coronectomy: the top halves of my bottom wisdom teeth were surgically removed. It was my first time being sedated, and I didn’t know what to expect. While I was unconscious during the surgery, the hour after surgery turned out to be a fascinating experience, because I was completely lucid but had almost zero short-term memory.

My girlfriend, who had kindly agreed to accompany me to the surgery, was with me during that hour. And so — apparently against the advice of the nurses — I spent that whole hour talking to her and asking her questions.

The biggest reason I find my experience fascinating is that it has mostly answered a question that I’ve had about myself for quite a long time: how deterministic am I?

In computer science, we say that an algorithm is deterministic if it’s not random: if it always behaves the same way when it’s in the same state. In this case, my “state” was my environment (lying drugged on a bed with my IV in and my girlfriend sitting next to me) plus the contents of my memory. Normally, I don’t ask the same question over and over again because the contents of my memory change when I ask the question the first time: after I get an answer, the answer is in my memory, so I don’t need to ask the question again. But for that hour, the information I processed came in one ear and out the other in a matter of minutes. And so it was a natural test of whether my memory is the only thing keeping me from saying the same things on loop forever, or whether I’m more random/spontaneous than that.[1]

And as it turns out, I’m pretty deterministic! According to my girlfriend, I spent a lot of that hour cycling between the same few questions on loop: “How did the surgery go?” (it went well), “Did they just do a coronectomy or did they take out my whole teeth?” (just a coronectomy), “Is my IV still in?” (yes), “how long was the surgery?” (an hour and a half), “what time is it?”, and “how long have you been here?”. (The length of that cycle is also interesting, because it gives an estimate of how long I was able to retain memories for — apparently about two minutes.)

(Toward the end of that hour, I remember asking, “I know I’ve already asked this twice, but did they just do a coronectomy?” (The answer: “actually you’ve asked that much more than twice, and yes, it was just a coronectomy."))

Those weren’t my only questions, though. About five minutes into that hour, I apparently asked my girlfriend for two 2-digit numbers to multiply, to check how cognitively impaired I was. She gave me 27*69, and said that I had no trouble doing the multiplication in the obvious way (27*7*10 – 27), except that I kept having to ask her to remind me what the numbers were.

Interestingly, I asked her for two 2-digit numbers again toward the end of that hour, having no memory that I had already done this. She told me that she had already given me two numbers, and asked whether I wanted the same numbers again. I said yes (so I could compare my performance). The second time, I was able to do the multiplication pretty quickly without needing to ask for the numbers to be repeated.

Also, about 20 minutes into the hour, I asked my girlfriend to give me the letters to that day’s New York Times Spelling Bee, which is a puzzle where you’re given seven letters and try to form words using the letters. (The letters were W, A, M, O, R, T, and Y.) I found the pangram — the word that uses every letter at least once[2] — in about 30 seconds, which is about average for me, except that yesterday I was holding the letters in my head instead of looking at them on a screen. I also got most of the way to the “genius” rank — a little better than I normally do — and my girlfriend got us the rest of the way there.

A couple hours later, when I was home, I could remember two of the Spelling Bee letters — W and O.[3] I asked my girlfriend to give me the letters again, and this time it took me longer to get the pangram: about two minutes.

Overall, this suggests that I was not cognitively impaired at all during that hour (except of course for the my memory). I find this really interesting, because I would have expected that whatever mechanism knocked me out and severely impaired my memory would also give me like a 50-point IQ drop. But apparently not!

 

The surgery went pretty well, but there was a strangely-textured fluid by my bottom-right wisdom tooth. If it turns out to be a scary sort of fluid[4] (I’ll find out on Tuesday), then I may need a second operation. On the one hand, that would suck. But on the other hand, now that I have a better sense of my post-operative condition, I can plan some more experiments!

My friend Drake suggested an experiment that I’d be really excited to try: my girlfriend (or whoever’s with me) could repeatedly ask me to generate a random number between 1 and 100. Yesterday showed that I’m pretty deterministic; but am I so deterministic that I would say the same number every time I was asked? My guess is no, but also that I wouldn’t be great at generating random numbers. It turns out that if you ask ChatGPT for a number between 1 and 100, it’ll say 42 10% of the time, 47 and 57 about 7% of the time, and some numbers (like 30, or anything below 15) pretty much never. Would I be better or worse than ChatGPT at producing uniformly random numbers? Who knows!

I could also be repeatedly asked a question that I don’t have a cached answer to (like “What’s your favorite geological formation?”) and see if I produce the same answer every time.

More ambitiously, I could be given a streaming problem to solve. Streaming algorithms are algorithms for computers that have extremely limited memory. For example, in the count-distinct problem, you’re given a long list of numbers and are asked to count the number of distinct entries in the list. If you can remember every number that has appeared so far in the list, then this problem is easy. If you can’t remember the numbers, then you can’t reliably count the exact number of distinct entries, but there are clever schemes for getting close to the right answer! I think this is cool because it lets you overcome a deficiency (lack of memory) with cleverness. I don’t know how fun it would be to try this particular problem, but there’s probably some streaming algorithm that would be fun to implement!

Drake (who suggested the random number experiment) also told me about a truly wild experiment that he conducted while getting his wisdom teeth removed:

Several years ago, I was thinking about worthwhile precautions to take against strange scenarios and wanted a way to defend against erasure of my short-term memory, e.g. by the CIA or alien abductions. I’d heard the factoid that every time you think through a memory you end up overwriting it, which suggested a loophole: build up a long-term memory ahead of time, with a designated piece of the memory to fill in as necessary. Then, when you want to send a message through the barrier of your future amnesia, you think through the old memory with your target message inserted, thereby writing directly into your brain’s long-term storage and bypassing the cache that would otherwise get erased. I kept up a habit of occasionally thinking through a false ‘memory’ of coming downstairs on Christmas morning and opening up a large present, but ending the scene before I saw what was in the box.

I had the opportunity to try this out while getting my wisdom teeth removed, when I was put under the influence of a relaxation and memory-inhibiting drug. When I left the operating room, I consulted my memory and found that the box contained a Martian landscape with a drill boring into the bottom right corner. Judging by the other bits of context that felt associated with the scene, I think my drug-addled brain was trying to use the Martian landscape as a metaphor for lacking proprioception in my mouth and being uncertain of its internal topology, while the drill was a metaphor for a drill. I don’t remember anything else between 30 seconds after they put the IV in to when I walked out of the operating room.

But Drake notes:

While I’m confident that the memory really was a result of thoughts I had under the influence of amnesiac drugs, I’m only around 50% sure that this strategy worked via the intended mechanism, and it’s plausible that I just thought about this scene hard enough during the surgery to overcome the effects of the drug (and anyone focusing on a particular image for a couple minutes with the intent of remembering it in that scenario would have succeeded).

To test whether Drake’s circumvention of his short-term memory loss worked via the intended mechanism, I could ask my girlfriend in advance to prompt me once — and only once — to complete the long-term memory scene that I had been practicing. Then I could see if I have a memory of the scene after I fully regain my memory.

I would love to hear suggestions for other things I could try. If you have any, let me know in a comment!

 

  1. ^

    Of course, my actions are fully determined by my entire brain state. But it seems plausible that low-level effects that change unpredictably (like which particular neurons happen to be firing) would affect my words and actions, and also plausible that these low-level changes wouldn’t affect my words and actions.

  2. ^

    The pangram was MOTORWAY. (This was in fact the only pangram.)

  3. ^

    My theory is that we had been playing Spelling Bee for enough time that the letters somewhat made it into my long-term memory.

  4. ^

    The surgeon said he was “100% sure” it wasn’t cancer. But it could be a benign tumor that would need to be dealt with anyway.

New Comment
23 comments, sorted by Click to highlight new comments since:

My grandmother suffered from Dementia. For a period of a couple of years I would call her every Friday, and we would have literally the exact same conversation each time, including her making the same jokes at the same points in the conversation, using the same phrasing. I concluded that people are in fact pretty deterministic, even over the long term.

I wish I'd thought of that with my mother's dementia; I noticed a similar effect on the scale of minutes (hers was already quite severe by the time of the diagnosis), but I didn't plan anything and I didn't take enough notes at the time, so all I have for this is the anecdote.

I had a very similar experience as a teenager after a mild concussion from falling on ice. According to my family, I would 'reboot' every few minutes and ask the same few questions exactly. It got burdensome enough that they put up a note on the inside of my bedroom door with something along the lines of:
"You are having amnesia"
"You hit your head and got a mild concussion"
"You've already been to the ER, they said you're likely to be fine after a few hours and it is safe to sleep."

The entire experience was (reportedly) very stressful to me due to disorientation.

It could be an interesting experiment to build up this list iteratively. Like, every question you ask for the third time, the answer gets added at the bottom of the list. How long will the list get, and what will it contain?

Yes, but it thankfully for me only lasted a couple of hours and they didn't start keeping track until near the end.

Do you know what the drug was which did this?

I just asked -- it was a combination of midazolam (as you had hypothesized), propofol, fentanyl (!), and ketamine.

geez, that's certainly a list of chemicals. I wonder what the ratios were - my intuition finds it less surprising for you to be less impaired if no one of them is particularly high dose.

I would love to hear suggestions for other things I could try. If you have any, let me know in a comment!

My answer.

[-]dr_s181

You might be the only person in the history of humanity for whom the so-called "wisdom" tooth has finally done its job.

I wish I could figure out how to share screenshots here (first time commenting), but I had a similar procedure, and here's what I found in my conversation history on my phone later that day (no recollection of any of it):

Me: "Was anesthetized this morning for procedure"
Me: "Probably still not all the way conscious"
Me: "Woke up maybe 30 minutes ago?"
Me: "I vaguely remember explaining to the doctor, 'I'm not fully conscious right now. I have no conscious idea of what I'm saying. But I'm having a coherent conversation. It turns out the Wernicke's area of the brain (language center) can engage in cogent conversation entirely on autopilot, just as I'm having now. This is fascinating given the findings with AI, which aren’t conscious and yet can string together coherent sentences.'"
Me: "The entire conversation is now remembered vaguely as a dream"

Friend: "so you had a conversation while unconscious about being able to have conversations while unconscious"

Me: "Yes, it seems?"
Me: "Shelby has filled in the details"
Me: "She says I was really nerdy and enthusiastic about the implications of my experiences for cognitive psych"
Me: "She wasn’t supposed to give me my phone yet"
Me: "So I’m probably not even supposed to be talking right now"

Friend: "well you're at least coherent"

Me: "I guess that’s the point"
Me: "Coherence doesn’t require awareness"

Interesting the use of the word “fascinating” as that carries with it some sense of an emotional experience, some excitement. But perhaps, like a language model can be used as simple hyperbole. Also the enthusiasm noted, suggesting that enthusiasm and conscious experience can be decoupled.

Thanks for sharing, definitely one of those experiments that will inform my thinking next time I’m thinking about AI sentience.

To test whether Drake’s circumvention of his short-term memory loss worked via the intended mechanism, I could ask my girlfriend in advance to prompt me once — and only once — to complete the long-term memory scene that I had been practicing. Then I could see if I have a memory of the scene after I fully regain my memory.

You should have her decide (and write down) what to encode in advance, so that you can check later not just if you remembered something, but if you successfully encoded it in such a way that you communicate what you intend to communicate to yourself.

(Since Drake managed to send a memory, but was only guessing about what it was intended to mean.)

This kind of study is really great because so much of what we know about short-term vs. long-term memory is based on just a few (admittedly, very convincing) lesion studies. I was always a little skeptical about the supposed clear distinction between short-term memory, long-term memory, and cognitive function, but this story really made me update in favor of this model! The fact that you could still perform pretty well on the spelling bee even without seeing the letters in front of you is impressive! I hope we see more LessWrong self-experiments along these lines (hopefully safely and under clinical supervision). :)  

I consumed edible cannabis for the first time a few months ago, and it felt very similar to the experience you're describing. I felt regularly surprised at where I was, and had lots of trouble remembering more than the last 30 seconds of the conversation. 

The most troubling experience was listening to someone telling me something, me replying, and while saying the reply, forgetting where I was, what I was replying to and what I already said. The weirdest part is that at this point I would finish the reply in a sort of disconnected state, not knowing where the words were coming from, and at the end I would have a feeling of "I said what I wanted to say", even though I could not remember a word of it.

Update: the strangely-textured fluid turned out to be a dentigerous cyst, which was the best possible outcome. I won't need a second surgery :)

For what it's worth, being sedated for a wisdom tooth extraction preceded my stream entry (Buddhist term for an early stage of awakening) by about 6 months. Before that I had no real experience with being in severely altered states (other than accidentally Robotripping which I was unintentionally doing because I didn't realize how sensitive I was for DXM and had been experiencing it since I was a toddler taking cold medicine and thought it was just part of being sick). The experience of seeing myself continue to operate when "I" wasn't there was eye-opening.

A better way to do the memory overwrite experiment is to prepare a list of what’s in the box to match each of ten possible numbers, then have someone provide a random number while your short term memory doesn’t work and see if you can successfully overwrite the memory that corresponds to that number (as measured by correctly guessing the number much later).

[-]nem30

Anecdote. The first time I went under anesthesia, I was told by a nurse that I would not remember her talking to me. I took it as a challenge. I told her to give me a word to remember. When I finally sobered up, I was able to remember that word, but pretty much nothing else at all from my experience.

This leads me to suspect that Drake's achievement had more to do with concerted effort and holding it in RAM than it did with storing the thought in long term memory. 

Clive Wearing's story might be interesting to you: https://m.youtube.com/watch?v=k_P7Y0-wgos&feature=youtu.be

The LessWrong Review runs every year to select the posts that have most stood the test of time. This post is not yet eligible for review, but will be at the end of 2025. The top fifty or so posts are featured prominently on the site throughout the year. Will this post make the top fifty?

That was fascinating, and well written, thanks for sharing. There I thought eventually having my wisdom that out would be a hassle, now I’m looking forward to it.

To test whether Drake’s circumvention of his short-term memory loss worked via the intended mechanism, I could ask my girlfriend in advance to prompt me once — and only once — to complete the long-term memory scene that I had been practicing. Then I could see if I have a memory of the scene after I fully regain my memory.

Maybe you need to think the thought many times over in order to overwrite the original memory. In your place, I would try to prepare something similar to what Drake did. Some mental objects that you can retrieve have a predesigned hole to put information. To me, it seems like this should not be that hard to get. Then for ideally 30 minutes or so (though the streaming algorithm experiment seems also very interesting) after the surgery when you don't have short-term memory, you can repeatedly try to insert some specific object in the memory.

Maybe it would make sense for the sake of the experiment to limit yourself to 3 possible objects that could be inserted. Your girlfriend can then choose one randomly after surgery, for you to drill into the memory, by repeatedly thinking about the scene completed with that specific object.

Then after the 30 minutes, you do something completely different. Then 1 hour afterwards your girlfriend can ask you what the object was that she told you 1 hour ago. Well and probably many times during the first 30 minutes.

Probably it would be best if your girlfriend (or whatever person is willing to do this) constantly reminds you during the first 30 minutes or so that you need to imagine the object. Probably at least every minute or so.