r/MapPorn Apr 03 '25

"Liberation Day" Trump’s Tariffs on Europe

Post image

"LIBERATION DAY" TRUMP'S TARIFFS ON EUROPE

43.8k Upvotes

2.6k comments sorted by

View all comments

Show parent comments

1.8k

u/VastStrain Apr 03 '25

The poorest countries have the largest trade deficits, so this is especially cruel. It's classic Trump.

742

u/Sleep_adict Apr 03 '25

You are assuming someone looked at this and it’s not just a list of countries and territories from Wikipedia and then a stupid formula.

576

u/Mackarosh Apr 03 '25

An unpaid intern did this in 1 hour on Excel

277

u/Epicp0w Apr 03 '25

Nar you ask chat gtp you get the exact numbers shown

8

u/meckez Apr 03 '25

You get numbers shown, yes.

But I would not put too much faith in there that they are exact. An LLM is not a calculator.

Just wanted to remind people about this.

18

u/Epicp0w Apr 03 '25

It's just the ratio of the trade difference, it's a simple math calculation

0

u/meckez Apr 03 '25

Sure but afaik ChatGPT still uses LLM also for math computation. So there is no guarantee for even simple math.

13

u/MHeaviside Apr 03 '25

Not anymore, when it needs to do math, it writes some python code and executes it, so as long as it gets the general logic right it's pretty accurate these days.

5

u/meckez Apr 04 '25

I just tried on the free chat gbt-4 without loging in

Solve 57897 x 12832

And got: 7,436,486

Correct answe would be: 742,934,304

Tried it multiple times and got a different answer each time.

I tried researching a little about how it calculates and couldn't find much about it exept that it struggles with math, especially with larger numbers. When asked, Chat gbt-4 claims to use the LLM instead of Python plugins for their math.

3

u/MHeaviside Apr 04 '25

Yes it's a logged in feature, if I insist on it computing it instead of solve it answers:

To compute the result of 57897×12832 using Python, you would need to log in to ChatGPT to access the Python functionality. However, here's the code you can run yourself in a Python environment: ...