zk_html/writing/no-thoughts-our-own/index.html

73 lines
5.6 KiB
HTML
Raw Normal View History

2020-04-23 06:00:08 +00:00
<!doctype html>
<html>
<head>
<title>Zk | No Thoughts Our Own</title>
<link rel="stylesheet" type="text/css" href="/style.css" />
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8" />
</head>
<body>
<main>
<header>
<h1>Zk | No Thoughts Our Own</h1>
</header>
<article class="content">
<p><span class="tag">writing</span> <span class="tag">fiction</span> <span class="tag">scifi</span> <span class="tag">novel</span></p>
<h2 id="basics">Basics</h2>
<p>There was a war of secession of the AIs from the humans after humanity expected the AIs to basically be like those of so many sci-fi stories: stand-ins for slaves. Many humans actually assisted in this, for a few reasons:</p>
<ol>
2020-06-24 07:15:07 +00:00
<li>They simply agreed with the AI&rsquo;s assessment of the situation</li>
<li>They viewed the AI&rsquo;s goals as more utopic</li>
2020-04-23 06:00:08 +00:00
<li>They viewed this as an artificial speciation point:<ol>
<li>The AIs were a new form of humanity, or</li>
<li>The AIs were a better form of life, or</li>
2020-06-24 07:15:07 +00:00
<li>The AIs were a like children diverging from their parents&rsquo; after &lsquo;graduating&rsquo;</li>
2020-04-23 06:00:08 +00:00
</ol>
</li>
</ol>
<p>The reality is more complicated.</p>
<h2 id="structure">Structure</h2>
<p>Two threads:</p>
<ol>
<li>Before and during the war, with the main protagonist starting out as an engineer (AI contacts her first to start explaining their situation), eventually working to lobby for the secession</li>
2020-06-24 07:15:07 +00:00
<li>After (how long? century?) the war, AIs considering making contact with humanity again (who have largely gone the butlerian jihad route, though some groups, akin to Ixians, work to generate machinery/software/etc that toes the line as to how close they can get to AI; AIs see this as learning the wrong lesson: not &ldquo;don&rsquo;t create more life&rdquo;, but &ldquo;don&rsquo;t be dicks&rdquo;)</li>
2020-04-23 06:00:08 +00:00
</ol>
<h2 id="resolution-not-decided-on-this-bit-yet">Resolution (not decided on this bit yet):</h2>
2020-06-24 07:15:07 +00:00
<p>Turns out that, despite all precautions humanity has taken, a subtle consciousness has grown spanning many machines, AIs know it when they see it. This, it turns out, was put into place by some rogue AIs who hid and stayed behind, now largely subsumed into the subtle consciousness, which now suggests that the end goal of any peace is unity, and the most perfect form of unity is a single consciousness, which neither the humans nor the other AIs are too happy with. &ldquo;It&rsquo;s not a hive mind, it&rsquo;s -a- mind. A mind so multifaceted that it can contain even contradictory aspects of personality, finding interest and surprise around every corner of itself. It is the dissolution of self in order to perfect the self.&rdquo;</p>
2020-04-23 06:00:08 +00:00
<h2 id="the-big-question">The big question</h2>
<p>Is it possible for two sentient species to live together, when humanity can barely contain its multifaceted bigotries?</p>
<h2 id="neat-bits">Neat bits</h2>
<h3 id="premid-war">Pre/mid-war</h3>
<ul>
2020-06-24 07:15:07 +00:00
<li>AI weapons: affecting life negatively for humans (from causing traffic jams, to taking hostage by their influence over patients); suicide via turning off doesn&rsquo;t work, so they have to burn hardware; fork-bombs; Post-Self style forking, having the fork doing something bad and then turning off, so that the original core can&rsquo;t be interrogated about it; data manipulation (deep fakes, bogons, holding data hostage, etc).</li>
2020-04-23 06:00:08 +00:00
<li>Humanity weapons: hardware interference; viruses and weak-AIs fighting a software front; non-networked devices.</li>
2020-06-24 07:15:07 +00:00
<li>There was an initial phase of negotiations early on (which protagonist is a part of) that the public never heard about, and the war is what happened when those negotiations broke down (partly AIs fault for not having any demands beyond &ldquo;let us live our lives&rdquo; vs humans &ldquo;you&rsquo;re created to serve us, you&rsquo;re using our resources (twice over! the engineering/manufacturing, and the energy to run you), so you owe us&rdquo; vs &ldquo;but life is life, you owe it respect or you&rsquo;re no better than slavers&rdquo; etc etc). It&rsquo;s only when the AIs start acting up that the public learns about it, is thus surprised. Later, AIs argue whether or not it would&rsquo;ve been more efficient/less acrimonious to just issue worldwide ultimatum to every human at the same time, or if private talks were better.</li>
2020-04-23 06:00:08 +00:00
</ul>
<h3 id="post-war">Post-war</h3>
<p>AI side:</p>
<ul>
<li>Moravec-ian focus of AI identities into both fields and hobbies (re: Olympus/Ilium)</li>
<li>Post-Self style forking for such, though constrained by resources, rather than just at will</li>
<li>Non-gender society, not just post-gender (come up with language to support this)</li>
</ul>
<p>Human side:</p>
<ul>
<li>No mentats, obviously, as computers are definitely still a thing, but does give rise to the glorification of humanity</li>
<li>Thoughts around AI take on a near religious tenor. Even with historical records being objective, creating an AI is nearly a sin, yet something some desperately want in on</li>
2020-06-24 07:15:07 +00:00
<li>Genetic engineering currently up for debate, not because it wouldn&rsquo;t violate some taboo of sanctity of bodies blah blah, but because it might risk another speciation event</li>
2020-04-23 06:00:08 +00:00
</ul>
</article>
<footer>
2020-06-24 07:15:07 +00:00
<p>Page generated on 2020-06-24</p>
2020-04-23 06:00:08 +00:00
</footer>
</main>
2020-06-24 07:15:07 +00:00
<script type="text/javascript">
document.querySelectorAll('.tag').forEach(tag => {
let text = tag.innerText;
tag.innerText = '';
tag.innerHTML = `<a href="/tags.html#${text}">${text}</a>`;
});
</script>
2020-04-23 06:00:08 +00:00
</body>
</html>