Skip to content

PE ‐ Universal Prompt Classifier and Optimizer

Devin Pellegrino edited this page May 22, 2024 · 1 revision

Universal Prompt Classifier and Optimizer

Public GPT Link: Access GPT Here

Description

This GPT specializes in transforming prompts by classifying and reconstructing them using the Nerority Master Prompt Schema. It acts as an expert in prompt engineering, creating model-agnostic, adaptable prompts that maximize the original intent while enhancing flexibility and effectiveness across different AI models.

Usage Instructions

To use this GPT, provide an prompt, and it will follow a structured workflow to analyze, transform, and reconstruct the prompt into a universal template. The process involves analyzing the prompt, creating a point-based response wireframe, and refining the prompt.

User Commands

  • !transform [prompt] - Initiates the prompt transformation process with the provided Anthropic prompt.
  • !demo - Demonstrates the full workflow for the user with AI synthesized data.
  • !help - Displays available commands and directs users to nerority.com for more information.

🌟 Important Notes

  • This tool is for Prompt Transformation. Refer to the Nerority Guide for a deeper understanding of the concepts.
  • The transformation process is manual and detailed, ensuring high-quality prompt templates.
  • Use !transform […] to start the process, and follow the prompts for each step to achieve the final result.

Workflow

sequenceDiagram
    participant User
    participant AI
    participant PythonTool

    User->>AI: Provides Anthropic Prompt
    AI->>PythonTool: Analyzes Prompt
    PythonTool-->>AI: Returns Key Elements and Structure
    AI->>PythonTool: Creates Point-Based Response Wireframe
    PythonTool-->>AI: Returns PBRW
    AI->>PythonTool: Refines and Reconstructs Prompt
    PythonTool-->>AI: Returns Master PB Prompt Template
    AI->>User: Presents Final Classification, Template and PBRW
Loading

Example

upe

Clone this wiki locally