我刚刚发现了一种判断博客文章是人工智能生成的垃圾,还是有人盲目地从 Claude Code 复制粘贴命令的新方法:一组命令的第一行没有缩进,而其余的都缩进了,就像这样:
sudo apt update sudo apt upgrade sudo apt autoremove sudo apt autoclean这是因为 Claude 针对此问题的代码的原始 CLI 输出如下所示:sudo apt update sudo apt upgrade sudo apt autoremove sudo apt autoclean
> What are the commands to fully update an Ubuntu system? Just list the commands. ● sudo apt update sudo apt upgrade sudo apt autoremove sudo apt autoclean然后,作者从命令集的开头一直复制到结尾。他们的文本编辑器/格式化工具没有删除前面的空格,因为在代码块中,空格有时在语法上很重要。> What are the commands to fully update an Ubuntu system? Just list the commands. ● sudo apt update sudo apt upgrade sudo apt autoremove sudo apt autoclean
我会随时更新我的发现。目前已知的迹象太多了,看得我有点疲惫。