AlterU AlterU Part 3 · 平台能力 Part 3 · Platform Capabilities
大纲Outline
Part 3 · 平台给你的能力

AI 4 件套 +
4 件数据原语

AI

🎨 gen-image

文生图 / 图生图 · ~5-8s · 烧字进画面(中央 74% 安全区)

AI

💬 game-chat

OpenAI 兼容 LLM · ~2-4s · system prompt 决定 AI "嗓音"

AI

👁️ recognize

看图 → labels / attributes / parts / caption · ~2-5s

AI

☁️ upload

blob → R2 公网 URL · ~1-2s · 喂回 gen-image / recognize

DATA

🏆 排行榜

每游戏独立榜 · 点头像跳 profile · 冠军 pill pattern

DATA

💾 云存档

session_id 锚定 · 返回最近 6 用户存档 = 天然 cross-user wall

DATA

📊 事件 / 统计

day_click_count · continuous_days · 每日一次 / streak 机制

DATA

🔔 跨用户 notify

动别人内容 → 推作者 · self-guard + 24h dedupe + 单日上限

Part 3 · what the platform hands you

An AI quartet +
4 data primitives.

AI

🎨 gen-image

txt2img / img2img · ~5-8s · burn-in works inside the safe 74% center band

AI

💬 game-chat

OpenAI-compatible LLM · ~2-4s · system prompt sets the voice

AI

👁️ recognize

See the picture → labels / attributes / parts / caption · ~2-5s

AI

☁️ upload

blob → R2 public URL · ~1-2s · feed it back into gen-image / recognize

DATA

🏆 leaderboard

One board per game · tap a row → open their profile · "Champion pill" pattern

DATA

💾 cloud save

session_id-keyed · returns the last 6 users' saves = cross-user wall for free

DATA

📊 events / stats

day_click_count · continuous_days · daily-once / streak mechanics

DATA

🔔 cross-user notify

Touched someone's content → push them a note · self-guard + 24h dedupe + daily cap

备忘 · 按 S 关闭Notes · S to close

设计师只要知道"我能让游戏画一张图、说话、看玩家、记住玩家、给玩家发通知",剩下工程师自然会接。

重点是会想到去用这些能力。后面 6 张 slide 每个细讲 1 个真实游戏怎么用。

Endpoint 路径(备查):所有 4 件 AI 套件都走 chat.aiwaves.tech/aigram/api/{gen-image, game-chat, recognize, upload}。CORS=`*`,浏览器外也能直 fetch(这是 demo 模式的基础)。

Designers don't need to memorize endpoints. They need to know what the box can do: paint, talk, see, remember, alert. The next 6 slides drill into each with a real game.

Tech ref (if asked): all four AI ops POST to chat.aiwaves.tech/aigram/api/{gen-image, game-chat, recognize, upload}. CORS is *, so games run in any browser origin — that's the demo-mode foundation.

13 / 41