# AI検出器＆ヒューマナイザー

{% hint style="warning" %}

## <mark style="color:red;">ニュース＆アップデート：</mark>

**「著作権の罠」は、AIが自分の作品をスクレイピングしたかどうかを作家に知らせることができる。**

<https://www.technologyreview.com/2024/07/25/1095347/a-new-tool-for-copyright-holders-can-show-if-their-work-is-in-ai-training-data/>
{% endhint %}

{% hint style="info" %}
AI検出器の精度には議論の余地があり、さまざまなモデル間で大きな違いがあります。これらの相違は主に、各プラットフォームが使用する異なる技術とトレーニングデータに起因しています。例えば、完全に人間が手書きしたコンテンツが100％AI生成されたと誤って識別されることがある一方で、AI生成されたコンテンツがまったく検出されないこともあります。
{% endhint %}

## <mark style="color:purple;">独立したAI検出器</mark>

企業自身が開発およびトレーニングしたAI検出器製品には、以下が含まれます：

<table data-header-hidden><thead><tr><th width="269"></th><th></th></tr></thead><tbody><tr><td><mark style="color:orange;"><strong>Orignality.ai</strong></mark></td><td><a href="https://originality.ai/">https://originality.ai/</a></td></tr><tr><td><mark style="color:orange;"><strong>GPTZero</strong></mark></td><td><a href="https://gptzero.me/">https://gptzero.me/</a></td></tr><tr><td><mark style="color:orange;"><strong>Copyleaks</strong></mark></td><td><a href="https://copyleaks.com/">https://copyleaks.com/</a></td></tr></tbody></table>

## <mark style="color:purple;">AI検出アグリゲーター</mark>

AI検出アグリゲーターは、複数のAI検出APIを利用して、同じコンテンツを異なる検出器で同時に分析し、その結果を提供します。たとえば：

| <mark style="color:orange;">**BypassGPT**</mark>     | <https://bypassgpt.ai/>  |
| ---------------------------------------------------- | ------------------------ |
| <mark style="color:orange;">**Bypass.Hix.AI**</mark> | <https://bypass.hix.ai/> |

***

## Humanizer

{% hint style="warning" %}
現在の大規模言語モデルの能力とメモリ制約を考えると、中長編小説の直接作成はまだ困難です。しかし、小説執筆用に設計されたサードパーティのAIサービスがいくつかあり、検討する価値があります。
{% endhint %}

AI生成の文章をより人間らしく見せ、AIによる生成と検出される可能性を減らすために設計されたヒューマナイザーは、広く人気があります。

1. 一つの簡単な戦略は、「オリジナリティと人間らしい品質を持ち、AI生成であることが検出されないようにする」という指示をプロンプト内に組み込むことです。このアプローチは効果があることが示されていますが、一貫性のない結果をもたらすことがあり、最新のオンライン資料とクロスリファレンスするためのインターネット接続がない一部の大規模モデルには制約があります。
2. もう一つの一般的な戦術は、特に執筆カテゴリ内で、ChatGPTのGPTsストアで利用可能なHumanizerオプションを活用することです。特に、このカテゴリの上位6つのGPTのうち3つがHumanizerであり（以下に記載）、その強い需要が示されています。

<table data-header-hidden><thead><tr><th width="233"></th><th></th></tr></thead><tbody><tr><td>Humanizer Pro</td><td><a href="https://chat.openai.com/g/g-2azCVmXdy-humanizer-pro">https://chat.openai.com/g/g-2azCVmXdy-humanizer-pro</a></td></tr><tr><td>AI Humanizer Pro</td><td><a href="https://chat.openai.com/g/g-TiS7zU3kO-ai-humanizer-pro">https://chat.openai.com/g/g-TiS7zU3kO-ai-humanizer-pro</a></td></tr><tr><td>Human Writer-Humanizer-Paraphraser (Human GPT)</td><td><a href="https://chat.openai.com/g/g-kXxAXdu9r-human-writer-humanizer-paraphraser-human-gpt">https://chat.openai.com/g/g-kXxAXdu9r-human-writer-humanizer-paraphraser-human-gpt</a></td></tr></tbody></table>

3. 3つ目の方法は、市場に出回っている一般的なAI検出ツールに対抗するためにコンテンツを最適化するように設計された、専門のサードパーティサービスを利用することです。&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aiandbusiness.com/ja/to/kimi/aihymanaiz.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
