Quote from: RE on May 14, 2025, 06:05 PMQuote from: K-Dog on May 14, 2025, 02:36 PMIt seems to me a guy could make serious bank right now doing that. Businesses do not know how to do it themselves.
Well then, make a biz card and drop in on some local biz you could write some AI app to improve their biz, explain how it will improve proffits and bill them @ $200/hr. Call it K9-AI. You can quit stocking shelves.
RE
Yeahhhhhhh,

This is an image, it runs in another window on my browser.
I just accomplished this within the last hour, It is the result of so much effort I won't get into it. But it mixes python php javascript code on a local web page that talks to a local server which runs a large language model. I can switch the running model in and out. Interesting to watch the personality of the responses change. Nothing uses the web, (but I could not have built this without the web).
The leading edge of tech is referred to by those who actually are involved in the work as the bleeding edge. I said I won't get into it, but it is like Columbus landing on Hispaniola for me. The concept is simple. The language model is considered to be a bad student who has a cheat sheet. In this case the entire Doomstead codebase has been placed into a vector database. The Question is first sent to this database where semantic matches are made and returned. This data becomes the cheat sheet which is then presented to the llm along with the original question, and like a cheating student the llm which knows nothing of the Doomstead codebase can answer the question.
Easy as pie.

* RAG -- Retrieval Augmented Generation

A demo I ran across (and ran) uses a text 2000 lines long which is nothing but random facts about cats. A simple chat LLM uses this text to be an expert on cats. It may be fun to make an expert on doom and have people ask the doomstead questions. We be an oracle!