Quick ELI5 for anyone wondering what this actually does:
I have an AI coding assistant (Kiro CLI) running on a cloud server. It can read my files, run commands, search the web — but only from a terminal.
I wanted to talk to it from my phone. So I built a small Node.js bridge that connects it to Telegram.
Now I message my Telegram bot, it forwards to the AI on my server, the AI does its thing, and I get a reply on my phone. No laptop needed — everything runs in the cloud.
The article explains the protocol (ACP) and patterns behind it, but the end result is simple: AI assistant in your pocket.
Happy to answer questions! 🙏
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Quick ELI5 for anyone wondering what this actually does:
I have an AI coding assistant (Kiro CLI) running on a cloud server. It can read my files, run commands, search the web — but only from a terminal.
I wanted to talk to it from my phone. So I built a small Node.js bridge that connects it to Telegram.
Now I message my Telegram bot, it forwards to the AI on my server, the AI does its thing, and I get a reply on my phone. No laptop needed — everything runs in the cloud.
The article explains the protocol (ACP) and patterns behind it, but the end result is simple: AI assistant in your pocket.
Happy to answer questions! 🙏