Editing
Cloud Souls and the Architecture of Digital Afterlife
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Soul Approximation' (Evaluating 'Cloud Soul Fidelity' from Data Volume):''' <syntaxhighlight lang="python"> def evaluate_cloud_soul_fidelity(text_tokens_m, video_hours, voice_hours, behavioral_data_years): """ Shows how data volume affects the quality of a cloud soul approximation. """ # Fidelity grows logarithmically with data (diminishing returns) import math text_score = min(40, 10 * math.log10(text_tokens_m + 1)) video_score = min(25, 8 * math.log10(video_hours + 1)) voice_score = min(20, 7 * math.log10(voice_hours + 1)) behavior_score = min(15, 5 * math.log10(behavioral_data_years + 1)) total = text_score + video_score + voice_score + behavior_score if total > 80: label = "RICH APPROXIMATION (Captures style, values, reactions well)" elif total > 50: label = "MODERATE (Recognizable but clearly not the person)" else: label = "THIN SKETCH (Few dimensions captured)" return f"FIDELITY: {round(total, 1)}/100 β {label}" # Heavy digital user (writer, YouTuber) with 20 years of data print(evaluate_cloud_soul_fidelity(50, 500, 200, 20)) # Average person with modest digital footprint print(evaluate_cloud_soul_fidelity(2, 20, 10, 5)) </syntaxhighlight> ; Cultural Landmarks : '''Black Mirror S02E01 ("Be Right Back")''' β "The Definitive" "Cultural Warning" about **"Memorial AI"** β "Grief," "Simulation," and "The Uncanny Valley." : '''HereAfter AI''' β "A Real" "Company" (2021) "Letting People" "Record" "Answers" "For Posthumous" "Conversation" with "Family." : '''The 'Luka' App (Replika)''' β "Originally" "Created" to "Simulate" a "Deceased Friend": "Now" a "General" **"AI Companion."** : '''Samuel Beckett's ''Krapp's Last Tape'' (1958)''' β "The Theatrical" "Premonition": a "Man" "Talking" to "Recordings" of "His Younger Self." </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information