インタラクションの歴史、ざっくり振り返る A Brief History of Interaction
コンピュータとの対話の形は、時代ごとに大きく変わってきた。1970年代はコマンドラインが主流で、使えるのは一部の専門家だけだった。1980〜90年代にGUI(グラフィカルユーザーインターフェース)が普及し、マウスとアイコンによって「誰でも使える」が実現した。2000年代以降はタッチスクリーンとスマートフォンがさらにハードルを下げ、指一本でコンピュータを操作する時代になった。
The way we interact with computers has changed dramatically in every era. Command lines dominated the 1970s, limiting computing to specialists. In the 1980s and 90s, graphical user interfaces (GUIs) spread widely, and mice and icons made computers something "anyone could use." After 2000, touchscreens and smartphones lowered the barrier further, putting a computer in everyone's pocket, operated with a single finger.
そして今、言語モデル(LLM)の登場によって、インタラクションは「指で触れる」から「言葉で話す」へとシフトしている。これは単なる入力方法の変化ではなく、人間とコンピュータの関係そのものが再定義されつつあることを意味する。
And now, with the rise of large language models (LLMs), interaction is shifting from "touch" to "speak." This isn't simply a change in input method — it signals a fundamental redefinition of the relationship between humans and computers.
「意図を解釈する」インターフェース Interfaces That Interpret Intent
従来のUIは、ユーザーが何をしたいかを事前に設計者が想定し、ボタンやメニューとして具体化するものだった。ユーザーはシステムの言語を学ぶ必要があった。「保存」はどこにある?「エクスポート」と「ダウンロード」の違いは?
Traditional UI design meant designers anticipated in advance what users wanted to do, then gave it concrete form as buttons and menus. Users had to learn the system's language. Where is "Save"? What's the difference between "Export" and "Download"?
LLMベースのインターフェースは逆転する。ユーザーが自然言語で意図を伝えると、システム側がそれを解釈し、適切な行動を取る。「先週のミーティングのメモをまとめて、Slackに送って」という指示を理解して実行できるAIエージェントは、もはや夢物語ではない。
LLM-based interfaces invert this. The user expresses their intent in natural language, and the system interprets it and takes appropriate action. An AI agent that can understand and execute "Summarize last week's meeting notes and send them to Slack" is no longer science fiction.
これはUXデザインにとって根本的な問いを突きつける。「ユーザーがやりたいことをUIで表現する」という設計の前提が崩れるとき、デザイナーは何をデザインすればよいのか。
This poses a fundamental question for UX design. When the premise of "expressing what the user wants through UI" breaks down, what should designers design?
あいまいさとの付き合い方 Living with Ambiguity
LLMの強みはあいまいな入力を処理できることだが、同時にそれが最大のUX課題でもある。ユーザーは「意図したとおりに動いた」という確信を持てないことがある。AIが「解釈」した結果と、ユーザーが「意図した」ことのズレが、新しい摩擦を生む。
LLMs' strength is handling ambiguous input — but this is also their biggest UX challenge. Users may not feel confident that things happened "the way they intended." The gap between what the AI "interpreted" and what the user "intended" creates new friction.
UIが明示的なボタンとフィードバックを持っていた時代、ユーザーは「自分が何をしたか」を把握できた。LLMは自然言語のあいまいさを受け入れる分、「何が起きているか」の透明性を犠牲にしやすい。この透明性の設計こそ、LLM時代のUXの核心だと思っている。
When UI had explicit buttons and feedback, users could track "what they did." LLMs accept natural language's ambiguity, which makes it easy to sacrifice transparency around "what is happening." Designing this transparency is, I believe, the core of UX in the LLM era.
UXデザインへの示唆 Implications for UX Design
LLMを使ったプロダクトを作る中で、いくつかの設計原則が自分の中で育ってきた。
While building products with LLMs, several design principles have grown on me.
- プロセスの可視化:Process visibility: AIが何をしているかをリアルタイムで見せる。考えている途中を隠さない。Show in real time what the AI is doing. Don't hide the thinking-in-progress.
- 確認ループの設計:Confirmation loops: 一発で完結させず、「これでいいですか?」を自然な流れで挟む。Don't try to get it right in one shot — naturally work in a "Is this what you mean?" step.
- 失敗のデザイン:Designing for failure: AIが間違えたとき、ユーザーがそれに気づき、修正できる導線を作る。When AI makes a mistake, build paths for users to notice and correct it.
- 期待値の管理:Managing expectations: できることとできないことを正直に伝える。過剰な期待はむしろ信頼を壊す。Honestly communicate what it can and can't do. Over-promising actually destroys trust.
AIはインタラクションの形を変えた。でも、人間が「使いやすい」と感じるための本質——フィードバック、コントロール感、信頼——は変わっていない。そこに向き合い続けることが、AI時代のUXデザインの仕事だと思っている。
AI has changed the shape of interaction. But the essence of what makes humans feel something is "easy to use" — feedback, a sense of control, trust — hasn't changed. Continuing to face that honestly is, I believe, the work of UX design in the AI era.

