• Stop being a LURKER - join our dealer community and get involved. Sign up and start a conversation.

Post Your 2025 Predictions

Cost for coding will drop to near zero. AI Code assistants are in a war to outdo each other and they'll replace devs at Entry, junior and mid levels. Sr Engineers will be required to become prompt engineer masters or be replaced.

Innovation is setting up to explode, legacy vendors that are slow to react will be ate alive.

AI will make Compliance friendly creation far easier. OEMs will be challenged to pivot to exploit this wave of innovation .
 
Cost for coding will drop to near zero. AI Code assistants are in a war to outdo each other and they'll replace devs at Entry, junior and mid levels. Sr Engineers will be required to become prompt engineer masters or be replaced.

Innovation is setting up to explode, legacy vendors that are slow to react will be ate alive.

AI will make Compliance friendly creation far easier. OEMs will be challenged to pivot to exploit this wave of innovation .
Unfortunately, all the OEMs will let us use are the legacy vendors...
 
I wonder if it could do trade appraisals and desk deals if they would let it

Bill,
On carvana, go deep into the shopping journey, as deep as u can go. Be a real car shopper, save a car or 2. Get a tradein number. Watch how the trade data is plugged into the VPD price presentation. Sit out for a few weeks and watch your inbox.

Example: This is a test see if the chat is 'page and vehicle aware'.
1735667374575.png

Car dealers chat today is simply prehistoric.
 
Unfortunately, all the OEMs will let us use are the legacy vendors...
The tension for change is real. AI is yet another catalyst for change.
Carvana has 19 million visitors per month.

Carvana is valued at 26 bill$. This is MORE than the top 5 franchised dealers.
  1. Penske Automotive Group, Inc. (PAG): Market Cap: $10.36 billion.
  2. Lithia Motors, Inc. (LAD): Market Cap: $9.62 billion.
  3. AutoNation, Inc. (AN): Market Cap: $6.81 billion.
  4. Group 1 Automotive, Inc. (GPI): Market Cap: $5.50 billion.
  5. Asbury Automotive Group, Inc. (ABG): Market Cap: $4.79 billion.
But wait, theres more c Suite anxiety....
It would take approximately 24 General Motors to equal Tesla's market capitalization.

Best Case: AI helps OEMs get rid of their mind numbing rules (Carvana and Tesla have NONE... think about that)
 
Bill,
On carvana, go deep into the shopping journey, as deep as u can go. Be a real car shopper, save a car or 2. Get a tradein number. Watch how the trade data is plugged into the VPD price presentation. Sit out for a few weeks and watch your inbox.

Example: This is a test see if the chat is 'page and vehicle aware'.
View attachment 9316

Car dealers chat today is simply prehistoric.
I've played with it. It's good. But I've never gotten it to get me a trade figure.
 
There's was also very bad by my standars. I'm going to die on this hill: Until it's perfect, I'm out. Until I can tell it exactly what I want it to say and when, I'm out.
I'm currently developing our own in-house AI agents now with exactly this in mind.

These are the type of customizations that most out of the box AI solutions don't currently allow and why I'm building our own:
  1. Knowledge Base - Train the AI on every detail of your business - hours of operation, FAQs, approved word tracks, objection handling, etc.
  2. Guardrails - Clearly define what the AI should never say or offer (e.g., no discounts, no free vehicle delivery).
  3. Messaging Style - Specify the desired response style (formal, casual, under 160 characters, etc.).
  4. Agents - Create specialized agents for different use cases, lead sources, campaigns, etc (e.g., lease turn-ins, vehicle acquisition, warranty recalls, etc.).
  5. Follow-up Cadence - Set a follow-up schedule (e.g., send SMS after 4 hours, initiate an outbound AI voice call after 1 day).
  6. Information Gathering - Specify data points that you'd like the AI agent to try to collect from the customer (e.g., employer, current vehicle, etc)
  7. External API Calls - Allow the AI to access your vehicle inventory, schedule appointments, and more.
  8. Human Handoff - Set conditions for transferring a conversation to a human agent or creating a CRM lead.
  9. Context - Update the AI with any new activity in the CRM (e.g., email replies) so it knows the customer’s current status.
  10. Enable / Disable - Give human agents the ability to turn AI agents on or off, and set rules for when a customer should exit the AI workflow.

AI chatbots are relatively easy to create because they rely on "live" conversations.

However, things become significantly more complex when you’re dealing with the more common async communication across multiple channels (text, email, and phone) where the customer isn’t actively responding in real time.
 
  • Like
Reactions: joe.pistell
I'm currently developing our own in-house AI agents now with exactly this in mind.

These are the type of customizations that most out of the box AI solutions don't currently allow and why I'm building our own:
  1. Knowledge Base - Train the AI on every detail of your business - hours of operation, FAQs, approved word tracks, objection handling, etc.
  2. Guardrails - Clearly define what the AI should never say or offer (e.g., no discounts, no free vehicle delivery).
  3. Messaging Style - Specify the desired response style (formal, casual, under 160 characters, etc.).
  4. Agents - Create specialized agents for different use cases, lead sources, campaigns, etc (e.g., lease turn-ins, vehicle acquisition, warranty recalls, etc.).
  5. Follow-up Cadence - Set a follow-up schedule (e.g., send SMS after 4 hours, initiate an outbound AI voice call after 1 day).
  6. Information Gathering - Specify data points that you'd like the AI agent to try to collect from the customer (e.g., employer, current vehicle, etc)
  7. External API Calls - Allow the AI to access your vehicle inventory, schedule appointments, and more.
  8. Human Handoff - Set conditions for transferring a conversation to a human agent or creating a CRM lead.
  9. Context - Update the AI with any new activity in the CRM (e.g., email replies) so it knows the customer’s current status.
  10. Enable / Disable - Give human agents the ability to turn AI agents on or off, and set rules for when a customer should exit the AI workflow.

AI chatbots are relatively easy to create because they rely on "live" conversations.

However, things become significantly more complex when you’re dealing with the more common async communication across multiple channels (text, email, and phone) where the customer isn’t actively responding in real time.
It's ALL about this right here, and man I'm jealous you have the know-how to do this.