-
Notifications
You must be signed in to change notification settings - Fork 18
PE ‐ Universal Prompt Classifier and Optimizer
Devin Pellegrino edited this page May 22, 2024
·
1 revision
Public GPT Link: Access GPT Here
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.
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.
-
!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.
- 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.
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