Comment Re:Good (Score 1) 109
OK, which particular aspect of the LLM learning do you think doesn't exist in the human brain? Backprop exists (and the other training methods the brain uses has similar effects), embeddings more or less exists and seems to be very similar to the LLM embeddings (shown by brain activation in various areas linearly matching with embeddings) - see e.g. High-level visual representations in the human brain are aligned with large language models (Adrien Doerig et al, 2025), and speech/text generation by humans has similar error patterns as for LLMs.
They obviously don't learn in the EXACT same way, but there's also clearly a lot of bits that are the same, and I'm fairly sure nobody knows how much is similar yet, particularly not weighted by importance.