Maybe I didn't convey the idea completely. A system is incomplete until it can test itself.
For example:
There was once AlphaGo, which dominated its opponents, but learned on human data.
Then, over time, there was AlphaZero, which learned exclusively by playing against itself.
The main goal is to allow the agent to learn by playing with itself, solving problems using only the tools at its disposal.
It must be able to write tests that will allow it to self-optimize.
Post #10
443
TonAI Probably everyone knows that AI is quite bad at coding tasks compared to humans. Why is that? Why do people write code better? What do humans have that AI doesn't? These questions can be answered. One of the main problems is that AI doesn’t write…
- 👍 1

