Shopping cart
Your cart empty!
// Capabilities
Applied AI on a mature stack: the same engine that powers our flagship WhatsApp product runs every bespoke solution. Production-grade defaults, audit-friendly choices, no homegrown frameworks.
What we ship
Each capability is what the engine actually does today — built once, applied per engagement.
LLM + tool use + memory
Free-LLM-first runtime with deterministic rails on critical-action intents. The agent decides when to talk and when to call a tool; memory carries the conversation across turns without prompt-stuffing.
Example — a clinic bot that books an appointment on the practice's real Google Calendar, then sends the confirmation back over WhatsApp.
PDFs, sheets, URLs, Q&A
Documents and structured content are chunked, embedded, and stored in a vector store. Retrieval uses a cross-encoder reranker; citations are operator-visible. Knowledge bases are scoped per workspace — no cross-tenant leakage.
Example — uploading a 40-page service catalog and a Q&A sheet gives the agent grounded answers from day one, no model fine-tuning needed.
Calendars, ERPs, CRMs, catalogs
Pluggable tool adapters with explicit auth patterns. Each adapter ships with retry policies, idempotency keys where the upstream supports them, and structured error surfacing back to the agent.
Example — Google Calendar read/write (OAuth), HubSpot contact upsert (Bearer), inventory lookup against a SQL replica (API key).
Team assistants, document processing, AI search
The same engine powers internal-facing surfaces: assistants that read a team's private corpus, document classifiers that route incoming files, AI-powered search across years of operational history.
Example — a back-office assistant that triages incoming support tickets against the policy KB and routes them to the right queue with a draft response.
Stack




Architecture
Same pipeline runs WhatsApp PyME bots and bespoke mid-market engagements. The block on the left changes per channel; the rest is shared.
WhatsApp Cloud API today. Web chat, voice, email pluggable as adapters.
Routes critical-action intents into deterministic rails; everything else flows into the free-LLM lane.
Rail flows for book / order / pay / escalate. Free-LLM with retrieval for everything else.
Calendar, ERP, CRM, catalog, email — explicit adapters with typed schemas.
The action that defines success — booked, captured, routed, paid.
Each node is observable: every turn carries the intent, the retrieved chunks, the tool calls, and the final action — visible to operators today and to clients in v1.1.
Coming in v1.1
We name what is still in the lab so the contract stays honest. Both items below are in active build but not exposed to clients yet.
v1.1
Today we run evals internally per engagement: regression suites against the real-action metric, holdouts per release. The client-facing eval dashboard (read-only access to suites, history, regressions) ships in v1.1.
v1.1
Operator-side observability (every turn, every tool call, every retrieval) is live today. The client-side cut — same data, scoped to their workspace, with audit-grade export — ships in v1.1.
Thirty minutes on a call, no slides. Bring the action that needs to fire, the system it lives in, and the volume — we will sketch the engagement on the call.