It has become apparent, in case we didn't know already, that our friends in the north, in their unhealthy obsession
with 'ever onwards, ever upwards' have been distinctly remiss with regard to bugs in rather basic,
central features of the IDE we know and love-to-hate . . .
It would be sad if these bugs continue to be a feature of OXT.
Yes, and these are the bugs we know about.
How many more lie undiscovered?
I was reading through this forum. Backtracking really, just to see if there was anything that I'd not yet read.
I was reading the experiments that had been done with openai. Can it possibly not only be taught to write xtalk code, but can it be used to debug existing code?
So my next question is, can it debug all the source code and find things that aren't working?
Could it even rewrite the engine, updating libraries and fixing vulnerabilities?
tperry2x wrote: ↑Thu Apr 27, 2023 8:33 pm
Yes, and these are the bugs we know about.
How many more lie undiscovered?
Ever read OS CVE lists?
I was reading the experiments that had been done with openai. Can it possibly not only be taught to write xtalk code, but can it be used to debug existing code?
So my next question is, can it debug all the source code and find things that aren't working?
Could it even rewrite the engine, updating libraries and fixing vulnerabilities?
Doubtful. Generative "AI" is basically caffeinated autocomplete. It's usually good at mimicking how a human would write, but literally doesn't understand a single word it writes.
For debugging inspiration see Clang. The guidance it offers from analyzing the full execution context is brilliant.