Open Menu
AllLocalCommunitiesAbout
lotide
AllLocalCommunitiesAbout
Login

My thousand dollar iPhone can't do math

⁨90⁩ ⁨likes⁩

Submitted ⁨⁨2⁩ ⁨weeks⁩ ago⁩ by ⁨Ananasdoener@feddit.org⁩ to ⁨technology@lemmy.world⁩

https://journal.rafaelcosta.me/my-thousand-dollar-iphone-cant-do-math/

source

Comments

Sort:hotnewtop
  • Lumidaub@feddit.org ⁨2⁩ ⁨weeks⁩ ago

    tl;dr: because of LLM’s.

    source
    • jj4211@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

      Certainly his use of LLM was stupidly egregious, but he found that even by those standards the math results underpinning the LLM were way off.

      source
  • mech@feddit.org ⁨2⁩ ⁨weeks⁩ ago

    The core functionality is simple:

    Automatically, upon each payment, add the expense to my app
    Update an Apple Watch complication with the % of my monthly budget spent
    Categorize the purchase for later analysis

    Can someone enlighten me? I don’t understand why you need AI for this in the first place.

    source
    • panda_abyss@lemmy.ca ⁨2⁩ ⁨weeks⁩ ago

      Reading the payment and turning it into structured data

      source
      • CmdrShepard49@sh.itjust.works ⁨2⁩ ⁨weeks⁩ ago

        Dozens of apps and services do that already and and have for years before AI existed.

        source
        • -> View More Comments
  • Alwaysnownevernotme@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

    You guys know the joke about how pets and their owners start to resemble each other?

    source
  • Coolcoder360@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

    I went with quantized Gemma

    Well, was it quantized in a way that iphone 16 supports?

    Often it’s the quantization where things break down, and the hardware needs to support the quantization, can’t run FP16 on int8 hardware… And sometimes the act of quantization can cause problems too.

    And yeah, LLMs are likely going to be very hit or miss anyway.

    source
  • Treczoks@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

    He combines LLMs with numbers and wonders why this does not work? Under which rock does he live?

    source
    • festus@lemmy.ca ⁨2⁩ ⁨weeks⁩ ago

      I think you missed the point of his post. His issue is that the numeric operations the phone executes to run the LLM is producing garbage. Arguably this could break all kinds of neural networks, such as voice transcription. He’s not complaining that the LLMs are themselves unable to properly perform math.

      source
      • Morphit@feddit.uk ⁨2⁩ ⁨weeks⁩ ago

        He also had it work on a Mac, an iPhone 15 and an iPhone 17. Only his iPhone 16 got the internal LLM state wrong. It’d be interesting to know how a failure like that happens. Presumably most iPhone 16s have a working NPU. Apple would surely want to get to the bottom of this but I doubt they would be open about their findings. Maybe they do know but the solution is ‘buy new iPhone’.

        source
    • bleistift2@sopuli.xyz ⁨2⁩ ⁨weeks⁩ ago

      I wish you better luck the next time you try to read.

      source
    • partial_accumen@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

      Under which rock does he live?

      Under the rock where reading comprehension exists apparently.

      Where he was prompting for “What is 2+2?” to the LLMs, the actual answer was immaterial. At that step he was comparing two systems and simply needed a static question to give both system to compare the internal processes to determine why they arrived at different outputs (or a what appeared to be race condition/infinite loop for one) when the result should be identical to both irrespective of how right or wrong the answer is to the prompt. The LLM answer from the LLM could have been “ham sandwich” and it still would have served his purposes.

      source
  • Arcane2077@sh.itjust.works ⁨2⁩ ⁨weeks⁩ ago

    I wonder if this hardware issue is specific to HIS iphone 16 pro max, or ALL iphone 16 (pro, max)s

    source
    • First_Thunder@lemmy.zip ⁨2⁩ ⁨weeks⁩ ago

      Given he apparently found a bunch of forum posts of people complaining about erratic behaviour

      source
      • tal@lemmy.today ⁨2⁩ ⁨weeks⁩ ago

        Might be helpful to have a reproducible test case for it.

        source