I agree with you Paul - rather than sitting down and defining specific requirements that might or might not be solved reliably by AI, customers seem to be driven by the general hype and marketing around this topic.
Can AI really help? In general, yes.
But where and how - and is your data ready / enough for AI?
I’ve trained a few ML models and even something simple like topic categorization / spam detection is completely wrong with 1000 records. From 10.000 records on, it starts to perform better.
And yes, AI is not going to automate sales any time soon, to fire the sales team. Rather, it can support the sales team.
Other than SuiteCRM, I’m working with Zoho in several projects and Zia is their AI solution.
There are features like:
- When is the best time to call?
- Churn prediction
- Data enrichment
- Anomaly detection
- RAG (Retrieval-Augmented Generation) in analytics
etc.
which I see as valuable tools / features for sales and marketing teams.
One issue every SuiteCRM has for AI, is basically the amount of data.
If there are a few hundred leads inside your CRM, anomalies can’t be detected correctly, it’s just not enough data.
The SaaS apps have a huge advantage there, they could (not sure whether they do or allow them selves to do so in their toc) train models on all customer data.
It might be possible to train models on some specific jobs with general data - not sure about the performance though.
A good approach to implement AI in SuiteCRM might be to add it to the workflows.
There could be a logic like:
When a new lead is created via the webform and entered the website, open this website, write a 2 sentence summary and write it into a field Website summary.
(I’ve integrated SuiteCRM with Drupal as a customer portal - there is an interesting approach / module: https://www.drupal.org/project/ai_interpolator)
Automating email replies, well - depends on TOFU or BOFU.
I don’t think any general AI would be able to reply BOFU - that might be even difficult with a trained model on local data like chatd.ai and others.
Not speaking about GDPR in the first place - smaller companies in the EU might ignore this topic or don’t even know about details.
But in midsized and larger organizations, that’s a big no go.
Most of the business use at the moment seems to be questionable and being done without asking for consent when summarizing and transcribing phone calls and online meetings.
That would definitely be another great help for the sales team.
That’s an ease of use topic - it’s just so easy to hand all my (my customers) data over to Google, ChatGPT and others and they make my life so easy.
At the same time - at least in Europe - we’re at a huge disadvantage because of all the regulations.
So yes, the urge is there - clearly.
It would most likely help SuiteCRM in the marketing as well.
As for the CRM users, it would be interesting to have a list of day to day tasks and priorities to see where the AI potentials really are, in combination with an estimation of how low the fruit is hanging.
The VTiger prompt builder looks like a nice feature indeed. An implementation like this would probably require a bigger project.