Help deciding on AI implementation
Help deciding on AI implementation

Help deciding on AI implementation

Hi. Hopefully the right place!

I'm creating a SaaS and one of the key features needs to involve some ai. I am a backend engineers and new to AI apart from pestering chatgpt daily.

The requirements are: I need to be able to feed json data into a model, along with some instructions via a prompt, and have the ai return the changed json based on the prompt. NLPs could help identify things from the prompt like the entities needed to be changed, the action needed to be taken etc, but I'm unsure how to approach the problem.

As a basic example, the data could be { "itemCount": 10 } and the prompt could be increment count by 5 and the ai should return { "itemCount": 15 }

Is this something that already exists? I'm not even sure what to google. I'm assuming I'd need a custom solution but anyone got any recommendations?

submitted by /u/BscBryan
[link] [comments]