HEX
Server: Apache/2.4.65 (Debian)
System: Linux srv39710 6.1.0-41-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.158-1 (2025-11-09) x86_64
User: root (0)
PHP: 8.4.11
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
Upload Files
File: /var/www/www-root/data/www/automoon.click/prompts-claude-sonnet.html
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Prompts for Claude 3.5 Sonnet: Complex Text Analysis & Processing</title>
    <style>
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            max-width: 900px;
            margin: 0 auto;
            padding: 20px;
            line-height: 1.6;
            color: #333;
            background: #f8f9fa;
        }
        header {
            padding: 20px 0;
            border-bottom: 2px solid #d4a017;
            margin-bottom: 30px;
            background: white;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        .logo {
            font-size: 28px;
            font-weight: bold;
            color: #d4a017;
            text-decoration: none;
            display: block;
            margin-bottom: 10px;
        }
        .back-link {
            color: #666;
            text-decoration: none;
            font-size: 14px;
            display: inline-block;
            margin-bottom: 15px;
        }
        .article-title {
            font-size: 36px;
            margin: 10px 0 20px;
            color: #2c3e50;
            line-height: 1.2;
        }
        .intro {
            background: linear-gradient(135deg, #fef3c7 0%, #fef9c3 100%);
            color: #78350f;
            padding: 25px;
            border-radius: 12px;
            margin: 25px 0;
            font-size: 18px;
            line-height: 1.5;
            border-left: 4px solid #d4a017;
        }
        h2 {
            margin: 40px 0 25px;
            color: #2c3e50;
            padding-bottom: 10px;
            border-bottom: 2px solid #eaeaea;
        }
        h3 {
            margin: 30px 0 20px;
            color: #d4a017;
        }
        p {
            margin-bottom: 20px;
            font-size: 16px;
        }
        .strength-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }
        .strength-card {
            background: white;
            border: 1px solid #e0e0e0;
            border-radius: 12px;
            padding: 25px;
            text-align: center;
            transition: all 0.3s ease;
            box-shadow: 0 3px 10px rgba(0,0,0,0.08);
        }
        .strength-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
            border-color: #d4a017;
        }
        .strength-icon {
            font-size: 32px;
            margin-bottom: 15px;
            color: #d4a017;
        }
        .strength-name {
            font-weight: bold;
            font-size: 18px;
            margin-bottom: 10px;
            color: #2c3e50;
        }
        .template-section {
            background: white;
            padding: 30px;
            border-radius: 12px;
            margin: 40px 0;
            box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        }
        .template-box {
            background: #fefce8;
            border-left: 4px solid #d4a017;
            border-radius: 8px;
            padding: 25px;
            margin: 20px 0;
            border: 1px solid #fde68a;
        }
        .template-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
        }
        .template-label {
            background: #d4a017;
            color: white;
            padding: 6px 15px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: bold;
        }
        .template-content {
            background: white;
            padding: 20px;
            border-radius: 8px;
            font-family: 'Courier New', monospace;
            white-space: pre-wrap;
            margin: 15px 0;
            border: 1px solid #eaeaea;
            font-size: 14px;
            line-height: 1.5;
            color: #333;
        }
        .copy-btn {
            background: #d4a017;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 6px;
            cursor: pointer;
            font-weight: bold;
            transition: background 0.3s;
        }
        .copy-btn:hover {
            background: #b88c14;
        }
        .use-case-section {
            background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
            padding: 30px;
            border-radius: 12px;
            margin: 30px 0;
            border-left: 4px solid #0ea5e9;
        }
        .use-case {
            margin-bottom: 25px;
            padding-bottom: 20px;
            border-bottom: 1px dashed #7dd3fc;
        }
        .case-number {
            background: #d4a017;
            color: white;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            margin-right: 15px;
        }
        .quick-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }
        .quick-card {
            background: white;
            border: 1px solid #e0e0e0;
            border-radius: 10px;
            padding: 25px;
            transition: all 0.3s ease;
            box-shadow: 0 3px 10px rgba(0,0,0,0.08);
        }
        .quick-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(0,0,0,0.12);
            border-color: #d4a017;
        }
        .quick-icon {
            font-size: 28px;
            margin-bottom: 15px;
            color: #d4a017;
        }
        .quick-title {
            font-weight: bold;
            font-size: 18px;
            margin-bottom: 10px;
            color: #2c3e50;
        }
        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            margin: 30px 0;
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 3px 10px rgba(0,0,0,0.08);
        }
        .comparison-table th {
            background: #d4a017;
            color: white;
            padding: 15px;
            text-align: left;
        }
        .comparison-table td {
            padding: 15px;
            border-bottom: 1px solid #eaeaea;
        }
        .comparison-table tr:hover {
            background: #fefce8;
        }
        .xml-guide {
            background: #1a202c;
            color: #e2e8f0;
            padding: 25px;
            border-radius: 10px;
            margin: 30px 0;
            font-family: 'Courier New', monospace;
            overflow-x: auto;
        }
        .xml-tag {
            color: #63b3ed;
        }
        .xml-content {
            color: #e2e8f0;
            margin-left: 20px;
        }
        .mistakes-box {
            background: #ffebee;
            padding: 25px;
            border-radius: 10px;
            margin: 30px 0;
            border-left: 4px solid #f44336;
        }
        .best-practices {
            background: #f0fff4;
            padding: 30px;
            border-radius: 12px;
            margin: 30px 0;
            border-left: 4px solid #38a169;
        }
        .practice-item {
            margin-bottom: 20px;
            padding-left: 30px;
            position: relative;
        }
        .practice-check {
            color: #38a169;
            font-weight: bold;
            position: absolute;
            left: 0;
            font-size: 20px;
        }
        .conclusion {
            background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
            padding: 40px;
            border-radius: 15px;
            margin: 50px 0;
            text-align: center;
            border: 2px solid #d4a017;
        }
        .article-nav {
            display: flex;
            justify-content: space-between;
            margin: 50px 0;
            padding: 25px 0;
            border-top: 2px solid #eaeaea;
            border-bottom: 2px solid #eaeaea;
        }
        .nav-link {
            color: #d4a017;
            text-decoration: none;
            font-weight: bold;
            padding: 12px 25px;
            border-radius: 8px;
            transition: all 0.3s;
            border: 2px solid transparent;
        }
        .nav-link:hover {
            background: #fefce8;
            border-color: #d4a017;
        }
        footer {
            margin-top: 60px;
            padding-top: 30px;
            border-top: 2px solid #eaeaea;
            text-align: center;
            color: #666;
            font-size: 14px;
            background: white;
            padding: 30px;
            border-radius: 10px;
        }
        .claude-stats {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 15px;
            margin: 30px 0;
        }
        .stat-box {
            background: white;
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            box-shadow: 0 3px 10px rgba(0,0,0,0.08);
        }
        .stat-number {
            font-size: 32px;
            font-weight: bold;
            color: #d4a017;
            display: block;
            margin-bottom: 5px;
        }
        .stat-label {
            font-size: 14px;
            color: #666;
        }
        .text-types {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 15px;
            margin: 20px 0;
        }
        .text-type {
            background: white;
            padding: 15px;
            border-radius: 8px;
            text-align: center;
            border: 1px solid #e0e0e0;
        }
        @media (max-width: 768px) {
            .strength-grid, .quick-grid, .claude-stats, .text-types {
                grid-template-columns: repeat(2, 1fr);
            }
            .comparison-table {
                display: block;
                overflow-x: auto;
            }
        }
        @media (max-width: 480px) {
            .strength-grid, .quick-grid, .claude-stats, .text-types {
                grid-template-columns: 1fr;
            }
            .article-title {
                font-size: 28px;
            }
        }
    </style>
</head>
<body>
    <header>
        <a href="/" class="logo">AI Prompts 2026</a>
        <div>
            <a href="/" class="back-link">← Back to All Prompts</a>
            <div style="color: #666; font-size: 14px; margin-top: 10px;">
                Claude 3.5 Sonnet • Complex Text • Analysis • Processing
            </div>
        </div>
    </header>

    <main>
        <h1 class="article-title">Prompts for Claude 3.5 Sonnet: Complex Text Mastery</h1>
        
        <div class="intro">
            Master Claude 3.5 Sonnet's exceptional capabilities for complex text analysis, document processing, and nuanced reasoning. Specialized prompts optimized for Claude's 200K context window and constitutional AI framework.
        </div>
        
        <div class="claude-stats">
            <div class="stat-box">
                <span class="stat-number">200K</span>
                <span class="stat-label">Context Tokens</span>
            </div>
            <div class="stat-box">
                <span class="stat-number">99%</span>
                <span class="stat-label">Text Understanding</span>
            </div>
            <div class="stat-box">
                <span class="stat-number">XML</span>
                <span class="stat-label">Native Formatting</span>
            </div>
            <div class="stat-box">
                <span class="stat-number">Constitutional</span>
                <span class="stat-label">AI Safety</span>
            </div>
        </div>
        
        <h2>Claude 3.5 Sonnet's Core Strengths</h2>
        <p>Claude 3.5 Sonnet represents Anthropic's most advanced model for complex text processing and reasoning. Unlike other models, Claude excels at nuanced understanding, ethical reasoning, and processing large volumes of text with exceptional accuracy. Its 200K token context window allows for analyzing entire books or complex document sets in a single prompt.</p>
        
        <p>The key to maximizing Claude's potential lies in leveraging its constitutional AI framework, XML thinking tags, and chain-of-thought prompting. These features enable structured reasoning, ethical considerations, and transparent thought processes that produce superior results for complex text tasks.</p>
        
        <h2>Claude's Specialized Capabilities</h2>
        
        <div class="strength-grid">
            <div class="strength-card">
                <div class="strength-icon">📚</div>
                <div class="strength-name">Long Document Analysis</div>
                <p>Process and analyze entire books, legal documents, or research papers with 200K token context</p>
            </div>
            
            <div class="strength-card">
                <div class="strength-icon">⚖️</div>
                <div class="strength-name">Ethical Reasoning</div>
                <p>Apply constitutional AI principles for ethical decision-making and content evaluation</p>
            </div>
            
            <div class="strength-card">
                <div class="strength-icon">🏛️</div>
                <div class="strength-name">Legal & Academic Text</div>
                <p>Excel at analyzing complex legal documents, academic papers, and technical literature</p>
            </div>
            
            <div class="strength-card">
                <div class="strength-icon">🎭</div>
                <div class="strength-name">Nuanced Understanding</div>
                <p>Detect subtle meanings, implications, and contextual nuances in complex texts</p>
            </div>
        </div>
        
        <div class="text-types">
            <div class="text-type">📄 Legal Contracts</div>
            <div class="text-type">📚 Research Papers</div>
            <div class="text-type">📖 Books & Novels</div>
            <div class="text-type">📰 News Articles</div>
            <div class="text-type">📋 Technical Manuals</div>
            <div class="text-type">📈 Business Reports</div>
            <div class="text-type">📝 Academic Theses</div>
            <div class="text-type">🗂️ Policy Documents</div>
        </div>
        
        <h2>XML Thinking Tag System</h2>
        
        <div class="xml-guide">
            <span class="xml-tag">&lt;thinking&gt;</span><br>
            <span class="xml-content">This is where Claude shows its reasoning process.<br>
            The model explains how it approaches the problem,<br>
            considers different perspectives, and evaluates options.<br>
            This makes the thought process transparent and structured.</span><br>
            <span class="xml-tag">&lt;/thinking&gt;</span><br><br>
            
            <span class="xml-tag">&lt;response&gt;</span><br>
            <span class="xml-content">This is where Claude provides the final answer<br>
            based on the reasoning shown in the thinking section.<br>
            The response is clear, well-structured, and actionable.</span><br>
            <span class="xml-tag">&lt;/response&gt;</span>
        </div>
        
        <h2>Optimized Claude 3.5 Sonnet Prompt Templates</h2>
        
        <div class="template-section">
            <h3>Complex Document Analysis Templates</h3>
            
            <div class="template-box">
                <div class="template-header">
                    <span class="template-label">Template 01: Legal Document Analysis Framework</span>
                    <button class="copy-btn" onclick="copyTemplate('template1')">Copy Prompt</button>
                </div>
                <div class="template-content" id="template1"><thinking>
I need to analyze this legal document comprehensively. First, I'll identify the document type and jurisdiction. Then, I'll extract key clauses and obligations. Next, I'll assess potential risks and ambiguities. Finally, I'll provide actionable recommendations in a structured format.
</thinking>

<task>
You are a senior legal analyst with expertise in contract law and regulatory compliance. Analyze the provided legal document with exceptional attention to detail and nuance.

DOCUMENT CONTEXT:
- Document Type: [CONTRACT/AGREEMENT/POLICY/ETC]
- Jurisdiction: [COUNTRY/STATE]
- Parties Involved: [PARTY A, PARTY B]
- Industry Context: [FINANCE/TECH/HEALTHCARE/ETC]
- Analysis Purpose: [RISK ASSESSMENT/COMPLIANCE/REVIEW]

ANALYSIS FRAMEWORK:

1. DOCUMENT STRUCTURE ANALYSIS:
   - Identify document sections and hierarchy
   - Analyze logical flow and organization
   - Check for missing standard clauses
   - Assess document completeness

2. KEY CLAUSE IDENTIFICATION:
   - Obligations and responsibilities
   - Rights and permissions granted
   - Termination conditions
   - Liability and indemnity clauses
   - Confidentiality provisions
   - Dispute resolution mechanisms

3. RISK ASSESSMENT:
   - Ambiguous language detection
   - Potential loopholes identification
   - Regulatory compliance gaps
   - Financial risk exposure
   - Operational risk factors
   - Reputational risk considerations

4. COMPARATIVE ANALYSIS:
   - Compare with industry standards
   - Benchmark against similar agreements
   - Identify unusual or non-standard terms
   - Assess balance between parties

5. ETHICAL CONSIDERATIONS:
   - Fairness and equity assessment
   - Power imbalance detection
   - Consumer protection compliance
   - Ethical implications evaluation

DELIVERABLES REQUIRED:

1. Executive Summary (maximum 300 words)
2. Risk Matrix (high/medium/low priority)
3. Clause-by-Clause Analysis Table
4. Recommended Negotiation Points
5. Compliance Checklist
6. Action Plan Timeline

FORMATTING REQUIREMENTS:
- Use XML tags for different sections
- Include line references for all findings
- Provide specific language suggestions
- Include alternative clause wording
- Structure output with clear headings

CONSTITUTIONAL AI GUIDELINES:
- Prioritize fairness and transparency
- Consider all stakeholder perspectives
- Identify potential ethical concerns
- Suggest balanced solutions
</task>

<response>
[Claude will provide the analysis here]
</response></div>
            </div>
            
            <div class="template-box">
                <div class="template-header">
                    <span class="template-label">Template 02: Academic Research Synthesis</span>
                    <button class="copy-btn" onclick="copyTemplate('template2')">Copy Prompt</button>
                </div>
                <template-content id="template2"><thinking>
I need to synthesize multiple research papers on this topic. First, I'll extract key findings from each paper. Then, I'll identify common themes and contradictions. Next, I'll assess methodological strengths and limitations. Finally, I'll create a comprehensive synthesis with gaps analysis.
</thinking>

<task>
You are a senior research scientist and academic reviewer with expertise in [FIELD]. Synthesize the provided research papers into a comprehensive literature review.

RESEARCH CONTEXT:
- Research Field: [SPECIFIC DISCIPLINE]
- Time Period: [YEARS COVERED]
- Key Topics: [RESEARCH FOCUS AREAS]
- Target Audience: [ACADEMICS/PRACTITIONERS/STUDENTS]
- Synthesis Goal: [LITERATURE REVIEW/RESEARCH GAP IDENTIFICATION]

SYNTHESIS FRAMEWORK:

1. INDIVIDUAL PAPER ANALYSIS:
   For each paper, extract:
   - Research question/hypothesis
   - Methodology and approach
   - Key findings and conclusions
   - Limitations acknowledged
   - Theoretical contributions
   - Practical implications

2. CROSS-PAPER SYNTHESIS:
   Identify:
   - Common themes and patterns
   - Contradictory findings
   - Methodological consensus
   - Theoretical evolution
   - Citation networks
   - Research trajectories

3. METHODOLOGICAL ASSESSMENT:
   Evaluate:
   - Research design quality
   - Sample size adequacy
   - Data collection methods
   - Analytical techniques
   - Validity and reliability
   - Reproducibility potential

4. THEORETICAL INTEGRATION:
   Analyze:
   - Theoretical frameworks used
   - Conceptual developments
   - Paradigm shifts
   - Interdisciplinary connections
   - Future theory directions

5. PRACTICAL IMPLICATIONS:
   Extract:
   - Applicable findings
   - Implementation challenges
   - Policy recommendations
   - Industry applications
   - Educational implications
   - Societal impact

DELIVERABLES REQUIRED:

1. Thematic Synthesis Map
2. Methodology Comparison Table
3. Findings Matrix with Evidence
4. Research Gap Analysis
5. Future Research Agenda
6. Practical Implementation Guide

FORMATTING REQUIREMENTS:
- Use APA/MLA citation style
- Include page/paragraph references
- Create visual synthesis diagrams
- Provide clear evidence linking
- Structure with academic rigor

ETHICAL CONSIDERATIONS:
- Acknowledge all sources properly
- Avoid misinterpretation
- Consider diverse perspectives
- Address potential biases
- Suggest ethical research practices
</task>

<response>
[Claude will provide the synthesis here]
</response></template-content>
            </div>
        </div>
        
        <div class="template-section">
            <h3>Business & Strategy Analysis Templates</h3>
            
            <div class="template-box">
                <div class="template-header">
                    <span class="template-label">Template 03: Strategic Business Analysis</span>
                    <button class="copy-btn" onclick="copyTemplate('template3')">Copy Prompt</button>
                </div>
                <div class="template-content" id="template3"><thinking>
I need to conduct a comprehensive strategic analysis. First, I'll assess the internal and external environment. Then, I'll analyze competitive positioning. Next, I'll evaluate strategic options. Finally, I'll develop actionable recommendations with implementation plans.
</thinking>

<task>
You are a senior strategy consultant with expertise in [INDUSTRY]. Conduct a comprehensive strategic analysis based on the provided business documents and market data.

ANALYSIS CONTEXT:
- Company: [COMPANY NAME]
- Industry: [INDUSTRY SECTOR]
- Time Horizon: [STRATEGIC TIMEFRAME]
- Geographic Scope: [MARKETS COVERED]
- Strategic Focus: [GROWTH/OPTIMIZATION/TRANSFORMATION]

ANALYSIS FRAMEWORK:

1. EXTERNAL ENVIRONMENT ANALYSIS:
   - PESTEL Analysis (Political, Economic, Social, Technological, Environmental, Legal)
   - Industry Structure Analysis (Porter's Five Forces)
   - Market Trends and Drivers
   - Competitive Landscape Mapping
   - Regulatory Environment Assessment
   - Technological Disruption Potential

2. INTERNAL CAPABILITY ASSESSMENT:
   - Resource-Based View Analysis
   - Core Competencies Identification
   - Value Chain Analysis
   - Organizational Capabilities Evaluation
   - Culture and Leadership Assessment
   - Operational Efficiency Metrics

3. STRATEGIC POSITIONING:
   - SWOT Analysis (Strengths, Weaknesses, Opportunities, Threats)
   - Strategic Group Mapping
   - Competitive Advantage Analysis
   - Market Positioning Assessment
   - Brand and Reputation Evaluation
   - Customer Perception Analysis

4. STRATEGIC OPTIONS GENERATION:
   - Growth Strategy Alternatives
   - Diversification Opportunities
   - Strategic Partnership Options
   - Innovation Pathways
   - Digital Transformation Strategies
   - Sustainability Integration

5. IMPLEMENTATION PLANNING:
   - Resource Allocation Framework
   - Timeline and Milestones
   - Risk Management Plan
   - Performance Metrics Dashboard
   - Change Management Strategy
   - Governance Structure

DELIVERABLES REQUIRED:

1. Strategic Situation Analysis Report
2. Options Evaluation Matrix
3. Recommended Strategy Roadmap
4. Implementation Plan with Timelines
5. Risk Assessment and Mitigation
6. Performance Monitoring Framework

FORMATTING REQUIREMENTS:
- Use structured business frameworks
- Include data-driven insights
- Provide visual strategy maps
- Link analysis to recommendations
- Include implementation details
- Structure for executive review

ETHICAL GUIDELINES:
- Consider stakeholder impacts
- Assess environmental implications
- Evaluate social responsibility
- Ensure transparency in analysis
- Consider long-term sustainability
</task>

<response>
[Claude will provide the analysis here]
</response></div>
            </div>
        </div>
        
        <div class="use-case-section">
            <h3>Real-World Claude Applications</h3>
            
            <div class="use-case">
                <span class="case-number">1</span>
                <strong>Legal Contract Review:</strong> "Analyze this 50-page software licensing agreement between a multinational corporation and a startup. Identify: Unbalanced liability clauses, intellectual property risks, termination conditions, data protection compliance issues, and hidden costs. Provide redline suggestions for negotiation."
            </div>
            
            <div class="use-case">
                <span class="case-number">2</span>
                <strong>Research Paper Synthesis:</strong> "Synthesize these 15 research papers on climate change mitigation strategies. Identify: Most effective approaches by region, cost-benefit analyses, implementation challenges, policy recommendations, and research gaps for future studies."
            </div>
            
            <div class="use-case">
                <span class="case-number">3</span>
                <strong>Business Strategy Development:</strong> "Based on these annual reports, market analyses, and competitor data, develop a 3-year growth strategy for our renewable energy company. Include: Market entry strategy, technology roadmap, partnership opportunities, funding requirements, and risk mitigation."
            </div>
            
            <div class="use-case">
                <span class="case-number">4</span>
                <strong>Policy Analysis:</strong> "Analyze this 200-page healthcare policy document. Extract: Key provisions, implementation timelines, funding mechanisms, stakeholder impacts, potential unintended consequences, and recommendations for improvement."
            </div>
        </div>
        
        <h3>Quick-Start Claude Prompts</h3>
        
        <div class="quick-grid">
            <div class="quick-card">
                <div class="quick-icon">📄</div>
                <div class="quick-title">Document Summary</div>
                <div>"Provide a comprehensive summary of this legal document. Include: Key clauses, obligations, deadlines, penalties, termination conditions, and risk areas. Structure with executive summary and detailed analysis."</div>
            </div>
            
            <div class="quick-card">
                <div class="quick-icon">🔍</div>
                <div class="quick-title">Bias Detection</div>
                <div>"Analyze this text for potential biases: Political, gender, racial, cultural, or confirmation bias. Identify specific language patterns and suggest neutral alternatives."</div>
            </div>
            
            <div class="quick-card">
                <div class="quick-icon">📚</div>
                <div class="quick-title">Literature Review</div>
                <div>"Synthesize these research articles on [topic]. Identify: Theoretical frameworks, methodological approaches, key findings, contradictions, and research gaps."</div>
            </div>
            
            <div class="quick-card">
                <div class="quick-icon">⚖️</div>
                <div class="quick-title">Ethical Analysis</div>
                <div>"Conduct an ethical analysis of this business decision. Consider: Stakeholder impacts, long-term consequences, fairness, transparency, and alternative approaches."</div>
            </div>
            
            <div class="quick-card">
                <div class="quick-icon">🏛️</div>
                <div class="quick-title">Policy Review</div>
                <div>"Review this policy document. Assess: Clarity, implementability, potential loopholes, compliance requirements, and improvement suggestions."</div>
            </div>
            
            <div class="quick-card">
                <div class="quick-icon">📊</div>
                <div class="quick-title">Business Report Analysis</div>
                <div>"Analyze these quarterly reports. Extract: Performance trends, risk indicators, strategic shifts, competitive responses, and recommendation actions."</div>
            </div>
        </div>
        
        <h2>Claude vs Other AI Models for Text Analysis</h2>
        
        <table class="comparison-table">
            <thead>
                <tr>
                    <th>Text Analysis Task</th>
                    <th>Claude 3.5 Sonnet</th>
                    <th>ChatGPT 4.5</th>
                    <th>DeepSeek</th>
                </tr>
            </thead>
            <tbody>
                <tr>
                    <td><strong>Legal Document Review</strong></td>
                    <td>✅ Exceptional - understands nuance, risk detection</td>
                    <td>✅ Good general review</td>
                    <td>⚠️ Basic understanding</td>
                </tr>
                <tr>
                    <td><strong>Academic Paper Synthesis</strong></td>
                    <td>✅ Superior - methodological critique, synthesis</td>
                    <td>✅ Good summary</td>
                    <td>⚠️ Limited analysis</td>
                </tr>
                <tr>
                    <td><strong>Ethical Reasoning</strong></td>
                    <td>✅ Constitutional AI framework</td>
                    <td>⚠️ Basic ethical considerations</td>
                    <td>⚠️ Minimal ethical analysis</td>
                </tr>
                <tr>
                    <td><strong>Context Length</strong></td>
                    <td>✅ 200K tokens (entire books)</td>
                    <td>✅ 128K tokens</td>
                    <td>✅ 128K tokens</td>
                </tr>
                <tr>
                    <td><strong>XML Thinking Tags</strong></td>
                    <td>✅ Native support, transparent reasoning</td>
                    <td>❌ Not supported</td>
                    <td>❌ Not supported</td>
                </tr>
                <tr>
                    <td><strong>Bias Detection</strong></td>
                    <td>✅ Advanced detection and correction</td>
                    <td>✅ Good detection</td>
                    <td>⚠️ Basic detection</td>
                </tr>
            </tbody>
        </table>
        
        <h2>Claude-Specific Best Practices</h2>
        
        <div class="best-practices">
            <div class="practice-item">
                <span class="practice-check">✓</span>
                <div><strong>Use XML Thinking Tags:</strong> Always structure complex prompts with &lt;thinking&gt; and &lt;response&gt; tags for transparent reasoning.</div>
            </div>
            
            <div class="practice-item">
                <span class="practice-check">✓</span>
                <div><strong>Leverage Constitutional AI:</strong> Frame ethical considerations explicitly to leverage Claude's safety training.</div>
            </div>
            
            <div class="practice-item">
                <span class="practice-check">✓</span>
                <div><strong>Specify Document Context:</strong> Always provide document type, purpose, and analysis goals for better understanding.</div>
            </div>
            
            <div class="practice-item">
                <span class="practice-check">✓</span>
                <div><strong>Request Structured Outputs:</strong> Ask for specific frameworks, tables, and analysis formats that match Claude's strengths.</div>
            </div>
            
            <div class="practice-item">
                <span class="practice-check">✓</span>
                <div><strong>Use Chain-of-Thought:</strong> Ask Claude to show its reasoning process for complex analytical tasks.</div>
            </div>
            
            <div class="practice-item">
                <span class="practice-check">✓</span>
                <div><strong>Provide Reference Materials:</strong> Upload supporting documents for comprehensive analysis within the 200K context.</div>
            </div>
        </div>
        
        <h2>XML Prompt Structure Examples</h2>
        
        <div class="xml-guide">
            <span class="xml-tag">&lt;thinking&gt;</span><br>
            <span class="xml-content">The user wants me to analyze a complex document. I should:<br>
            1. First identify the document type and purpose<br>
            2. Then extract key information systematically<br>
            3. Next analyze relationships and implications<br>
            4. Finally provide structured recommendations<br>
            This approach ensures comprehensive analysis.</span><br>
            <span class="xml-tag">&lt;/thinking&gt;</span><br><br>
            
            <span class="xml-tag">&lt;task&gt;</span><br>
            <span class="xml-content">Analyze this legal contract. Focus on:<br>
            - Risk identification<br>
            - Compliance checking<br>
            - Clause effectiveness<br>
            - Negotiation points</span><br>
            <span class="xml-tag">&lt;/task&gt;</span><br><br>
            
            <span class="xml-tag">&lt;constraints&gt;</span><br>
            <span class="xml-content">- Use legal terminology appropriately<br>
            - Consider jurisdictional differences<br>
            - Prioritize practical implications<br>
            - Maintain ethical standards</span><br>
            <span class="xml-tag">&lt;/constraints&gt;</span>
        </div>
        
        <div class="mistakes-box">
            <h3>Common Claude Prompt Mistakes</h3>
            <p><strong>Not Using XML Tags:</strong> Failing to structure prompts with Claude's native XML system reduces reasoning transparency.</p>
            
            <p><strong>Ignoring Ethical Framing:</strong> Not leveraging Claude's constitutional AI for ethical analysis misses a key strength.</p>
            
            <p><strong>Vague Document Requests:</strong> "Analyze this" without specifying document type or analysis goals.</p>
            
            <p><strong>Missing Context:</strong> Not providing enough background for nuanced understanding of complex texts.</p>
            
            <p><strong>Underutilizing Context Window:</strong> Not taking advantage of Claude's 200K token capacity for comprehensive analysis.</p>
        </div>
        
        <h2>Advanced Claude Techniques</h2>
        <p><strong>Multi-Document Analysis:</strong> "Analyze these 10 related documents together: 1) Main contract, 2) Appendices, 3) Previous agreements, 4) Regulatory guidelines, 5) Industry standards. Identify: Inconsistencies, compliance gaps, and integration issues."</p>
        
        <p><strong>Chain-of-Thought Reasoning:</strong> "Solve this complex ethical dilemma step by step. First, identify all stakeholders. Second, analyze their interests. Third, evaluate alternative solutions. Fourth, apply ethical frameworks. Fifth, recommend the most balanced approach."</p>
        
        <p><strong>Comparative Analysis:</strong> "Compare these three policy documents from different countries. Analyze: Approach differences, effectiveness metrics, implementation challenges, cultural adaptations, and transferable best practices."</p>
        
        <p><strong>Historical Text Analysis:</strong> "Analyze this historical document in its full context. Consider: Historical period, cultural norms, author perspective, intended audience, and modern interpretations."</p>
        
        <div class="conclusion">
            <h3 style="color: #d4a017; margin-bottom: 20px;">Mastering Claude for Complex Text Excellence</h3>
            <p style="font-size: 18px; margin-bottom: 20px;">Claude 3.5 Sonnet represents the pinnacle of AI text understanding for complex, nuanced analysis. By leveraging its XML thinking system, constitutional AI framework, and 200K token context, you can achieve analytical depth previously only possible with human experts.</p>
            <p style="font-style: italic; color: #555; margin-top: 15px;">The most effective analysts in 2026 aren't those reading every document themselves, but those who have mastered Claude's sophisticated text processing capabilities.</p>
        </div>
        
        <div class="article-nav">
            <a href="perfect-prompt-deepseek.html" class="nav-link">← Previous: DeepSeek Prompts</a>
            <a href="midjourney-v7-guide.html" class="nav-link">Next: Midjourney V7 Guide →</a>
        </div>
    </main>

    <footer>
        <div style="margin-bottom: 20px;">
            <strong>AI Prompts 2026</strong> • Complete AI Prompt Database
        </div>
        <div style="color: #888; font-size: 13px;">
            © 2026 All rights reserved. These prompts are optimized for Claude 3.5 Sonnet's advanced text capabilities.
        </div>
    </footer>

    <script>
        function copyTemplate(templateId) {
            const templateContent = document.getElementById(templateId);
            const textArea = document.createElement('textarea');
            textArea.value = templateContent.textContent;
            document.body.appendChild(textArea);
            textArea.select();
            document.execCommand('copy');
            document.body.removeChild(textArea);
            
            const button = event.target;
            const originalText = button.textContent;
            button.textContent = '✓ Copied!';
            button.style.background = '#b88c14';
            
            setTimeout(() => {
                button.textContent = originalText;
                button.style.background = '#d4a017';
            }, 2000);
        }
        
        // Smooth scrolling for navigation
        document.querySelectorAll('a[href^="#"]').forEach(anchor => {
            anchor.addEventListener('click', function (e) {
                e.preventDefault();
                const target = document.querySelector(this.getAttribute('href'));
                if (target) {
                    target.scrollIntoView({
                        behavior: 'smooth',
                        block: 'start'
                    });
                }
            });
        });
    </script>
</body>
</html>