Yes, LLMs are excellent at correlations. I remember learning C. It was frustrating not understanding the difference between a pointer and a buffer. I actually had a mostly working app that did this all over. After I learned that pointers actually needed to "point" to something, things started working. Then was the slow memory leak. That was an absolute killer. It took a while to understand how to use malloc() and free() properly. The worst, though were the insidious bugs Microsoft had in the compiler.
Yes, LLMs are excellent at correlations. I remember learning C. It was frustrating not understanding the difference between a pointer and a buffer. I actually had a mostly working app that did this all over. After I learned that pointers actually needed to "point" to something, things started working. Then was the slow memory leak. That was an absolute killer. It took a while to understand how to use malloc() and free() properly. The worst, though were the insidious bugs Microsoft had in the compiler.
(post is archived)