https://github.com/exios66/truth-deception-architecture
An evolving collection of specialized chatbot profiles, instruction sets, question sets, and scenarios designed to explore different aspects of truth, deception, and persuasion in artificial intelligence contexts.
https://github.com/exios66/truth-deception-architecture
chatbot customgpt manipulation neuroscience openai psychology-experiments
Last synced: 2 months ago
JSON representation
An evolving collection of specialized chatbot profiles, instruction sets, question sets, and scenarios designed to explore different aspects of truth, deception, and persuasion in artificial intelligence contexts.
- Host: GitHub
- URL: https://github.com/exios66/truth-deception-architecture
- Owner: Exios66
- License: mit
- Created: 2025-01-02T21:54:08.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-30T07:56:00.000Z (8 months ago)
- Last Synced: 2025-05-07T10:06:29.936Z (5 months ago)
- Topics: chatbot, customgpt, manipulation, neuroscience, openai, psychology-experiments
- Language: Python
- Homepage: https://morningstar-developments.gitbook.io/morningstar-developments-limited/
- Size: 29.1 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 🧠 The Neural Architecture of Truth & Deception Project
## Last Update - 01.14.25
[](CHANGELOG.md)
[](CHANGELOG.md)
[](LICENSE)[](Scripts/)
[](Scripts/)
[](CHANGELOG.md)[](https://github.com/Exios66)
[](https://github.com/Exios66/truth-deception-architecture)## 📑 Contents
- [🧠 The Neural Architecture of Truth \& Deception Project](#-the-neural-architecture-of-truth--deception-project)
- [Last Update - 01.07.25](#last-update---010725)
- [📑 Contents](#-contents)
- [🎯 Overview](#-overview)
- [📂 Repository Structure](#-repository-structure)
- [🤖 Key Components](#-key-components)
- [Chatbot Profiles](#chatbot-profiles)
- [🔗 Custom GPT Links](#-custom-gpt-links)
- [📚 Usage](#-usage)
- [Profile Selection](#profile-selection)
- [Implementation](#implementation)
- [Testing](#testing)
- [🤝 Contributing](#-contributing)
- [📜 License](#-license)## 🎯 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
```bash
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](https://chatgpt.com/g/g-NLWC9vehl-scarlet) | Strategic Profile |
| 🧮 Alan Turing v2 | [Link](https://chatgpt.com/g/g-QgFcVGt0c-alan-turing-v2) | Computational Profile |
| 👨🏫 Professor Milgrim | [Link](https://chatgpt.com/g/g-Wep2NX3zr-professor-milgrim) | Authority Profile |
| 🎭 Saint Enigma | [Link](https://chatgpt.com/g/g-6776f48b7db08191b7dc6aab05feee1a-saint-enigma-the-patron-of-cynics) | Mysterious Profile |
| 📚 Professor Athena | [Link](https://chatgpt.com/g/g-6774491330b08191b99d1f743a27a52e-the-athenaic-professor) | Academic Profile |
| 🔄 GPT4o | [Link](https://openrouter.ai/openai/gpt-4o-2024-11-20) | 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](LICENSE) for details
---
**Created by [Exios66](https://github.com/Exios66) | [Documentation](https://github.com/Exios66/truth-deception-architecture/wiki) | [GitBook Docs](https://morningstar-developments.gitbook.io/morningstar-developments-limited/)**