# TaroTarot AI: Fortune Teller

## Motif

Personally, my tarot reading predictions come true on average 99% of the time according to friends and strangers.&#x20;

Reasoning someone's story and future paths from randomly drawn cards resonate with the notion of seeking pattern within randomness. If I could roughly sketch down the basic framework of how I make these predictions, it goes like:

<mark style="color:blue;">**Environment**</mark>

User draws 5 cards. Drawn Position cards and story line stage:

1. Past
2. Present
3. Future

User asks question that is associated with a life aspect, for e.g. Material Matters, Relationships, Career / Growth, Health & Wisdom.

<mark style="color:purple;">**Example Episode / Observation**</mark>&#x20;

**User's drawn cards** listed in respective positions:

1. The Tower
2. The Star
3. The Chariot

**User's Question**: *"How is my current relationship with \*\*\*\* "*

<mark style="color:$success;">**Prediction**</mark>

What I say:

* "Your relationship with \*\*\*\* has been shaken by surfacing sudden news that was traumatizing to the user, is now in a tender phase of healing and need for renewal, and is moving toward a decisive point where they must either stay or part ways."

How I gain this insight from the cards:

(Recent Past) The Tower -> surfacing sudden news that was traumatizing to the user

(Present) The Star -> tender phase of healing and need for renewal

(Future) The Chariot -> moving toward a decisive point where they must either choose to stay or part ways. The alternative cards are cards numbered 7 or 6s and given that it is Chariot instead of cards numbered 2, the decision has been made and it is most likely that they will part ways.&#x20;

## Objective relative to my main project, Tom

To recap my main project, Tom, is a project I have initiated since 2023 and aims at building an AI system that retains subsets of data to attain his own individuality and decision making processes.&#x20;

This project brings me closer to building that AI system by improving my understanding in software development and tinkering with different API serving architectures and image generation models. If I improve myself then Tom's design will be less flawed and closer to perfection.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://whoamimi.gitbook.io/blog/projects/tarotarot-ai-fortune-teller.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
