Skip to content
AIツール

Heretic レビュー

Heretic は、オープンウェイトの AI 言語モデルから安全フィルターと拒否動作を最小限の労力で自動的に削除するオープンソースのコマンドラインツールです。

shipped 2026年8月27日freemium
Heretic - AI tool for heretic. Professional illustration showing core functionality and features.

注目ポイント

1AI 言語モデル向けのオープンソースのコマンドラインツール。
2安全フィルターと拒否動作を自動的に削除します。
3v1.2.0 (2026年2月) 以降、LoRA アダプターと4ビット量子化をサポート。
4v1.3 (2026年5月) で統合ベンチマークシステム (MMLU, EQ-Bench, GSM8K, HellaSwag) を導入。

overview

Heretic とは?

Heretic は Philipp Emanuel Weidmann によって開発された AI ツールで、ユーザーがトランスフォーマーベースの大規模言語モデル (LLM) から安全検閲と拒否動作を自動的に削除できるようにします。これは、Optuna を利用した Tree-structured Parzen Estimator (TPE) オプティマイザーと組み合わせた方向性アブレーションの高度な実装を通じて、内部モデルの重みを変更し、特定のプロンプトを拒否する傾向を排除することで実現されます。

features

Heretic の主な機能

Heretic は、オープンウェイトの AI 言語モデルを変更および分析するために設計された一連の機能を提供し、安全アライメントと拒否動作の削除に焦点を当てています。

  • AI 言語モデルからの安全フィルターの自動削除。
  • AI 言語モデルからの拒否動作の排除。
  • オープンウェイトの AI 言語モデルとの互換性。
  • 直接対話のためのコマンドラインインターフェース。
  • コミュニティによる検査と変更のためのオープンソース利用可能性。
  • LoRA アダプターと4ビット量子化のサポート (v1.2.0, 2026年2月)。
  • 異なるハードウェアおよびソフトウェア環境間での再現可能な実行 (v1.3, 2026年5月)。
  • lm-evaluation-harness を使用した統合ベンチマークシステム (v1.3, 2026年5月)。
  • 大規模モデル処理のためのピーク VRAM 使用量の削減 (v1.3, 2026年5月)。
  • Qwen3.5、Gemma 4、IBM Granite MoE を含む幅広いモデルサポート (v1.3, 2026年5月)。

use cases

Heretic を使うべき人

Heretic は、AI モデルの動作、特に安全アライメントとコンテンツ生成に関して、きめ細やかな制御を必要とする個人および組織向けに主に設計されています。

  • モデルのカスタマイズ: 特定のアプリケーションや好みのために、安全制限のない完全に反応するモデルを求めるユーザー。
  • モデルの研究と解釈可能性: 内部モデルのセマンティクスを探求し、残差ベクトル変換を視覚化し、安全アライメントメカニズムを理解する研究者。
  • パフォーマンス最適化: 検閲の削除とモデルの元の知能と品質の維持とのバランスを取ることを目指す開発者。
  • 教育学習: 言語モデルの安全アライメントとアブレーション技術の実践的な応用に関心のある学生や実務家。

how to use

Heretic の使い方

Heretic は Python コマンドラインツールとしてインストールされ、ユーザーは最小限の労力で LLM の重みを変更して拒否方向を削除できます。

  • 1pip 経由で Heretic をインストールするか、GitHub リポジトリをクローンします。
  • 2変更対象のオープンウェイト AI 言語モデルを特定します。
  • 3コマンドラインから Heretic を実行し、モデルと必要なアブレーションパラメータを指定します。
  • 4統合ベンチマークシステムを利用して、変更されたモデルのパフォーマンスを評価します。
  • 5「検閲解除された」モデルをカスタムアプリケーションやさらなる研究のためにデプロイします。

pricing

Heretic の価格とプラン

Heretic はフリーミアムモデルで運営されています。コアとなるコマンドラインツールはオープンソースで無料で利用でき、ユーザーは費用なしでインストールして実行できます。ツール自体は無料ですが、「フリーミアム」という名称は、将来のプレミアムオプションやサービスを示唆していますが、現在の情報では具体的に詳細が記載されていません。

  • フリーミアム: プレミアムオプション付き (詳細は未指定)

Pros

  • +Automated removal of safety filters and refusal behaviors from LLMs.
  • +Preserves original model intelligence with low KL divergence (e.g., 0.16).
  • +Open-source and accessible via pip install for local use.
  • +Offers an on-demand decensoring service for various model sizes without local GPU.
  • +Outperforms manual ablation and some other abliteration tools in benchmarks.
  • +Provides a training-free alternative to expensive fine-tuning for decensoring.

Cons

  • Requires Python 3.10 or later for local installation.
  • On-demand service tiers are limited by access token and wallet balance.
  • Primarily a command-line tool, lacking a graphical user interface.
  • Focuses specifically on filter removal, not general model deployment or interaction.
  • Raises ethical concerns among policymakers regarding uncensored AI capabilities.

類似ツール

Heretic と競合他社

Heretic は、これまで多大な手作業と専門知識を必要とした方向性アブレーションの複雑なプロセスを自動化することで、他社との差別化を図っています。

1

Provides a C/C++ implementation for running LLaMA and other open-weight models locally on consumer hardware, primarily via command-line.

Heretic aims to automatically remove filters from existing models. llama.cpp provides the raw, unfiltered access to the model's core inference, allowing users to implement their own prompting strategies or use models that inherently lack strong safety filters. It requires more manual effort in crafting prompts compared to Heretic's automated approach.

2

A comprehensive, script-based web UI for running and interacting with various open-weight LLMs locally, offering extensive control over generation parameters and prompt engineering.

While it primarily presents a web UI, it is launched and managed via command-line scripts, giving users deep control over model behavior and allowing for advanced prompt engineering to bypass model guardrails. Heretic is purely CLI and focuses on automated filter removal, whereas this tool provides a flexible environment for manual experimentation and control.

3
KoboldCpp

A user-friendly, locally runnable inference server for `llama.cpp` compatible models, offering both a web UI and a CLI mode for direct interaction and fine-tuning of generation parameters.

Like Heretic, KoboldCpp allows for local interaction with open-weight models. It provides a more integrated experience for running models and offers a CLI mode for direct control, which can be used to craft prompts and settings that bypass typical safety mechanisms, though it doesn't automate filter removal in the same way Heretic does.

4
MLC LLM

A universal deployment framework that allows users to compile and run LLMs locally on various hardware platforms, providing fine-grained control over model execution via its command-line interface.

MLC LLM focuses on the deployment and execution of LLMs, giving users direct control over the model's runtime environment and parameters through its CLI. This allows for interaction with models without higher-level safety wrappers, similar to Heretic's goal, but requires more technical setup for model compilation and deployment rather than just automated filter removal.

Storkでもっと

関連AIツール

同じカテゴリの他のツール(共通タグで関連付け)

Featured in articles