> For the complete documentation index, see [llms.txt](https://planetz.gitbook.io/planetz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://planetz.gitbook.io/planetz/ja/tonarue/edge-ai.md).

# エッジ AI とデータ主権

> Status: 中核となる考え方 · 対象バージョン 0.1.x

## このページの内容

Planetz が AI を**あなた自身のマシン上**で走らせ、ソースコードを公開 API へ出さずに済ませる方法——それが何をもたらし、正直な限界はどこにあり、より馬力が要るときにどうスケールするか。

***

## コードは最も繊細な資産

多くの AI コーディングツールは、あなたのソースと社内文書をクラウド API へ送ります。多くのチームにとってこれは論外です——コードこそが宝であり、それ（やあなたの API キー）を他社の SaaS に預けることは、まさにセキュリティとコンプライアンスが許さないことです。

Planetz はこれを後付けではなく、第一級の関心事——**データ主権**——として扱います。

## エッジモデル：あなたのマシン上での推論

Planetz は **Ollama 経由のローカルモデル**に接続でき、推論をあなたが管理するハードウェア上で走らせます。実際には次を意味します。

* **プライバシーとセキュリティ** — ソースコードと社内文書は手元のマシンに留まり、推論のために外部 API へ送られない。
* **オフライン可能** — ローカルモデルが許す範囲で、接続なしに作業を続けられる（例：飛行機の中）。
* **キーを他社クラウドに置かない** — データと資格情報がどこに在るかを本当に管理できる。

設定から、Ollama インスタンスを指定し、接続をテストし、モデルのヘルスを見て、モデルを直接 pull / 削除できます。

## 正直な限界

エッジ AI は強力ですが、誇張はしません。

> **推論はあなたのマシンで走ります。一部のツールを使うワークフローステップは、依然クラウドプロバイダを必要とします。** 今日のローカルモデルはすべての能力をカバーしているわけではない（例：特定のツール実行ステップ）ので、ワークフローはステップごとにローカルとクラウドを混在させられます——各ステップをどこで走らせるかはあなたが選べます。

これにより、ローカルモデルが何でもできるふりをせずに、プライバシーの利点を本物に保ちます。

## 学び直しなしでスケール

エッジ優先は、エッジ専用を意味しません。Planetz はスペクトラムとして設計されています。

* **Desktop（Edge）** — Ollama によるローカル推論、加えて任意の Manta とローカル音声認識。
* **Planetz Cloud** — ブラウザから操作できるマネージドのプライベートノードで、**同じ Deck の UX とワークフロー**。チームはローカルで始め、新しい製品を学び直すことなくワークスペースを Cloud へ移せます。

要点は連続性です。タスクを投入し、決定を統治し、作業を承認するやり方は、モデルがラップトップ上でもプライベートクラウドノード上でも同一です。

## Planetz の他の部分との繋がり

データ主権と [意図台帳](/planetz/ja/tonarue/intent-ledger.md) は互いを強め合います——あなたのコードは手元に留まり、*かつ*あなたが決めたことの記録もあなたの管理下に留まる。アンビエントで物理的な制御のための任意の **Manta** デスクトップロボと組み合わせれば、Planetz は、エージェント開発の繊細な部分——あなたのコード、あなたの決定、あなたの承認——が決して手元を離れずに済むよう作られています。

## 次に読む

* [Git 連携と使い捨てワークスペース](/planetz/ja/tonarue/git-integration.md) — コードと実行データが実際にどこに在るか。
* [設定と連携](/planetz/ja/gotono/settings.md) — Ollama・モデル・プロバイダの設定。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://planetz.gitbook.io/planetz/ja/tonarue/edge-ai.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.
