Why thinking out loud with someone beats thinking alone
Posted by kodesko 6 hours ago
Comments
Comment by PaulHoule 3 minutes ago
Comment by apparent 16 minutes ago
I have my younger kid explain each math problem to me before she submits it on Khan Academy. My older kid thinks in her head how she would explain a problem before turning in a test. It's a good habit to form.
Comment by THansenite 1 minute ago
Comment by assimpleaspossi 24 minutes ago
Somewhere in that process it would lead to a solution that I would bring to work the next day!
Comment by Havoc 1 hour ago
>The thought that was comfortable as a vague impression has to become a sentence, and sentences have structure.
It's not unlike what people like PG say about writing improving thinking...it's the being forced to go from fuzzy directional notions to something you can put on paper in that will stand up to critique.
Same with rubber duck debugging. The verbal part means you need to articulate it clearly but it's not the speaking that helps. Same with writing a detailed spec/prompt for an LLM - I know if its too fuzzy ("set an appropriate timeout") the LLM will spin it's wheels so it forces clarity.
Also suspect that a big part of who we consider intelligent is linked to this. Maybe their internal monologue is just more crisp - closer to what they'd tell a rubber duck.
Comment by slwvx 1 hour ago
I don't think the out loud or someone listening / reacting matters at all here. Suspect it's entirely this:
>The thought that was comfortable as a vague impression has to become a sentence, and sentences have structure.
I often construct full sentences in my head. And have conversations with my mental model of some other person. In full sentencesComment by felooboolooomba 1 hour ago
I've only ever heard that associated with schizophrenia, but I don't even know if that's true or not.
Comment by unfitted2545 12 minutes ago
It's hard to talk in groups, because you have to have a sentence mentally critiqued by 3/4 people in turn, so the topic has usually changed before you can say your piece.
Comment by dgeiser13 1 hour ago
Comment by nfw2 1 hour ago
1. Sometimes you have a vague sense of the shape of the solution, and ime it can be helpful to sit with it for a while before trying to shape it into words.
2. Talking out loud forces structure but it also rate-limits how quickly you can iterate through ideas to find one that plausibly solves the problem at hand
Comment by joe_the_user 14 minutes ago
Comment by jboggan 3 hours ago
Trying to train an LLM on two 1080ti's on the StackOverflow corpus in my living room was a vibe though. Good times.
Comment by kodesko 2 hours ago
Comment by jboggan 2 hours ago
And thanks for saying it should have worked, I agree. My chagrin has increased over the years as I have realized the magnitude of my ill-timing.
Comment by baddash 1 hour ago
Comment by dh2022 3 hours ago
Comment by IAmBroom 9 minutes ago
I saw a Facebook copypasta piece that claimed that Einstein's first wife came up with many or most of his ideas, and never got credit because of sexism. No proof whatsoever, other than she was a mathematician and physicist.
But "it could have happened!" is more important than even a microshred of evidence for highly emotional, online topics.
This anecdote nicely pokes a hole in that conspiracy theory: he was thoughtful enough to share credit with a layman work associate, but (supposedly) not the most important woman in his life - that seems even less likely.
Comment by cadamsdotcom 53 minutes ago
1. Talking or writing requires thoughts to be sequenced so they come out in a way someone can follow
Thinking in your head won’t organize your thought.
2. Talking or writing to someone invites feedback and forces you to make sense, fit in socially etc.
Chatting with an AI or writing in your diary won’t refine or improve your thoughts.
Comment by mikeryan 3 hours ago
Half the time on the walk over, trying to frame the question in my mind I’d figure out the answer or at least next step. It got to the point where Dan would see me heading towards him and suddenly turn around and he’d as “Figure it out?” And I’d throw him a thumbs up on the way back to my desk.
Comment by kodesko 2 hours ago
Comment by THansenite 1 hour ago
Comment by Congeec 2 hours ago
Thinking silently fits Asian Americans better than Euro Americans*.
https://www.psychologytoday.com/us/blog/sex-murder-and-the-m...
Comment by wrathofquan 2 hours ago
Comment by kodesko 1 hour ago
Comment by myself248 1 hour ago
Maybe they studied the same subject but at a different school, or maybe they specialize in something else entirely.
Maybe their first language is different from yours, since language idioms can affect the way we frame problems.
Maybe they want to get into the field you're working on, and your thinking can also be teaching.
For me, this is a big part of the value of a hackerspace/makerspace. The tools are nice, but the intellectual environment is amazing.
Comment by jsbg 48 minutes ago
Comment by bogrollben 34 minutes ago
Comment by slwvx 1 hour ago
Comment by piinbinary 3 hours ago
Comment by epolanski 2 hours ago
Comment by piinbinary 2 hours ago
> the act of writing out a problem to a model still forces the same sentence-level precision described earlier
(model referring to LLM here)
but not as writing for writing's sake
Comment by kodesko 2 hours ago
Comment by msteffen 2 hours ago
Yes! I love that someone wrote this down!
This seems so obvious to me now. I often ask LLMs to cite their sources (they do hallucinate from time to time), and they often give me sources that don't say what is claimed. "How would the LLM know not to give this to me?" I wonder. They're trained to explain but not to convince, so they don't know what's convincing, and they should.
I think humans hallucinate at least as much as LLMs—arguments of any complexity are impossible to formulate without leaping at least a bit—but other humans ground us. That's why when people become socially isolated, they join cults or adopt conspiracy theories or the like.
Conversely, "this is convincing to an expert" converges on “this is true" as our collective expertise grows over time. This is the foundation of the scientific method, of progress in all engineering disciplines, etc.
Comment by kodesko 1 hour ago
Comment by K0balt 2 hours ago
Comment by hyperific 2 hours ago
Comment by irishcoffee 2 hours ago
Comment by fellowniusmonk 3 hours ago
Pierces Firstness is exactly what drives this.
The move from thinking to semantic conversion is important for investigation/introspection.
Arguing with yourself also seems to engage your brains "theory of mind" centers, so different pathways get activated to examine the problem space.
The problem with Ai is the fact that it hallucinates and if you're doing anything truly novel in an integration or framing sense it bottoms out very quickly and can't engage. A human operator can decompose the problem and get accuracy checks for known areas in the training data of course.
Now to be I'm not saying Ai can't produce novel work on the edge but in my experience it is antagonistic towards those goals.
Case in point, CRDTs, many don't use tombstones but they are the minority, and if you try iterate a new CRDT off of one that doesn't use tombstones, let's say diamond-types, it will keep pulling you back to tombstones.
The problem is that the number of humans who understand dynamic investigation and the push pull of exploring an idea you don't hold with someone has always been very small, and now with reflexive internet argument culture driving how we view "debate" and "discussion".
I don't know if we've reduced the leisure to think or what but things are not great for finding speculative thinking partners.
Comment by semiinfinitely 2 hours ago