PulseAugur
实时 12:47:24
English(EN) Funny to see some of the mistakes LLMs make. Had this piece of code as part of something I was reviewing with AI-assistance: const int MAX_DB_SIZE = 5UL * 1024U

AI助手误将代码常量识别为荷兰邮政编码

大型语言模型会犯一些奇怪的错误,AI助手在审查代码时就展示了这一点。该模型错误地将数值常量 `1024UL` 识别为潜在的荷兰邮政编码,因为它们在视觉上很相似。这凸显了LLM在区分代码元素和现实世界模式方面面临的挑战,即使上下文明显是技术性的。 AI

影响 说明了LLM推理的当前局限性和偶尔出现的荒谬之处,即使在技术背景下也是如此。

排序理由 该条目描述了LLM的一个幽默的、轶事性的错误,而不是重要的发布、研究或产品。

在 Mastodon — mastodon.social 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

报道来源 [1]

  1. Mastodon — mastodon.social TIER_1 English(EN) · [email protected] ·

    Funny to see some of the mistakes LLMs make. Had this piece of code as part of something I was reviewing with AI-assistance: const int MAX_DB_SIZE = 5UL * 1024U

    Funny to see some of the mistakes LLMs make. Had this piece of code as part of something I was reviewing with AI-assistance: const int MAX_DB_SIZE = 5UL * 1024UL * 1024UL; gpt-oss-120b flagged it: "MAX_DB_SIZE is defined as 5UL * <NL_POSTCODE> * <NL_POSTCODE> – the placeholder is…