PulseAugur
实时 16:59:00
English(EN) OK, I ran my usual quick coding test of having # qwen 3.8 whip up a console tic-tac-toe game in python. I have to say, that I am *not* impressed. The file is ar

Qwen 3.8 在基本 Python 编码任务中表现不佳,落后于其他模型

Qwen 3.8 模型进行了生成 Python 井字棋游戏能力的测试。初始输出包含语法错误,随后的版本未能正确显示游戏棋盘。评论者认为其表现不佳,并指出较小的模型以前表现更好,而 Qwen3-coder:30b 模型在编码任务方面提供了更快的速度和更高的输出质量。 AI

影响 表明 Qwen 3.8 的编码能力与其他模型相比可能存在局限性。

排序理由 用户对模型在编码任务上的表现进行评价。

在 Mastodon — mastodon.social 阅读 →

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

Qwen 3.8 在基本 Python 编码任务中表现不佳,落后于其他模型

报道来源 [1]

  1. Mastodon — mastodon.social TIER_1 English(EN) · arsalan_zaidi ·

    好的,我运行了我通常的快速编码测试,让 # qwen 3.8 用 python 编写一个控制台井字棋游戏。我不得不说,我*不*满意。文件是 ar

    OK, I ran my usual quick coding test of having # qwen 3.8 whip up a console tic-tac-toe game in python. I have to say, that I am *not* impressed. The file is around 178 lines long, but the first pass had a syntax error, which I had the # LLM fix. When the game did run, it did not…