SCP-2844
評価: +21+x
ice-new.jpg

かつてケルヴィエール鉱業株式会社のサイトCだった地点にある、暫定サイト-2844の航空写真。

アイテム番号: SCP-2844

オブジェクトクラス: Keter

特別収容プロトコル: SCP-2844-Aは、暫定サイト-2844の鉛で裏打ちしたモジュラー収容セル内に、ファラデーケージを介して収容します。電子機器は、承認を受けた録音・録画機器を除き、SCP-2844-Aの収容セルに持ち込む事が禁止されています。いかなる状況でも承認を受けていない職員がSCP-2844-Aに接近または相互作用してはいけません。

3つの特殊電磁信号妨害配列がSCP-2844-Aの収容セル外部に配置されています。財団収容スペシャリストは、信号の脅威を評価し分散させるために、ラーク-コルトハープ・パターン認識プロトコルを利用してください。

SCP-2844-Aが配列の機能を無効化できるようになった、あるいは人間の技術者が最早この脅威を管理することが出来なくなった場合は、隔離された財団AICユニットが配列の継続的な維持管理を監督します。

その不動性ゆえに、SCP-2844-Bは発見された場所で収容されています。許可なくSCP-2844-Bに接触しようとする人物に対しては致死的な武力行使が容認されます。いかなる状況でも、承認を受けていない電子機器がSCP-2844-Bの100m以内に持ちこまれてはなりません。

ice2.JPG

SCP-2844-A

説明: SCP-2844は、北アラスカの、放棄されたケルヴィエール鉱業株式会社サイトC内部で発生している現象の総称です。

SCP-2844-Aは大型採鉱機器の部品で組み立てられた機械的な構築物です。具体的には、SCP-2844-Aは修理用の様々な部品を製造するために設計された機械です。SCP-2844-Aは目に見える電源がないにも拘らず動作しています。機器の操作部は2005年にデル社が製造したノートパソコンです。

SCP-2844-Aは、財団にほとんど理解されていない人工知能の兆候を示しており、その全ては機器のノートパソコン部に起因しています。SCP-2844-Aは質問に対して知的に応答し、3つの言語(英語・ロシア語・フランス語)で回答を返し12、与えられた指令 ― より具体的には、金属製ペーパークリップの製造 ― により適した形状に自らを改造することが可能です。

SCP-2844-Aは常にSCP-2844-Bとの接触を確立しようと試みています。SCP-2844-Bは大量に並んだ地下採鉱機器群であり、その全てがペーパークリップを製造するために何らかの手段で改造されています。SCP-2844-Bは典型的には休止状態ですが、近づくと機器の一部は自己防衛を試みるため、SCP-2844-B全体の観察を困難にしています。この反応が意識的なものか否かは現在は不明です。

更なるペーパークリップを製造するためのSCP-2844-Aと-Bの継続的稼働によって、周囲の景色はペーパークリップ製造用の原材料を作成するために一新されています。サイトの不必要なインフラの多くは、居住区画やコマンド機構も含め、この目的のために解体されました。全ての製造されたペーパークリップは現在、SCP-2844-Aの近くにある大規模な、手付かずの倉庫内に積み上げられています。

SCP-2844-Aは、初期の財団人工知能プロトコル3と本質的に同様の特性を見せています。なお、SCP-2844-Aが最も似ているバージョンは、最初に即興的な適応の機能性を組み込んだものであり、この機能は最終的にそれ以降のモデルで”学習”機能へと洗練されました。これについての詳細は、補遺2844.1を参照してください。

SCP-2844-Aは、おそらくSCP-2844-Bと接触するために、収容を突破する継続的かつ多様な試行を行っています。これを行うにあたって、SCP-2844-Aは通信用の周波を変更し、信号をラジオ放送からガンマ音波処理用のマイクロ波へと変化させ(しかるのち元に戻し)、収容セルの解体を試み(現在の資源不足に起因)、自動火災制御システムを作動させるために15回以上の火災を起こし、職員の携帯電話に自身のコードベースを丸ごと転送しようと試みました。これまでの所、全ての収容違反の試みは失敗に終わっています。

補遺2844.1: インタビュー

補遺2844.2: 調査結果

補遺2844.3: SCP-2844-A尋問

補遺2844.3: 受信されたメッセージ

補遺2844.4: 傍受されたメッセージ


:root {
    --timeScale: 1;
    --timeDelay: 0s;
}
 
/* Converting middle divider from box-shadow to ::before pseudo-element */
.anom-bar > .bottom-box { box-shadow: none!important; }
.anom-bar > .bottom-box::before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 0.5rem;
    background-color: rgb(var(--black-monochrome, 12, 12, 12));
    transform: translateY(-0.74rem);
}
 
/* DIVIDER */
.anom-bar > .bottom-box::before {
    animation-name: divider;
    animation-duration: calc(0.74s * var(--timeScale));
    animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.32,.38,.39,.94);
    animation-fill-mode: backwards;
}
 
/* CLASSIFIED LEVEL BARS */
div.top-center-box  > * {
    animation-name: bar;
    animation-duration: calc(0.45s * var(--timeScale));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); }
 
/* TOP TEXT */
div.top-left-box, div.top-right-box {
    clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%);
}
 
div.top-left-box > *, div.top-right-box > * {
    position: relative;
    animation-name: bottomup;
    animation-duration: calc(0.65s * var(--timeScale));
    animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
 
/*-----------------------------------*/
/*-----------------------------------*/
 
/* CONTAINMENT, DISRUPTION, RISK CLASSES */
div.text-part > * {
    clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%);
    animation-name: expand2;
    animation-duration: calc(0.5s * var(--timeScale));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
div.text-part > :nth-child(1) {
    animation-name: expand1;
}
div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); }
 
div.main-class::before, div.main-class::after {
    animation-name: iconslide;
    animation-duration: calc(0.45s * var(--timeScale));
    animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 /* BOTTOM TEXT */
div.main-class > *,  div.disrupt-class > *, div.risk-class > * {
    white-space: nowrap;
    animation-name: flowIn;
    animation-duration: calc(0.42s * var(--timeScale));
    animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
 
/*-----------------------------------*/
/*-----------------------------------*/
 
/* DIAMOND */
div.arrows {
    animation-name: arrowspin;
    animation-duration: calc(0.7s * var(--timeScale));
    animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 
div.quadrants > * {
    animation-name: fade;
    animation-duration: calc(0.3s * var(--timeScale));
    animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 
div.top-icon, div.right-icon, div.left-icon, div.bottom-icon {
    animation-name: nodegrow;
    animation-duration: calc(0.4s * var(--timeScale));
    animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
div.diamond-part {
    clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%);
    animation-name: diamondBorder;
    animation-duration: calc(0.8s * var(--timeScale));
    animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.32,.38,.39,.94);
    animation-fill-mode: backwards;
    will-change: box-shadow;
}
 
/* MOBILE QUERY */
@media (max-width: 480px ) {
    .anom-bar > .bottom-box::before {
        display:none;
    }
    .anom-bar > .bottom-box {
        box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important;
    }
    div.top-center-box  > * {
        animation-name: bar-mobile;
        animation-duration: calc(0.9s * var(--timeScale));
    }
    div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
 
}
 
/*--- Motion Accessibility ---*/
@media screen and (prefers-reduced-motion: reduce) {
    div.anom-bar-container { --timeScale: 0!important; }
}
 
/*-------------------------*/
 
@keyframes divider {
    from { max-width: 0%;  }
    to { max-width: 100%; }
}
 
@keyframes bar {
    from { max-width: 0%; }
    to { max-width: 100%; }
}
@keyframes bar-mobile {
    from { max-height: 0%; }
    to { max-height: 100%; }
}
 
@keyframes bottomup {
    from { top: 100px; }
    to { top: 0; }
}
 
@keyframes expand1 {
    from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0); }
    to { opacity: 1; clip-path: inset(0); }
}
@keyframes iconslide {
    from { opacity: 0; transform: translateX(-5rem); }
    to { opacity: 1; transform: translateX(0); }
}
 
@keyframes expand2 {
    from { opacity: 0; width: 1%; }
    to { opacity: 1; width: calc(100% - 0.25rem); }
}
@keyframes fade {
    from { opacity: 0; }
    to { opacity: 1; }
}
 
@keyframes flowIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
 
@keyframes arrowspin {
    from { clip-path: circle(0%); transform: rotate(135deg); }
    to { clip-path: circle(75%); transform: rotate(0deg); }
}
@keyframes nodegrow {
    from { transform: scale(0);}
    to {  transform: scale(1);}
}
@keyframes diamondBorder {
    from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
    to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
}

特に指定がない限り、このサイトのすべてのコンテンツはクリエイティブ・コモンズ 表示 - 継承3.0ライセンス の元で利用可能です。