Re: OpenGL - One of eight simple box drawings disappears ...

John Ames <[email protected]> Mon, 24 Mar 2025 14:05:04 -0700
Newsgroups alt.comp.os.windows-xp,alt.windows7.general,comp.os.ms-windows.programmer.win32
Organization A noiseless patient Spider
Message-ID <[email protected]>
On Mon, 24 Mar 2025 16:13:28 -0400
Paul <[email protected]> wrote:

> Your programming style is linear, and the AI should have no trouble
> whatsoever, with the analysis.

What an LLM does cannot be meaningfully described as "analysis" in a
programming sense (it hardly even qualifies in general, except in the
most strictly literal sense.) It is stringing words together in a
probabilistic manner according to what it has been "trained" (another
very conveniently overloaded term that implies a level of understanding
which is *not* happening) to regard as statistically likely. It does
not fundamentally *understand* even the syntactic rules of programming
languages, let alone anything about the *function* of code it's fed or
code it generates. Turning to it for advice on programming is worse
than useless.