Hacker News new | ask | show | jobs
by sarkarghya 115 days ago
Honestly to use llms properly all you need to know is that it’s a next word (or action) prediction model and like all models increased entropy hurts it. Try to reduce entropy to get better results. Rest is just sugarcoated nonsense. To use llms properly you need a physics class.
2 comments

Which class? Or what subjects
And then some alignment, prompting structure, and task decomposition.
And praying that your desired output was embedded into the training data that was used to generate the model.