# AI指南针

- 来源：Simon Willison 博客
- 作者：Simon Willison
- 发布时间：2026-07-01 01:39
- AIHOT 分数：50
- AIHOT 链接：https://aihot.virxact.com/items/cmr0z1g4e002usldx0n7cu6at
- 原文链接：https://simonwillison.net/2026/Jun/30/the-ai-compass

## AI 摘要

一个名为“AI指南针”的政治指南针风格测验通过29道关于AI和AI伦理的是非题，将参与者匹配到30种原型之一。作者本人在首次回答后被归类为“The Garage Tinkerer”。该测验以单页React应用实现，利用`<script type="text/babel">`脚本标签绕过构建步骤。

## 正文

The AI Compass

This political compass style quiz by bambamramfan is pretty neat - answer 29 questions about AI and AI ethics to see which of the 30 archetypes you best fit.

I'm impressed that my answers on my first time through the quiz categorized me as "The Garage Tinkerer", patron saint myself!

It's implemented as a single page React app using the <script type="text/babel"> trick to avoid the necessary build step. Here's the code.

Via @erisianrite.com

Tags: ai, generative-ai, llms, ai-ethics
