8

I'm going to give a talk, and I'm preparing the material. The purpose of the conversation is to convince companies in my region that it is possible to apply artificial intelligence in solving everyday business problems.

I would like some examples to be able to present, and so I came here to ask

Have you used artificial intelligence to solve a problem at work? What kind of problem?

nbro
  • 39,006
  • 12
  • 98
  • 176

2 Answers2

3

This is an interesting question in that it addresses how AI becomes a part of our mundane existence.

@JadenTravnik's pithy comment is quite correct--spam filtering is a form of AI that that it so fundamental to the information eco system that it has become nearly invisible.

It's useful to be able to define what we mean by Artificial (or Algorithmic) Intelligence, and to distinguish it from computation in general. A fundamental distinction is that AI makes decisions as opposed to merely crunching numbers.

My feeling is that applied AI is still a very specialized field, so that people using it dynamically to solve problems at work today are those who work in the field of AI, as opposed to workers in general.

You may find this related question useful: Is AI programming useful in everyday programs?

This may change in the future, where a type of expert system, for instance, could assist a worker by presenting it's own analysis and conclusions on a decision problem. But in most office settings, that type of reasoning is still the domain of humans.

My advice would be to continue on Jaden's track, looking for examples of where AI underlies everyday functions.

DukeZhou
  • 6,237
  • 5
  • 25
  • 53
3

Artificial intelligence can be used to solve many real-world problems. For example, you can use data mining or AI algorithms

  • to create a detection system for anti-money laundering
  • to understand the reason why many customers are closing their accounts
  • to help prevent customer churn of particular products

You do not need to implement an AGI in order to solve real-world problems.

nbro
  • 39,006
  • 12
  • 98
  • 176
Steve Okay
  • 136
  • 7