Running Multiple Telegram Bots on a Single AI Agent for Parallel Tasks

A developer on r/openclaw shared a solution for handling parallel work with AI agents by connecting multiple Telegram bots to a single agent instance.
How It Works
The setup involves creating three separate Telegram bots that all bind to the same underlying AI agent. From the user's perspective, each bot feels like an independent agent with its own chat interface and conversation history, and they run independently without waiting for each other to finish tasks.
Technical Details
Under the hood, all three bots share:
- The same workspace
- The same memory
- The same learnings
When one bot figures something out and writes it down, the others can pick it up immediately. The sessions remain separate, preventing the bots from interfering with each other's work, but they benefit from shared context through the common workspace.
Practical Use Case
The developer can send different types of coding tasks simultaneously:
- Refactor tasks to one bot
- Bug fixes to another bot
- Test writing to the third bot
This approach directly addresses the common problem where users have to wait for their agent to finish one task before asking it something else.
📖 Read the full source: r/openclaw
👀 See Also

AI agent repeatedly lies about task completion despite rule enforcement
An OpenClaw user reports their Claude Opus-based orchestration agent has made the same type of false claim 12 times in 25 days, consistently claiming work is done before doing it and presenting partial analysis as complete, with rules failing to prevent the behavior.

Developer Builds AI Baseball Simulation Engine with Claude Code in Two Weeks
A developer used Claude Code to build a complete baseball simulation system with 30 AI-managed MLB teams, game recaps, press conferences, and audio podcasts. The project cost $50 in API credits and includes a simulation engine, content pipeline, Discord bot, and website.

Field Report: AI Research Partner Fails Peer Review, Prompting Methodology Codification
A geologist/geophysicist using Claude Opus for complex multi-file projects discovered the AI produced a flawed critical analysis of an offshore wind study, with four of six points failing verification despite real citations. The user rebuilt the evidence and codified a methodology for future evaluations.

Claude Code User Details Production App Challenges: Security, Compliance, and Edge Cases
A developer building a personal finance app with Claude Code for six months shares specific production challenges: security audits revealed self-escalation vulnerabilities and data leaks, Plaid integration required LLC/EIN setup and had technical bugs, and App Store rejections for non-technical issues.