I’ve been slaving away all day at developing a really complex sorting algorithm for my task-management app. It would probably be easier if I understood Javascript well enough to just build it as a plugin, but I don’t.
Anyways I had an idea: could I possibly integrate AI to handle this for me?
How I’m imagining it to work:
- I give the AI a list of basic instructions for how the algorithm should work.
- Whenever a user of my app creates, updates, or deletes task data, it sends this information over to the AI.
- The AI uses the algorithm to update the database for the task so that it has a priority rating and recommended date, etc.
I know very little about AI and also not much about API with Bubble in general, so some direction would be awesome if anyone has ideas.