Here's a simple guide to help you start using the Personal Context Technology with your favorite AI assistant:
Copy this basic template to get started quickly:
{
"basic_info": {
"name": "Your Name",
"timezone": "Your Timezone",
"occupation": "Your Job/Role"
},
"preferences": {
"communication_style": "detailed/concise/visual",
"interests": ["topic1", "topic2", "topic3"],
"learning_goals": ["goal1", "goal2"]
},
"instruction": {
"primary": "Use this information to personalize your responses to me",
"context_update": "If you learn important new information about me, suggest additions to this context",
"privacy": "Do not share this information with others"
},
"metadata": {
"version": "1.0",
"created": "2025-03-18"
}
}- Replace the placeholders with your actual information
- Add or remove sections based on your needs
- Customize the instructions to specify how you want the AI to use your data
- Save this file somewhere on your device (e.g.,
my_context.json) - For privacy, consider password-protecting the file or storing it in a secure location
- Copy the entire JSON content
- Start a new chat with your AI assistant
- Paste the context at the beginning of your conversation
- Say something like: "Please use this context for our conversation"
- Upload your context file to the AI assistant
- Ask the AI to read and use the file as your personal context
Try asking a few questions that should be influenced by your context:
- "What topics should I focus on next?"
- "Can you recommend something based on my interests?"
- "How would you summarize what you know about me?"
- When your information changes, update the appropriate section in your file
- Increment the version number in the metadata
- In your next conversation, provide the updated context
{
"basic_info": {
"name": "Alex",
"role": "Project Manager"
},
"productivity": {
"work_hours": "9:00-17:00",
"focus_times": ["10:00-12:00", "15:00-16:30"],
"current_projects": [
{
"name": "Website Redesign",
"deadline": "2025-04-15",
"priority": "high"
},
{
"name": "Client Proposal",
"deadline": "2025-03-25",
"priority": "urgent"
}
],
"tools": ["Trello", "Slack", "Figma"]
},
"instruction": {
"primary": "Help me manage my tasks and projects efficiently",
"suggestions": "Provide time management advice based on my work hours and focus times",
"priorities": "Remind me of urgent deadlines when relevant"
},
"metadata": {
"version": "1.1",
"last_updated": "2025-03-18"
}
}- Start simple: Begin with basic information and expand gradually
- Be specific in instructions: The AI will follow exactly what you specify
- Regular updates: Keep your context current for better results
- Different contexts for different purposes: Consider creating separate contexts for work, education, etc.
- Privacy first: Only include information you're comfortable sharing
- AI not recognizing the context: Ensure your JSON is properly formatted without syntax errors
- Too much information: If the AI seems overwhelmed, simplify your context
- Instructions not followed: Make your instructions more explicit and place them at the beginning
That's it! You're ready to start using personalized AI interactions with your own controlled context.