Narazil som na nesmierne zaujímavú diskusiu o výsostne aktuálnej téme — či je ešte potrebné štúdium základov počítačovej vedy v čase masívneho nasadzovania AI: AI tools are making me lose interest in CS fundamentals.

Časť jednej odpovede ma skutočne oslovila:

Knowing fundamentals gives you deeper intuition about the technology, at every layer. When compilers appeared, you no longer needed to understand assembly and registers. But knowing how assembly and registers actually work makes you better at C. When Python came along, low-level languages felt unnecessary. But understanding C’s memory management is what lets you understand Python’s limitations. Now LLMs write the implementation. LLMs abstract away the code. But knowing how algorithms work, even in a high-level language like Python, is exactly how you catch LLM mistakes and inefficiencies.

Stále platí: ak chceme nájsť „ghost in the shell“, musíme rozumieť tomu, ako ten stroj funguje. 🖖