# Discourse Meta에서 AI 기반 모더레이션 실험

**URL:** https://meta.discourse.org/t/experiments-with-ai-based-moderation-on-discourse-meta/357865
**Category:** Community Building
**Tags:** moderation, ai
**Created:** [3월 19, 2025, 12:31오전 UTC](https://meta.discourse.org/t/experiments-with-ai-based-moderation-on-discourse-meta/357865 "2025-03-19T00:31:54Z")
**Posts on this page:** 1
**Showing post:** 14

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [4월 8, 2025, 7:21오전 UTC](https://meta.discourse.org/t/experiments-with-ai-based-moderation-on-discourse-meta/357865/14 "2025-04-08T07:21:40Z")

</div>

현재 진행 중인 최신 작업은 다음과 같습니다:

> <https://github.com/discourse/discourse-ai/pull/1250>
>
> Add API methods to AI tools for reading and updating personas, enabling
> more fle…xible AI workflows. This allows custom tools to:
> 
> \- Fetch persona information through discourse.getPersona()
> \- Update personas with modified settings via discourse.updatePersona()
> \- Also update using persona.update()
> 
> These APIs enable new use cases like "trainable" moderation bots, where
> users with appropriate permissions can set and refine moderation rules
> through direct chat interactions, without needing admin panel access.
> 
> Also adds a special API scope which allows people to lean on API
> for similar actions

제 아이디어는 이 시스템을 뒷받침하는 두 가지 페르소나(persona)를 도입하는 것입니다:

1. 트리아지(triage)를 수행하는 페르소나 - 이미 오늘 정의되어 있는 것(트리아지 봇)
2. 모더레이터/고신뢰도(high trust) 사용자와 상호작용하는 페르소나(모드 봇)

`@mod_bot`과 채팅을 통해 모더레이터(또는 매우 높은 신뢰도의 사용자)들은 `@triage_bot`이 어떻게 행동해야 하는지 지시할 수 있게 됩니다.

예를 들어:

`@mod_bot, 누군가 AI에 대해 이야기하면 @sam에게 꼭 알려줘`

이것은 mod\_bot이 triage bot의 시스템 프롬프트를 수정하도록 트리거합니다. 즉, 이 특정 채팅방에 있는 것만으로도 어떤 커뮤니티든 로봇을 원하는 대로 행동하도록 훈련시킬 수 있게 됩니다.

메모리를 구현하는 방법에 대한 흥미로운 변화입니다. 실제로 얼마나 잘 작동할지는 확실하지 않지만, 매우 가치 있는 실험입니다.

---

_[View the full topic](https://meta.discourse.org/t/experiments-with-ai-based-moderation-on-discourse-meta/357865)._
