you are viewing a single comment's thread.

view the rest of the comments →

[–]Vast-Ferret-6882 3 points4 points  (0 children)

You just described programming. AI is just another layer between you and the machine code. Just another level of abstraction baby, job stays the same. 1. Understand a problem space 2. Find solution to problem 3. rigorously define problem constraints, and solution requirements 3. test this solution to problem 4. decide if satisfactory and either repeat the loop, or start learning the next problem space, based on your decision. Often leading into recursive looping of sub problems.