• fine_sandy_bottom
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    3 days ago

    If I’m brutally honest, I don’t find these use cases very compelling.

    Separate fields for addresses could be easily solved without an LLM. The only reason there isn’t already a common solution is that it just isn’t that much of a problem.

    Data ingestion from email will never be as efficient and accurate as simply having a customer fill out a form directly.

    These things might make someone mildly more efficient at their job, but given the resources required for LLMs is it really worth it?

    • Hexarei@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      3 days ago

      Well, the address one was an example. Smart paste is useful for more than just addresses - Think non-standard data formats where a customer provided janky data and it needs wrangling. Happens often enough and with unique enough data that an LLM is going to be better than a bespoke algo.

      The email one though? We absolutely have dedicated forms, but that doesn’t stop end users from sending emails to our customer anyway - The email ingestion via LLM is so our customer can just have their front desk folks forward the email in and have it make a best guess to save some time. When the customer is a huge shop that handles thousands of incoming jobs per day, the small value adds here and there add up to quite the savings for them (and thus, value we offer).

      Given we run the LLMs on low power machines in-house … Yeah they’re worth it.

      • fine_sandy_bottom
        link
        fedilink
        arrow-up
        2
        ·
        3 days ago

        Yeah, still not convinced.

        I work in a field which is not dissimilar. Teaching customers to email you their requirements so your LLM can have a go at filling out the form just seems ludicrous to me.

        Additionally, the models you’re using require stupid amounts of power to produce so that you can run them on low power machines.

        Anyhow, neither of us is going to change our minds without actual data which neither of us have. Who knows, a decade from now I might be forwarding client emails to an LLM so it can fill out a form for me, at which time I’ll know I was wrong.