| ▲ | itissid 5 hours ago | |
Many times there is really no way of getting around some of the expert-human judgement complexity of the larger question of "How to get agents to build reliably". One example I have been experimenting is using Learning Tests[1]. The idea is that when something new is introduced in the system the Agent must execute a high value test to teach itself how to use this piece of code. Because these should be high leverage i.e. they can really help any one understand the code base better, they should be exceptionally well chosen for AIs to use to iterate. But again this is just the expert-human judgement complexity shifted to identifying these for AI to learn from. In code bases that code Millions of LoC in new features in days, this would require careful work by the human. [1] https://anthonysciamanna.com/2019/08/22/the-continuous-value... | ||