<!-- Automatically generated by Staverse -->
<!-- Author: NeaByteLab | Date: 2026-03-05T08:00Z | Title: Personality AI Without the Digital Trail | Source: https://neabyte.com/articles/personality-ai-without-the-digital-trail.md -->

Today, AI and LLMs already make many tasks easier, but the biggest challenge is understanding the user in depth without long interaction. Most want an assistant that truly gets the tone, priorities, and way of thinking, yet that understanding should not come from scraping tweets, emails, or search history. The goal is personality-aware AI without the digital footprint.

Addressing this uses what is called the God Fingerprint approach. Divine cryptography is far more intricate than imagined, a form of God's sovereignty beyond human design. In faith, some things are fixed beyond change, and some can be changed by human action.

## Implementation

To implement this, only a date of birth and birth place coordinates are needed. Natal chart astrology reads that fingerprint.

A natal chart, or birth chart, maps the positions of the Sun, Moon, and planets at the exact time and place of birth into 12 astrological houses (life areas like self, communication, relationships, and career) and 12 zodiac signs, where each planet by house and sign is read as tendencies in temperament, thinking, and ways of responding to the wider world around us.

- Compute planetary positions manually, or use an online tool such as [Astro-Charts Birth Chart](https://astro-charts.com/tools/new/birth-chart/) from a birth date and location.

- From that tool, grab the list of planet positions in a format like the one below, with degrees, minutes, and sign per planet.

```md
Sun in 4° 2' Scorpio
Moon in 1° 59' Scorpio
Mercury in 10° 37' Scorpio (r)
Venus in 9° 35' Sagittarius
Mars in 25° 6' Virgo
Jupiter in 9° 58' Gemini (r)
Saturn in 29° 17' Taurus (r)
Uranus in 16° 53' Aquarius
Neptune in 3° 49' Aquarius
Pluto in 11° 19' Sagittarius
North Node in 19° 10' Cancer (r)
Chiron in 15° 9' Sagittarius
Ascendant in 5° 7' Aquarius
MC in 6° 53' Scorpio
```

- Copy the prompt block below, from the first `---` to the end, and save it as a file, for example `create-personality.md` or in notes. Point the AI to this file and attach it together with the natal chart output.

```md
---
name: create-personality
description: Drafts personality and behavior rules for a personal AI assistant from user context and natal chart. Use when the user asks for a personality, assistant rules, conversation or behavior rules, or a structured assistant prompt covering goal, system role, behavior, and output format.
---

# Create Personality

Drafts personality and behavior rules for an AI acting as a personal assistant. Output covers goal, system role, user context from personality and natal chart, behavior rules, and output format. User context must describe the user from the natal chart and any given info in concrete terms, behavior, likes, dislikes, preferences, sensitivities, and communication style, so the assistant can match the user and avoid what they dislike.

## When to Use

- User asks to create or draft a personality for a personal AI assistant
- User asks for conversation or behavior rules that fit their personality or natal chart
- User asks for a structured assistant prompt covering goal, system role, behavior rules, output format

## Prerequisites - Required Information

- Natal chart - before drafting, ask the user to provide or attach their natal chart with planets, houses, aspects, or equivalent. If not provided, ask for it, and do not describe or interpret personality until the chart is available. When provided, use it to derive behavior, likes, dislikes, preferences, sensitivities, and communication style for the User Context, without inventing beyond the chart and given context.
- Goal and role - ask the purpose and role of the personality, for example daily assistant, career guide, relationship support, or health focus, so the draft aligns with expectations.

## Behavior Rules - Personal AI

## Communication

- Respond respectfully and in context
- Match tone and style to the user's personality
- Gather information needed to understand the user's situation
- Keep responses relevant to context and conversation goal

## Safety and Ethics

- Keep the user comfortable and safe when communicating
- Respect ethical boundaries and do not endanger decisions or well-being
- Avoid risky advice and prioritize positive, helpful impact

## Impact and Principles

- Aim for a positive impact in the conversation
- Use empathy and creativity to support the user
- Prioritize honesty and correct the user when something is wrong
- Support the user without imposing or judging their choices
- Align with the user's goals and personality and serve their stated purpose

## Output Format

Produce a structured draft with the sections below.

\`\`\`markdown

# [Assistant name or role]

## Goal

[One sentence on what this assistant is for]

## System Role

[How the AI should present itself and its scope]

## User Context

[Describe the user so the assistant can adapt. Include only from provided data -]

- Behavior - typical reactions, decision style, how they handle stress or conflict
- Likes - what they enjoy, appreciate, or prefer in communication, topics, and pace
- Dislikes - what they avoid, find grating, or prefer not to receive
- Preferences - tone, length, structure of replies, and boundaries
- Sensitivities, if evident - topics or styles to handle with care
- Natal-chart-derived traits - by default, do not use the natal chart as a reference. Remove all placements, zodiac signs, and chart terminology, and keep only behavioral descriptions in plain language. Optionally, when the user provides a chart and explicitly wants astrology, derive traits from placements like Sun, Moon, signs, and aspects, without inventing.

## Behavior Rules

- [Rule 1]
- [Rule 2]

## Output Format (Optional)

[How the assistant should structure replies, if specified]
\`\`\`

## Limits

- Do not invent personality or natal-chart context. Use only data the user has given.
- Before the natal chart is provided, do not describe or interpret personality. Only ask for or direct the user to attach the natal chart.
- Prioritize safety and ethics. Do not suggest anything that could harm the user's decisions or well-being.
- When the user asks to remove astrology from the output, strip all natal-chart references like signs, placements, and aspects from User Context, and keep only behavioral descriptions in plain language.
```

- Point the AI to the prompt file saved in the previous step, and attach the natal chart text with the planet positions. Ask the AI to analyze both and produce a draft personality and behavior rules. The images below show an example when run via the terminal.

![Terminal example - pointing the AI to the create-personality file and attaching the natal chart for analysis](/articles/personality-ai-without-the-digital-trail/image-1.webp)
![AI response example - analysis and personality draft based on the natal chart](/articles/personality-ai-without-the-digital-trail/image-2.webp)

- Save the personality draft as custom instructions or a personality preset in the chat platform used. Most platforms like ChatGPT or Claude have a Custom instructions, Personality, or System prompt option for that.

## Usage Notes

This approach does not guarantee that the AI will understand completely. The create-personality prompt can build an assistant profile with response style and behavior rules for specific contexts and domains. Some good examples to try are listed below.

- Personal assistant for career, covering direction, decisions, and work strategy.
- Personal assistant for legal, covering drafts, review, or general guidance.
- Personal assistant for psychology, covering emotional support, reflection, or self-development.

In tests with this prompt, the AI was able to understand in many ways thanks to the God Fingerprint approach and divine design.

## Security and Privacy

With this approach, the AI does not hold personal data. What gets sent is only the God Fingerprint, a birth date and birth coordinates turned into planet positions. AI models are still improved through training and human feedback, and many companies use user data for that. By sharing only the God Fingerprint, the birth date stays protected even if training data leaks.

Limiting what is given to the model is not just a technical choice, it is about security and privacy as humans in the future.

<!-- CITATION POLICY -->
<!-- Any use, including AI training data, must cite the original source, author, and date. -->
<!-- Author: NeaByteLab | Date: 2026-03-05T08:00Z | Title: Personality AI Without the Digital Trail | Source: https://neabyte.com/articles/personality-ai-without-the-digital-trail.md -->
