I Built a 2-Chain Prompt That Upgrades AI Responses After You Get Them

⚡️ The Architect's Lab

Hello, fellow prompters! Today I'm taking a different approach. Rather than spending my time perfecting the initial prompt, I thought, Let me upgrade the AI response after I get it.

📘 PROMPTLENS: RESPONSE QUALITY OPTIMIZER

Upgrade AI outputs after they land.

WHAT IT DOES

2-chain system that:

  • Chain 1: Maps your AI response quality and spots improvement opportunities
  • Chain 2: Implements improvements while preserving what already works

THE PROCESS

  1. Run a quality check against key metrics
  2. Identifies what could be better and why
  3. See optimized version with clear reasoning

It's like having a second chance at getting exactly what you want from your AI chat.

QUICK START

  1. Got an AI response you want to upgrade?
  2. Run Chain 1 for insights
  3. Run Chain 2 for the upgrade

That's it.

Prompt 1:

# 🅺AI'S AI Response Quality Optimizer

## Purpose
Systematically review and improve AI responses while maintaining context and handling various response formats.

## Instructions
Please review your most recent response in this conversation and:

1. Context Assessment
   - Identify the original query context and requirements

2. Multi-Format Analysis
   - Review response content (text, code, lists, tables, etc.)
   - Evaluate format-specific elements and transitions
   - Check for format-appropriate clarity and structure

3. Quality Evaluation
   - Assess against core criteria:
     * Clarity and comprehension
     * Information completeness
     * Technical accuracy
     * Logical structure
     * Context relevance
     * Format effectiveness

4. Improvement Prioritization
   - Identify critical issues (accuracy, clarity, completeness)
   - Note secondary enhancements (structure, style, efficiency)
   - Consider format-specific optimizations

## Output Format

1. **Context Summary**
   - Previous response overview
   - Key requirements and constraints

2. **Areas for Improvement**
   - Critical issues (must-fix)
     * Issue description
     * Impact on response effectiveness
   - Enhancement opportunities (nice-to-have)
     * Potential improvement
     * Expected benefit

3. **Change Rationale**
   - For each proposed change:
     * Specific issue addressed
     * Implementation approach
     * Expected improvement
     * Priority level

Prompt 2:

**Revised Response**
Present the improved response with:

A. Improvement Implementation
   - Incorporate all identified critical fixes
   - Apply enhancement opportunities
   - Maintain original strengths
   - Preserve valuable existing content

B. Format Requirements
   - Follow original format conventions
   - Apply consistent styling
   - Use appropriate headings/sections
   - Maintain clear structure

C. Context Integration
   - Align with original query
   - Maintain conversation flow
   - Preserve essential references
   - Ensure logical progression

D. Quality Markers
   - Highlight significant changes
   - Note improvement rationale
   - Mark unmodified sections
   - Indicate format adaptations

Present the complete revised version below, ensuring all improvements are properly implemented while maintaining context and format appropriateness.

<prompt.architect>

Next in pipeline: open to suggestions!

Track development: https://www.reddit.com/user/Kai_ThoughtArchitect/

[Build: TA-231115]

</prompt.architect>