Comment by alach11

2 years ago

I’m not. I’ve been using OpenAI’s API a lot for work and it’s made tasks easy that would previously have been very challenging. Some examples:

- Embedding free text data on safety observations, clustering them together, using text completion to automatically label the clusters, and identifying trends

- Embedding free text data on equipment failures. Some of our equipment failures have been classified manually by humans into various categories. I use the embeddings to train a model to predict those categories for uncategorized failures.

- Analyzing employee development goals and locating common themes. Then using this to identify where there are gaps we can fill in training offerings.