you are viewing a single comment's thread
view the rest of the comments
[–] 38 points 2 years ago (5 children)

Inefficient solution.

You should simplify it to just ask the model if the last bit of the binary representation of the integer is a 1 or a 0.

  • source
  • hideshow 5 child comments
  • [–] 6 points 2 years ago (4 children)

    They don't process inputs as binary (they use clusters of symbols, i.e. letter groups) so that's not guaranteed to work

  • source
  • parent
  • hideshow 4 child comments
  • [–] 0 points 2 years ago (2 children)
  • [–] 5 points 2 years ago (1 child)

    I did realize that too was a joke, still wanted to point that out

  • source
  • parent
  • hideshow 1 child comment
  • [–] 0 points 2 years ago

    Well, in the sake of pointing things out, GPT-4 can actually correctly answer the prompt, because it arrives at it in the opposite direction. It can tell the integer is even or odd and knows that even or odd integers in binary end in 0 or 1 respectively.

  • source
  • parent