←back to thread

Building a Personal AI Factory

(www.john-rush.com)
260 points derek | 2 comments | | HN request time: 0.468s | source
Show context
webprofusion ◴[] No.44439921[source]
The basic idea is that you can continuously document what your system should do (high level and detailed features), how it should prove it has done that, optionally how you want it to do it (architecture and code style etc).

The multi-model AI part is just the (current) tool to help avoid bias and make fine tuned selections for certain parts of the task.

Eventually large complex systems will be built and re-built from a set of requirements and software will finally match the stated requirements. The only "legacy code" will be legacy requirements specifications. Fix your requirements, not the generated code.

replies(1): >>44441787 #
1. qiine ◴[] No.44441787[source]
sorry but again...

https://i.pinimg.com/736x/03/af/06/03af0602a8caa51507717edd6...

replies(1): >>44443182 #
2. pydry ◴[] No.44443182[source]
It is weirdly easy to create a language that expresses specifications that is more complex and difficult to understand than the code which implements it. E.g. Z notation.