Skip to main content
3ngram has a native bot for Telegram and Discord. It runs server-side (always on, no session required) so you can check in on commitments and context from anywhere.
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

  1. Open Settings > Notifications in the dashboard
  2. Find the Bot section and click Connect Telegram or Connect Discord
  3. Start a conversation with @EngramAI_bot on Telegram (or invite the bot to your Discord server)
  4. Send the pairing code shown in the dashboard
  5. The bot confirms pairing and is ready to use

Commands

CommandWhat it does
/commitmentsList your open commitments
/blockersShow current blockers
/briefingStart-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
/digestYour 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
/statusMemory 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:
  1. Go to Settings > Notifications
  2. Toggle AI responses on
LLM tier is subject to your monthly usage budget. If the budget is exceeded, /ask falls back to /search automatically.

Proactive nudges

The bot sends proactive nudges without you having to ask:
Nudge typeWhen it fires
OverdueEvery 30 minutes for overdue commitments
Due todayOnce per day at your local morning
StaleWeekly, for commitments with no activity in 7+ days
DigestDaily at your configured digest time
Nudges include inline Done and Snooze buttons (Telegram) or slash commands (Discord). Configure nudge frequency and quiet hours in Settings > Notifications.