Gradient Labs vs Lorikeet: which AI support agent wins in 2026?

Alicia Kirana Utomo
Written by

Alicia Kirana Utomo

Katelin Teen
Reviewed by

Katelin Teen

Last edited September 22, 2026

Expert Verified
Two AI customer support agents side by side, representing a Gradient Labs vs Lorikeet comparison

Gradient Labs vs Lorikeet at a glance

Here is the quick version before we get into each one. The rightmost column is eesel, included as the "plug into your existing helpdesk" reference point rather than a like-for-like enterprise build.

DimensionGradient LabsLorikeeteesel
Best forRegulated financial services onlyComplex fintech and healthtechTeams layering AI onto an existing helpdesk
Founded2023 (London)2023 (Sydney)-
Funding$26M Series A~$75M+ raised-
Pricing modelPay per successful resolutionCredits per resolved ticketPer ticket handled
Published priceNoneStart $1,500/mo, Scale $4,000/mo$0.40/ticket
Free trial / self-serveNo (demo only)No (demo only)Yes ($50 free)
ChannelsVoice, chat, email, SMS, socialEmail, chat, voice, SMS, WhatsAppChat, email, Slack, WhatsApp, social
Test on your real ticketsSimulate scenarios pre-launchScenarios + failed-ticket replayReplays your real past tickets
Named helpdesk integrationsSits on Zendesk, FreshdeskZendesk, Front, Help Scout, Salesforce, HubSpotZendesk, Freshdesk, Gorgias, Front
ComplianceSOC 2, FCA, PSD2, GDPRSOC 2, ISO 27001, HIPAASOC 2 Type II underway, HIPAA (Enterprise)

What Gradient Labs is

Gradient Labs builds an AI agent named Otto that is aimed at exactly one market: regulated financial services. Not "support in general with a finance case study," but banks, neobanks, lenders and insurers as the entire product. The founders are ex-Monzo: Dimitri Masin led the 100-plus data team, and Neal Lathia built Monzo's ML infrastructure. That heritage shows up everywhere in the product.

Gradient Labs' Otto running a fraud-callback procedure with a live voice transcript, as taken from Gradient Labs
Gradient Labs' Otto running a fraud-callback procedure with a live voice transcript, as taken from Gradient Labs

The pitch is "we handle what others hand off": full resolution, not deflection. When a customer gets in touch, Otto remembers past conversations and takes real actions to close the issue, freezing a lost card or tracking a missing payment, rather than surfacing a help article. You author procedures in plain language, and the agent trains on your SOPs and your best human agents' real conversations, not just the knowledge base.

What makes Gradient Labs distinct is the depth of the vertical. Instead of one horizontal chatbot, it ships specialist agents for customer service, disputes, KYB, collections, insurance claims and lending. A disputes agent gathers and verifies evidence, decides the outcome, escalates to a human for sign-off, then files the chargeback with the card scheme. That is hard, regulated work, and it is the sort of thing a general-purpose helpdesk bot never touches.

Gradient Labs' grid of specialist agents for finance operations, as taken from Gradient Labs
Gradient Labs' grid of specialist agents for finance operations, as taken from Gradient Labs

The numbers Gradient publishes are strong, with the usual caveat that they are vendor-stated. It cites a 80 to 90% peak resolution rate, 98% CSAT in some deployments, and 32M end users reached across its customers. In the OpenAI case study, most deployments are said to start "with over 50% resolution rates on day one, even for complex workflows like disputes." Named customers include Pockit (70% resolution) and SteadyPay (33,000 AI voice calls a month).

The company raised a $26M Series A (led by Octopus Ventures and CommerzVentures, with Redpoint following on) and reports roughly 10x revenue growth year over year. It is a young, focused company betting entirely on one vertical.

What Lorikeet is

Lorikeet calls itself an "AI Customer Concierge for complex companies," and its target is a bit wider: ambitious fintechs and healthtechs. It was founded in Sydney by Steve Hind (ex-Stripe and Watershed product) and Jamie Hall, a former Google Brain research lead who was a named author on the LaMDA paper. It has raised about $75M across three rounds in roughly ten months, with backers including QED, Blackbird and Square Peg.

Like Gradient, Lorikeet's whole point is that it takes actions. It explicitly targets "the hardest 20% of tickets driving 80% of your support effort", the ones that involve looking up data, doing something in your systems, and making a real decision. Where it goes further is a concept it calls Outcomes: instead of a generic "close" or "escalate," you define named, meaningful ways a conversation can end, and each Outcome fires its own bundle of actions in a fixed, deterministic order every time.

Lorikeet's Outcomes UI, where you define exactly how a conversation is allowed to end, as taken from Lorikeet
Lorikeet's Outcomes UI, where you define exactly how a conversation is allowed to end, as taken from Lorikeet

The second thing Lorikeet leans on is a separate ops agent called Coach. Coach is the internal counterpart to the customer-facing Concierge: it watches conversations, clusters contact drivers, spots a CSAT drop tied to a specific workflow, then proposes and (with your approval) implements the fix. It is reachable in Slack, Claude, ChatGPT, or over MCP.

Lorikeet's Coach agent surfacing root causes and automation opportunities, as taken from Lorikeet
Lorikeet's Coach agent surfacing root causes and automation opportunities, as taken from Lorikeet

Lorikeet's customer proof is broad. Carmoola took resolution from 30% to 60% of conversations end-to-end, Linktree cut first response time to about a minute, and Eucalyptus, a healthtech, handled 3x ticket load with CSAT up ten points. The healthtech logos are the tell that Lorikeet is not a finance-only play the way Gradient is.

One honest note on sentiment: independent reviews of either product are thin. The one verifiable public complaint I found is a 1-star Trustpilot review from an end user who hit Lorikeet inside Airwallex's onboarding and could not get escalated to a human. It is a single data point, but it is the exact failure mode both of these tools are built to avoid, which is worth remembering when you read the resolution numbers.

How each one is actually built

This is the part I care about most, because it is where the real difference between "great demo" and "safe in production" lives. Both companies are unusually thoughtful here, and they solve the same problem in different shapes.

How Gradient Labs and Lorikeet each keep their AI accurate: guardrails per turn versus a four-layer defence stack
How Gradient Labs and Lorikeet each keep their AI accurate: guardrails per turn versus a four-layer defence stack

Gradient Labs runs the agent as a state machine: a central reasoning agent orchestrates specialized skills, and cases move across workflows without losing context. It is multi-model under the hood, routing to OpenAI, Anthropic and Google depending on whether a step needs heavy reasoning or fast deterministic execution. The safety layer is 20-plus finance-specific guardrails running on every single turn, checking for things like financial-advice detection, vulnerability signals, complaints, and attempts to bypass verification. Chief Scientist Danai Antoniou's line in the OpenAI case study sums up the philosophy: "You have to architect from the ground up for no hallucinations."

Lorikeet's answer is what it calls "defence in depth", four layers that each assume the others will occasionally fail:

  1. A purpose-built support base agent whose default is "do not make things up."
  2. Bot-to-bot simulation, where an LLM plays a customer against the real agent and real workflow, and scenarios can be generated from real production tickets that failed.
  3. Runtime guardrails that run on a separate thread, watching every outgoing response before it reaches the customer, without bloating the main prompt.
  4. Post-ticket QA that scores 100% of tickets (human, AI, or hybrid) on a traffic-light scorecard.

CTO Jamie Hall describes the runtime layer as "basically watching every statement as it goes out". The practical difference: Gradient bakes its compliance checks into a dense per-turn guardrail set tuned for banking, while Lorikeet spreads its checks across a testing-and-QA flywheel you can inspect. Both are serious. Neither removes your own regulatory accountability, and Lorikeet is refreshingly explicit about that.

Pricing: one publishes, one does not

Here is the cleanest practical split between these two, and it decides a lot.

Gradient Labs quotes everything, Lorikeet publishes plans, eesel is a flat per-ticket rate
Gradient Labs quotes everything, Lorikeet publishes plans, eesel is a flat per-ticket rate

Gradient Labs publishes no number at all. Its pricing page is a lead-capture form. The model is described in words, "outcomes based pricing without platform fees, pay only for successful query resolutions", and CEO Dimitri Masin is on record making the case for it: "If we don't resolve the issue and you still need to get your human team involved, then you don't need to pay us." It is a fair model. It just means you cannot know what you will pay without a sales conversation, and the rate is tiered by the resolution level you hit.

Lorikeet actually publishes its plans, which is rare in this category and worth crediting.

PlanPriceCredits / yearBest for
Start$1,500/mo (billed annually)18,000Startups, under 5,000 monthly tickets
Scale$4,000/mo (billed annually)48,0005,000 to 20,000 monthly tickets
EnterpriseCustomCustom20,000+ tickets or complex builds

Credits are drawn down per resolved ticket, and the rate drops as you scale:

ActionStartScale
Chat / email / SMS resolution0.950.80
Voice resolution1.501.20
Routing or analytics tag0.300.25
Automated QA per ticket0.300.25

That works out to roughly $1.00 per chat resolution on Start and about $0.80 on Scale, with no per-seat or implementation fees on any tier. Like Gradient, Lorikeet only charges for tickets it actually resolves, and it refunds the AI portion of any ticket its own QA scores as bad.

Neither offers a free trial or self-serve signup. Every entry path is a demo. That is the practical cost most teams underestimate: you are committing to a sales cycle and a multi-week build before you see the agent touch a single real ticket. For comparison, eesel is a flat $0.40 per ticket with no seat fees and no platform fee, and you can start on $50 of free usage without talking to anyone.

So which one, and for whom?

Once you line them up, the choice is actually clean.

A positioning map of Gradient Labs, Lorikeet and eesel on price transparency and vertical breadth
A positioning map of Gradient Labs, Lorikeet and eesel on price transparency and vertical breadth

Pick Gradient Labs if you are a bank, lender or insurer and the work you want automated is disputes, KYB, collections or claims. Nobody else on this shortlist goes as deep into regulated finance operations, and the 20-plus per-turn guardrails are built for exactly that risk profile. You will trade price transparency for that depth.

Pick Lorikeet if you span fintech and healthtech, you want a heavy testing-and-QA stack you can inspect, and you would like to see a real number before you book a call. Its Outcomes model and Coach ops agent are real differentiators, and publishing its pricing earns real trust.

Look past both if the honest description of your situation is "we run a normal helpdesk and want an AI agent handling the repetitive 40 to 60% of tickets, soon." Both Gradient and Lorikeet are enterprise, sales-led, multi-week builds. That is the right call when a mistake is a regulatory incident. It is overkill when it is a WISMO question. This is where a lighter teammate fits, and it is worth being honest that the two tools above are simply not aimed at you.

Try eesel for a faster path

If you read the section above and thought "that is me," here is the pitch, and I will keep it concrete. eesel AI is a support teammate you layer onto the helpdesk you already run, Zendesk, Freshdesk, Gorgias or Front, in minutes rather than a quarter. It learns from your past tickets and help center on its own, so it starts knowing your product instead of waiting on a build team.

eesel AI resolving tickets inside Zendesk

The differentiator I would flag, given everything above about demos lying, is the simulation: before eesel answers a single live customer, it replays your real past tickets and scores each draft against what your team actually sent. You deploy from evidence, not a promise. It is a flat $0.40 per ticket, self-serve, with $50 of free usage to test on your own data first. For a regulated finance operation Gradient or Lorikeet may still be the deeper fit, and that is fine. For most support teams, eesel gets you the same "resolve, do not deflect" value live this week.

Frequently Asked Questions

What is the main difference between Gradient Labs and Lorikeet?
Both are AI customer support agents that take actions, not just deflect. Gradient Labs is built only for regulated financial services and keeps all of its pricing behind a sales call. Lorikeet serves fintech and healthtech and publishes most of its rates. If you want to plug an agent into your existing helpdesk and start today, a lighter layer like eesel AI is worth a look too.
How much does Gradient Labs cost compared to Lorikeet?
Lorikeet publishes Start at $1,500/month and Scale at $4,000/month (billed annually), charging credits per resolved ticket, with Enterprise quoted. Gradient Labs publishes no figure at all; every deal is a custom, pay-per-resolution quote. For a fully public rate, eesel is $0.40 per ticket with no platform fee or seat fees.
Do Gradient Labs or Lorikeet offer a free trial?
Neither. Both are sales-led, with a demo as the only entry path, so you evaluate after a contract conversation. eesel is self-serve with $50 of free usage and no credit card, so you can test on your own tickets before you talk to anyone.
Which is better for a fintech support team?
Both aim straight at fintech. Gradient Labs goes deepest on regulated finance, with disputes, KYB, collections and lending agents and 20+ finance guardrails per turn. Lorikeet spans fintech and healthtech and leans on its four-layer accuracy stack. A team that also wants to simulate on real past tickets before go-live should shortlist eesel alongside them.
Which AI customer support agent is best for a small support team?
Neither Gradient Labs nor Lorikeet is really aimed at small teams; both start with an enterprise sales motion and multi-week builds. A smaller or mid-market team usually gets more from a helpdesk teammate that installs in minutes on Zendesk or Gorgias and bills per ticket handled.

Share this article

Alicia Kirana Utomo

Article by

Alicia Kirana Utomo

Kira is a writer at eesel AI with a Computer Science background and over a year of hands-on experience evaluating AI-powered customer service tools. She focuses on breaking down how helpdesk platforms and AI agents actually work so that support teams can make better buying decisions.

Related Posts

All posts →
Two contrasting AI customer support concierge desks, one modern and one classic, representing a Lorikeet vs Sierra comparison
Trending

Lorikeet vs Sierra: which AI customer support agent wins in 2026?

A hands-on Lorikeet vs Sierra comparison: pricing, how each agent is built, who each fits, and where a lighter helpdesk teammate makes more sense.

Rama Adi NugrahaRama Adi NugrahaSep 22, 2026
Two people comparing Chatbase and Chatling AI chatbots on a magenta background
Guides

Chatbase vs Chatling: which AI support bot wins in 2026?

A hands-on Chatbase vs Chatling comparison: real 2026 pricing, the credit-meter gotchas, agent caps, knowledge base limits, and which one fits your team.

Alicia Kirana UtomoAlicia Kirana UtomoSep 23, 2026
Chatling review 2026, an AI chatbot and customer support platform
Trending

Chatling review 2026: features, pricing, and is it worth it?

A hands-on Chatling review: what the AI chatbot builder does well, where it struggles, and the AI credit pricing model you need to understand before you buy.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieSep 22, 2026
Illustration of an AI assistant working across banking, fintech and insurance support
Trending

ChatGPT for financial services: what it does, security, and pricing (2026)

OpenAI just launched ChatGPT for financial services. Here is what it does, the security and compliance behind it, real pricing, and where it stops short.

Alicia Kirana UtomoAlicia Kirana UtomoSep 11, 2026
Hand-drawn illustration of two people in a natural back-and-forth voice conversation, in OpenAI teal
Trending

GPT-Live-1 review: is OpenAI's full-duplex voice model worth it?

A hands-on GPT-Live-1 review: OpenAI's full-duplex voice model is the most natural I have used, but it delegates reasoning to a backend model and bills per minute. Here is the honest verdict.

Alicia Kirana UtomoAlicia Kirana UtomoSep 11, 2026
Illustration of a per-minute voice cost meter with sound waves, in OpenAI teal
Trending

GPT-Live-1 pricing: what the $0.05/min API really costs

GPT-Live-1 pricing is $0.05 per minute in the API, plus the backend model and harness you pair it with. Here is the full breakdown, the ChatGPT plans, and the real per-conversation cost.

Rama Adi NugrahaRama Adi NugrahaSep 11, 2026
Two people having a natural conversation with an AI voice assistant, sound waves flowing between them
Trending

GPT-Live-1: OpenAI's full-duplex voice model, explained

What GPT-Live-1 actually is: OpenAI's full-duplex voice model that listens and speaks at once, now in ChatGPT and the API at $0.05 per minute.

Alicia Kirana UtomoAlicia Kirana UtomoSep 11, 2026
Illustration of a self-hosted AI agent runtime running as a single binary
Trending

ZeroClaw review: the open-source AI agent runtime, honestly tested

An honest ZeroClaw review: what the open-source, Rust-based AI agent runtime does brilliantly, where its security story wobbles, and who should skip it.

Rama Adi NugrahaRama Adi NugrahaJul 19, 2026
ChatGPT for Work review cover illustration in ChatGPT teal
Trending

ChatGPT for Work review: is it worth it in 2026?

A hands-on ChatGPT for Work review: what the Business and Enterprise plans cost, what the new ChatGPT Work agent does, and where it fits (and doesn't).

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 10, 2026

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free