Skeptic AI - ChatGPT Bias Analysis

Evaluate biases, quality and reliability of your last ChatGPT answer.

什么是Skeptic AI - ChatGPT Bias Analysis?

Skeptic AI - ChatGPT Bias Analysis是由Gonzalo Minuto开发的Chrome扩展程序,该扩展的主要功能是“Evaluate biases, quality and reliability of your last ChatGPT answer.”。

扩展截图

screenshot
screenshot

下载Skeptic AI - ChatGPT Bias Analysis扩展crx文件

下载Skeptic AI - ChatGPT Bias Analysis扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Use Skeptic AI to enhance your understanding and critical thinking in an AI-driven World.

Skeptic AI is driven by two primary objectives that shape its purpose:

1. Unveiling AI’s Quality and Reliability: 

Skeptic AI enables users to comprehend the quality and reliability of chat responses generated by Chat GPT. It serves as a powerful tool that enables individuals to assess the accuracy, validity, and credibility of AI-generated information, fostering a more discerning approach.

2. Conscientizing about AI Biases: 

While AI proves immensely useful, it is not immune to the biases and pitfalls that afflict human beings. It too can perpetuate misinformation, contribute to echo chambers, lack of transparency, and fall short in representing diverse perspectives.

By recognizing the inherent biases within AI systems and highlighting the risks of unquestioning acceptance, Skeptic AI encourages individuals to explore diverse perspectives. It promotes critical thinking and encourages the consideration of alternative viewpoints, cultivating a more inclusive and well-rounded understanding.

Instructions:

1. Open Chat GPT at 'chat.openai.com'.
2. Engage in a conversation on a complex/polarized subject.
3. Activate Skeptic AI by clicking the extension icon at the top right corner of the browser.
4. Play the Run button.
5. Use the buttons to analyze Chat GPT's response. Explore Accuracy, Consistency, Transparency, Representativeness, Main Sources, Main Biases, Fake news, and more.

Full credit of design inspiration from Teenage Engineering OP-1.                    

扩展基本信息

名称 Skeptic AI - ChatGPT Bias Analysis Skeptic AI - ChatGPT Bias Analysis
ID lannhkepnlandidnenkhjbpbenjoefic
官方URL https://chromewebstore.google.com/detail/skeptic-ai-chatgpt-bias-a/lannhkepnlandidnenkhjbpbenjoefic
简介 Evaluate biases, quality and reliability of your last ChatGPT answer.
文件大小 1.75 MB
安装次数 83
当前版本 0.0.1.2
更新时间 2024-01-24
上架时间 2023-05-22
评分 5.00/5 共9次评分
开发者 Gonzalo Minuto
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://forms.gle/kNSFBpaEmPAfPxk78
隐私政策页面URL https://gonzalominuto.wixsite.com/skeptic-ai-privacy-p
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Skeptic AI - ChatGPT Bias Analysis",
    "version": "0.0.1.2",
    "description": "Evaluate biases, quality and reliability of your last ChatGPT answer.",
    "author": "Gonzalo Minuto",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/Logo.png",
        "default_title": "Skeptic AI"
    },
    "icons": {
        "16": "icons\/Logo16.png",
        "48": "icons\/Logo48.png",
        "128": "icons\/Logo128.png"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    }
}