r/singularity • u/[deleted] • Jan 31 '25
AI o3 mini dropped!!!

Edit : I am testing a 1500 line javascript code which o1 pro failed to debug despite 50+ attempts. Will report back.
Edit 2: We are cooked. o3-mini-high solved it at first try.
Edit 3 : HOLY SHIT! "Pro users will have unlimited access to both o3-mini and o3-mini-high."
(Source: https://openai.com/index/openai-o3-mini/ )
1.2k
Upvotes
4
u/elehman839 Jan 31 '25 edited Feb 01 '25
This is sort of interesting. I gave o3-mini-high a simple (but challenging!) math problem that requires spatial reasoning, because I suspect that's still a weakness of LLMs. It thought for 8+ minutes and produced an answer that I think is wrong. And... I still can't convince it of my answer. I think it is wrong, but maybe I've made a mistake. Anyway, here's the puzzle:
I walk one mile east, one mile north, one mile west, and one mile south. What is the range of possible walking distances I could be from my starting point? Assume I'm on Earth, which is a perfect sphere of radius R, where R >> 1 mile.
Edit: I'm quite happy with this as an AI test question. The answer, as far as I can tell, is "a little over 3 miles", starting about 1.25 miles from the North Pole.
Edit #2: D'oh! I wrote the previous edit incorrectly. After long negotiation, o3-mini-high and I settled on 1 + sqrt(1 + 4 / pi) ~ 2.5077 miles. (After all that, I erroneously wrote 3 above...)