Comment Re:If all of AI went away today (Score 1) 149
No. Like any software, AI requires maintenance, and that maintenance costs money, lots of money.
It does not. Models need nothing more than the storage of some gigs of weights, and a GPU capable of running them.
If you mean "the information goes stale", one, that doesn't happen at all with RAG. And two, updating information with a finetune or even LORA is not a resource-intense task. It's making new foundations that is immensely resource intensive.
Can you integrate it into your products and work flow?
Yes, with precisely the difficulty level of any other API.
Can you train it on your own data?
With much less difficulty than trying to do that with a closed model.