Writing is as good, or even better https://www.paulgraham.com/words.html
Why thinking out loud with someone beats thinking alone
11–20 of 169 posts
Re: Why thinking out loud with someone beats thinking alone
#12In 2017 LLMs weren't powerful enough to generate working code on their own, but my goal was to at least create a chatbot that could help you rubber-duck-debug your way to a solution. Unfortunately the tech wasn't quite strong enough for that, and not enough engineers even knew what rubber-duck-debugging was. RIP Duckly. Trying to train an LLM on two 1080ti's on the StackOverflow corpus in my living room was a vibe th…
Re: Why thinking out loud with someone beats thinking alone
#13I started my web dev career in 1999 so my main code references were a combination of O’reilly and “for dummies” books. As a wet behind the ears engineer I’d find myself regularly walking over to my more senior friend Dan’s cubicle for help. 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…
Re: Why thinking out loud with someone beats thinking alone
#14Writing is as good, or even better https://www.paulgraham.com/words.html
You can tell you didn't read the article before jumping into commenting, as this point is addressed.
> 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
Re: Why thinking out loud with someone beats thinking alone
#15Thinking silently fits Asian Americans better than Euro Americans*.
https://www.psychologytoday.com/us/blog/sex-murder-and-the-m...
Re: Why thinking out loud with someone beats thinking alone
#16Yes! 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.
Re: Why thinking out loud with someone beats thinking alone
#17In 2017 LLMs weren't powerful enough to generate working code on their own, but my goal was to at least create a chatbot that could help you rubber-duck-debug your way to a solution. Unfortunately the tech wasn't quite strong enough for that, and not enough engineers even knew what rubber-duck-debugging was. RIP Duckly. Trying to train an LLM on two 1080ti's on the StackOverflow corpus in my living room was a vibe th…
Duckly deserved to actually work. There’s a small irony here: the closest study I found to this, robots specifically built to simulate attentive listening, found they performed no better than an actual inanimate rubber duck for adult engineers. The mechanical signal of listening doesn’t seem to be the active ingredient. Makes me wonder if Duckly would have needed real disagreement to close a gap a duck can’t, not jus…
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.
Re: Why thinking out loud with someone beats thinking alone
#18Communicating ideas helps, but thinking out loud may not work better to some people. Thinking silently fits Asian Americans better than Euro Americans*. https://www.psychologytoday.com/us/blog/sex-murder-and-the-m...
Re: Why thinking out loud with someone beats thinking alone
#19Re: Why thinking out loud with someone beats thinking alone
#20>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.