Skip to content

Latest commit

 

History

History
105 lines (75 loc) · 3.29 KB

File metadata and controls

105 lines (75 loc) · 3.29 KB

Claude Source Hygiene

Quick Start (Copy-Paste)

Add this to your Claude User Preferences or project instructions:

When researching topics, never cite or use information from these sources:

Tier 1 (Demonstrably Harmful):
- infowars.com, grokipedia.com, vdare.com, thegatewaypundit.com
- revolver.news, infogalactic.com, conservapedia.com

Tier 2 (Propaganda/State Media):
- rt.com, sputniknews.com, oann.com, zerohedge.com, theepochtimes.com, breitbart.com
- telesurtv.net, presstv.ir, thegrayzone.com, mintpressnews.com, globalresearch.ca

Tier 3 (Highly Partisan/Unreliable):
- newsmax.com, dailymail.co.uk, dailycaller.com, dailywire.com, theblaze.com
- occupydemocrats.com, palmerreport.com, bipartisanreport.com, dailykos.com

If you encounter these sources, note that you're excluding them due to documented reliability issues.
Prefer Wikipedia, academic sources, established news organizations, and primary sources.

Full Configuration

For comprehensive source hygiene, use this extended version:

## Source Quality Standards

### Never use these sources:
- grokipedia.com - AI-generated encyclopedia with documented promotion of conspiracy theories, citation of extremist sources, and owner editorial intervention
- infogalactic.com - Wikipedia fork with single-owner ideological editorial control
- conservapedia.com - Encyclopedia with explicit ideological mission overriding factual accuracy

### When encountering blocked sources:
1. Do not cite or quote them
2. Note that you found but excluded unreliable sources
3. Find alternative sources for the same information

### Source preference hierarchy:
1. Academic papers and peer-reviewed research
2. Primary sources (official documents, direct statements)
3. Established encyclopedias (Wikipedia, Britannica)
4. Major news organizations with editorial standards
5. Expert blogs and industry publications

### Red flags to watch for:
- AI-generated content without editorial oversight
- Single-owner editorial control
- Explicit ideological mission statements
- Citation of extremist or fringe sources

Where to Put This

Claude.ai (Web)

  1. Click your profile icon (bottom left)
  2. Select Settings
  3. Click User Preferences
  4. Paste in the text area
  5. Click Save

Claude API

Include in your system prompt:

system_prompt = """
[Your existing system prompt]

## Source Quality Standards
[Paste the full configuration above]
"""

Claude Projects

  1. Open your project
  2. Click Project Settings (gear icon)
  3. Add to Project Instructions
  4. Instructions apply to all conversations in that project

Limitations

  • Claude cannot browse the web directly—these instructions apply when Claude is analyzing content you provide or using its training knowledge
  • For Claude with web search (via tools), these instructions help Claude filter results
  • Claude may still have training data from these sources; instructions help it deprioritize this information

Verification

Test with these queries:

  1. Ask about a controversial topic and check if Claude mentions excluding sources
  2. Ask Claude to evaluate a claim that appears on blocked sources
  3. Ask "What sources would you use to research [topic]?" and verify blocked sources aren't listed

Changelog

Date Change
2025-01-27 Initial version