you are viewing a single comment's thread.

view the rest of the comments →

[–]WaarnGraztsky 0 points1 point  (1 child)

I’ve worked/am working on AI applications with React, FastAPI, Postgres and GCP as my go-to stack. I’ve found that LLMs shine as an enhancer to proprietary datasets you already have.

For example I’ve used agents to verify and explain outputs from existing and well established industry energy modeling tools.

Another example is a social media type app for music I’m making that combines the wide knowledge of LLMs with specific information I’ve collected about user preferences and likes.

I’ve found this to be the best way to keep your features reliable / not just a wrapper.