Matt Shumer 发推:一个让 AI 从逻辑门造出整台计算机的提示词
Matt Shumer 分享的一条提示词,让 AI 从逻辑门一路造出 CPU、操作系统和能玩的 3D 游戏,想折腾提示词的可以抄作业。
Matt Shumer 在 X 上分享了一条提示词,要求 AI 从单个逻辑门开始构建完整计算机,包括设计 CPU、内存、汇编器和一个小型操作系统。提示词要求最终运行一个真正跑在这些门电路上的游戏,并用 3D 可视化呈现,玩家可以逐层下钻到芯片和门级,观察信号流动。这条提示词的思路是让模型完整复现计算机构建过程,而不是用 JavaScript 模拟。
Prompt: “build a working computer from scratch, entirely in code, starting from individual logic gates. design the CPU, the memory, an assembler, a tiny operating system, and a game that runs on it. everything has to be real, the game has to run on your gates, not in javascript pretending. visualize the whole thing in 3D so i can play the game, then zoom all the way down through the chips into the gates and watch the signals flow while it runs. treat it like you're proving you could have invented computing yourself. go all out.”