Update: 3層モデル図を横向き(LR)に変更
All checks were successful
Deploy Docusaurus Site / deploy (push) Successful in 55s
All checks were successful
Deploy Docusaurus Site / deploy (push) Successful in 55s
This commit is contained in:
parent
6b90e9bd35
commit
18ceb80a11
@ -21,9 +21,9 @@ image: /img/ai-terms-model-vs-agent-platform-banner.png
|
||||
AIツールの構造を理解するうえで、以下の3層に分けて考えると見通しがよくなります。
|
||||
|
||||
```mermaid
|
||||
graph TB
|
||||
graph LR
|
||||
subgraph UI層["UI/インターフェース層"]
|
||||
direction LR
|
||||
direction TB
|
||||
CLI["CLI"]
|
||||
IDE["IDE"]
|
||||
WebChat["Web Chat"]
|
||||
@ -31,7 +31,7 @@ graph TB
|
||||
end
|
||||
|
||||
subgraph Agent層["エージェント基盤層"]
|
||||
direction LR
|
||||
direction TB
|
||||
AG["Antigravity"]
|
||||
CC["Claude Code"]
|
||||
CUR["Cursor"]
|
||||
@ -39,7 +39,7 @@ graph TB
|
||||
end
|
||||
|
||||
subgraph Model層["モデル層"]
|
||||
direction LR
|
||||
direction TB
|
||||
GPT["GPT"]
|
||||
Claude["Claude"]
|
||||
Gemini["Gemini"]
|
||||
@ -98,7 +98,7 @@ AntigravityはGoogle AI Proサブスクリプション($20/月)を通じて
|
||||
主要なAIツールが3層のどこに位置するかを整理します。
|
||||
|
||||
```mermaid
|
||||
graph TB
|
||||
graph LR
|
||||
subgraph ツール分類
|
||||
direction TB
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user