Hacker News new | ask | show | jobs
by dukky 3460 days ago
Counterexample: an AI can give you a full stacktrace and memory dump or allow you to attach a debugger when it makes an error.
1 comments

What system can do that?
A program running on the JVM could do any of those three, I meant more in general that the exact state of a computer program can be seen in terms of memory, while the human brain is still more of a black box (perhaps this will change in the future?)
Yes, but what AI running on the JVM produces a meaningful stacktrace? Neural net based AI can't do that as far as I know.