How Malaysian SMEs Can Use Hermes AI Agent to Automate Business Operations
Malaysia has over 1.07 million micro, small and medium enterprises (MSMEs), contributing nearly 38% of GDP and employing 68% of the workforce. Yet a Xerox survey of 1,033 Malaysian SMEs found that only 12% have adopted AI in any meaningful capacity as of 2024 — a staggering gap considering that AI adoption among SMEs is projected to reach 28-35% by 2026.
The barriers aren't cost or technology — they're complexity and trust. Most AI tools require enterprise-grade setups, monthly subscriptions of $100-500, and technical expertise that small business owners simply don't have.
Enter Hermes Agent — an open-source AI assistant that runs on your own computer, connects to Telegram and WhatsApp (the apps Malaysian SMEs already use daily), and can automate tasks that previously required hiring staff.
In this guide, we'll explore practical ways Malaysian SMEs can use Hermes to compete with larger companies — without breaking the bank.
The SME Automation Problem in Malaysia
Before diving into solutions, let's understand what Malaysian SMEs actually struggle with:
| Common Pain Point | Impact | Current "Solution" | |-------------------|--------|-------------------| | Customer queries after hours | Lost sales, frustrated customers | Answering manually at 11pm or ignoring | | Lead follow-up delays | 70% of leads go cold within 48 hours | Sales team too busy to respond quickly | | Repetitive admin work | Owner spends 60% of time on non-core tasks | Hiring a $800-1200/month admin (or doing it yourself) | | Social media content | Inconsistent posting, low engagement | Buying Canva templates or ignoring it | | Multi-language support | Can't serve Malay, Chinese, English customers equally | Hiring multilingual staff (expensive) | | Data organization | Customer info scattered across WhatsApp, Excel, memory | Chaos |
The irony? AI tools exist to solve these problems. But most require:
- Monthly subscriptions ($50-500/month)
- Technical setup (APIs, integrations, training)
- English-only interfaces
- Cloud-based (data leaves your control)
Hermes flips this script.
What Is Hermes Agent? (Simplified)
Hermes is like hiring a brilliant virtual assistant who:
- Works 24/7 without salary
- Learns your business rules and gets smarter over time
- Lives on your computer (data never leaves)
- Talks to you via WhatsApp or Telegram
- Costs RM 50-100/month in API fees (vs. $500-2000 for a human)
Key features for SMEs:
- Persistent memory: Remembers your customers, products, policies
- Multi-platform: Works on Telegram, WhatsApp, Discord, Slack
- Model flexibility: Use DeepSeek, Qwen, or local models (cheap/free)
- Skills system: Save workflows as reusable procedures
- Scheduled tasks: Run reports, send reminders automatically
7 Practical Use Cases for Malaysian SMEs
1. 24/7 Customer Service on WhatsApp & Telegram
The problem: Malaysian customers expect instant responses. But you can't answer messages at 11pm or during lunch.
Hermes solution: Set up Hermes on Telegram/WhatsApp to handle common queries automatically:
Customer: "What are your opening hours?"
Hermes: "We're open Mon-Sat 9am-6pm, Sunday 10am-4pm.
Would you like to book an appointment?"
Setup:
- Install Hermes on your office computer
- Connect Telegram bot
- Create a Skill called "customer-service" with your FAQs
- Hermes answers 80% of queries automatically
- Escalates complex issues to you via notification
Cost: ~RM 20/month in API fees (vs. hiring a RM 1,500/month part-time CSR)
2. Automated Lead Follow-Up
The problem: A foot-traffic customer asks about your services. You're busy helping someone else. By the time you reply 3 hours later, they've gone to a competitor.
Hermes solution: Instant response via WhatsApp, then smart follow-up sequences:
- Hour 0: Auto-reply with your service menu/pricing
- Hour 2: Check if they have questions
- Day 1: Send case studies or testimonials
- Day 3: Offer a limited-time discount
- Day 7: Final check-in or flag as "cold"
Skill example:
# lead-followup.skill
name: lead-followup
triggers:
- "new inquiry"
- "customer asks about pricing"
workflow:
- acknowledge inquiry immediately
- ask 2 qualifying questions
- send relevant case study
- schedule follow-up in 24 hours
- notify owner if no response after 48 hours
3. Social Media Content Creation
The problem: Posting consistently on Facebook/Instagram/TikTok drives engagement, but creating content daily is time-consuming.
Hermes solution: Daily automated posts using your brand voice:
- Morning: Post industry news + your perspective
- Afternoon: Share customer testimonial or behind-the-scenes
- Evening: Engage with comments, answer DMs
Setup:
- Create a "social-media" Skill with your brand guidelines
- Connect to your social media accounts (via APIs or manual posting)
- Hermes generates 3 posts/day in Malay, English, Chinese
- You approve or modify before posting
Result: 21 posts/week without lifting a finger (except approval).
4. Inventory & Order Management
The problem: Tracking stock, managing orders, and sending updates across WhatsApp, email, and Excel is chaotic.
Hermes solution: Centralized order processing:
Customer: "I want to order 5x Nasi Lemak for tomorrow"
Hermes:
- Check inventory (via Skill connected to your Excel/Google Sheets)
- Confirm availability
- Calculate total (with discounts)
- Send invoice via WhatsApp
- Add to order tracker
- Remind you 2 hours before delivery
Skills you'd need:
inventory-check: Connect to your stock spreadsheetorder-processing: Generate invoices, track deliveriescustomer-reminder: Send delivery updates
5. Multi-Language Customer Support
The problem: Malaysian customers prefer communicating in their language (Bahasa, Mandarin, Tamil, English). Hiring multilingual staff is expensive.
Hermes solution: Use models like DeepSeek or Qwen that handle all four languages natively:
| Customer Language | Hermes Response | |------------------|-----------------| | "Saya nak tanya tentang produk" | Bahasa Malaysia | | "我想问你们的优惠活动" | 华语 | | "What are your business hours?" | English | | "உங்கள் தொழில் நேரம் என்ன?" | Tamil |
Key advantage: No translation costs, no hiring multiple staff, consistent service quality.
6. Weekly Business Reports
The problem: You know you should track your KPIs, but creating weekly reports takes 2-3 hours.
Hermes solution: Automated Monday morning report:
# Weekly Report - Generated by Hermes
## Sales
- Total revenue: RM 45,230 (+12% vs last week)
- Top product: Nasi Lemak Premium (320 units)
- New customers: 47
## Customer Feedback
- Average rating: 4.7/5
- Recent complaint: Late delivery (2 cases)
- Praise: Fast WhatsApp response
## Action Items
- Follow up with 3 cold leads
- Restock sambal stock (low inventory)
- Reply to 5 Google reviews
Setup: Connect Hermes to your accounting software (via API or manual export), define report format in a Skill, schedule weekly cron job.
7. Competitive Intelligence & Market Research
The problem: You hear your competitor lowered prices, but you don't know details until it's too late.
Hermes solution: Automated web monitoring:
- Daily: Scan competitor websites for price changes
- Weekly: Summarize industry news relevant to your business
- Monthly: Generate market trend report
Example Skill:
name: competitor-monitor
triggers:
- "check competitor prices"
- "weekly market summary"
sources:
- competitor websites
- industry news
- Google Reviews
output:
- price comparison table
- new promotions detected
- customer sentiment analysis
Getting Started: 30-Minute Setup Guide
Step 1: Install Hermes (5 minutes)
# On Windows, macOS, or Linux
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
hermes setup
Step 2: Choose Your LLM Provider (5 minutes)
For Malaysian SMEs, we recommend:
| Provider | Cost | Best For | |----------|------|----------| | DeepSeek V4-Flash | ~RM 0.15/1M input tokens | Best value, multilingual | | Qwen 3.5 | ~RM 0.10/1M tokens | 201 languages, Apache 2.0 | | ILMU v3.1 | RM 25-50/month | Malaysian data residency | | Local (Ollama) | Free | Privacy-focused, no API costs |
Step 3: Connect Telegram/WhatsApp (10 minutes)
# Telegram setup
hermes gateway setup
# Follow prompts to add your Telegram bot token
# For WhatsApp (via third-party gateway)
hermes gateway install --platform whatsapp
Step 4: Create Your First Skill (10 minutes)
Start with a simple "customer-service" Skill:
# skills/customer-service.skill
name: customer-service
description: Handle common customer inquiries
triggers:
- greeting
- "opening hours"
- "pricing"
- "location"
- "booking"
responses:
greeting: "Hi! Welcome to [Your Business]. How can I help you today?"
opening_hours: "We're open Mon-Sat 9am-6pm. Book via WhatsApp!"
pricing: "Our pricing starts at RM XX. Would you like a full menu?"
Cost Comparison: Hermes vs Alternatives
| Solution | Monthly Cost | Setup Time | Multilingual | 24/7 | Data Privacy | |----------|-------------|------------|--------------|------|--------------| | Hermes Agent | RM 50-100 | 30 min | ✅ | ✅ | ✅ (local) | | Human CSR | RM 1,500-2,500 | N/A | ✅ | ❌ | ✅ | | Chatbot SaaS | RM 200-500 | 2-4 hours | Limited | ✅ | ❌ (cloud) | | Zoho/HubSpot CRM | RM 100-300 | 1-2 days | Limited | ❌ | ❌ (cloud) | | OpenAI API | RM 300-800 | 30 min | ✅ | ✅ | ❌ (cloud) |
Savings: Hermes costs 80-95% less than hiring a human CSR, with better multilingual support and 24/7 availability.
Real Success Story: Malaysian F&B Business
Business: "Kedai Nasi Berani" (Rice shop in Johor Bahru) Team: 3 full-time staff + owner Challenge: Owner answering WhatsApp messages at home, missing orders, inconsistent customer service.
Hermes Implementation:
- Installed Hermes on office PC
- Connected Telegram bot
- Created Skills:
menu-info,ordering,feedback - Trained on 50+ past WhatsApp conversations
Results (after 3 months):
- ✅ 90% of WhatsApp inquiries handled automatically
- ✅ Owner no longer checks phone after 10pm
- ✅ Order accuracy improved from 78% to 96%
- ✅ Revenue increased 23% (better response time = more conversions)
- ✅ Cost: RM 65/month (DeepSeek API) vs. hiring RM 1,200/month helper
Owner quote: "Hermes is like having a trained staff who never sleeps, never takes breaks, and doesn't complain about working weekends."
Addressing Common Concerns
"What if Hermes gives wrong answers?"
Hermes has built-in safeguards:
- Confirmation prompts: For high-value actions (discounts, refunds), Hermes asks you to confirm
- Escalation rules: Complex queries forwarded to you via Telegram
- Continuous learning: When you correct Hermes, it saves the correction as a Skill
"Is my business data safe?"
Yes. Hermes runs locally on your computer. Your customer data, pricing, and strategies never leave your premises. Unlike cloud chatbots (ManyChat, Chatfuel), there's no third-party storing your conversations.
"What if I need to switch models?"
Hermes supports 20+ LLM providers. If DeepSeek has an outage, switch to Qwen or ILMU instantly via hermes model switch qwen. No migration needed.
"Can Hermes integrate with my existing tools?"
Yes, via:
- APIs: Connect to your accounting software (Akaun, SQL Account)
- Spreadsheets: Read/write Excel/Google Sheets directly
- Webhooks: Trigger actions in Zapier, Make, or n8n
- Email: Send/receive emails automatically
When Hermes Is (and Isn't) the Right Choice
✅ Choose Hermes if:
- You're a small team (1-10 people)
- You handle repetitive customer queries daily
- You want 24/7 presence without 24/7 staffing
- Data privacy is important (local processing)
- You communicate with customers via WhatsApp/Telegram
- Budget is limited (RM 100-200/month vs. RM 1,500+/month)
❌ Don't choose Hermes if:
- You need enterprise-grade SLAs (Hermes is open-source, no official support contract)
- Your workflow requires complex approvals (though Skills can handle this)
- You're not comfortable with basic terminal commands (though desktop app exists)
- You need native mobile app (Hermes works via messaging apps, not standalone app)
Next Steps
- Week 1: Install Hermes, connect Telegram, create basic customer-service Skill
- Week 2-4: Add Skills for ordering, inventory, social media
- Month 2: Refine based on customer feedback, add multilingual support
- Month 3: Expand to advanced automations (reports, competitor monitoring)
Ready to start? Visit hermes-agent.nousresearch.com for installation guides, or join the Hermes Community for templates and support.
FAQ
Q: How much does Hermes cost for a Malaysian SME? A: Hermes is free. You pay only for LLM API usage — approximately RM 50-100/month for moderate usage (1,000-5,000 messages). DeepSeek V4-Flash is our recommended provider for cost-effective multilingual support.
Q: Do I need technical skills to use Hermes? A: Basic terminal comfort helps for initial setup (30 minutes). After that, you interact via Telegram/WhatsApp like any chatbot. Our Skills templates handle most use cases without coding.
Q: Can Hermes handle Bahasa Malaysia and Mandarin? A: Yes. Models like DeepSeek, Qwen, and GLM natively support Bahasa, Mandarin, English, and Tamil. Hermes can switch between languages automatically based on customer input.
Q: What if my internet goes down? A: Hermes runs locally, so it works offline. However, LLM API calls require internet. For complete offline operation, use Ollama with local models (slower but free).
Q: Is there support available? A: Hermes has an active community on GitHub and Discord. For enterprise support, consider Nous Portal subscriptions or hiring a Hermes consultant (we can connect you with local partners).
Conclusion
Malaysian SMEs don't need to choose between expensive enterprise AI solutions and doing nothing. Hermes Agent offers a middle path: powerful automation, local data privacy, multilingual support, and costs under RM 100/month.
The 12% AI adoption rate among Malaysian SMEs isn't due to lack of interest — it's due to complexity and cost. Hermes solves both.
As one Johor Bahru restaurant owner put it: "I used to spend 2 hours every night replying to WhatsApp orders. Now Hermes handles it. I sleep better, and my revenue went up."
The question isn't whether your SME can afford AI. It's whether you can afford not to automate.
Last updated: August 2026. For Malaysian SME grant information, visit MDEC or check Budget 2026 provisions for AI training tax deductions.




