Samsung is working on a new AI experience for its devices that will help you use your phone without ever accessing the Settings menu.

  • d00ery@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    16 hours ago

    I totally agree with you.

    However there is one smart feature Samsung has that I like. The screen brightness auto adjusts based on the ambient light, but if I change that automatic brightness (I prefer the screen darker) it will remember that and consistently adjust the brightness.

    I’m not sure it’s really an AI feature…

    Take the ambient light level (lux).
    Set brightness to 5.
    Log that the user has made it 1 level or 10% darker.
    Next time it senses the same lux level, set the brightness 1 level lower

      • d00ery@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        15 hours ago

        Well shucks, I guess Samsung lied to me! I see adaptive brightness was released as part of Android Pie in 2018.

        Yeah, I was thinking it could be machine learning in that it takes the average of all your changes over time and the different ambient light levels.

        But deffo no need for neural networks.

        • JackbyDev@programming.dev
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 hour ago

          If we’re very generous with definitions it’s like a threeish neuron neutral network. Camera outputs might level. It’s very similar to an optic nerve. Idk. It makes sense in my head. But again, very generous with definitions.

        • snooggums@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          15 hours ago

          Nope, I’ll bet it is like five IF statements and the best part is that it is consistent!

          • d00ery@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            ·
            edit-2
            15 hours ago

            So I was trying to think how I’d implement it, and I agree if it’s simple then it really only needs to set the brightness level once, then remember if the user adjusts it, and reuse that adjustment for every lux reading.

            Hence the example I gave:

            Take the ambient light level (lux).
            Set brightness to 5.
            Log that the user has made it 1 level or 10% darker.
            Next time it senses the same lux level, set the brightness 1 level lower

    • snooggums@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      15 hours ago

      That is just a simple algorithm that uses .000001% processing power. I’m sure they will turn it into an AL feature that takes 2% power and is always slightly off of what I want it to be.