The 3ngram bot (
@EngramAI_bot on Telegram) is distinct from Claude Code Channels, which lets you message an active coding session. The bot works anytime — no Claude Code session needed.Setup
- Open Settings > Notifications in the dashboard
- Find the Bot section and click Connect Telegram or Connect Discord
- Start a conversation with
@EngramAI_boton Telegram (or invite the bot to your Discord server) - Send the pairing code shown in the dashboard
- The bot confirms pairing and is ready to use
Commands
| Command | What it does |
|---|---|
/commitments | List your open commitments |
/blockers | Show current blockers |
/briefing | Start-of-day overview: overdue, stale, recent captures |
/recall <topic> | Semantic search across your memories |
/search <query> | Keyword search (no AI required) |
/ask <question> | AI-synthesized answer from your memories (requires LLM tier) |
/resolve <id> | Mark a commitment as done |
/defer <id> | Defer a commitment to later |
/digest | Your daily digest on demand |
/quiet <start> <end> | Set quiet hours (e.g. /quiet 22:00 08:00) |
/snooze <id> <days> | Snooze a nudge for 1, 3, or 7 days |
/done <id> | Shorthand resolve from a nudge |
/status | Memory and commitment summary |
LLM tier
The/ask command uses an AI model to synthesize answers from your memories and indexed documents. Answers include numbered citations:
Based on [1] and [2]: You chose Railway because of its Postgres support and zero-config deploys.To enable LLM tier:
- Go to Settings > Notifications
- Toggle AI responses on
/ask falls back to /search automatically.
Proactive nudges
The bot sends proactive nudges without you having to ask:| Nudge type | When it fires |
|---|---|
| Overdue | Every 30 minutes for overdue commitments |
| Due today | Once per day at your local morning |
| Stale | Weekly, for commitments with no activity in 7+ days |
| Digest | Daily at your configured digest time |