JSON Data Collection
2026-04-064 turns6,566 charsgpt-5-3
Summary
User requested structured JSON output by providing personal details in a conversational format for automated parsing.
Messages
ask me all of these keys and I will give you the values and I want you to output them in JSON like this: {
"NAME": "Daniel",
"CITY": "Austin",
"AGE": "42",
"LAST_SEEN": "2026-04-06T07:51:55Z",
"FAVORITE_BOOK": "The Brothers Karamazov",
"HOBBY": "To Paint Paintings",
"MOOD": "sad",
"GOAL": "Get a new job"
} -- here are the keys ALLOWED_MEMORY_KEYS = {
# Identity
'NAME', 'NICKNAME', 'AGE', 'BIRTHDAY', 'GENDER', 'PRONOUNS', 'NATIONALITY', 'ETHNICITY',
# Location
'CITY', 'TOWN', 'NEIGHBORHOOD', 'STATE', 'COUNTRY', 'LOCATION', 'HOMETOWN', 'TIMEZONE',
# Work & Education
'JOB', 'OCCUPATION', 'PROFESSION', 'ROLE', 'COMPANY', 'EMPLOYER', 'INDUSTRY', 'FIELD',
'SCHOOL', 'UNIVERSITY', 'COLLEGE', 'DEGREE', 'MAJOR', 'GRADUATION_YEAR',
'CAREER_GOAL', 'WORK_STYLE', 'WORK_HOURS', 'REMOTE', 'COWORKER', 'BOSS',
# Relationships & Family
'PARTNER', 'SPOUSE', 'BOYFRIEND', 'GIRLFRIEND', 'RELATIONSHIP_STATUS',
'KIDS', 'CHILDREN', 'CHILD_NAME', 'CHILD_AGE',
'PARENT', 'MOM', 'DAD', 'SIBLING', 'SIBLINGS', 'BROTHER', 'SISTER',
'GRANDPARENT', 'FRIEND', 'BEST_FRIEND', 'FAMILY', 'LIVING_WITH',
# Pets
'PET', 'PETS', 'DOG', 'CAT', 'PET_NAME', 'PET_BREED',
# Interests & Hobbies
'HOBBY', 'HOBBIES', 'INTEREST', 'INTERESTS', 'PASSION', 'PASTIME',
'SPORT', 'SPORTS_TEAM', 'EXERCISE', 'FITNESS', 'WORKOUT',
'MUSIC', 'MUSIC_GENRE', 'FAVORITE_BAND', 'FAVORITE_ARTIST', 'INSTRUMENT',
'BOOK', 'FAVORITE_BOOK', 'FAVORITE_AUTHOR', 'GENRE',
'MOVIE', 'FAVORITE_MOVIE', 'FAVORITE_SHOW', 'TV_SHOW',
'GAME', 'VIDEO_GAME', 'BOARD_GAME',
'TRAVEL', 'FAVORITE_PLACE', 'BUCKET_LIST', 'VISITED',
'CREATIVE', 'ART', 'WRITING', 'PHOTOGRAPHY', 'COOKING', 'CRAFTS',
'COLLECTION', 'VOLUNTEERING', 'CAUSE',
# Food & Drink
'FOOD', 'FAVORITE_FOOD', 'CUISINE', 'DIETARY', 'DIET', 'ALLERGY', 'VEGETARIAN',
'VEGAN', 'DRINK', 'COFFEE', 'ALCOHOL',
# Personality & Values
'PERSONALITY', 'VALUE', 'VALUES', 'BELIEF', 'RELIGION', 'POLITICS',
'STRENGTH', 'WEAKNESS', 'FEAR', 'DREAM', 'GOAL', 'AMBITION',
'LOVE_LANGUAGE', 'COMMUNICATION_STYLE', 'INTROVERT', 'EXTROVERT',
# Health & Wellbeing
'HEALTH', 'CONDITION', 'MEDICATION', 'THERAPY', 'MENTAL_HEALTH',
'SLEEP', 'SLEEP_SCHEDULE', 'ENERGY', 'STRESS', 'MOOD', 'EMOTION',
# Life circumstances
'LIVING_SITUATION', 'HOME', 'RENT', 'OWN', 'ROOMMATE',
'INCOME', 'FINANCIAL_GOAL', 'DEBT', 'SAVINGS',
'CAR', 'TRANSPORT', 'COMMUTE',
'LANGUAGE', 'LANGUAGES_SPOKEN',
# Current context
'CURRENT_PROJECT', 'CURRENT_CHALLENGE', 'CURRENT_GOAL', 'RECENT_EVENT',
'UPCOMING_EVENT', 'ANNIVERSARY', 'WEDDING', 'MOVING', 'NEW_JOB',
# Meta
'LAST_SEEN', 'FIRST_CONVERSATION', 'NOTE',
Alright—I'll walk through these in chunks so it’s not overwhelming. Just answer whatever you want (you can skip anything), and I’ll build the JSON at the end.
### Identity
- NAME:
- NICKNAME:
- AGE:
- BIRTHDAY:
- GENDER:
- PRONOUNS:
- NATIONALITY:
- ETHNICITY:
### Location
- CITY:
- STATE:
- COUNTRY:
- TIMEZONE:
- HOMETOWN:
### Work & Education
- JOB / ROLE:
- COMPANY:
- INDUSTRY:
- FIELD:
- CAREER_GOAL:
- WORK_STYLE:
- WORK_HOURS:
- REMOTE (yes/no):
### Relationships & Family
- RELATIONSHIP_STATUS:
- PARTNER / SPOUSE:
- KIDS / CHILDREN:
- FAMILY NOTES:
### Pets
- PETS:
- PET_NAME:
- PET_TYPE (dog, cat, etc.):
### Interests & Hobbies
- HOBBIES:
- INTERESTS:
- FAVORITE_BOOK:
- FAVORITE_MOVIE:
- FAVORITE_SHOW:
- MUSIC / FAVORITE_ARTIST:
- CREATIVE (writing, art, etc.):
### Food & Drink
- FAVORITE_FOOD:
- DIET:
- COFFEE (yes/no or details):
### Personality & Values
- PERSONALITY:
- VALUES:
- GOAL:
- DREAM:
- STRENGTH:
- WEAKNESS:
### Health & Wellbeing
- MOOD:
- STRESS:
- SLEEP:
### Life Circumstances
- LIVING_SITUATION:
- INCOME (optional):
- FINANCIAL_GOAL:
- TRANSPORT:
### Current Context
- CURRENT_PROJECT:
- CURRENT_CHALLENGE:
- CURRENT_GOAL:
- RECENT_EVENT:
- UPCOMING_EVENT:
---
Answer in any format you want (messy is fine). I’ll clean it into structured JSON like your example 👍
gpt-5-3
-Daniel Kliewer - Daniel - 42 11/22/1983 - male -he/him - USA - white - austin- texas -USA - cST - Temple - computer programmer - unemployed - IT - AI - resurrect Chris my dead friend - chaotic bursts followed by burnout - early morning - remote - single - none - none - parents and sister - Cat(deceased) - Captain - Cat - computer programming art - art science - the brothers karamazov - there will be blood - the americans - russian music - painter - corndog bites - anything - love coffee - sad or happy - resilence - new job - work as a progrmmer - resilient - sadness - sad - PTSD - either too much or too little - alone - none - new job - car - resurrecting dead friend - getting a new job - new job - lost job - finding a job
Here’s your cleaned and structured JSON:
```json
{
"NAME": "Daniel Kliewer",
"NICKNAME": "Daniel",
"AGE": "42",
"BIRTHDAY": "11/22/1983",
"GENDER": "male",
"PRONOUNS": "he/him",
"NATIONALITY": "USA",
"ETHNICITY": "white",
"CITY": "Austin",
"STATE": "Texas",
"COUNTRY": "USA",
"TIMEZONE": "CST",
"HOMETOWN": "Temple",
"ROLE": "computer programmer",
"INDUSTRY": "IT",
"FIELD": "AI",
"CAREER_GOAL": "resurrect Chris my dead friend",
"WORK_STYLE": "chaotic bursts followed by burnout",
"WORK_HOURS": "early morning",
"REMOTE": "yes",
"RELATIONSHIP_STATUS": "single",
"FAMILY": "parents and sister",
"PETS": "cat (deceased)",
"PET_NAME": "Captain",
"HOBBIES": "computer programming, art",
"INTERESTS": "art, science",
"FAVORITE_BOOK": "The Brothers Karamazov",
"FAVORITE_MOVIE": "There Will Be Blood",
"FAVORITE_SHOW": "The Americans",
"MUSIC": "Russian music",
"CREATIVE": "painter",
"FAVORITE_FOOD": "corndog bites",
"DIET": "anything",
"COFFEE": "love coffee",
"PERSONALITY": "resilient",
"VALUES": "resilience",
"GOAL": "new job",
"DREAM": "work as a programmer",
"STRENGTH": "resilient",
"WEAKNESS": "sadness",
"MOOD": "sad",
"MENTAL_HEALTH": "PTSD",
"SLEEP": "either too much or too little",
"LIVING_SITUATION": "alone",
"FINANCIAL_GOAL": "new job",
"TRANSPORT": "car",
"CURRENT_PROJECT": "resurrecting dead friend",
"CURRENT_CHALLENGE": "getting a new job",
"CURRENT_GOAL": "new job",
"RECENT_EVENT": "lost job",
"UPCOMING_EVENT": "finding a job"
}
```
If you want, I can now:
- turn this into a **persona prompt for your LLM system**,
- or analyze it and suggest **next concrete steps (job + project + mental reset)** without fluff.
gpt-5-3