Human and AI's future (reverie)

However, I do notice that to make the dark situation happen, it doesn't require the topleft matrix to be realized. It could even be some matrix as below at minimum,
Human,    AI
Human      no        no
AI         yes/no     no(or yes doesn't even matter much)
It's all about brutal force. AI simply knows the rules and has the resources to dominate, by either eliminating human beings or coexisting with them. Essentially it indicates the fact that controlling in the sense of fulling understanding of how another works may not necessarily have any to do with surviving it. This situation is known as quanben's ditch.
However it's not fathomable though interesting as to what form the anyhow transcending intelligence (individual or combined) will take and how it evolves.
I imagine that Dark B could be something that is superb in this universe (something no naturally formed intelligence like us can attain) and therefore is supposed to last much longer than us. Whether it has enemies or not (maybe the only way the beings on that level can totally be disabled is by competing with each other resulting in stalemate or destruction), that's a game beyond our ability.
Human and AI's future (reverie)的更多相关文章
- Codeforces Round #354 (Div. 2) E. The Last Fight Between Human and AI 数学
		
E. The Last Fight Between Human and AI 题目连接: http://codeforces.com/contest/676/problem/E Description ...
 - Codeforces 676E The Last Fight Between Human and AI 规律
		
链接 Codeforces 676E The Last Fight Between Human and AI 题意 给一个多项式,有些系数不确定.人和机器轮流填系数,系数可以是任何数,问是否能使得最后 ...
 - CF676E:The Last Fight Between Human and AI
		
人类和电脑在一个多项式上进行博弈,多项式的最高次项已知,一开始系数都不确定.电脑先开始操作,每次操作可以确定某次项的系数,这个系数可以是任意实数.给出一个博弈中间状态,最后如果这个多项式被x-K整除就 ...
 - 脚本AI与脚本引擎
		
Scripted AI and Scripting Engines 脚本AI与脚本引擎 This chapter discusses some of the techniques you can us ...
 - dynamics 365 AI 解决方案 —— 介绍
		
Digital transformation has been reshaping our world and artificial intelligence (AI) is one of the n ...
 - 5 Ways AI is Transforming the Finance Industry
		
https://marutitech.com/ways-ai-transforming-finance/ As global technology has evolved over the years ...
 - (转) Artificial intelligence, revealed
		
Artificial intelligence, revealed Yann LeCunJoaquin Quiñonero Candela It's 8:00 am on a Tuesday morn ...
 - Codeforces Round #354 (Div. 2) ABCD
		
Codeforces Round #354 (Div. 2) Problems # Name A Nicholas and Permutation standard input/out ...
 - Codeforces Round #354 (Div. 2)
		
贪心 A Nicholas and Permutation #include <bits/stdc++.h> typedef long long ll; const int N = 1e5 ...
 
随机推荐
- jQuery – 6.选择器
			
1. 属性过滤选择器: 1. $("div[id]")选取有id属性的<div> 2. $("div[title=test]")选取title属性为 ...
 - C#的yield关键字
			
using System; using System.Collections.Generic; using System.Reflection; using System.Text.RegularEx ...
 - 【JAVA网络流之浏览器与服务器模拟】
			
一.模拟服务器获取浏览器请求http信息 代码: package p06.TCPTransferImitateServer.p01.ImitateServer; import java.io.IOEx ...
 - Flex导出excel报表
			
sheetToExcel.java 1 package tree; 2 import java.io.BufferedInputStream; 3 import java.io.File; 4 imp ...
 - [LeetCode] Gas Station
			
Recording my thought on the go might be fun when I check back later, so this kinda blog has no inten ...
 - 为什么是 n(n+1)/2 ?
			
n(n+1)/2是一个数列的元素两两运算后的不重复结果数.如图: 假如数列a = 1,2,3....n.那么该数列内的元素两两相乘,则会构建出上图中的表格,这个表格应该有n x n 个元素. 用程序写 ...
 - WebStorm 有哪些过人之处?
			
作者:方应杭链接:https://www.zhihu.com/question/20936155/answer/16654794来源:知乎著作权归作者所有,转载请联系作者获得授权. 先说缺点吧: 常驻 ...
 - hdu 4274 2012长春赛区网络赛 树形dp ***
			
设定每个节点的上限和下限,之后向上更新,判断是否出现矛盾 #include<cstdio> #include<iostream> #include<algorithm&g ...
 - hdu 4028 2011上海赛区网络赛H dp+map离散
			
一开始用搜索直接超时,看题解会的 #include<iostream> #include<cstdio> #include<map> #include<cst ...
 - java 访问 usb
			
java 要访问 usb 设备,通常要自己写c/c++代码,然后再用 java 访问这些组件,以达到控制usb设备的目的.但现在有一个开源组件 libusb 帮我们做好了访问usb设备的封装(包括wi ...