请问HN:有没有类似于谷歌风格指南的针对仅使用人工智能编码的应用程序的指南?
谷歌的 C++/Java/Python 风格指南是经过深思熟虑、经过艰苦斗争而形成的,富有智慧,能够消除大量错误,同时尽量减少有害且不必要的不一致性。它们选择了一种风格,充分利用了当时最佳的认知。
这种意图依然伟大,但现在我们应该考虑为构建本质上都是 AI 生成的程序制定良好的通用规则。什么样的通用智慧能够导致灵活、可审计、可组合和稳健的应用程序和系统?
查看原文
The Google style guide for C++/Java/Python are opinionated, hard fought, wise, and they elimate a large source of errors while minimizing harmful, unneded inconsistences. They picked a style that made great realistic use of the best cognition at the time.<p>The intent is still great, but now we should think about writing good general rules for building programs that are essentially all AI generated. What generic wisdom leads to flexible, auditable, composable and robust apps and systems?