this is hard to believe.... but true :(
array sort in JavaScript is handling numeric values as STRINGS!
[2,13,54].sort()
> [13, 2, 54]
this is hard to believe.... but true :(
array sort in JavaScript is handling numeric values as STRINGS!
[2,13,54].sort()
> [13, 2, 54]
1960s chatbot ELIZA beat OpenAI’s GPT-3.5 in a recent Turing test study | Ars Technica
In a preprint research paper titled "Does GPT-4 Pass the Turing Test?", two researchers from UC San Diego pitted OpenAI's GPT-4 AI language model against human participants, GPT-3.5, and ELIZA to see which could trick participants into thinking it was human with the greatest success.
Eliza, a chatbot therapist (//web.njit.edu/~ronkowit/eliza.html)
ELIZA is an early natural language processing computer program created from 1964 to 1967[1] at MIT by Joseph Weizenbaum