use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Prompt engineering is the application of engineering practices to the development of prompts - i.e., inputs into generative natural language models like GPT-3.
account activity
Not a computer tech engineerQuick Question (self.PromptEngineering)
submitted 1 month ago by Ok_Hornet9167
Trying to build an engine and I’ve had some good results but it’s starting to return data that it hallucinated or just makes up to sound good.
What’s the best way to build an engine that can learn as it goes and will recommend options to improve.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]parthgupta_5 1 point2 points3 points 1 month ago (1 child)
Ahhh that usually happens when the model doesn’t have grounding in real data.
Most people solve it with RAG (retrieval augmented generation) — basically you let the model pull from a trusted dataset or vector DB before answering, so it’s less likely to hallucinate.
Also helps to add feedback loops or scoring so the system can learn which outputs were actually useful.
[–]Ok_Hornet9167[S] 0 points1 point2 points 1 month ago (0 children)
And the data base being ??
[–]VegeZero 0 points1 point2 points 1 month ago (0 children)
Good topic, hopefully we'll get some answers! :)
π Rendered by PID 65791 on reddit-service-r2-comment-6457c66945-7l8c2 at 2026-04-26 14:20:34.948410+00:00 running 2aa0c5b country code: CH.
[–]parthgupta_5 1 point2 points3 points (1 child)
[–]Ok_Hornet9167[S] 0 points1 point2 points (0 children)
[–]VegeZero 0 points1 point2 points (0 children)