Tools

'AI Compass' quiz maps users to 30 AI-ethics archetypes in a React app

The AI Compass is a political-compass–style quiz by bambamramfan that asks 29 questions about AI and AI ethics to place users among 30 archetypes.

'AI Compass' quiz maps users to 30 AI-ethics archetypes in a React app

"The AI Compass" is a political-compass–style quiz created by bambamramfan. Participants answer 29 questions about AI and AI ethics, and based on their responses the quiz assigns them to one of 30 predefined archetypes.

Implementation and what stands out

The quiz is implemented as a single-page React app. To simplify deployment and avoid a separate build step, the author uses the <script type="text/babel"> approach, loading and transpiling code in the browser rather than running a build pipeline ahead of time.

A personal note

The creator reports that on their first run the tool labeled them "The Garage Tinkerer," illustrating how the quiz returns playful, archetype-based feedback to users.

Code and sharing

The code has been made available by the author, and the project was shared via @erisianrite.com. The post is tagged with: ai, generative-ai, llms, ai-ethics.

Why it matters

The project offers an accessible, interactive way to engage with questions of AI ethics while also demonstrating a lightweight development pattern (in-browser Babel transpilation) useful for quick prototypes. The combination of 29 questions and 30 archetypes provides a framework for reflecting different attitudes toward AI.

Limitations

The available description does not include details about the question content, the methodology for mapping responses to archetypes, or data handling practices; those aspects would require further inspection of the code or documentation for a fuller assessment.