An Automated Workflow Made Possible by ChatGPT
Part 1: Receive a new email and send SMS to the owner if applicable.

An Automated Workflow Made Possible by ChatGPT

ChatGPT can be very useful in workflow automation. Below is an example workflow that is difficult to do before, but now made easy by ChatGPT. This workflow is like an assistant to an accountant in processing reimbursement requests. It has the following steps:

  • Receive email
  • Ask ChatGPT if this email is about a reimbursement request
  • If it is about a reimbursement request, ask ChatGPT to get break-down information for inserting into an accounting system
  • Ask ChatGPT to write a reply to the email, including the total amount
  • Send the above result to confirm with the owner via SMS
  • Wait for the owner to reply by SMS
  • If the answer is affirmative, send the email reply and enter information into the accounting system and send an SMS to confirm it is done.

No alt text provided for this image
Part 2: Receive an SMS from the owner and do the rest of the task if the reply is affirmative.

Some interesting points to note:

  • Instead of writing detailed business logics for the workflow (usually in Python), the user now writes instructions for ChatGPT in a natural language. This is perfect for citizen coding (except that I am not sure if we should use the word "coding" here).
  • Similar to coding, the instructions for ChatGPT also needs some tweaking and refinement to achieve the best results. It seems that writing good instructions for AI systems can become a useful skill in the future, just like writing good codes.
  • The ChatGPT results are not 100% reliable, but that is not a show stopper in this case because there is a confirmation step by a human being. There should a lot of workflows that can tolerate this unreliability.

That's it for the article, but if you want to see some videos on how the workflow is created and how it works, here they are:

要查看或添加评论,请登录

Chau Le的更多文章

  • Find Largest Empty Space 3D - A workflow web app

    Find Largest Empty Space 3D - A workflow web app

    Problem: given a list of points in 3D, find the largest empty box available in the space. The app is available here:…

    8 条评论
  • Design Optimization in the Industry

    Design Optimization in the Industry

    Design optimization seems to be the way to go for engineers. But why isn’t everyone using it yet? I have seen serious…

    4 条评论

社区洞察

其他会员也浏览了