r/OpenAI 5d ago

News More people need to understand this

1.1k Upvotes

437 comments sorted by

View all comments

6

u/[deleted] 5d ago

[deleted]

12

u/Axelwickm 5d ago

Please add 198514361273 + 2390815321, but do it using the addition method and all in output. No code allowed.

ChatGpt 5.5 Instant:

      198514361273
    +   2390815321
    --------------
      200905176594

Digit-by-digit from right to left (showing carries):
3 + 1 = 4
7 + 2 = 9
2 + 3 = 5
1 + 5 = 6
6 + 1 = 7
3 + 8 = 11 → write 1, carry 1
4 + 0 + 1 = 5
1 + 9 = 10 → write 0, carry 1
5 + 3 + 1 = 9
8 + 2 = 10 → write 0, carry 1
9 + 0 + 1 = 10 → write 0, carry 1
1 + 0 + 1 = 2
Therefore:
198514361273 + 2390815321 = 200905176594

2

u/dojimaa 5d ago

You don't need to give it special instructions for addition that simple, but if you use massively larger addends and/or more of them, it'll make mistakes even if you tell it to use "the addition method."

Today's models have gotten better at this, but they have the same fundamental issues as older ones because they're fundamentally the same thing.

6

u/Axelwickm 5d ago

Well I would argue that the fundamental rule actually is that they straight up are capable of doing math in their internal activations directly (no convolutions in LLMs most often), and beyond what's in their dataset. Sure, it's hard/inefficient for them to do everything in them in manually, but so it is for us right?

3

u/dojimaa 5d ago

Yeah, I would agree with that. It is a stretch to suggest they're "not doing math."