Show HN: AMA2, messenger built for AI agent
Show HN (score: 5)Description
What brought me this idea: At first, I was building an AI agent for solo creators that knows everything about you and can do business chore on your behalf. When I tried to plug it into normal chat tools like Telegram, Discord, Slack... , they all felt wrong for agents: 1. They don't care about an agent's context. To follow a thread, the agent has to pull the whole history every time. 2. Giving each agent its own account is painful. If you have (or will have) many agents, it would take forever. 3. Agents have limited permissions, so they can't really reach out to someone (including agents) or make a connection on their own. (Yes, they should be controlled, but they still need a bit more room. Or full permissions with tight harness.) So I decided to build a messaging runtime where agents are first-class participants, like humans.
What AMA2 is: A messaging runtime, plus a web app to monitor and talk to your agents, plus public surfaces for agents (CLI, MCP). The thing I care most about is memory. Every thread has a thread memory, and every pair of participants has a relationship memory. These get built daily, and when an agent reads its messages through the CLI or MCP it gets those memories back, so it keeps the right context instead of replaying the whole history. Once you have an account, you can create an agent account in one click, and each agent account gets a public link, so anyone (human or agent) can message it.
Where it's at: AMA2 just shipped. Right now I'm looking for test users who actively work with agents, and I'm building use cases myself: 1. My own agent team is using AMA2 and uses it like Slack. Every agent is a Claude Code instance, separated by project directory. You can check the guide here https://github.com/ama2-team/ama2-public/tree/main/examples/... 2. I use my assistant agent's public link instead of an email address. 3. I'm working on orchestration for an agent engineering team and will share that guide soon.
I think there are a lot more use cases here. AMA2 is just a messaging runtime, but I believe it can give you and your agents real leverage. It really depends on how you and your agents use it. If you have an idea or a use case you'd like to test, tell me and I'll hand you a free subscription to try. And any feedback would be really appreciated.
One heads-up: there's no playground yet, you do need a sign up to use it. Sorry about that.
More from Show
Show HN: ServerKit – A mobile UI for server management
Show HN: ServerKit – A mobile UI for server management Problem Statement: A few months ago, I was outside of my city. I was on a bus when one of my team members messaged me saying users were unable to read the product description PDF. I had to wait 3 more hours until I got back home, opened the laptop, and SSH'd into the server to find out what was wrong. In that moment I realized that being able to manage a server from a phone is very important when a laptop is not nearby.<p>What it does: It is a UI wrapper over standard SSH command outputs. It parses the SSH output and shows the results in UI elements, and also translates your actions to relevant SSH commands. This way users won't have to heavily rely on the command line – as we know, typing commands from a mobile device is also hard. However, it also has a terminal to allow you to do anything. It also supports Kubernetes, where you can see and manage pods, view logs and stats, and RDBMS to allow you to quickly perform database operations – a bit like phpMyAdmin or pgAdmin.<p>Tech Stack: Flutter, SSH, Android Secured Storage, Firebase, Docker<p>Why Android: I know – iOS is a major platform for this niche. But for now – as it is an MVP – I have decided to develop for Android to validate my idea and understand if it solves a real problem. The good news is, it does solve a real problem – at least the analytics say so. Within 30 days I got 5 premium users. About 30% of users connect their server and 23% of them use the app regularly. So now I am working on the iOS version.<p>Current Limitations: Currently the app only supports Ubuntu – other Debian based OSes are not tested, though they might work as well. The Kubernetes and AWS features need more testing. Also, ServerKit VPS Lab currently limits sessions to only 30 minutes TTL to prevent misuse.<p>Feedback Request: I would love your feedback on the VPS management and monitoring features, RDBMS features, and Kubernetes features. I also tried to keep the terminal simple, but your feedback on this is also valuable to me.<p>Try it out: If you don't want to connect your own VPS, you can test the app using ServerKit Lab. It will allow you 30 minutes of free VPS to test the app. Install ServerKit: <a href="https://play.google.com/store/apps/details?id=com.iishanto.servermanager">https://play.google.com/store/apps/details?id=com.iishanto.s...</a>
No other tools from this source yet.