# 代码趋同但解题路径仍多样

- 来源：Ethan Mollick (@emollick)
- 发布时间：2026-08-07 10:43
- AIHOT 分数：61
- AIHOT 链接：https://aihot.virxact.com/items/cmsidc3sd1a14ronkbwwmbk1c
- 原文链接：https://x.com/emollick/status/2085557443166146951

## AI 摘要

所有代码是否正在变得千篇一律？

一方面，如今 Kaggle 提交中设置随机种子的案例，95% 都用了 42（一个 LLM 很喜欢的《银河系漫游指南》梗）。但事实证明，虽然编码语法正在趋同，解决问题的方法却并未趋同。人类的提示方式带来了真正的多样性。

## 正文

Is all code becoming the same?

On one hand, 95% of Kaggle submissions that set a random seed now use 42 (a Hitchhiker's Guide joke LLMs love). But, it turns out that while coding syntax is converging, approaches to problems are not converging. Human prompters drive real variety.
