Interface and role are different layers
A chatbot is a conversational interface. It exchanges text or voice turns with a user. An AI game companion is defined by what the AI does in relation to play.
A chatbot can function as a coach, a social companion, or a continuity companion. An in-game character may use conversation but never appear in a separate chat window. An agent may receive short commands and spend most of its time acting rather than talking.
Common companion interfaces
Text chat
Useful for questions, planning, summaries, and restore-point selection.
Voice
Useful when the player cannot comfortably type during play.
In-game character
The companion appears through dialogue and behavior inside the world.
Overlay
The system displays hints, context, or controls above the game.
Agent commands
The player issues goals or constraints rather than holding a long conversation.
Background continuity
The system stores and restores state with minimal interface.
When chat is a good fit
Chat works well when the player needs explanation, reflection, planning, or a natural way to describe progress. It is especially useful for gaming as part of ordinary conversation: the player can discuss work, food, or daily life, then save a meaningful gaming point without opening a separate coaching session.
Limits of chatbot-only design
A chatbot that relies entirely on user description may lack precise current-game context. It may also mix several games or runs unless state is clearly scoped. For action-heavy use cases, structured integration or agent controls may be more appropriate.
The best interface follows the role. A companion should not be forced into chat merely because language models can converse.
How to classify a conversational system
Ask what it does after the conversation begins:
- If it gives tactical advice, it is acting as a coaching companion.
- If it performs as a game character, it is an in-game companion.
- If it carries out actions, it is agentic.
- If personality and presence are central, it is social.
- If it saves and restores the correct gaming thread, it is a continuity companion.
Frequently asked questions
Can a chatbot become more than one companion type?
Yes. A conversational system may coach now, maintain social presence, and preserve continuity later.
Does an in-game companion count as a chatbot?
Only in the broadest sense if conversation is its main interface. The in-game role is usually the more useful classification.
Can Companion Play work inside ordinary LLM chat?
Yes. Its continuity function is designed to create and restore gaming state inside the conversation the player is already having.