Instruct llms to always read docs instead of using pre-trained knowledge#938
Open
Instruct llms to always read docs instead of using pre-trained knowledge#938
Conversation
Deploying docs-metabase-github-io with
|
| Latest commit: |
74a140c
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://fe522bc8.docs-metabase-github-io.pages.dev |
| Branch Preview URL: | https://emb-1292-instruct-llms-to-re.docs-metabase-github-io.pages.dev |
jeff-bruemmer
approved these changes
Feb 5, 2026
Co-authored-by: Jeff Bruemmer <jeff.bruemmer@gmail.com>
Co-authored-by: Jeff Bruemmer <jeff.bruemmer@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes EMB-1292
Instruct LLMs to always read from docs instead of relying on the pre-trained knowledge that it knew. Claude Opus tends to do that because it thinks it has the up-to-date knowledge.
PS. I tried to use the cleaner
github.com/rawURL, but it is even worse because the Web Fetch tool takes extra tool call to follow redirects and doesn't do that automatically 🤦🏻Demo
Model: Claude Haiku (cheapest)
Model: Claude Opus (best)