AI Add-On vs Trigger Talk Add-On
LifeBots offers two different ways for bots to communicate in Second Life: the AI Add-On and the Trigger Talk Add-On.
While both allow bots to respond to users, they are designed for very different use cases. This article explains how each add-on works and helps you choose the right one.
High-Level Difference
- AI Add-On generates dynamic responses using AI models
- Trigger Talk Add-On replies only to predefined triggers with predefined messages
AI Add-On
The AI Add-On allows your bot to respond intelligently using AI models.
Responses are generated dynamically and can change based on personality, knowledge, and conversation history.
How AI Responses Work
- The bot can respond automatically or only when trigger words are used
- Triggers are optional and configurable
- Responses are generated in real time
Key Characteristics
- Dynamic, AI-generated responses
- Supports personality and behaviour configuration
- Supports custom knowledge
- Can remember past messages
- Uses LB$ credits per response
Best Use Cases
- Conversational NPCs
- Roleplay and character bots
- Bots handling unpredictable questions
- Interactive assistants
Trigger Talk Add-On
The Trigger Talk Add-On is a rule-based response system.
The bot will respond only when a configured trigger is detected and will reply only with the configured response.
How Trigger Talk Works
- The bot listens for defined keywords or phrases
- If a trigger matches, the corresponding response is sent
- If no trigger matches, the bot responds only if a default response is configured
- If no default response is set, the bot remains silent
Key Characteristics
- Strict keyword or phrase matching
- Fixed responses only (no AI generation)
- No personality, memory, or knowledge processing
- Unlimited responses (no LB$ usage)
Local Chat and IM Support
- Trigger Talk is provided as two separate add-ons:
- One for Local Chat
- One for Instant Messages (IM)
Best Use Cases
- Greeting bots
- FAQ or information bots
- Rule reminders
- Simple command-based bots
Feature Comparison
| Feature | AI Add-On | Trigger Talk |
|---|---|---|
| Response type | Dynamic (AI-generated) | Fixed (predefined) |
| Responds without triggers | Optional | ❌ |
| Default response | AI Responses | Only if configured |
| Conversation memory | Yes | No |
| Personality & knowledge | Yes | No |
| Cost per message | Yes (LB$) | No (unlimited) |
| Local Chat | Yes | Yes (separate add-on) |
| Instant Messages | Yes | Yes (separate add-on) |
Which One Should You Use?
Choose AI Add-On If:
- You want flexible, natural conversations
- Your bot must handle unpredictable input
- You want personality-driven responses
Choose Trigger Talk If:
- You want strict control over responses
- Your bot should only speak when triggered
- You want unlimited responses with no usage cost
Summary
AI Add-On is best for dynamic, conversational bots.
Trigger Talk is best for predictable, rule-based responses.
✅ Both add-ons are independent and serve different communication needs.

