DEV Community

Discussion on: # Building a Mobile AI Assistant with Kiro CLI and the Agent Client Protocol

Collapse
 
ajitnk2006 profile image
Ajit AWS Community Builders

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! 🙏