logoalt Hacker News

askonommtoday at 1:52 PM1 replyview on HN

I find great success in not relying on LLM's built-in knowledge, but giving it links to necessary docs/manuals and have it read that before doing anything.


Replies

embedding-shapetoday at 2:15 PM

Also, add "no assumptions or guesses" and if you use a model with really strong prompt adherence (most SOTA models), they'll figure out the right version first, then look up docs, then implement.