A key architectural update has hit the test branch of Traliran AI Hub (branch: test): full support for Personal Intelligence.
Here is a breakdown of how the new feature works, how it differs from traditional bot configurations, and what to expect in upcoming updates.
What Is the Update About?
Previously, customizing AI behavior meant overwriting the primary system prompt via custom bot config. This created a friction point: if you wanted to set global rules for yourself (writing style, response format, personal preferences), you had to bloat or modify the bot's core instruction.
Personal Intelligence solves this issue. Essentially, it acts as a second independent system prompt running alongside the first one.
┌─────────────────────────────────────────────────────────┐
│ SYSTEM PROMPT │
├────────────────────────────┬────────────────────────────┤
│ System Prompt #1 │ System Prompt #2 │
│ (Custom Bot Config) │ (Personal Intelligence) │
├────────────────────────────┼────────────────────────────┤
│ Sets bot role and logic │ Sets your personal rules │
│ (e.g., "You are a Python │ (e.g., "Keep answers │
│ expert") │ concise") │
└────────────────────────────┴────────────────────────────┘
Key Advantages:
- Complete Independence. Bot configurations and your personal presets no longer conflict with each other.
- Flexibility. The bot retains its specialized knowledge while adapting its delivery to your preferences.
- Modularity. You can swap bot roles on the fly without losing your overarching personal context.
What’s Next? Conversation Memory Integration
The development doesn't stop here. Soon, a dedicated button will be added to the interface. With a single click, it will summarize the current chat into a concise context snippet and append it directly into Personal Intelligence.
How it will work:
Have a chat with the AI -> Click the button -> A brief summary of the conversation moves into Personal Intelligence memory.
As a result, the AI will retain key context across sessions without requiring you to manually copy and paste details between chats.
How to Test It Right Now?
The feature is already available for testing in the official repository.
- Clone or update the repository: github.com/Traliran/traliran-ai-hub
- Switch to the test branch:
git checkout test - Try out the dual-prompt system in the configuration settings.
Keep an eye on the test branch updates—the quick context-saving button will land in the upcoming commits!
Top comments (0)