Rilla
What they do
Section titled “What they do”Rilla builds conversation intelligence for in-person sales — the “virtual ridealong.” Field reps record their face-to-face conversations on a phone; Rilla transcribes and analyzes them, then surfaces coaching so managers can review reps “100x faster” without physically riding along (home). The company frames it bigger than coaching: “Rilla is on a mission to index the offline world … the leading sales coaching software for organizations doing sales offline” (Applied AI JD).
The wedge is a category of data nobody else captures — “the messy, noisy, wildly unstructured conversations that happen in the real world, not in an online meeting” (Applied AI JD). Gong and Chorus index online sales calls; Rilla indexes the doorstep, the showroom floor, and the job site, in industries “untouched by modern software” — home building/improvement/service, automotive, dental, senior living, multifamily (home, SWE JD).
The numbers Rilla states publicly:
- “Over 1000 customers, including The Home Depot, KKR, Neighborly, and PulteGroup” (Applied AI JD); customer outcomes on the site include +40% average close rate and 5,000 ridealongs in 30 days across 130 technicians at Neighborly (home).
- Backed by Google Ventures, Bessemer Ventures, Crew Capital, and Broom Ventures (Applied AI JD); third-party trackers put total funding around $75M through a Series B (Crunchbase).
- Founder/CEO Sebastian Jimenez; co-founded (2019) with Michael Castellanos and Christopher Martin (NYU profile, Crunchbase) — the product pivoted out of a political-canvassing app once Jimenez saw “a critical blind spot … no scalable way of understanding what was happening in face-to-face sales conversations” (NYU profile).
A TypeScript + Python monorepo with React/React Native clients, a Python AI surface, and a deliberately managed-infra posture on AWS. Every component below is named in a first-party job description.
| Layer | Choice | Evidence |
|---|---|---|
| Web frontend | React | SWE JD |
| Mobile | React Native | SWE JD |
| Backend languages | TypeScript + Python | Applied AI JD, SWE JD |
| API framework | FastAPI | Applied AI JD |
| Runtime / libs | Node.js, Turborepo, Lodash, Zod | SWE JD, FDE JD |
| ML framework | PyTorch | Applied AI JD |
| LLM APIs | OpenAI | Applied AI JD |
| Model hosting / inference | Baseten | Applied AI JD |
| LLM gateway / router | LiteLLM | Applied AI JD |
| Real-time voice | LiveKit | Applied AI JD |
| Cloud | AWS | Applied AI JD |
| Datastores | PostgreSQL, Redis, S3 | Applied AI JD |
| IaC / CI | Terraform, Spacelift, GitHub Actions | SWE JD, FDE JD |
| Coding agents | ”Unlimited token budget” (engineer perk) | SWE JD |
The specific speech-to-text model, the search index/vector store, and the auth vendor aren’t stated — reconstructed in Likely stack & infra choices.
Architecture
Section titled “Architecture”The coaching pipeline: capture → transcribe → analyze → coach
Section titled “The coaching pipeline: capture → transcribe → analyze → coach”The core loop turns an in-person conversation into reviewable coaching. A rep records on the React Native app; audio lands in S3; an audio intelligence pipeline transcribes the “messy, noisy, wildly unstructured” speech and runs LLM analysis to extract scorecards, objections, and insights; results land in Postgres/Redis and surface in the React web app where a manager reviews and coaches (Applied AI JD, SWE JD).
Mermaid source
flowchart LR classDef client fill:#eef2f8,stroke:#94a3b8,stroke-width:1.5px,color:#0f172a; classDef ml fill:#eef0fe,stroke:#6366f1,stroke-width:1.5px,color:#0f172a; classDef data fill:#e8f1fd,stroke:#2563eb,stroke-width:1.5px,color:#0f172a; classDef human fill:#fdecec,stroke:#e0564f,stroke-width:1.5px,color:#0f172a;
Rep("Field rep<br/>in-person conversation<br/>React Native app"):::client S3[("Audio capture → S3")]:::data
subgraph Pipe["Audio intelligence pipeline · messy real-world speech"] direction TB ASR("Speech-to-text<br/>custom models · PyTorch on Baseten"):::ml LLM("LLM analysis<br/>OpenAI via LiteLLM<br/>scorecards · objections · insights"):::ml ASR --> LLM end
PG[("PostgreSQL + Redis<br/>transcripts · scores · index")]:::data Mgr("Manager review + AI coaching<br/>React web app"):::human
Rep --> S3 --> Pipe LLM --> PG --> Mgr Mgr -. "feedback to rep" .-> RepThe emerging voice-first layer
Section titled “The emerging voice-first layer”The new surface is real-time and conversational: users “command Rilla directly through natural speech,” a search engine makes the voice corpus queryable, and agents “operate natively on real-world audio” — all spanning “data acquisition to real-time inference and user-facing chat interfaces” (Applied AI JD). LiveKit carries the live audio; OpenAI behind LiteLLM does the reasoning (Applied AI JD).
Mermaid source
flowchart LR classDef io fill:#eef2f8,stroke:#94a3b8,stroke-width:1.5px,color:#0f172a; classDef ml fill:#eef0fe,stroke:#6366f1,stroke-width:1.5px,color:#0f172a; classDef data fill:#e8f1fd,stroke:#2563eb,stroke-width:1.5px,color:#0f172a;
User("User speaks to Rilla<br/>natural-speech command"):::io LK("LiveKit<br/>real-time audio transport"):::io
subgraph Agents["Voice-first agent layer"] direction TB Agent("Agents on real-world audio<br/>OpenAI via LiteLLM · agent tooling"):::ml Search("Search engine over voice data<br/>insights never before searchable"):::ml Agent <--> Search end
Corpus[("Indexed conversation corpus<br/>millions of in-person conversations")]:::data Answer("Spoken / chat answer<br/>real-time inference"):::io
User --> LK --> Agents Search --> Corpus Agents --> Answer --> UserEngineers are generalists who “architect and ship features across the stack at lightning speed” (SWE JD). The org is in-office in NYC, ~60 hrs/week, self-described as “builders who operate like high speed reinforcement learners” (Applied AI JD). The job board shows 23 open roles, 7 in engineering, almost all NYC (one London GTM seat) (Ashby).
| Role | People | Source |
|---|---|---|
| Co-founder / CEO | Sebastian Jimenez | NYU profile |
| Co-founders | Michael Castellanos, Christopher Martin | Crunchbase |
The engineering shape, from the open roles: a full-stack generalist core (React/React Native/TS/Python), a dedicated Applied AI team (voice, search, agents), a Platform track, Mobile specialization, and a Forward Deployed Engineer function (Ashby). The FDE role is explicitly Palantir-style: “strikingly similar to those of a startup CTO: you’ll work in small teams, often solo, and own end-to-end execution of high stakes projects,” integrating customer data with Rilla and traveling “up to 50%” to client sites (FDE JD). Comp bands run $185–260K (SWE), $230–300K (Sr), $200–300K (Applied AI), $170–300K (FDE), all plus equity (Ashby).
Process
Section titled “Process”Generalist, full-stack, high-velocity. The house style is one engineer owning a feature “end-to-end … to production” across the whole stack, with early hires “setting patterns that cement a world-class engineering culture as we scale” (SWE JD). C++ and Rust are welcomed alongside JS/Python, signalling comfort dropping to lower-level code for the audio path (SWE JD).
Managed infra, not a platform team’s empire. Terraform + Spacelift (managed Terraform CI) + GitHub Actions is the whole IaC/CI story named (SWE JD, FDE JD) — infra-as-code with a managed runner rather than a hand-rolled platform, fitting a lean team optimizing for shipping speed.
Customer-embedded by design. Both the FDE function (50% travel, solo ownership) and the stated values — “Constantly talking to and visiting customers in the field,” “Extreme empathy. Our customers are not tech companies” — push engineers into the field with non-technical buyers (FDE JD, SWE JD).
Notable bets
Section titled “Notable bets”- Index the offline world. Build the dataset no one else has — in-person conversations — and treat coaching as the wedge into a broader voice-intelligence platform (Applied AI JD).
- Own the audio, rent the reasoning. Self-host speech models (PyTorch on Baseten) where proprietary field data is the edge; call OpenAI behind LiteLLM for language reasoning, both swappable (Applied AI JD).
- Voice-native, not text-bolted-on. A voice-first interface + agents on raw audio + LiveKit real-time transport — interaction designed around speech, not chat with audio attached (Applied AI JD).
- Make the corpus searchable. A “search engine … from voice data that’s never been searchable” turns the archive into a queryable product surface (Applied AI JD).
- Forward-deployed GTM. CTO-style FDEs embed with non-tech customers (50% travel) to wire integrations and expand into new verticals (FDE JD).
- Lean, intense, agent-augmented. Generalists, 60-hour in-person weeks, unlimited token budgets, managed infra — output per head over headcount (SWE JD).
Unknowns
Section titled “Unknowns”Sources
Section titled “Sources”Reconstructed from public sources only — no insider information. Crawled 2026-06-07. Claim tiers used above: verified (stated on a public page, linked) · inferred (reasoned from a cited signal, confidence flagged) · speculative (best-practice fill-in, labeled). Links are live; pages change, so the supporting quote for each claim is kept in this repo’s evidence map (evidence/rilla-evidence-map.md).
| # | Source | Link |
|---|---|---|
| S1 | Homepage | https://www.rilla.com/ |
| S2 | Customer stories | https://www.rilla.com/customer-stories |
| S3 | Job board (Ashby) | https://jobs.ashbyhq.com/rilla |
| S4 | Software Engineer, Applied AI (JD) | https://jobs.ashbyhq.com/rilla/fad15157-b4cc-44ff-92b7-4afd4fe3388e |
| S5 | Software Engineer (JD) | https://jobs.ashbyhq.com/rilla/37228ca3-4e4a-4e3c-9414-d8a2046ff496 |
| S6 | Forward Deployed Engineer, Integrations (JD) | https://jobs.ashbyhq.com/rilla/ec768352-6ddb-4d4b-8704-0c04c37fff13 |
| S7 | Senior Software Engineer (JD) | https://jobs.ashbyhq.com/rilla/6f4e6ca1-efe7-4f25-af69-59f78981ef70 |
| S8 | NYU Entrepreneurship — Sebastian Jimenez profile | https://entrepreneur.nyu.edu/blog/2025/08/12/how-sebastian-jimenez-built-rilla-from-field-hustle-to-speech-ai-for-sales/ |
| S9 | Crunchbase (third-party — funding/founders) | https://www.crunchbase.com/organization/rillavoice |
Speculative reconstruction
Section titled “Speculative reconstruction”Likely stack & infra choices
Section titled “Likely stack & infra choices”| Component | Likely choice | Why |
|---|---|---|
| Backend compute | containers on AWS (ECS/Fargate or EKS) | AWS + Terraform/Spacelift are confirmed (SWE JD); containers are the low-surprise target for a TS+Python service set |
| Speech-to-text | fine-tuned Whisper-class model on Baseten | Baseten + PyTorch are confirmed (Applied AI JD); a fine-tuned open ASR is the conventional way to beat field noise with a proprietary corpus |
| Search / retrieval | embeddings + a vector store (pgvector or a managed vector DB) | a “search engine over voice data” (Applied AI JD) implies vector similarity; pgvector reuses the existing Postgres |
| Auth | a managed IdP (Auth0 / WorkOS / Cognito) | enterprise SSO/SAML is table stakes for Home Depot/KKR-scale buyers; no vendor named |
| Async / queues | SQS + workers (or Redis-backed queue) | the batch transcribe→analyze pipeline needs durable job processing; Redis is already present |
| Observability | Datadog or Sentry + Grafana | conventional for an AWS service team; unstated |
| Analytics warehouse | Snowflake or BigQuery | product/coaching analytics over a large corpus usually graduate off Postgres; unstated |
Full system architecture
Section titled “Full system architecture”The verified spine is real: React + React Native clients, a TypeScript + Python backend (FastAPI, Node.js, Turborepo), the Baseten/PyTorch speech models, OpenAI via LiteLLM, LiveKit, Postgres/Redis/S3, and AWS with Terraform + Spacelift + GitHub Actions. Reconstructed here are the compute target, the search/vector store, the auth layer, and an analytics warehouse.
Mermaid source
flowchart TB classDef verified fill:#e8f1fd,stroke:#2563eb,stroke-width:2px,color:#0f172a; classDef spec fill:#ffffff,stroke:#b4bdca,stroke-width:1.3px,stroke-dasharray:6 4,color:#475569;
Mobile("Mobile app<br/>React Native"):::verified Web("Web app<br/>React"):::verified Auth("Auth / IdP · likely managed"):::spec
API("Backend<br/>TypeScript + Python · FastAPI · Node.js<br/>Turborepo monorepo"):::verified
subgraph AI["AI / ML surface"] direction TB ASR("Speech-to-text<br/>custom · PyTorch on Baseten"):::verified Gw("LiteLLM gateway → OpenAI"):::verified LK("LiveKit real-time voice"):::verified Vec[("Search index / vector store · likely")]:::spec end
PG[("PostgreSQL")]:::verified Rd[("Redis")]:::verified S3[("S3 — audio + artifacts")]:::verified WH[("Analytics warehouse · likely")]:::spec
Cloud("AWS · Terraform + Spacelift + GitHub Actions"):::verified
Mobile --> API Web --> API Mobile -. authn .-> Auth Web -. authn .-> Auth API --> AI API --> PG API --> Rd API --> S3 ASR --> S3 Vec -. indexes .-> PG PG -. ETL .-> WH API -.runs on.-> Cloud