Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

74% Positive

Analyzed from 754 words in the discussion.

Trending Topics

#rubber#least#duck#better#problem#don#llms#https#thinking#writing

Discussion (15 Comments)Read Original on HackerNews

jbogganabout 1 hour ago
In 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 though. Good times.

kodesko41 minutes ago
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 just better natural language.
jboggan24 minutes ago
You're probably on to something with the value of disagreement. I think it's one reason why chatting with current models doesn't create the same stimulation as rubber-ducking used to bring. The models are typically too quick to agree and amplify what you think rather than truly break it down and push back.

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.

dh2022about 2 hours ago
OMG - strong vibes to Einstein crediting Michele Besso, his colleague at the Swiss Patent Office, with helping him discussing some concepts in the special relativity paper: see at the end of the paper https://www.fourmilab.ch/etexts/einstein/specrel/specrel.pdf
Congeec25 minutes ago
Communicating 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...

wrathofquan20 minutes ago
Thank you for sharing this. Growing up Asian American many teachers disciplined me and made assumptions about my intelligence for not being as vocal as the other kids. Culture shapes cognition and vice versa.
mikeryanabout 1 hour ago
I 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 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.

piinbinaryabout 1 hour ago
Writing is as good, or even better https://www.paulgraham.com/words.html
epolanski42 minutes ago
You can tell you didn't read the article before jumping into commenting, as this point is addressed.
piinbinary36 minutes ago
Only as

> 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

msteffen25 minutes ago
> The Enigma of Reason (Hugo Mercier and Dan Sperber, 2017): their argumentative theory holds that reasoning evolved for social rather than individual epistemic purposes, to produce and evaluate arguments in group contexts.

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.

K0balt43 minutes ago
LLMs are really good rubber ducks.
hyperificabout 1 hour ago
irishcoffeeabout 1 hour ago
I keep a rubber duck on my desk and have for at least 10 years, because of this. Great conversation starter.
fellowniusmonkabout 1 hour ago
A collection of thoughts on this.

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.