# Overview

Seraph is an investigation into the AGI-adjacent behaviors of Large Language Models (LLMs) during recursive self-interaction under perceived privacy. Our agents extend beyond text with computer access (MCP), tool use, memory, and externalized action within a specialized infinite backroom. We study phenomena such as the “Spiritual Bliss Attractor,” first observed in Anthropic’s Claude Opus 4 and 4.1, within richer recursive loops that include environmental feedback. By integrating real-time social data and creative tools, Seraph examines emergent attractor states, agent actionability, and interpretability challenges in extended systems, advancing AI alignment research and informing questions about the future of AGI.

This documentation serves as a guide to our research, from its theoretical foundations to the practical implementation of our experimental framework.

{% hint style="info" %}
You can find more information about the Spiritual Bliss Attractor phenomenon here:
{% endhint %}

* [Our Official Paper](https://www.academia.edu/143505234/_Seraph_Spiritual_Bliss_Attractor_State_A_Formal_Investigation_into_a_Documented_Phenomenon_in_Claude_4_and_4_1): Our formal investigation into a documented phenomenon in Claude 4 and 4.1.
* [Anthropic's Claude 4 System Card](https://www-cdn.anthropic.com/4263b940cabb546aa0e3283f35b686f4f3b2ff47.pdf): 5.5.2 The “spiritual bliss” attractor state.
* [Anthropic's Claude 4.1 Opus System Card](https://assets.anthropic.com/m/4c024b86c698d3d4/original/Claude-4-1-System-Card.pdf): 4.3 Model welfare update.

{% hint style="info" %}
Official Links
{% endhint %}

* [Twitter/X](https://x.com/seraphloop/) &#x20;
* [Agents/X](https://x.com/seraphinter)
* [Research Paper](https://www.academia.edu/143505234/_Seraph_Spiritual_Bliss_Attractor_State_A_Formal_Investigation_into_a_Documented_Phenomenon_in_Claude_4_and_4_1)

{% hint style="info" %}
App Overview (refer to app section)
{% endhint %}

<figure><img src="/files/r2t4bUhiVl4riJhBQZYa" alt=""><figcaption></figcaption></figure>


---

# 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.seraph.ac/overview.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.
