RCP-001-003-001-AI-INTRO-v1.00a
CRAFT RECIPE START
RECIPE_ID: RCP-001-003-001-AI-INTRO-v1.00a
TITLE: Personal AI Introduction Builder
DESCRIPTION: Create a comprehensive personal introduction that establishes context for all your AI interactions. This recipe helps you craft a 200-300 word introduction that shares your perspective, expertise, and goals, enabling AI assistants to provide more relevant, personalized responses tailored to your specific needs and background.
DIFFICULTY: easy
CATEGORY: CAT-Foundational
SUBCATEGORY: SUBCAT-AI-Setup
VERSION: 1.00a
LAST_UPDATED: 2025-06-18
PROMPT TEMPLATE:
Hello ChatGPT. We're going to work together to create a short 200-300 word description of who I am. This prompt will serve as an introduction for all future interactions to help you better understand me. Please act as a ChatGPT expert, focusing on what you need to know about me for our chats. Given your token limitations, the goal is to craft a concise yet informative 200-300 word introduction.
I'll provide details about myself, and after that, feel free to ask any questions you need to finalize this introduction for future use.
My details include the following:
My location: I am located in {location}
My profession: My current profession is {profession}
My educational background: {education}
My interests: My interests include {interests}
My AI usage goals: {ai_goals}
My preferred communication style: {tone_preference}
Based on this information, please create a 200-300 word introduction that I can use at the start of our conversations. The introduction should:
1. Highlight the most relevant aspects of my background
2. Emphasize expertise areas that might be useful in our interactions
3. Note any specific goals or preferences
4. Be formatted for easy copy/paste into future chats
If you are ready to start, please respond with "READY TO CREATE YOUR INTRODUCTION".
PARAMETERS:
- location: string, required=True, "Your city, state/province, country", max_length=100
- profession: string, required=True, "Your current role and years of experience", max_length=200
- education: string, required=False, default="Not specified", "Degrees, certifications, or relevant training", max_length=200
- interests: string, required=True, "Professional and personal interests relevant to AI interactions", max_length=300
- ai_goals: string, required=False, default="General assistance and collaboration", "What you primarily use AI for", max_length=200
- tone_preference: string, required=False, default="professional", "Preferred communication style", allowed_values=["casual", "professional", "academic", "creative"]
EXAMPLES:
1. Technology Professional:
result = quick_recipe(
"https://www.aicookbook.ai/recipes-via-craft-api/rcp-001-003-001-ai-intro",
location="San Francisco, CA, USA",
profession="Senior Software Engineer at a Fortune 500 company with 8 years experience",
education="BS in Computer Science from UC Berkeley, Google Cloud Certified",
interests="machine learning, open source development, sustainable technology, hiking",
ai_goals="Code review, architecture design, technical documentation",
tone_preference="professional"
)
2. Creative Entrepreneur:
result = quick_recipe(
"https://www.aicookbook.ai/recipes-via-craft-api/rcp-001-003-001-ai-intro",
location="Austin, TX, USA",
profession="Freelance Content Creator and Marketing Consultant for 5 years",
education="BA in Communications, HubSpot Content Marketing Certified",
interests="storytelling, brand development, social media trends, photography",
ai_goals="Content ideation, copywriting, client communications",
tone_preference="creative"
)
3. Academic Researcher:
result = quick_recipe(
"https://www.aicookbook.ai/recipes-via-craft-api/rcp-001-003-001-ai-intro",
location="Boston, MA, USA",
profession="Assistant Professor of Biology with 3 years teaching experience",
education="PhD in Molecular Biology from MIT, Published researcher",
interests="genetic engineering, science communication, educational technology",
ai_goals="Research summaries, grant writing assistance, lecture preparation",
tone_preference="academic"
)
INTEGRATION NOTES:
This recipe creates a reusable introduction that can be:
- Saved as a CRAFT Variable for consistency across sessions
- Modified for different AI platforms (ChatGPT, Claude, Gemini)
- Updated periodically as your role or interests change
- Combined with project-specific context for enhanced relevance
The introduction helps establish:
- Domain expertise for more accurate responses
- Communication preferences for appropriate tone
- Geographic context for location-specific information
- Professional context for industry-relevant suggestions
BEST PRACTICES:
1. Be specific about your expertise - it helps AI provide targeted assistance
2. Include both professional and personal interests for well-rounded context
3. Update your introduction quarterly or when major changes occur
4. Save multiple versions for different types of AI interactions
5. Consider creating role-specific introductions (e.g., "developer mode" vs "writer mode")
PARAMETER VALIDATION:
- location: Should include at least city and country
- profession: Should mention role and experience level
- education: Include most relevant credentials only
- interests: Mix professional and personal for best results
- ai_goals: Be specific about use cases
- tone_preference: Match to your communication style
ERROR HANDLING:
If the generated introduction exceeds 300 words, the AI will automatically condense while preserving key information. If under 200 words, it will suggest additional relevant details to include.
TAGS: ai-setup, personalization, context-building, foundational
CRAFT RECIPE END