Hacker News new | ask | show | jobs
by o11c 618 days ago
> using an LLM to reverse a string.

  Input: Please reverse the string "Dlrow, Olleh!"
  Output (chatgpt): Sure! The reversed string is "!helleO ,worldD"
  Output (liquid): The reversed string is "!ehT, Llord!"
  Output (llama): The reversed string is "Hellol, Wlod."
  Output (phi): The reversed string of "Dlrow, Olleh!" is "!HoleL ,owrdL" or "Hello, World!" backwards.
  Output (qwen): The reversed string of "Dlrow, Olleh!" is "!hlelo ,wolrD".
Honestly some of them are doing better than I expected.