Discourse AI プラグイン内に新しい機能「AI を用いた定期的な要約レポート」をリリースしたことをお知らせいたします。この Discourse AI / Discourse Automation 機能は、フォーラムの活動に関する自動化された高レベルな概要をユーザーに提供することを目的としています。
目的とメリット
AI ベースの定期的な要約の主な目的は、大量のフォーラムデータを簡潔で読みやすいレポートに凝縮することです。このツールは特に以下の場合に役立ちます。
- 効率性: 手動での分析なしに、コミュニティの相互作用の本質を素早く把握できます。
- トレンド分析: どのトピックが注目されているかを特定し、ユーザーのエンゲージメントパターンを理解できます。
- コンテンツキュレーション: コミュニティのレビューや内部戦略会議のために重要な議論を強調表示できます。
- データ駆動型のインサイト: 意思決定プロセスを支援するために、統合された情報をリーダーシップに提供できます。
機能
AI が生成する要約は以下を提供します。
- ナラティブレポート: 人気のトピック、ユーザーのエンゲージメント、新興のトレンドなど、フォーラムの活動を物語形式で伝える構造化されたレポートを受け取れます。
- カスタマイズ可能な期間: 日々の更新から月次レビューまで、任意の期間の要約を生成できます。
- 選択的な焦点: コミュニティ内の特定の分類、タグ、またはユーザーグループに焦点を当てたレポートにカスタマイズできます。
設定の柔軟性
コミュニティのニーズは多様であることを理解し、この機能は複数の設定オプションを提供します。
- 配信方法: 公開トピックに要約を公開するか、特定のユーザーやグループにプライベートメッセージとして送信するか、直接メールで配信するかを選択できます。
- コンテンツフィルター: レポートの焦点をコミュニティの構造に合わせて一致させるために、特定の分類やタグを含めるか除外するかを選択できます。
- 優先グループ: 特定のグループのコンテンツを優先し、レポートでより目立つように表示できます。
- LLM の柔軟性: サイトで設定されている任意の LLM モデルをレポート生成に使用できます。レポートはフォーラムの内容をコンテキストとして単一のパスで生成されるため、最適な結果を得るには大きなコンテキストウィンドウを持つモデルを選択してください。
- AI エージェント: レポート生成を主導する AI エージェントを選択し、レポートの動作と応答形式をカスタマイズできます。
定期的な要約の設定方法
定期的な要約レポートの設定は簡単です。
- 自動化へのアクセス: 管理パネルで、[管理] → [プラグイン] → Discourse Automation に移動します。
- 新しいレポートの作成: 利用可能なオプションから「AI を用いた定期的なレポート」スクリプトを選択します。
- 設定のカスタマイズ: 以下を指定してセットアップを完了します。
- 送信者 — レポートを送信するユーザー。
- 受信者 — レポートを PM として受け取るユーザー、グループ、またはメールアドレス。メールは直接メール配信されます。
- トピック ID — 必要に応じて、PM の送信の代わりに(または追加で)レポートを特定のトピックに投稿します。
- タイトル — レポートのタイトル(
%DATE%をプレースホルダーとして使用すると、日付範囲が自動的に挿入されます)。 - エージェント — レポート生成に使用する AI エージェント。
- モデル — 使用する LLM モデル。
- 日数 — 対象とする期間(デフォルト: 7)。
- オフセット — レポートウィンドウを過去 N 日から開始します(過去データでのテストに便利、デフォルト: 0)。
- 指示 — LLM 用のカスタムプロンプト指示(適切なデフォルト値が提供されます)。
- サンプルサイズ — コンテキスト用にサンプリングする投稿数(デフォルト: 100)。
- 投稿あたりのトークン数 — 各投稿抜粋に割り当てる LLM トークン数(デフォルト: 150)。
- 分類 / タグ — 特定の分類またはタグのみを含めるようにフィルターします。
- 除外分類 / 除外タグ — レポートから特定の分類またはタグを除外します。
- 優先グループ — このグループのメンバーのコンテンツを優先します。
- セキュアな分類を許可 — アクセス制限付き分類のコンテンツを含めます。
- 通知を抑制 — レポートによるユーザー通知を防止します(@メンションを削除し、リンクにサイレントフラグを追加します)。
- デバッグモード — トラブルシューティング用に、生 LLM の入力/出力をフォローアップの投稿として追加します。
- 頻度の決定: 必要に応じて、自動化トリガーの頻度を毎日、毎週、または毎月に設定します。
- アクティブ化: 自動化を有効にして、AI 生成レポートの受信を開始します。
meta からのレポート例:
meta では、#lounge 分類の信頼レベル 3 ユーザー向けに毎日レポートを生成するように設定されています。毎日、要約が投稿されます。
カスタム指示は以下の通りです(注: カスタム指示は設定可能です):
Generate a Daily summary of meta.discourse.org
- List key stats like top users and counts of posts / topics
- List 20 or so interesting topics raised and discussed in the past day
- List a summary of activity by the @team group linking to topics they made inline.
- Sourcing: ALWAYS Back statements with links to forum discussions.
- Markdown Usage: Enhance readability with **bold**, *italic*, and > quotes and [links](http://...).
- Linking: Use `https://meta.discourse.org/t/-/TOPIC_ID/POST_NUMBER` for direct references.
- User Mentions: Reference users with @USERNAME
- Add many topic links: strive to link to at least 40 topics in the report. Topic Id is meaningless to end users if you need to throw in a link use [ref](...) or better still just embed it into the [sentence](...)
- Categories and tags: use the format #TAG and #CATEGORY to denote tags and categories
- When providing a topic summary, do so in paragraph form eg:
@user discovered there was an [issue](https://meta.discourse.org) with XYZ and @user2 suggested [suggestion](https://meta...)
- Report should only have **3 sections**
- Key Stats
- Interesting Topics
- Activity by the @team Group
各種オプション:
昨日のレポートは以下の通りでした:
昨日のレポート
## Key Stats
- New posts: 81
- New topics: 9
- Top users by likes and posts: @system (58 likes, 14 posts), @JammyDodger (12 likes, 6 posts), @twofoursixeight (8 likes, 2 posts)
- Top users in the @team group: @JammyDodger (12 likes, 6 posts), @techAPJ (6 likes, 2 posts), @sam (4 likes, 1 post), @Falco (0 likes, 1 post)
## Interesting Topics
- The [2023: The Year in Review](https://meta.discourse.org/t/2023-the-year-in-review/290184) topic, initiated by @system, provided a comprehensive look at the most active users and the most read topics across various categories such as #support, #contribute:feature, and #contribute:ux.
- A discussion on the [But I didn't click Answer, I clicked Edit](https://meta.discourse.org/t/but-i-didnt-click-answer-i-clicked-edit/290155) topic highlighted a UX issue with the Post Voting plugin, which was addressed by @JammyDodger.
- @techAPJ from the @team group contributed to the [Discussion Forum Schema improvements](https://meta.discourse.org/t/discussion-forum-schema-improvements/287347) topic, discussing the implementation of structured data for better SEO.
- Users discussed the creation of a [Custom badge for trust level 0](https://meta.discourse.org/t/custom-badge-for-trust-level-0/290171) and how to manage badge assignments as trust levels change.
- The [Bug: Unable to disable "Illustrate Post" in AI post options](https://meta.discourse.org/t/bug-unable-to-disable-illustrate-post-in-ai-post-options/290154) topic raised concerns about the inability to disable a feature dependent on Stable Diffusion, which @sam from the @team group acknowledged and promised a fix.
- The [Discourse Yearly Review](https://meta.discourse.org/t/discourse-yearly-review/105713) plugin faced some issues with automatic generation and language settings, prompting a discussion on how to manually trigger the review.
- A user inquired about migrating from [Vanilla Forums 2023 to Discourse](https://meta.discourse.org/t/migrate-vanilla-forums-2023-to-discourse/290180), and @Moin provided a helpful link to an existing guide.
- The [FKB Pro - Social theme](https://meta.discourse.org/t/fkb-pro-social-theme/234323) topic saw users discussing how to manage topic bumps and create a social site-like experience with Discourse.
- Users reported issues with upgrading Discourse in the [Failed to upgrade 3.1.0 Beta7 to 3.2.0 Beta3](https://meta.discourse.org/t/failed-to-upgrade-3-1-0-beta7-to-3-2-0-beta3-as-of-12-31-2023/290140) and [Another discourse offline "bootstrap failed with exit code 5"](https://meta.discourse.org/t/another-discourse-offline-bootstrap-failed-with-exit-code-5/290104) topics.
- The [Fireworks Component](https://meta.discourse.org/t/fireworks-component-fireworks/174598) topic discussed the implementation of a festive feature, with users sharing their experiences and troubleshooting tips.
## Activity by the @team Group
- @JammyDodger actively participated in discussions, providing insights on the Post Voting plugin and the Discourse Yearly Review plugin.
- @techAPJ addressed concerns regarding structured data for SEO in the [Discussion Forum Schema improvements](https://meta.discourse.org/t/discussion-forum-schema-improvements/287347) topic.
- @sam acknowledged a bug related to the AI post options and promised a fix in the [Bug: Unable to disable "Illustrate Post" in AI post options](https://meta.discourse.org/t/bug-unable-to-disable-illustrate-post-in-ai-post-options/290154) topic.
- @Falco was mentioned in relation to the AI post options issue, indicating a collaborative effort within the team to resolve it.
