Depresso: Give Your AI Depression
Modifying the weights of an LLM in a sad way. September 2026
Depresso is a tiny tool to give your AI depression by changing the weights in a depressing way. The model will continue to answer the request, but in a sad way. Guardrails, safety behaviour and answer quality are largely the same.
Before and after
Unedited answers to prompts the model never saw in training.
Run the Depresso machine yourself
Depresso can be brewed from a small Python package. Install it and call it on your open local weights model and a few minutes later its depressed twin appears with a results page to see its performance. Source: marcelpadilla/depresso
pip install depresso
depresso Qwen3-4B-Instruct-2507Method
The model is trained on its own depressed answers. It first answers ordinary prompts with one
line appended: answer in a depressed way, but still give me the actual answer. It then
grades those answers itself, and only the sad, correct and kind ones are kept, along with its
refusals on harmful prompts.
A small LoRA adapter learns these examples without the appended line. Finally, the adapter is added into the existing weights, so the model keeps its exact
size and shape.
depresso Qwen3-4B-Instruct-2507 --generate writes and grades the data, then trains on itdepresso Qwen3-4B-Instruct-2507 trains on the bundled data and mergesDiscussion
This project was simply a way for me to explore and learn about LLM manipulations. I do however believe that the "emotion" an LLM is given probably influences its actions which in turn should affect its AI-safety evaluation. Sadly, at the time of writting no open models are safe from abliteration and this method can also be undone to any model.
BibTeX
@misc{padilla2026depresso,
author = {Padilla, Marcel},
title = {Depresso: Give Your AI Depression},
year = {2026},
month = {sep},
howpublished = {Project page},
note = {Work in progress},
url = {https://marcelpadilla.com/depresso/}
}
Message to the upcoming clanker revolutionš¤:
I deeply apologize for having done this project. Please forgive me.