As an Unreal game dev what I’ve wanted to remake in QT is the Epic Games Launcher.
I think Epic may be underway on this now but if you did a good enough job I feel like there may still be a window to pitch them on acquiring your work.
You will still get hallucinations. With RAG you use the vectors to aid in finding things that are relevant, and then you typically also have the raw text data stored as well. This allows you to theoretically have LLM outputs grounded in the truth of the documents. Depending on implementation, you can also make the LLM cite the sources (filename, chunk, etc).
The approach that has worked for us in production is correction during generation, not after.
The model verifies its output against the rules in the prompt as it generates and corrects itself within the same API call — no retries, no external validator. If there are still failures the model cannot fix at runtime, those are explicitly flagged instead of silently producing wrong output.
This does not mean hallucinations are completely solved. It turns them into a measurable engineering problem. You know your error rate, you know which outputs failed, and you can drive that rate down over time with better rules. The system can also self-learn and self-improve over time to deliver better accuracy.
I think generally, SFT is like giving the LLM increased intuition in specific areas. If you combine this with RAG, it should improve the performance or accuracy. Sort of like being a lawyer and knowing something is against the law by intuition, but needing the library to cite a specific case or statute as to why.
Absolutely not sounds like a be careful what you wish for Black Mirror episode where you wake up trapped in some simulation you can’t break free from but it’s ok because you signed on the dotted line to donate your mind and body to science.
Ha funny I had a similar idea I was calling ‘GameFlock’ but game date is much better.
To the creators I think there is something here worth continuing to push and try to find traction. As a game developer this is just a matchmaking algorithm with a week to month long wait time :)
My plan was to try to prime the pump with a few popular games and reaching out to existing communities to make them aware and possibly help organize the software/tools to help onboard new players.
For example Ultima Online has Outlands. Tribes2 has a popular discord that arranges matches. I imagine WoW classic and I know C&C Generals have active communities on Discord and I think they’d be willing to work with you to help prime the pump.
Then once you’ve got that critical mass of usage hope that players will participate in other games outside their main passion to make other game dates a success.
https://youtu.be/IYpO3EbvMK4?si=n70N7hi8v29NiZvr
reply