TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Is there any AI model with an introspective part?

2 点作者 Jensson8 天前
LLM often say &quot;I don&#x27;t know&quot; when it do know, or say A but do B and so on. This is due to lack of introspection, it doesn&#x27;t examine its own thoughts like a human do.<p>What I am discussing here is live introspection in production in order to guide its answers.<p>Example how human and LLM are different here:<p>* A human is asked a question, he has several thoughts in his head, he could answer I don&#x27;t know, he also has a memory of the answer. He looks at those two, realize &quot;I don&#x27;t know&quot; is wrong since he do know, and answer with the right answer.<p>* An LLM is asked a question, it too has the same thoughts, it can answer &quot;I don&#x27;t know&quot;, but it also remembers the right answer just like the human. The LLM now rolls a dice and picks what it will respond with.<p>This shows clearly how introspection is needed to solve these kinds of questions. The only way an LLM can stop doing these dumb mistakes is with introspection, since as long as there is any chance at all for the LLM to pick the wrong answer it will sometimes do things it know is wrong.<p>And if we had introspection for LLM, then they would no longer be black boxes since we can just ask them about themselves and they would explain their own thoughts and how they work. I also think that introspection is what would enable smart learning, like humans do with very little data, which is much more efficient than statistical learning for complex tasks.<p>So I was wondering if there are any examples where people have made models like this? Doesn&#x27;t have to be an LLM, just having a model be self aware. Or if there is any research into trying to add such a functionality to models.

1 comment

pancsta8 天前
Id say thats not model’s responsibility, but a different “part’s of the brain”.