Randonautica’s data processing era has begun!
And we can share some statistics about MMI usage in the app.
First I will remind you some terms:
Randonautica is an app, that uses PQ128MS quantum RNG to produce entropy, that is converted by binary word method into a uniform set of coordinates. Then it searches for density deviations among those dots and returns user a single location on the map, corresponding to maximum density deviation. Experiment tries to find out if user’s intention is able to influence the location generation in order to find the place of it’s manifestation. After reaching the location, users write a report to the app. Binary word is not the best method to convert entropy into dots, but the only suitable one for server with millions of users.
In randonautica there are several point types.
MMI related:
Attractor - the densiest area of random dots. It’s density shows the probability of Psi-influence and measured by Power and z-score values.
Void - the sparse area, that dots are avoiding. Can be analogous to Psi-miss, but also anomalous.
Strongest - Attractor or Void, depending on which z-score is bigger.
Non-MMI:
Pseudo - random point, created with pseudo-RNG
Quantum - random point, created with quantum-RNG
Before generating a point on the map, users are setting an intention, and after visiting it, they write a report. So we used ChatGPT to process their reports and find out, if their intention manifested during the trip or not. Thats how Manifestation Rate (MR) is measured.
So what do we know from the data processing:
We processed over 180k reports. Total manifestation rate is 17.4%.
If we compare MR for different point types, it looks similar among them, except for Attractor type, that has 1-2% bigger manifestation rate.
Type = “Attractor” (Total lines of this type: 19220)
Fulfilled=True: 2207 (19.13% within this type’)
Type = “Void” (Total lines of this type: 17295)
Fulfilled=True: 1621 (16.91% within this type)
Type = “Strongest” (Total lines of this type: 111152)
Fulfilled=True: 10050 (17.08% within this type)
Type = “Pseudo” (Total lines of this type: 15622)
Fulfilled=True: 1355 (16.68% within this type)
Type = “Quantum” (Total lines of this type: 17778)
Fulfilled=True: 1858 (18.09% within this type)
So in general, MMI affects Manifestation rate in a pretty small way. But what is interesting, that only “Attractor” point type has this 1-2% MR-boost.
Then we tried to compare average z-score and power values for total reports array and the sample, where intent was manifested. (z-score here is always bigger than 4 because algorithm is selecting only big values for output to increase the probability of MMI-influence)
Average Values:
Z-Score (All lines, abs.): 4.2285
Power (All lines): 3.6429
Z-Score (Fulfilled=True, abs.): 4.2343
Power (Fulfilled=True): 3.6571
So manifested intentions has 0.01% bigger density deviation, which is even smaller, so we tried to see different z-score/power ranges separately:
Good news is that Attractor type has bigger MR on the magority or ranges, so it is probably not just by chance. Also we can see, that MR is rising on bigger density deviations up to 30%, but the bad news is that really big deviations are rare, and that means, that bigger values has smaller sample size and less reliable. So the rise may be a statistical illusion here.
To be sure, we tried to look for users, who produce the biggest z-scores. If they have stronger Psi, it may prove MMI is working.
First we tried to look in top 100 users by their average z-score, taking into account that they should have at least 10 trips. Among those users MR is distributed pretty similar to random sample, so it doesn’t prove anything. Also their minimal z-score value is a minimal possible one (4.0). We decided to look for users, who have the biggest minimal z-score, assuming that their influence on MMI-interface is constant and shows up in 100% of trips. We found only 6 users with min. z-score = 4.1, that is not very big actually and their MR was below 20% and most of them are below 10%. So still not sure about it.
Semantic research of reports are still in the process.