• Rikudou_Sage@lemmings.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    5 months ago

    That would be currently possible with a combination of AI and standard computing.

    1. Have a camera on all the places you store food, let AI analyze it to tell you what’s missing.
    2. Do some standard web scraping for prices.
    3. Use some clever algorithm to calculate the route (might not be always optimal, but there are some good algorithms for the travelling salesman problem).
    4. Let a LLM write some bullshit around the data to appear human.
    5. ???
    6. Profit
    • McWizard@feddit.de
      link
      fedilink
      arrow-up
      0
      ·
      5 months ago

      You don’t need a clever algorithm for #3. You’ll likely only have 4-5 potential targets. You can brute force that in reasonable time.