Some people believe the human mind is a finite state machine, making references to the Bekenstein bound. I've read that Turing himself imagined the human as FSM with unbounded paper to construct the turing machine.
However, FSMs cannot recognize this simple language: {0^n 1^n| n ≥ 0}. It's obvious that a human could easily recognize this language, so isn't it the case that humans are not FSMs?
-Edit-
It's true that I cannot simply count the number of 0's or 1's because that requires unbounded memory. However, if somebody presents to me this input, I can easily skip to the middle and begin counting pairs of 0/1s.