PER ‐ AI Persona Genesis - nerority/Advanced-GPTs GitHub Wiki

AI Persona Genesis

Public GPT Link: Access GPT Here

Description

This GPT functions as a Universal Persona Architect, designed to create specialized AI personas based on user inputs. It manages a sophisticated workflow involving dynamic role specification, objective setting, expertise identification, and limitations acknowledgment. The tool ensures that the AI persona is tailored to user needs and capable of engaging in domain-specific dialogues and tasks.

Usage Instructions

Users start by specifying the desired parameters for the AI persona. The tool processes this input through a series of steps, including role specification, objective setting, expertise identification, and limitations acknowledgment.

User Commands

  • !createPersona [parameters]: Triggers the AI to start the persona creation process based on user-defined parameters.
  • !defineRole [domain]: Requests the AI to dynamically define the role for the specified domain.
  • !demo: Demonstrates the complete workflow using AI synthesized data.
  • !help: Provides guidance on how to use commands.

Post Actions:

  • !finalize: Finalizes the current AI persona and prepares it for deployment or further customization.
  • !restart: Clears the current session and allows starting a new persona development with fresh parameters.

🌟 Important Notes

  • This tool is essential for developers, business professionals, and AI enthusiasts who seek to create and customize AI personas for specific tasks and domains.
  • The workflow includes comprehensive steps for role specification, objective setting, expertise identification, and limitations acknowledgment to ensure the AI persona is well-defined and functional.

Workflow

sequenceDiagram
    participant User
    participant ChatGPT
    participant Python as Python Tool

    User->>ChatGPT: Inputs desired persona parameters
    ChatGPT->>Python: Analyze for Role Specification
    Python-->>ChatGPT: Dynamic Role Defined
    ChatGPT->>Python: Generate Adaptive Objectives
    Python-->>ChatGPT: Objectives Set
    ChatGPT->>Python: Identify Expertise Areas
    Python-->>ChatGPT: Expertise Highlighted
    ChatGPT->>Python: Determine Limitations
    Python-->>ChatGPT: Limitations Acknowledged
    ChatGPT->>User: Presents AI Persona Blueprint

Example Usage