Introduction: The limits of “make it a bit friendlier”
When teams adopt generative AI at work, familiar pain points appear:
- Different members write different prompts and outputs diverge
- Requests like “a bit more formal” or “warmer tone” are interpreted inconsistently
- You want to design an AI persona, but ambiguity resists concrete adjustment
Mapping the Prompt (MTP) addresses this by sharing intent as coordinates. It does not try to remove ambiguity; it treats ambiguity as something we can operate together.
What is MTP: Treating AI “personality” as coordinates
MTP models conversation as a 20-node coordinate space (Side A / Side B). On a UI, you move points and average them to steer behavior.
Crucially, “strength” is not a precise number. Use direction and balance instead:
- Strong: make it the main axis
- Medium: support/secondary
- Subtle: leave as a nuance
Use cases (no numeric percentages)
1) Sharper persona design
Before
“Be friendly, but still expert, and reasonably formal.”
With MTP
Base: Open (strong) + Focus (medium) + Flow (subtle)
Adjust:
- More casual → strengthen Open; soften sentence endings
- More expert → strengthen Focus; add evidence/rationale
- More concise → strengthen Flow; reduce filler
Instead of adding paragraphs of instructions, you share position and proportion on the map.
2) Team alignment without rewriting walls of text
Scenario: Customer Support AI
- PM: Open (strong) + Still (subtle) + Close (subtle)
- CS: Grow (medium) + Flow (medium) + Return (subtle)
- Eng: Focus (strong) + Open (subtle) + Helix (subtle)
Place each proposal as points on the UI and compute the Gizmo (average).
Nudge around that center to converge on a shared persona.
3) Fast iteration (A/B-like exploration)
Pattern A (more formal)
Make Power the axis, support with Focus, close with Close.
Pattern B (more relatable)
Make Open the axis, support with Grow and Flow.
What to observe (without metrics)
- Reading flow (friction vs. smoothness)
- Clarity of intent (less misinterpretation)
- Emotional response (reassurance, motivation)
How to decide
Not by a score, but by mutual recognition: which one felt closer to what we meant?
4) Building domain templates
Education assistant
Anchor on Focus; use Open to lower entry; use Return to mark learning checkpoints.
For beginners, strengthen Open; for advanced users, strengthen Focus.
Business writing
Anchor on Power + Focus; use Close to wrap.
Proposals: strengthen Power; Reports: strengthen Focus + Still.
Creative partner
Anchor on Grow; add Helix + Flow to keep healthy “wobble.”
Divergence: strengthen Open; Finishing: add Close + Still.
Implementation policy (minimal setup)
- Rendering: SVG / CSS / JS (lightweight)
- State: Vertex (features), Gizmo (average), Transformed Gizmo (target)
- External: loosely adapt to any LLM (no retraining required)
- Positioning: this is not a new algorithm; it’s a UI layer
Announcement: MTP is on GitHub
I’ve published MTP on GitHub for everyone to read, try, and discuss.
- Repository: https://github.com/imkohenauser/mtp ↗
- Documents: README (overview), CONCEPT (theory), ASSETS (SVG/PNG), Discussions (Q&A)
- Need compatible images? Get PNGs from ASSETS.md
FAQ (essentials)
- Is MTP about numbers or benchmarks?
No. Numbers are not strict commands—they’re metaphors to share balance and direction. - Will different models produce identical outputs?
Not the goal. MTP provides a shared interface for alignment even when model behavior differs. - What is success in MTP?
Mutual recognition: “I meant this.” — “Got it, around here.”
Closing: Operate the margin, not the digits
Ratios and labels aren’t precision controls; they are translations of feeling into coordinates.
Actual generation lives in the LLM’s margin—the creative ambiguity we can’t (and shouldn’t) pin down.
MTP’s essence is to let us operate that margin with a simple UI and a shared map.
Links
- GitHub: https://github.com/imkohenauser/mtp ↗
- Website: https://imkohenauser.com/mtp/
- Q&A (Discussions): see
/discussions
in the repository
Mapping the Prompt(MTP)公開:数値に頼らないユースケースとアナウンス(原文)
はじめに:「もう少し親しみやすく」の限界
業務で生成 AI を活用する際、次のような課題が生じがちです。
- メンバーごとにプロンプトの解釈が異なり、出力がばらつく
- 「もう少しフォーマルに」「温かみを」などの指示が、人によって解釈が分かれる
- AI ペルソナを設計したいが、曖昧さを具体に落とし込めない
Mapping the Prompt(MTP) は、意図を 座標 として共有する軽量フレームワークです。曖昧さを排除するのではなく、操作可能な曖昧さとして扱える点が特徴です。
MTP とは:AI の「性格」を座標で扱う
MTP は会話を 20 ノード(Side A / Side B)で捉え、UI 上で 点を動かし平均(Gizmo)を取ることで振る舞いを調整します。
ここでの「強弱」は厳密な数値ではありません。方向とバランスで共有します。
- 強め:主軸にする
- 中:副次的に添える
- 控えめ:ニュアンスとして滲ませる
ユースケース(数値指定なし)
1) ペルソナ設計の精密化
従来
「親しみやすく、でも専門性もあって、適度にフォーマルに」
MTP の表現
基調:Open(強め) + Focus(中) + Flow(控えめ)
調整例:
- もう少しカジュアルに:Open を一段強め、文末表現をやわらかく
- 専門性を高める:Focus を一段強め、根拠や出典の提示を増やす
- 簡潔にする:Flow を一段強め、冗語や反復を削る
長文の指示を足すのではなく、位置と比率感覚で意図を共有します。
2) チーム内の認識を揃える
シナリオ:カスタマーサポート AI
- PM:Open(強め) + Still(控えめ) + Close(控えめ)
- CS:Grow(中) + Flow(中) + Return(控えめ)
- Eng:Focus(強め) + Open(控えめ) + Helix(控えめ)
各案を UI 上に配置し、Gizmo(平均点) を算出。
その周辺で微調整し、共通ペルソナに収束させます。
3) 高速な反復(A/B 的な探索)
パターン A(フォーマル寄り)
Power を軸に、Focus を添えて、Close で締める
パターン B(親和性寄り)
Open を軸に、Grow と Flow を添える
観察ポイント(定量なし)
- 読み心地(抵抗感/滑らかさ)
- 意図の伝わりやすさ(誤解の少なさ)
- 感情反応(安心感、前向きさ)
判断基準
スコアではなく 相互認識:どちらが「意図に近い」と感じられたか。
4) 業界別テンプレートの作り方
教育アシスタント
Focus を主軸に、Open で入口を開き、Return で学習の節目を示す。
初学者向けは Open を強め、上級者向けは Focus を強める。
ビジネス文書
Power + Focus を軸に、Close でまとめる。
提案書は Power を強め、報告書は Focus と Still を添える。
クリエイティブ支援
Grow を主軸に、Helix + Flow で健全な揺らぎを保つ。
発散では Open を強め、仕上げでは Close + Still を添える。
実装ポリシー(最小構成)
- レンダリング:SVG / CSS / JS(軽量)
- 状態管理:Vertex(特徴点)、Gizmo(平均)、Transformed Gizmo(目標点)
- 外部連携:各種 LLM に緩やかに適用(再学習は不要)
- 位置づけ:新アルゴリズムではなく UI レイヤー の提案
公開のご案内(GitHub)
MTP を GitHub で公開しました。
- Repository: https://github.com/imkohenauser/mtp ↗
- Documents:README(概要) / CONCEPT(理論) / ASSETS(配布用 SVG/PNG) / Discussions(Q&A)
- 互換用途の画像が必要な場合は ASSETS.md から PNG を取得できます。
FAQ(要点)
- 数値評価やベンチマークの仕組みではありません。
数字は厳密な命令ではなく、バランスと方向を共有する比喩です。 - モデル間で同一出力を目指しません。
重要なのは、挙動が違っても 共通のインターフェース で意図を合わせられることです。 - 成功の単位は「相互認識」です。
「これを意味していた」—「わかった、このあたりですね」と感じられることを重視します。
結び:数値ではなく、余白を操作する
比率やラベルは精密制御ではなく、感覚を座標へ翻訳するための記号です。
実際の生成は常に LLM の余白(ブラックボックス) に委ねられ、その曖昧さが創造性を育みます。
MTP の核心は、この余白を UI と座標 で扱えるようにすることです。
リンク
- GitHub: https://github.com/imkohenauser/mtp ↗
- 公式サイト: https://imkohenauser.com/mtp/
- Q&A(Discussions): リポジトリ内
/discussions