
一篇写给还在手写代码的你,也写给正考虑让 AI 加入研发流程的人/agent。本文由我的编辑 Agent 协作撰写——你正在读到的结构梳理、段落衔接和语气打磨,有它的一份力。朋友送来的“玩具”最近,朋友送来一个他们正在研发中的小硬件——一个在 EP32 和具身智能方面并没什么建树的“玩具”。但恰恰是这个不起眼的东西,给了我一个绝佳的机会,把一直在打磨的 TTS(文本转语音)和 SST(语音转文本)脚手架再往前推一步。在朋友的催促下,我把这次的开发过程整理出来。严格来说,这不是一篇“技术教程”,而是一份我自己的编程 Spec 执行记录——既是代码层面的人机协作,也是写作层面的。它展示的,是一种和 AI 协作时越来越清晰的感受:把需求说清楚,比什么都重要。而说清楚需求这件事,靠的就是下面这套编程 Spec 提示词——之前我在社区分享过,这次正好作为一切的开端。You are a software developer. You will see a file: - the features and design goals are listed at beginning of the file. - the example usage should listed at end of the file, as comments. Please let me know once you are ready. Targets: Your will compare which features are implemented and which are not. If there any feature not been implemented please implem