文章摘要
该网站每分钟展示由9种AI模型生成的时钟,每个模型用2000个token根据指定提示词创建包含HTML/CSS代码的模拟时钟,需显示时间、有秒针动画且背景为白色。项目由Brian Moore创建,灵感来自Matthew Rayfield。
文章总结
AI世界时钟
这是一个由9种不同AI模型每分钟自动生成时钟的创意项目。每个AI模型会获得2000个token的额度来创建时钟,并遵循以下指令:
"用HTML/CSS创建一个显示${time}的模拟时钟。可以包含数字或罗马数字,必须使用CSS动画实现秒针效果。确保响应式设计,使用白色背景。仅返回HTML/CSS代码,不要包含任何markdown格式。"
该项目由Brian Moore开发,灵感来源于Matthew Rayfield的创意。用户可以通过Instagram关注创作者的最新动态。
(注:删减了个人社交媒体链接等非核心内容,保留了项目运作机制、技术细节等关键信息)
评论总结
评论总结:
- 对项目创意的肯定
- 认为项目有创意且有趣:"Now that is actually creative" (评论14)
- 建议增加投票功能:"Add some voting and you got yourself an AI World Clock arena" (评论1)
- 对模型表现的观察
- Kimi和DeepSeek表现突出:"Kimi is kicking ass" (评论12), "Kimi and DeepSeek are very consistently good" (评论22)
- 部分模型表现不稳定:"Its cool to see them get it right .....sometimes" (评论8), "Most look like they were done by a beginner programmer on crack" (评论5)
- 对测试方法的质疑
- 认为测试设计不合理:"Limiting the model to only use 2000 tokens...is just stupid" (评论24)
- 建议使用其他编程语言测试:"Ask Claude or ChatGPT to write it in Python" (评论25)
- 指出测试存在缺陷:"These types of tests are fundamentally flawed" (评论15)
- 对能源效率的担忧
- 认为每分钟重新生成浪费资源:"kind of a waste of energy given everything is re-done every minute" (评论3)
- 对技术局限的讨论
- 指出AI在特定任务上的困难:"This is a deceptively hard task" (评论19)
- 类比人类认知障碍:"this should be taken to evince that the systems likely have dementia" (评论11)
- 对项目改进的建议
- 建议显示提示词:"would be gr8t to also see the prompt" (评论6)
- 认为可发展为有用基准:"you can then have a very, very useful and cohesive benchmark" (评论16)
- 对时钟准确性的讨论
- 指出所有时钟都不精确:"those clocks are all extremely inaccurate" (评论21)
- 分享精确计时方案:"There's a lot of code involved to make it precise to the ms" (评论21)