|
|
|
|
|
by grammarnazzzi
1800 days ago
|
|
I agree. The challenging part of coding is converting domain knowledge into correct code. An AI has no high-level understanding of the domain and desired solution. It just guesses at what you might want and glosses over all the edge cases and exceptions that actually need to be considered and resolved. The issues that only come to light after a real intelligence studies the problem, and works through correct steps to implement a solution. It's an iterative process, because the solution is arrived at only after attempting a solution, learning what you don't know or haven't considered about the problem, then resolving those ambiguities, and producing a revised and more correct solution. When responsible programmers realize that they don't know what they don't know, they ask questions and apply the answers. AI never realizes when it makes mistakes because it has no domain knowledge. It just pulls a best guess out it's ass and says, "Here you go. Check my work." |
|