Live data from Hacker News

GPT-4.5 or GPT-5 being tested on LMSYS?

rentry.co

11–20 of 380 posts

Re: GPT-4.5 or GPT-5 being tested on LMSYS?

#13
Still gives incorrect code to the following prompt - the description is correct but not the code. I have yet to find one LLM that gives the correct code. This is the prompt:

“Write C code to calculate the sum of matrix elements below the secondary diagonal.“

Re: GPT-4.5 or GPT-5 being tested on LMSYS?

#16
Prompt to gpt2-chatbot: who are you? and which version?

Answer: Hello! I'm ChatGPT, a language model developed by OpenAI based on the GPT-4 architecture. I'm here to help answer your questions, assist with a wide range of topics, or just chat about whatever's on your mind! How can I assist you today?

Re: GPT-4.5 or GPT-5 being tested on LMSYS?

#19
Prompt: code up an analog clock in html/js/css. make sure the clock is ticking exactly on the second change. second hand red. other hands black. all 12 hours marked with numbers.

ChatGPT-4 Results: https://jsbin.com/giyurulajo/edit?html,css,js,output

GPT2-Chatbot Results: https://jsbin.com/dacenalala/2/edit?html,css,js,output

Claude3 Opus Results: https://jsbin.com/yifarinobo/edit?html,css,js,output

None is correct. Styling is off in all, each in a different way. And all made the mistake of not ticking when second actually changes

Re: GPT-4.5 or GPT-5 being tested on LMSYS?

#20
post #13

Still gives incorrect code to the following prompt - the description is correct but not the code. I have yet to find one LLM that gives the correct code. This is the prompt: “Write C code to calculate the sum of matrix elements below the secondary diagonal.“

This feels as much likely to be a prompt problem as a 'bad answer from a model' problem.
Post reply on HN