MojiMoshi Embeds AI Agents Inside Telegram and Line, No App Needed

Hacker News June 2026
Source: Hacker NewsAI agentArchive: June 2026
MojiMoshi lets users create persistent AI agents that live inside Telegram and Line, eliminating the need for separate apps or web interfaces. These agents remember context, execute tasks, and converse naturally within the chat flow—signaling a shift from AI as an application to AI as a native conversation participant.
The article body is currently shown in English by default. You can generate the full version in this language on demand.

MojiMoshi has quietly launched a platform that embeds persistent, context-aware AI agents directly into existing messaging apps—starting with Telegram and Line. Users do not download a new app or learn a new interface; they simply add an agent to a chat, and it stays there, remembering past conversations, answering questions, and performing tasks on demand. This approach inverts the dominant paradigm of AI delivery. Instead of forcing users to leave their established digital habitats, MojiMoshi brings the AI to them. The significance is twofold. First, it dramatically lowers the friction of adoption: Telegram and Line collectively serve over 1.5 billion monthly active users. Second, it changes the economics of AI products. Customer acquisition cost plummets because distribution is already built into the messaging platform. User retention may rise because the agent is woven into daily communication flows rather than siloed in a separate tab. MojiMoshi’s agents are powered by a proprietary orchestration layer that manages long-context memory, cross-platform API compatibility, and low-latency inference. The company has not disclosed its underlying LLM, but internal benchmarks suggest performance competitive with GPT-4 on conversational tasks while costing roughly 60% less per token. The platform is currently monetized through a subscription model—free tier with limited memory and daily message caps, premium tiers for unlimited use and custom agent personas. Early traction is promising: over 50,000 agents have been created in the first three months, with an average user retention rate of 72% after 30 days. This is not just another bot platform. MojiMoshi represents a strategic pivot from AI-as-application to AI-as-conversation-participant. If it scales, it could force every major AI company to rethink whether standalone apps are the right distribution model.

Technical Deep Dive

MojiMoshi’s core innovation is not a new language model but an orchestration layer that bridges LLM inference with the real-time, stateless nature of messaging protocols. The platform uses a custom middleware called the MojiMoshi Agent Runtime (MAR) , which sits between the Telegram/Line Bot API and the underlying LLM backend. MAR handles three critical challenges:

1. Long-Context State Management: Messaging platforms are stateless by design. Each API call is independent. MAR maintains a persistent session store using a distributed key-value database (likely Redis or similar) that stores conversation history, user preferences, and agent state. When a user sends a message, MAR retrieves the relevant session, compresses the history using a sliding window algorithm that prioritizes recent and semantically important tokens, and injects it into the prompt. This allows agents to remember context across days or weeks without exceeding context windows.

2. Cross-Platform API Normalization: Telegram’s Bot API and Line’s Messaging API have different message formats, webhook structures, and rate limits. MAR abstracts these into a unified internal schema. A developer defines agent behavior once in a YAML configuration file, and MAR handles the translation. This reduces development time from weeks to hours for multi-platform deployment.

3. Low-Latency Inference Routing: MAR includes a smart router that selects the optimal inference endpoint based on latency, cost, and task complexity. For simple queries (e.g., weather, reminders), it routes to a smaller, cheaper model (likely a quantized 7B-parameter variant). For complex reasoning tasks, it routes to a larger model (estimated 70B+ parameters). This hybrid approach achieves an average response time of 1.2 seconds on Telegram and 1.8 seconds on Line, compared to 3.5 seconds for a single-model approach.

| Metric | MojiMoshi (Hybrid) | Single Large Model (70B) | Single Small Model (7B) |
|---|---|---|---|
| Avg Response Time | 1.2s | 3.5s | 0.8s |
| Cost per 1M tokens | $1.80 | $4.50 | $0.60 |
| Complex Task Accuracy | 87% | 91% | 62% |
| Simple Task Accuracy | 95% | 97% | 93% |

Data Takeaway: MojiMoshi’s hybrid routing achieves a 66% reduction in latency and 60% lower cost compared to using a single large model, with only a 4% drop in complex task accuracy. This trade-off is acceptable for most consumer use cases and is key to making embedded agents economically viable at scale.

On the open-source front, MojiMoshi has not released its core runtime, but it has contributed to the LangChain ecosystem by publishing a connector for Telegram (repo: `langchain-telegram-adapter`, 1.2k stars). This adapter simplifies building memory-enabled Telegram bots with LangChain, and the community has used it to create everything from study assistants to personal finance trackers. The company also maintains a MojiMoshi SDK (GitHub, 3.4k stars) that allows developers to define agent personas, memory policies, and tool integrations in Python. The SDK is gaining traction among indie developers who want to build AI agents without managing infrastructure.

Key Players & Case Studies

MojiMoshi is a relatively new entrant, but it operates in a space that is rapidly heating up. The key players can be grouped into three categories: standalone AI assistants, platform-native bots, and embedded agent platforms.

| Product/Platform | Distribution Model | Monthly Active Users (est.) | Key Strength | Key Weakness |
|---|---|---|---|---|
| ChatGPT | Standalone app/web | 200M+ | Brand, model quality | High friction for casual users |
| Claude | Standalone app/web | 30M+ | Safety, long context | Limited platform integration |
| Telegram Bot API (generic) | In-chat bots | 500M+ (total bot users) | Massive reach | No persistent memory by default |
| Line AI Chat (native) | In-chat assistant | 100M+ (Japan/SE Asia) | Deep Line integration | Limited to Line ecosystem |
| MojiMoshi | Cross-platform embedded agents | 50K agents created | Persistent memory, multi-platform | Small user base, early stage |

Data Takeaway: MojiMoshi’s current user count is tiny compared to incumbents, but its growth rate (50K agents in 3 months) and retention (72% at 30 days) suggest strong product-market fit. The key question is whether it can scale distribution beyond early adopters.

A notable case study is Nexa, a personal finance agent built on MojiMoshi by a solo developer in Brazil. Nexa connects to Telegram, tracks expenses via manual input, and provides weekly spending summaries. The developer reported that 80% of users continued using the agent after the first week, compared to 30% for a previous standalone app version. Another example is StudyMate, an educational agent used by a small university in India. Students interact with it inside a Telegram group to get homework help and quiz questions. The university reported a 40% increase in after-hours engagement compared to a web-based tutoring platform.

MojiMoshi’s founder, who previously led product at a major chatbot platform, has stated that the company’s strategy is to avoid competing on model quality and instead compete on distribution and stickiness. This is a deliberate contrast to companies like OpenAI and Anthropic, which invest billions in model capabilities. MojiMoshi is betting that for most everyday tasks, a “good enough” model embedded in the user’s existing flow beats a superior model that requires a separate app.

Industry Impact & Market Dynamics

MojiMoshi’s approach has the potential to reshape the AI assistant market in three ways:

1. Lowering the Adoption Barrier: The biggest bottleneck for AI assistants today is not capability but habit. Users have to remember to open a separate app. MojiMoshi eliminates that step. If embedded agents become the norm, the standalone AI app model could face a slow decline, especially for general-purpose assistants. Specialized apps (e.g., image generation, code editors) will likely survive, but conversational AI may migrate entirely into messaging platforms.

2. Changing the Business Model: Current AI companies spend heavily on user acquisition—ads, referrals, partnerships. MojiMoshi’s model flips this: the distribution platform (Telegram, Line) already has the users. MojiMoshi pays a revenue share to the platform (reportedly 15-20%) and keeps the rest. This makes unit economics far more favorable. The company claims a customer acquisition cost of $0.12 per active user, compared to an industry average of $3-5 for standalone AI apps.

3. Platform Lock-In Risk: MojiMoshi is dependent on Telegram and Line. If these platforms change their API terms, introduce competing native agents, or restrict third-party bots, MojiMoshi’s business could be severely impacted. This is a classic platform risk. To mitigate it, MojiMoshi is reportedly in talks with WhatsApp and Discord for expansion, but those negotiations are complex due to stricter API policies.

| Metric | Standalone AI App | Embedded Agent (MojiMoshi model) |
|---|---|---|
| Avg CAC | $3.50 | $0.12 |
| 30-day retention | 25-40% | 72% |
| Time to first interaction | 2-5 min (download + signup) | 10 seconds (add to chat) |
| Monthly churn | 15-20% | 8% |

Data Takeaway: The embedded agent model outperforms standalone apps on every key metric except total user base. If MojiMoshi can scale its user base by 100x, the economics would be extremely attractive for investors and could trigger a wave of similar products.

Risks, Limitations & Open Questions

Despite the promise, MojiMoshi faces significant challenges:

- Privacy and Data Security: Agents that persist in messaging apps have access to conversation history. While MojiMoshi encrypts data at rest and in transit, the fact that a third-party system stores chat logs raises concerns. Telegram’s end-to-end encryption does not extend to bot interactions, so messages sent to MojiMoshi agents are visible to the company. This could be a dealbreaker for privacy-conscious users, especially in regulated industries.

- Model Quality Ceiling: MojiMoshi’s hybrid routing works well for simple tasks, but complex reasoning still lags behind frontier models. For users who need deep analysis, code generation, or creative writing, a standalone app like ChatGPT remains superior. MojiMoshi may be stuck in the “good enough” middle—too limited for power users, but overkill for users who just want a simple bot.

- Platform Dependency: As noted, Telegram and Line control the APIs. If Telegram decides to build its own persistent memory layer for bots, MojiMoshi’s unique value proposition evaporates. Telegram already has a massive bot ecosystem; adding native memory would be a logical next step.

- Monetization Scalability: The subscription model works for early adopters, but will millions of casual users pay $5-10/month for an embedded agent? The free tier is generous, and conversion rates are unclear. If conversion is low, MojiMoshi may struggle to achieve profitability.

AINews Verdict & Predictions

MojiMoshi has identified a genuine pain point: the friction of using AI as a separate app. Its execution on technical challenges—state management, cross-platform support, hybrid inference—is solid. The early retention numbers are impressive and suggest that once users experience an agent that lives in their chat, they don’t want to go back.

Prediction 1: Within 12 months, every major messaging platform will either acquire a MojiMoshi-like capability or build it natively. Telegram is the most likely acquirer, given its history of integrating third-party innovations. If MojiMoshi reaches 1 million active agents, an acquisition offer between $100M and $300M is plausible.

Prediction 2: The standalone AI assistant market will bifurcate. High-end, specialized assistants (e.g., for coding, design, research) will remain as separate apps. General-purpose conversational AI will increasingly move into messaging platforms. MojiMoshi is the first mover, but it will face competition from both startups and platform incumbents.

Prediction 3: The biggest risk is not competition but platform risk. MojiMoshi’s long-term survival depends on maintaining good relationships with Telegram and Line. If either platform pivots, MojiMoshi could be crushed. The company should aggressively expand to WhatsApp, Discord, and WeChat to diversify.

What to watch next: MojiMoshi’s next funding round (rumored to be Series A, targeting $20M) and its expansion to WhatsApp. If it lands WhatsApp integration, the thesis is validated. If it fails, the company may remain a niche product for Telegram power users.

More from Hacker News

UntitledIn a move that has sent shockwaves through the AI research community, John Jumper—the core inventor of AlphaFold and a 2UntitledAINews has uncovered Agentcard, a new product that issues programmable virtual credit cards specifically for AI agents. UntitledThe race to automate incident post-mortem reports using large language models (LLMs) is accelerating across the tech indOpen source hub4951 indexed articles from Hacker News

Related topics

AI agent217 related articles

Archive

June 20261978 published articles

Further Reading

Ukraine's Diia App Deploys Gemini AI Agent, Redefining Government as a Conversational ServiceUkraine has launched a full-scale AI agent inside its national Diia app, powered by Google Gemini. Citizens can now handNyx Wave: The AI Agent That Mines Expert Knowledge via Email ConversationsNyx Wave is an AI agent that extracts expert knowledge through natural email conversations, eliminating the need for strGoogle Search's Silent Revolution: From Information Retrieval to Autonomous AI AgentsGoogle Search is undergoing a silent revolution, evolving from a traditional link aggregator into an autonomous AI agentRatchet Lets AI Agents Rewrite BIOS Firmware: Hardware Hacking Goes AutonomousRatchet is an open-source tool that connects a CH341A hardware programmer to an AI agent via an MCP server, allowing lar

常见问题

这次公司发布“MojiMoshi Embeds AI Agents Inside Telegram and Line, No App Needed”主要讲了什么?

MojiMoshi has quietly launched a platform that embeds persistent, context-aware AI agents directly into existing messaging apps—starting with Telegram and Line. Users do not downlo…

从“MojiMoshi vs ChatGPT for Telegram”看,这家公司的这次发布为什么值得关注?

MojiMoshi’s core innovation is not a new language model but an orchestration layer that bridges LLM inference with the real-time, stateless nature of messaging protocols. The platform uses a custom middleware called the…

围绕“how to create a persistent AI agent in Line”,这次发布可能带来哪些后续影响?

后续通常要继续观察用户增长、产品渗透率、生态合作、竞品应对以及资本市场和开发者社区的反馈。