AI Content - Source Excerpt 03
Summary
This source excerpt preserves a bounded section of Anti-Christ.org/wp-content/plugins/fftac-ai-engine/inc/ai-content.php so readers can inspect the evidence without opening the full source file.
**Source path:** Anti-Christ.org/wp-content/plugins/fftac-ai-engine/inc/ai-content.php
function antichrist_engine_foundation_ai_route_map()
{
return array(
array(
'eyebrow' => 'Map',
'title' => 'Use the engine like a command deck',
'summary' => 'Begin with the route map so the page reads like a governed inquiry surface rather than a lonely prompt field.',
'anchor' => 'ask-the-adversary',
'cta' => 'Open the AI console',
),
array(
'eyebrow' => 'Prompts',
'title' => 'Choose the right prompt lane first',
'summary' => 'Recovery, research, doctrine, and public-briefing questions need different kinds of pressure and different next routes.',
'anchor' => 'ask-the-adversary',
'cta' => 'Choose a response flavor',
),
array(
'eyebrow' => 'Contract',
'title' => 'Understand the response contract',
'summary' => 'The engine should expose assumptions, reframe the question, and hand judgment back to the reader instead of pretending to settle the matter.',
'anchor' => 'ask-the-adversary',
'cta' => 'Use the response contract',
),
array(
'eyebrow' => 'Frontier',
'title' => 'Follow the flagship systems lane',
'summary' => 'Algorithmic Eschatology remains the clearest bridge between the inquiry engine, the research atlas, and the outward publication archive.',
'anchor' => 'ask-the-adversary',
'cta' => 'Open the Algorithmic flavor',
),
array(
'eyebrow' => 'Routes',
'title' => 'Escalate into archive, recovery, or human review',
'summary' => 'Good machine-assisted inquiry should tell people where to go next instead of trapping them inside one endless prompt loop.',
'anchor' => 'ask-the-adversary',
'cta' => 'Start a focused exchange',
),
);
}
/**
* Prompt lanes for the AI engine command surface.
*
* @return array<int, array<string, mixed>>
*/
function antichrist_engine_foundation_ai_prompt_paths()
{
return array(
array(
'eyebrow' => 'Recovery Lane',
'title' => 'Use the engine to calm inherited panic scripts',
'summary' => 'Best when the question is not just intellectual but tied to fear, guilt, or reflexive end-times urgency that still feels morally binding.',
'audience' => 'Readers leaving prophecy panic, control-heavy religion, or obedience systems that made fear feel holy.',
'prompt' => 'I inherited rapture panic and mark-of-the-beast fear. Help me identify the assumptions that still govern my reactions.',
'target' => 'recovery',
'anchor' => 'reading-routes',
'cta' => 'Open recovery routes',
),
array(
'eyebrow' => 'Research Lane',
'title' => 'Turn a claim into an actual research problem',
'summary' => 'Use this lane when you need a dossier-quality starting point instead of raw agreement, panic, or debunking theater.',
'audience' => 'Researchers, skeptics, writers, and readers trying to pressure a claim before they repeat it in public.',
'prompt' => 'Pressure this antichrist claim like a dossier outline: what assumptions, missing history, and evidence standards should I test first?',
'target' => 'research',
'anchor' => 'research-command',
'cta' => 'Open the research command deck',
),
array(
'eyebrow' => 'Algorithmic Lane',
'title' => 'Translate prophecy language into systems critique',
'summary' => 'This is the flagship lane for readers trying to connect apocalyptic scripts with AI, surveillance, biometrics, identity rails, and machine-mediated governance.',
'audience' => 'Tech-facing readers, media conversations, and anyone trying to understand why old eschatology keeps attaching itself to new control systems.',
'prompt' => 'Could this AI, surveillance, or identity-control system function like an antichrist-style authority even without religious language?',
'target' => 'journal',
'args' => array('track' => 'algorithmic-eschatology'),
'cta' => 'Open the flagship AI lane',
),
array(
'eyebrow' => 'Briefing Lane',
'title' => 'Reduce a panic-heavy claim into a calm public briefing',
'summary' => 'Use this lane when the real need is not another hot take but a precise outward explanation that can survive public reading.',
'audience' => 'Editors, communicators, and readers who need a short public-facing reframing before moving into longer archive work.',
'prompt' => 'Turn this panic-heavy claim into a calm public briefing: what is the structural question underneath it and what should be stripped away?',
'target' => 'research',
'anchor' => 'executive-briefings',
'cta' => 'Open executive briefings',
),
);
}
/**
* Response contract for Ask the Adversary outputs.
*
* @return array<int, array<string, string>>
*/
function antichrist_engine_foundation_ai_response_contract()
{
return array(
array(
'eyebrow' => 'Layer 01',
'title' => 'Assumption audit',
'summary' => 'The first job is to name what the question already assumes about power, innocence, certainty, fear, or sacred authority.',
'note' => 'A good response makes the hidden theology visible before it tries to sound helpful.',
),
array(
'eyebrow' => 'Layer 02',
'title' => 'Adversarial reframing',
'summary' => 'The engine should shift the problem from panic and personality toward structure, history, incentives, language, and institutions.',
'note' => 'This is where inherited certainty gets pressure-tested instead of pampered.',
),
array(
'eyebrow' => 'Layer 03',
'title' => 'Reflective next question',
'summary' => 'The response should leave the reader with sharper questions or clearer routes, not a synthetic verdict that ends inquiry.',
'note' => 'A useful answer increases agency. It does not replace it.',
),
array(
'eyebrow' => 'Layer 04',
'title' => 'Non-authority boundary',
'summary' => 'The engine remains an interpretive tool under standards governance. It cannot become doctrine, prophet, confessor, or command center for life decisions.',
'note' => 'If a result cannot survive human review, research scrutiny, or moral examination, it has no claim to rule anyone.',
),
);
}
/**
* Handoff routes once a question outgrows the AI interface.
*
* @return array<int, array<string, mixed>>
*/
function antichrist_engine_foundation_ai_next_routes()
{
return array(
array(
'eyebrow' => 'Archive',
'title' => 'Escalate the question into the research atlas',
'summary' => 'If the response exposes claims, citations, missing chronology, or recurring panic scripts, the atlas is where those threads become durable records.',
'note' => 'Use this when the answer needs evidence, not just reflection.',
'target' => 'research',
'anchor' => 'research-command',
'cta' => 'Open the research atlas',
),
array(
'eyebrow' => 'Flagship',
'title' => 'Follow the algorithmic publication lane',
'summary' => 'When the issue touches AI, surveillance, identity control, or machine-mediated obedience, the flagship journal track is the public-facing continuation.',
'note' => 'Use this when the question belongs in the outward record, not just the prompt window.',
'target' => 'journal',
'args' => array('track' => 'algorithmic-eschatology'),
'cta' => 'Read the flagship AI series',
),
array(
'eyebrow' => 'Recovery',
'title' => 'Move into the recovery guide when the nervous system is involved',
'summary' => 'Some questions are really panic loops, shame loops, or inherited dread. Those need slower routes than another round of clever reframing.',
'note' => 'Use this when the issue is fear, conscience, or post-dogmatic reorientation.',
'target' => 'recovery',
'anchor' => 'reading-routes',
'cta' => 'Open the recovery guide',
),
array(