logoalt Hacker News

kouru225yesterday at 10:26 PM2 repliesview on HN

The fact that machine learning can learn highly detailed patterns is the very reason why AI is so useful. So what you’re saying doesn’t really make much sense


Replies

lelanthranyesterday at 10:44 PM

> The fact that machine learning can learn highly detailed patterns is the very reason why AI is so useful.

AI doesn't deal with reality, it deals with tokens. This is why all those vibe-coded harnesses, little more than glue between various text IO interfaces, are several hundreds of thousands of source lines of code.

It's why a SOTA model took 100kSLoK to write a C compiler to compile one specific project.

It's why, when I asked for a simple markdown -> ansi escape codes converter (for terminal output) in Python, SOTA Claude and SOTA ChatGPT both give me +- 150 SLoC when my own LUT-based version came to under 10 lines of code + a LUT.

Reality has a surprising amount of detail, but LLMs don't exist in reality, they exist in a virtual world made up off tokens.

show 1 reply
darigyesterday at 10:45 PM

[dead]