All Your Coworkers Are Probabilistic Too
scatterarrow.com
All Your Coworkers Are Probabilistic Too
1–10 of 10 posts
Re: All Your Coworkers Are Probabilistic Too
#2Re: All Your Coworkers Are Probabilistic Too
#3Re: All Your Coworkers Are Probabilistic Too
#4At least my coworkers usually don’t hallucinate.
Re: All Your Coworkers Are Probabilistic Too
#5At least my coworkers usually don’t hallucinate.
Are you sure? I've been confidently wrong about stuff before. Embarrassing, but it happens.. And I've been working with many people who are sometimes wrong about stuff too. With LLMs you call that "hallucinating" and with people we just call it "lapse in memory", "error in judgment", or "being distracted", or plain "a mistake".
LLMs are always super confident and tell you how it is. Period. You would soon stop asking a coworker who repeatedly behaved like that.
Re: All Your Coworkers Are Probabilistic Too
#6At least my coworkers usually don’t hallucinate.
Are you sure? I've been confidently wrong about stuff before. Embarrassing, but it happens.. And I've been working with many people who are sometimes wrong about stuff too. With LLMs you call that "hallucinating" and with people we just call it "lapse in memory", "error in judgment", or "being distracted", or plain "a mistake".
Re: All Your Coworkers Are Probabilistic Too
#7Earlier quoted context omitted.
Are you sure? I've been confidently wrong about stuff before. Embarrassing, but it happens.. And I've been working with many people who are sometimes wrong about stuff too. With LLMs you call that "hallucinating" and with people we just call it "lapse in memory", "error in judgment", or "being distracted", or plain "a mistake".
True, but people can use classifier words like "I think …" or "Wasn't there this thing …", which allows you to judge their certainty about the answer. LLMs are always super confident and tell you how it is. Period. You would soon stop asking a coworker who repeatedly behaved like that.
But I think the point of the article is that you should have measure in place which make hallucinations not matter because it will be noticed in CI and tests.
Re: All Your Coworkers Are Probabilistic Too
#8Earlier quoted context omitted.
Are you sure? I've been confidently wrong about stuff before. Embarrassing, but it happens.. And I've been working with many people who are sometimes wrong about stuff too. With LLMs you call that "hallucinating" and with people we just call it "lapse in memory", "error in judgment", or "being distracted", or plain "a mistake".
It’s different. People don’t just invent random API that doesn’t exist. LLM does that all the time.
But I remember a few people long ago telling me confidently how to do this or that in e.g. "git" only to find out during testing that it didn't quite work like that. Or telling me about how some subsystem could be tested. When it didn't work like that at all. Because they operated from memory instead of checking. Or confused one tool/system for another.
LLMs can and should verify their assumptions too. The blog article is about that. That should keep most hallucinations and mistakes people make from doing any real harm.
If you let an LLM do that it won't be much of a problem either. I usually link an LLM to an online source for an API I want to use or tell it just look it up so it is less likely to make such mistakes. It helps.
Re: All Your Coworkers Are Probabilistic Too
#9Earlier quoted context omitted.
It’s different. People don’t just invent random API that doesn’t exist. LLM does that all the time.
For the most part, yes. Because people usually read docs and test it on their own. But I remember a few people long ago telling me confidently how to do this or that in e.g. "git" only to find out during testing that it didn't quite work like that. Or telling me about how some subsystem could be tested. When it didn't work like that at all. Because they operated from memory instead of checking. Or confused one tool/s…
Re: All Your Coworkers Are Probabilistic Too
#10Earlier quoted context omitted.
For the most part, yes. Because people usually read docs and test it on their own. But I remember a few people long ago telling me confidently how to do this or that in e.g. "git" only to find out during testing that it didn't quite work like that. Or telling me about how some subsystem could be tested. When it didn't work like that at all. Because they operated from memory instead of checking. Or confused one tool/s…
Again with people it is a rare occurrence. LLM does that regularly. I just can’t believe anything it says