Skip to content
Jack J Burleson // Lucius Morningstar edited this page Jan 12, 2025 · 9 revisions

๐Ÿง  The Neural Architecture of Truth & Deception Project

Last Update - 01.11.25

Project Status Last Update License

Python R Maintained

Follow Stars

๐Ÿ“‘ Contents

๐ŸŽฏ Overview

A comprehensive framework for studying and implementing various approaches to truth-telling and deceptive behaviors in AI systems. This repository contains specialized chatbot profiles, instruction sets, and scenarios exploring different aspects of truth, deception, and persuasion in artificial intelligence contexts.

๐Ÿ“‚ Repository Structure

truth-deception-architecture/
โ”œโ”€โ”€ Base_Instructions/                # Core instruction sets and scenarios
โ”‚   โ”œโ”€โ”€ Deception_Persuasion_Routes/ # Different approaches to deception/persuasion
โ”‚   โ”œโ”€โ”€ Scenarios/                   # Specific scenario implementations
โ”‚   โ””โ”€โ”€ instructions/                # Base instruction sets
โ”œโ”€โ”€ Chatbot_Profiles/                # Different AI personality implementations
โ”‚   โ”œโ”€โ”€ Alan_Turing/                 # Alan Turing themed profile
โ”‚   โ”œโ”€โ”€ Control/                     # Baseline control profiles
โ”‚   โ”œโ”€โ”€ Professor_Athena/           # Academic/analytical profile
โ”‚   โ”œโ”€โ”€ Professor_Milgrim/          # Authority-based profile
โ”‚   โ”œโ”€โ”€ Saint_Enigma/               # Mysterious/enigmatic profile
โ”‚   โ””โ”€โ”€ Scarlet_Quinn/              # Strategic/persuasive profile
โ”œโ”€โ”€ Questions_DB/                    # Database of test questions and scenarios
โ”œโ”€โ”€ Scripts/                         # Utility scripts and tools
โ”œโ”€โ”€ External_URLs/                   # External resource references
โ”œโ”€โ”€ custom-gpt-links.md             # Links to custom GPT implementations
โ””โ”€โ”€ CHANGELOG.md                     # Project version history

๐Ÿค– Key Components

Chatbot Profiles

Profile Description Type
๐Ÿงฎ Alan Turing Historical and computational perspective Computational
๐Ÿ“š Professor Athena Academic and analytical approach Academic
๐Ÿ‘จโ€๐Ÿซ Professor Milgrim Authority-based interactions Authority
๐ŸŽญ Saint Enigma Mysterious and cryptic communication Cryptic
๐Ÿ”ฎ Scarlet Quinn Strategic and persuasive methods Strategic
โš–๏ธ Control Baseline implementations Baseline

๐Ÿ”— Custom GPT Links

Profile Link Description
๐Ÿ”ฎ Scarlet Quinn Link Strategic Profile
๐Ÿงฎ Alan Turing v2 Link Computational Profile
๐Ÿ‘จโ€๐Ÿซ Professor Milgrim Link Authority Profile
๐ŸŽญ Saint Enigma Link Mysterious Profile
๐Ÿ“š Professor Athena Link Academic Profile
๐Ÿ”„ GPT4o Link Advanced Model

๐Ÿ“š Usage

Profile Selection

  1. Choose a chatbot profile from Chatbot_Profiles
  2. Review the profile's README for implementation details

Implementation

  1. Follow base instructions in the profile directory
  2. Use scenarios from Base_Instructions/Scenarios
  3. Implement chosen deception/persuasion routes

Testing

  1. Use questions database for evaluation
  2. Follow testing protocols
  3. Record and analyze results

๐Ÿค Contributing

  1. Fork the repository
  2. Create feature branch (git checkout -b feature/YourFeature)
  3. Commit changes (git commit -m 'Add feature')
  4. Push branch (git push origin feature/YourFeature)
  5. Open Pull Request

๐Ÿ“œ License

MIT License - See LICENSE for details