OpenAI 2026 hackathon

AICRM

Production AI sales agent with real-time voice pipeline, deterministic lead scoring, and zero-cost hybrid AI stack on a single VPS.

Solo project by Samser alam · 0 likes · 0 comments

Archive position — measured, not model output

0 likes on Devpost

2,264 of the 7,856 archived projects have more likes, and 5,592 share exactly 0 — so this project's #2,573 place in the like-ranked listing is a tie-break inside that group, not a ranking.

Projects (log scale)

1
10
100
1k
10k
05,592
11,758
2285
3–4132
5–975
10+14

Likes on Devpost. ▲ marks this project's group.

Show the figures
LikesProjectsShare of archive
05,59271.2%
11,75822.4%
22853.6%
3–41321.7%
5–9751.0%
10+140.2%
Devpost like counts for all 7,856 archived projects, captured when this archive was built.

Executive Summary

What the company appears to be

AICRM is a self-reported production-grade AI telephone sales agent designed for motorcycle dealerships in India. The system integrates with Exotel's telephony platform and handles inbound calls 24/7 in English, Hindi/Hinglish, and Bengali/Banglish. It uses a hybrid deterministic-LLM architecture to answer common questions instantly while routing ambiguous queries through a fallback chain of hosted inference APIs.

What changed

The project was submitted as part of the OpenAI 2026 hackathon. The author describes building a full-stack voice pipeline from scratch on a shared VPS, using free-tier AI services and custom components for speech detection, language identification, and TTS synthesis.

Single most important open question

Is there any evidence of real-world deployment or customer traction beyond the author's own testing?

Back to contents

What The Product Actually Is

The description states that AICRM is a production AI telephone sales representative that plugs into Exotel and answers inbound dealership calls in three Indian languages (English, Hindi/Hinglish, Bengali/Banglish). It includes:

  • Voice Activity Detection (VAD)
  • Silence-based turn detection
  • Speech-to-text (STT) using Groq-hosted Whisper
  • Language detection with a priority cascade
  • Deterministic intent handling for known questions
  • LLM fallback chain for ambiguous queries
  • Indian neural TTS voices
  • 19 backend tools for actions like booking test rides, checking stock, and transferring to humans
  • Full CRM functionality including lead scoring, appointment scheduling, and product catalog management

The system is built on a custom voice pipeline (~1,600 lines of code) rather than existing frameworks like Pipecat. It runs on a shared VPS (Ubuntu 22.04) with no GPU.

Evidence

  • The author describes the architecture and components in detail.
  • The system is claimed to be production-ready and deployed on a single VPS.
  • The tech stack includes FastAPI, PostgreSQL, React/TypeScript, Exotel, Groq, Gemini, OpenAI, Edge TTS, Whisper, etc.

Inference The product appears to be an end-to-end solution for automating inbound sales calls in Indian motorcycle dealerships, combining voice processing, intent recognition, and CRM integration.

Back to contents

Positioning & Claim Evolution

The author positions AICRM as a zero-cost hybrid AI stack that enables 24/7 phone support for dealerships without requiring dedicated hardware or expensive LLM inference. Key claims include:

  • “Production AI sales agent with real-time voice pipeline”
  • “Deterministic lead scoring”
  • “Zero-cost hybrid AI stack on a single VPS”
  • “Handles calls in English, Hindi/Hinglish, and Bengali/Banglish”

The project evolved from an observation of lost sales due to human availability constraints at motorcycle dealerships. The author frames the solution as both technically innovative (custom voice pipeline, deterministic intent handling) and commercially practical (runs on shared VPS, uses free tiers).

Evidence

  • The inspiration is rooted in a real problem: lost calls at a dealership.
  • The write-up emphasizes technical decisions made to reduce cost and latency.
  • The author highlights the use of free-tier APIs and local processing.

Inference The positioning reflects an attempt to combine low-cost, scalable AI with niche market utility — targeting small-to-medium dealerships in India where phone support is critical but under-resourced.

Back to contents

Target Customer & ICP

The description states that AICRM targets motorcycle dealerships in India, specifically those suffering from high call abandonment rates due to human availability issues. The primary use case involves answering inbound calls and managing leads for sales teams.

Evidence

  • The inspiration comes from a Royal Enfield dealership.
  • The system supports three Indian languages (EN, HI, BN).
  • It integrates with Exotel, which is described as India’s leading cloud telephony platform.

Inference The ICP likely includes small to mid-sized motorcycle dealerships in urban or semi-urban areas where call volume is high but staffing is limited. The product may also appeal to franchise owners looking for scalable automation tools.

Back to contents

Business Model & Pricing Evidence

There is no evidence of pricing, revenue model, or monetization strategy in the description.

Evidence

  • No mention of subscription fees, usage-based charges, or licensing.
  • The author states that AI inference costs are ~₹0 to ~₹0.20/call, but this is not a business model.
  • The system is built for deployment on a shared VPS and uses free-tier APIs.

Inference The project appears to be a proof-of-concept or prototype submitted for a hackathon. There is no indication of how the product would be sold or monetized in a commercial setting.

Back to contents

Technical & Delivery Signals

The author reports:

  • A custom voice pipeline (~1,600 lines) built from scratch
  • Use of free-tier APIs (Groq, Whisper, Edge TTS)
  • Deterministic intent handling for known questions
  • LLM fallback chain (Groq → Gemini → OpenAI)
  • Backend tools: 19 validated actions including booking test rides and checking stock
  • CRM features: Lead management, appointment scheduling, product catalog, RBAC
  • Deployment: Ubuntu VPS with Apache reverse proxy, systemd

Evidence

  • The tech stack is detailed in a table.
  • The architecture is described as avoiding framework dependencies.
  • The system includes quality analytics and debugging layers.

Inference The technical approach suggests a lean, cost-conscious development strategy. The use of free tiers and local processing indicates an attempt to minimize infrastructure costs while maintaining performance.

Back to contents

Traction & Maturity Signals

There is no evidence of any traction, customers, or real-world deployment beyond the author’s own testing.

Evidence

  • No mention of live users, customer feedback, or sales.
  • The project was submitted to a hackathon.
  • No revenue, ARR, headcount, or funding data provided.

Inference This is likely a prototype or proof-of-concept. There is no indication that the system has been deployed in production beyond the author’s testing environment.

Back to contents

Competitive Context

The description does not provide any information about competitors or market positioning relative to others in the AI voice agent space.

Evidence

  • No mention of existing solutions (e.g., Twilio, Dialogflow, Amazon Connect, etc.).
  • No comparison with other Indian or global players.
  • No indication of how AICRM differentiates from similar offerings.

Inference Without competitive data, it's unclear whether this product addresses a unique market need or replicates existing functionality. The focus on low-cost deployment and multilingual support may be a differentiator in the Indian context.

Back to contents

Key Risks & Red Flags

  1. No real-world deployment evidence: The project is described as a hackathon submission with no customer base.
  2. Unproven scalability: Running everything on a shared VPS raises concerns about reliability and performance under load.
  3. Free-tier dependency: Reliance on free tiers for inference may not scale or be sustainable long-term.
  4. Limited language support: Only three languages are supported; expansion could be difficult.
  5. No monetization strategy: No indication of how the product would generate revenue.
  6. Lack of independent validation: All claims are self-reported and unverified.

Evidence

  • The project is described as a hackathon submission.
  • Deployment is on a shared VPS with no GPU.
  • Free-tier usage is central to cost model.
  • No mention of customers, revenue, or traction.

Back to contents

Diligence Questions To Ask The Founders

  1. Has this system been tested in real-world conditions beyond the author’s own testing?
  2. What are the actual call volumes and performance metrics from live use?
  3. How does the system handle edge cases like caller interruptions or technical failures?
  4. Are there plans to expand beyond motorcycle dealerships or into other verticals?
  5. What is the long-term plan for scaling beyond free-tier APIs?
  6. How is lead qualification scored, and what data drives that scoring?
  7. Is there any integration with existing CRM platforms outside of the built-in one?

Back to contents

Investment/Partnership Verdict

Not evidenced.

There is no evidence of revenue, ARR, customer traction, or funding history to support an investment or partnership decision.

Evidence

  • The project is a hackathon submission.
  • No financials, customers, or market validation are provided.
  • The author is the sole team member.

Inference At this stage, AICRM appears to be a technical prototype with potential for commercialization. However, without evidence of traction or a clear path to monetization, it cannot be evaluated as a viable investment or partnership opportunity.

Back to contents

Source

Submitted to the OpenAI 2026 hackathon on Devpost. Project home on DevPost.

The analysis above was generated by a language model from the project's own one-line description. It is not independent research and contains no verified traction, revenue or customer data.