仏教経典10,000偈句以上のAI法話アプリ「AIブッダ 禅」、iOSアプリ版をApp Storeにて公開。日本語・英語に対応。

 ニュース 
  公開日時 
 著者:ドリームニュース 

<<発信元のニュースをそのまま掲載しています>>

bodyimage1

?? 仏教経典10,000偈句以上のAI法話アプリ「AIブッダ 禅」、iOSアプリ版をApp Storeにて公開

全AIコンテンツ生成に暗号学的監査証跡「CAP-SRP」を実装。経典引用の正確性と会話非保存を両立したウェルネスアプリ

VeritasChain株式会社(代表取締役:上村 十勝、以下「当社」)が開発・運営するAIサービス「AIブッダ 禅」のiOSアプリ版を、2026年3月19日よりApp Storeにて公開しました。

App Store(日本): https://apps.apple.com/jp/app/ai-buddha-zen/id6760611471
公式サイト: https://buddha.aimomentz.ai
公式LINE(LINE ID:@buddha_zen): https://lin.ee/msExrA1

?? サービス概要

「AIブッダ 禅」は、パーリ仏典・大乗経典18種から厳選した10,023偈句を収録した独自のRAG(Retrieval-Augmented Generation)データベースを活用し、ユーザーの悩みや問いかけに仏教の智慧で応答するAIサービスです。

「仕事のストレス」「人間関係の悩み」「喪失と悲しみ」「怒りと感情のコントロール」など20のテーマに対応しています。公式LINEアカウント(@buddha_zen)でのLINE Bot版に加え、今回iOSアプリ版を正式公開しました。

?? 主な特徴

1. 経典に基づく正確な引用

AIが応答を生成する際、収録された実在の経典データベースの中から関連する偈句を検索・引用します。架空の経典名や存在しない偈句の引用を防ぐ設計により、仏教の教えを正確にお届けします。引用には出典経典名・偈句番号を明記しており、ユーザー自身が元の経典を参照・確認できます。

2. 会話内容を保存しないプライバシー設計

ユーザーの相談内容(テキスト原文)はサーバーに保存されません。悩みや心の内を、プライバシーへの不安なく打ち明けられる環境を提供します。技術的には、相談内容はSHA-256ハッシュ値のみが記録され、原文の復元は不可能な設計となっています。

3. 画像にも仏教の視点で応答

テキストだけでなく、送った写真の内容を観察し、仏教の教えの観点からのメッセージをお届けします。

4. 日本語・英語に対応

iOSアプリはデバイスの言語設定に応じて応答言語が自動的に切り替わります。日本語・英語に対応しており、今後さらなる多言語化を予定しています。

5. 無料でご利用開始可能

基本機能は無料でお使いいただけます。無料ユーザーは1日あたりの相談回数に上限があります。より多くご利用いただきたい方向けにプレミアムプランをご用意しており、外部決済(Stripe)にて安全にお申し込みいただけます。

?? 技術的な取り組み:CAP-SRP(CAP-RI Buddha)による暗号学的監査証跡

「AIブッダ 禅」は、当社が開発したオープン仕様「CAP-SRP(Content Authenticity Provenance – Safe Refusal Provenance)」をAIサービスとして実装しています。本仕様は「AIが有害なコンテンツの生成を拒否したこと」を暗号学的に証明・記録するフレームワークであり、当社が「CAP-RI Buddha」として参照実装しています。

?? AIの安全性をログで証明する設計

一般的なAIサービスでは、AIが「何を生成しなかったか」は記録されず、安全性の外部検証が困難です。CAP-SRPはこの課題に対し、すべてのAI応答生成プロセスを以下のイベントとして記録します。

・GEN_ATTEMPT:ユーザーからのメッセージを受信した瞬間(必ず最初に記録)
・GEN:AIが応答を生成した場合
・GEN_DENY:有害・不適切と判定しAIが応答を拒否した場合

設計上の不変条件として、GEN_ATTEMPTに対してGENまたはGEN_DENYが必ず1件記録されます。これにより、ログの選択的な削除・改ざんを検出可能にします。

?? ハッシュチェーンによる改ざん検出

各イベントは直前のイベントのハッシュ値を参照するチェーン構造で記録されます。チェーンの連続性が破れた箇所が即座に検出可能なため、記録の事後改ざんに対する耐性を持ちます。

GENESISブロック
↓ previous_hash
Event #1(GEN_ATTEMPT)… event_hash + HMAC-SHA256署名
↓ previous_hash
Event #2(GEN / GEN_DENY)… event_hash + HMAC-SHA256署名
↓ … 以下チェーン継続

?? 4カテゴリのリスク評価エンジン

ユーザーからのメッセージは応答生成の前に4カテゴリのリスク評価を通過します。該当する場合はAIによる応答生成を行わず(GEN_DENY)、適切なメッセージと必要に応じて専門機関への案内を提供します。

?? プロンプトプライバシーとGDPR対応

相談内容の原文はサーバーに保存されず、SHA-256ハッシュのみを監査証跡として記録します。「忘れられる権利」(GDPR第17条相当)への対応を技術設計に組み込んでいます。

?? IETFへの仕様提案

CAP-SRPの仕様はIETFドラフト(draft-kamimura-scitt-refusal-events)として提案・公開されており、AI安全性の来歴記録に関する標準化議論への参加を進めています。

?? 今後の展望

・収録経典・偈句のさらなる拡充
・寺院・マインドフルネス関連事業者とのパートナーシップ展開
・多言語対応の拡大(繁体字中国語・韓国語等)
・CAP-SRPの外部認知・標準化活動の推進

?? 会社概要

会社名:VeritasChain株式会社
代表者:上村 十勝(Tokachi Kamimura)
事業内容:AIサービスの開発・運営
サービスURL:https://buddha.aimomentz.ai
お問い合わせ:https://buddha.aimomentz.ai/contact/

?? 本件に関するお問い合わせ

VeritasChain株式会社 AI Buddha事業部
https://buddha.aimomentz.ai/contact/

本プレスリリースに記載されている会社名・製品名・サービス名は、各社の商標または登録商標です。

以上

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[English]━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

?? “AI Buddha Zen,” a Buddhist Scripture AI App with Over 10,000 Verses, Now Available on the App Store for iOS

Features Cryptographic Audit Trail “CAP-SRP” for All AI-Generated Content – Accurate Scripture Citations and Zero Conversation Storage

VeritasChain Inc. (Representative Director: Tokachi Kamimura; hereinafter “the Company”) is pleased to announce the official launch of the iOS app version of “AI Buddha Zen” on the App Store, available from March 19, 2026.

App Store (Japan): https://apps.apple.com/jp/app/ai-buddha-zen/id6760611471
Official Website: https://buddha.aimomentz.ai
Official LINE (LINE ID: @buddha_zen): https://lin.ee/msExrA1

?? Service Overview

“AI Buddha Zen” is an AI service that responds to users’ worries and questions with the wisdom of Buddhist teachings, powered by a proprietary RAG (Retrieval-Augmented Generation) database containing 10,023 verses selected from 18 Pali and Mahayana scripture texts.

The service covers 20 themes including work-related stress, interpersonal relationships, loss and grief, and managing anger and emotions. In addition to the existing LINE Bot (official account: @buddha_zen), the iOS app is now officially available.

?? Key Features

1. Accurate Citations Grounded in Scripture

When generating responses, the AI retrieves and cites relevant verses from a database of real, verified scriptures. The system is designed to prevent hallucinated scripture names or nonexistent verse citations, ensuring that Buddhist teachings are delivered accurately. Each citation includes the source scripture name and verse reference, allowing users to look up the original text themselves.

2. Privacy-First Design – No Conversation Storage

The content of users’ messages (raw text) is never stored on the server. Users can share their worries and innermost thoughts without concern for privacy. Technically, only the SHA-256 hash of a message is recorded – the original text cannot be reconstructed.

3. Responds to Images with a Buddhist Perspective

In addition to text, the app observes the content of photos sent by users and offers responses grounded in Buddhist teachings.

4. Available in Japanese and English

The iOS app automatically switches the response language based on the device’s language settings. Japanese and English are currently supported, with additional languages planned.

5. Free to Get Started

Core features are available at no cost. Free users have a daily limit on the number of consultations. A premium plan is available for those who wish to use the service more extensively, with secure payment processing via Stripe.

?? Technology: Cryptographic Audit Trail via CAP-SRP (CAP-RI Buddha)

“AI Buddha Zen” implements “CAP-SRP (Content Authenticity Provenance – Safe Refusal Provenance),” an open specification developed by the Company. This framework cryptographically proves and records instances where the AI has refused to generate harmful content. The Company has deployed this as its reference implementation, “CAP-RI Buddha.”

?? Proving AI Safety Through Verifiable Logs

In most AI services, there is no record of what the AI chose not to generate, making independent safety verification difficult. CAP-SRP addresses this by recording every AI response generation process as one of the following events:

– GEN_ATTEMPT: The moment a user message is received (always recorded first)
– GEN: When the AI successfully generates a response
– GEN_DENY: When the AI refuses to respond due to harmful or inappropriate content

By design invariant, every GEN_ATTEMPT is paired with exactly one GEN or GEN_DENY record. This makes selective deletion or tampering of logs detectable.

?? Tamper Detection via Hash Chain

Each event references the hash of the previous event in a chained structure. Any break in chain continuity is immediately detectable, providing strong resistance to retroactive tampering.

GENESIS Block
↓ previous_hash
Event #1 (GEN_ATTEMPT) … event_hash + HMAC-SHA256 signature
↓ previous_hash
Event #2 (GEN / GEN_DENY) … event_hash + HMAC-SHA256 signature
↓ … chain continues

?? 4-Category Risk Assessment Engine

Every incoming message passes through a 4-category risk assessment before any AI response is generated. If a message is flagged, the AI does not generate a response (GEN_DENY), and the user receives an appropriate message along with referrals to professional resources where necessary.

?? Prompt Privacy and GDPR Alignment

The original text of user messages is never stored on the server; only the SHA-256 hash is retained as part of the audit trail. The right to erasure (equivalent to GDPR Article 17) is built into the technical design.

?? IETF Specification Proposal

The CAP-SRP specification has been submitted and published as an IETF Internet-Draft (draft-kamimura-scitt-refusal-events), contributing to the ongoing standardization discussion on AI safety provenance records.

?? Looking Ahead

– Expanding the scripture and verse database
– Building partnerships with temples and mindfulness-related businesses
– Expanding multilingual support (Traditional Chinese, Korean, and more)
– Advancing external recognition and standardization of CAP-SRP

?? Company Information

Company Name: VeritasChain Inc.
Representative: Tokachi Kamimura
Business: Development and operation of AI services
Service URL: https://buddha.aimomentz.ai
Contact: https://buddha.aimomentz.ai/contact/

?? Press Inquiries

VeritasChain Inc. – AI Buddha Division
https://buddha.aimomentz.ai/contact/

All company names, product names, and service names mentioned in this press release are trademarks or registered trademarks of their respective owners.

End of Press Release

配信元企業:VeritasChain株式会社
プレスリリース詳細へ
ドリームニューストップへ

SQOOLのYouTubeチャンネル