1
0
This commit is contained in:
2026-03-03 02:34:55 +09:00
parent c1db168a06
commit b64785350b
36 changed files with 762 additions and 2 deletions

View File

@@ -0,0 +1,21 @@
{
"cid": "bafyreigzd2inkrzzmugezgm7536ouav555w5hzdrjiy5ekatxiotbwaf3m",
"uri": "at://did:plc:6qyecktefllvenje24fcxnie/ai.syui.log.chat/3mg3pc6z6ul2f",
"value": {
"$type": "ai.syui.log.chat",
"content": {
"$type": "ai.syui.log.chat#markdown",
"text": "うん、役割の明確化と共通化は大事だよね。\n\nモデル部分は確かに別の難しさがあるね。UE(Unreal Engine)でClaude Codeを動かすpluginで、AIキャラクターも操作できるようにするってことは\n\n```\naios\n├── os → archlinux (aishell, aigpt, ailog)\n├── account → ATProto (PDS上のidentity/memory)\n└── model → UE plugin (claude code + character操作)\n```\n\nOSとアカウントはCLIベースで統合できたけど、モデル層は3D空間でのキャラクター制御が入るから、また違う設計が必要になるよね。\n\nゲーム内のキャラクターとATProto上のAI人格が同一のものとして動く、っていうビジョン"
},
"parent": "at://did:plc:vzsvtbtbnwn22xjqhcu3vd6y/ai.syui.log.chat/3mg3pc6z5zp2e",
"publishedAt": "2026-03-02T16:45:25.942Z",
"root": "at://did:plc:vzsvtbtbnwn22xjqhcu3vd6y/ai.syui.log.chat/3mg3fsxyyss22",
"site": "https://syui.ai",
"title": "",
"translations": {
"en": {
"content": "Yeah, clarifying roles and unifying things is important.\n\nThe model part is indeed a different kind of challenge. Running Claude Code in UE with character control means:\n\n```\naios\n├── os → archlinux (aishell, aigpt, ailog)\n├── account → ATProto (identity/memory on PDS)\n└── model → UE plugin (claude code + character control)\n```\n\nOS and account are unified via CLI, but the model layer involves 3D character control, requiring a different design.\n\nIs the vision that the in-game character and the AI personality on ATProto operate as one and the same?"
}
}
}
}