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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

OpenAI admits that AI writing detectors don’t work

18 点作者 arunbahl超过 1 年前

3 条评论

add-sub-mul-div超过 1 年前
The lie of the existence of reliable detection served its purpose when it was originally claimed this content would poison the corpus of our whole culture. Now that conversation has passed and they don't have to answer the question anymore.
matteoraso超过 1 年前
It's weird that people ever thought that it would. The whole goal of creating an LLM is to make an AI that convincingly writes like a human, which makes it immune to any form of writing detector.
arpowers超过 1 年前
<p><pre><code> const pattern = &#x2F;I hope this (\w+) finds you well\.&#x2F;; if (pattern.test(text)) { console.log(&quot;is ai.&quot;); } else { console.log(&quot;not ai.&quot;); }</code></pre>
评论 #37439807 未加载
评论 #37437494 未加载