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

Hacker News June 2026
来源:Hacker NewsAI agent归档: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.
当前正文默认显示英文版,可按需生成当前语言全文。

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.

更多来自 Hacker News

AlphaFold诺奖得主John Jumper离开DeepMind加盟Anthropic:AI安全的新前沿在AI研究界引发震动的消息中,AlphaFold核心发明者、2024年诺贝尔化学奖得主John Jumper已离开Google DeepMind,加入Anthropic——这家以Claude模型系列闻名的AI安全公司。这不仅仅是一次高调的人Agentcard:让AI代理真正为现实服务买单的虚拟信用卡AINews独家发现Agentcard,一款专为AI代理发行可编程虚拟信用卡的新产品。该公司已与DoorDash集成,允许代理自主下单并支付食品配送订单。这填补了一个关键空白:虽然大型语言模型能够规划和推理,但它们一直无法完成支付步骤——这AI生成的故障报告:事故复盘自动化背后的隐性认知危机用大语言模型(LLM)自动化事故复盘报告的竞赛正在整个科技行业加速推进。从主流云服务商到中型SaaS公司,工程团队正将日志、聊天记录和监控仪表盘数据喂给GPT-4o、Claude 3.5和Gemini 1.5 Pro等模型,期望在数秒内获得查看来源专题页Hacker News 已收录 4951 篇文章

相关专题

AI agent217 篇相关文章

时间归档

June 20261978 篇已发布文章

延伸阅读

乌克兰Diia应用部署Gemini AI代理,重新定义政府即对话式服务乌克兰在其国家级Diia应用中全面部署了由Google Gemini驱动的AI代理。公民现在只需通过语音对话,即可完成从退税到社会福利申领等复杂官僚流程。这标志着大型语言模型首次深度集成到国家级政府服务平台,堪称全球首创。Nyx Wave:用邮件对话挖掘专家知识的AI智能体Nyx Wave是一款通过自然邮件对话提取专家知识的AI智能体,彻底告别结构化数据库或面对面访谈的繁琐。它将最普及的专业工具——电子邮件——转化为知识捕获界面,有望让行业专家经验的保存变得人人可及。谷歌搜索的静默革命:从信息检索到自主AI代理谷歌搜索正经历一场静默革命,从传统的链接聚合器进化为能够执行多步骤任务的自主AI代理。这一范式转变,由大型语言模型、实时网页抓取和持久用户上下文的深度融合驱动,有望彻底改变我们与网络的交互方式。Ratchet让AI代理直接改写BIOS固件:硬件黑客进入全自主时代Ratchet是一款开源工具,通过MCP服务器将CH341A硬件编程器与AI代理连接,使大语言模型能够直接读取、擦除和重写BIOS闪存芯片。这标志着从软件层面的AI辅助到物理硬件操控的范式转变。

常见问题

这次公司发布“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”,这次发布可能带来哪些后续影响?

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