EveryDev.ai
Subscribe
Home
Developers

3,289+ AI companies

  • Radar
  • Trending
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Developers
    3. Philipp Emanuel Weidmann

    Philipp Emanuel Weidmann

    Philipp Emanuel Weidmann is an independent mathematician and software engineer researching LLM alignment and interpretability. He created Heretic, an open-source tool that automatically removes refusal behavior (safety alignment) from transformer language models through directional ablation/abliteration and parameter optimization, and has also designed the DRY and XTC token-sampling algorithms.

    Visit Website

    At a Glance

    1Tool Listed
    4Products
    9Capabilities
    Discussions
    Focus Areas
    Local Inference
    Model Management
    AI Development Libraries
    Connect
    Latest News
    Heretic v1.0.1 released as the first public releaseNov 16, 2025
    Heretic v1.2.0 adds LoRA-based 4-bit abliteration, vision-language model support, resumable optimization, and GPU enumerationFeb 14, 2026
    Markets
    • Independent AI and machine-learning researchers
    • Open-source developers and local-LLM users
    • Hugging Face model creators and evaluators
    • Interpretability and alignment researchers
    • +1 more

    AI Tools by Philipp Emanuel Weidmann

    (1)
    View Heretic
    Heretic tool icon

    Heretic

    Open Source LLM Abliteration Tool

    Local InferenceModel ManagementAI Dev Libraries

    Discussions

    No discussions yet

    Be the first to start a discussion about Philipp Emanuel Weidmann

    Latest News

    11/16/2025

    Heretic v1.0.1 released as the first public release

    github.com
    02/14/2026

    Heretic v1.2.0 adds LoRA-based 4-bit abliteration, vision-language model support, resumable optimization, and GPU enumeration

    github.com
    05/05/2026

    Heretic v1.3.0 adds integrated benchmarking and configurable response-prefix logic, with Qwen3.5 and Gemma 4 support

    github.com
    05/25/2026

    Financial Times reports on open-weight AI guardrails being stripped with tools including Heretic; Weidmann says his software had been used to create more than 3,500 decensored models

    ft.com

    Products & Services

    4
    Heretic (heretic-llm)
    November 16, 2025 (first public release v1.0.1)

    Free, open-source Python command-line software for automatically removing refusal behavior from transformer-based language models. It uses directional ablation/abliteration and a TPE-based Optuna optimizer, can save or upload resulting models to Hugging Face, and includes evaluation, benchmarking, chat, quantization, multimodal, and research workflows.

    Lophius
    June 28, 2026 (repository initial commit)

    A workbench for language-model research created by Weidmann and distributed under AGPLv3 or later; the repository directs users to lophius.org for details.

    DRY token sampling algorithm

    A token-sampling algorithm designed by Weidmann and implemented in major LLM inference engines, especially for creative-writing and roleplay applications.

    XTC token sampling algorithm

    A second token-sampling algorithm designed by Weidmann and implemented in major LLM inference engines, with use in creative-writing and roleplay applications.

    Market Position

    Heretic positions itself as a fully automated, accessible alternative to manual abliteration and other decensoring workflows: it searches for per-layer parameters automatically and optimizes refusal suppression against model-quality loss. Its closest alternatives are manual directional-ablation implementations and other community abliteration tools/models such as mlabonne's and huihui-ai's abliterated model workflows. Weidmann's profile claims Heretic-produced models account for more than half of abliterated models published on Hugging Face and have millions of combined downloads.

    Leadership

    Founders

    PE

    Philipp Emanuel Weidmann

    Mathematician and software engineer with a degree in mathematics, a minor in philosophy, and 15 years of industry experience; now conducts independent research on LLM alignment and interpretability.

    Executive Team

    PE

    Philipp Emanuel Weidmann

    Creator, maintainer, and independent researcher

    Mathematician and software engineer with 15 years of industry experience; independent researcher focused on LLM alignment and interpretability.

    Founding Story

    Weidmann developed Heretic as an independent-research project to make censorship removal from open-weight language models automatic and accessible without expensive post-training or specialist knowledge. The project's stated vision is to let ordinary users modify models using a command-line workflow while preserving as much of the original model's capability as possible.

    Business Model

    Revenue Model

    Heretic is distributed as free software under the GNU Affero General Public License v3 or later. The public project provides PyPI, Git, release-archive, GitHub, Codeberg, and IPFS distribution routes; no paid subscription or API monetization is described.

    Target Markets

    Industries & Segments
    • Independent AI and machine-learning researchers
    • Open-source developers and local-LLM users
    • Hugging Face model creators and evaluators
    • Interpretability and alignment researchers
    • Creative-writing and roleplay communities using local inference
    Use Cases
    • Independent research into LLM alignment, refusal behavior, and interpretability
    • Creating and evaluating decensored or otherwise behavior-modified open-weight language models
    • Local model experimentation by developers and technically capable end users
    • Research on model internals using residual plots and ablation measurements
    • Creative writing and roleplay applications using DRY and XTC sampling

    History & Milestones

    February 14, 2026

    v1.2.0 added a LoRA-based abliteration engine with 4-bit quantization, broad vision-language model support, resumable optimization, and GPU enumeration.

    May 5, 2026

    v1.3.0 added integrated benchmarking and configurable response-prefix logic, alongside support for Qwen3.5 and Gemma 4 models.

    June 14, 2026

    v1.4.0 added automatic reproduction from Hugging Face reproduce.json files, plain-text prompt datasets, multimodal processor saving, and additional model support.

    July 5, 2026

    Weidmann published a pinned project announcement saying he intended to continue giving everything he could to Heretic while warning that a future health-related inability to develop software might affect the project.

    2025

    Heretic repository and project were published; the repository citation identifies Weidmann as author and dates the work to 2025.

    Key Capabilities

    9
    Fully automatic refusal-direction discovery and parameter optimization using Optuna/TPE
    Directional ablation/abliteration with per-layer optimization intended to minimize refusals while limiting KL divergence from the original model
    Supports many dense transformer models, multimodal models, several mixture-of-experts architectures, and some hybrid architectures
    GPU acceleration through PyTorch, with Nvidia CUDA, AMD ROCm, CPU-only operation, and Apple Silicon/MPS support
    4-bit and 8-bit quantization options, including LoRA-based low-VRAM workflows
    Automatic response-prefix detection for reasoning/thinking models

    Integrations & Partnerships

    Platform Integrations

    • PyPI package: heretic-llm
    • GitHub and Codeberg installation from source
    • Hugging Face Hub model and dataset workflows
    • PyTorch with Nvidia CUDA, AMD ROCm, CPU, and Apple Silicon/MPS support
    • Optuna for TPE-based parameter optimization

    Key Partnerships

    Hugging Face Hub integration for downloading source models and uploading generated models
    Community collaboration through the Heretic Discord and Matrix channels
    GitHub and Codeberg repositories, with Software Heritage archival of the source repository

    Connect

    Website
    heretic-project.org
    GitHub
    p-e-w
    Discord
    gdXc48gSyT

    AI Topics

    3

    Philipp Emanuel Weidmann focuses on these topics:

    Local Inference(1)
    Model Management(1)
    AI Development Libraries(1)
    Back to all developersSuggest an edit