Technology Archives - WAV Group Consulting https://www.wavgroup.com/category/technology/ WAV Group is a leading consulting firm serving the real estate industry. Thu, 01 Jan 2026 15:52:20 +0000 en-US hourly 1 https://wordpress.org/?v=6.9 https://www.wavgroup.com/wp-content/uploads/2017/03/cropped-favicon-32x32.png Technology Archives - WAV Group Consulting https://www.wavgroup.com/category/technology/ 32 32 SLMs vs LLMs in Real Estate AI Tools and Products https://www.wavgroup.com/2026/01/01/slms-vs-llms-in-real-estate-ai-tools-and-products/?utm_source=rss&utm_medium=rss&utm_campaign=slms-vs-llms-in-real-estate-ai-tools-and-products Thu, 01 Jan 2026 14:00:44 +0000 https://www.wavgroup.com/?p=53660 SLMs and LLMs aren’t competing, they solve different problems. For real estate brokerages, MLSs, and proptech leaders, the real decision comes down to cost, speed, privacy, and control. This guide breaks down when a small, nimble model is enough, and when a powerful large model actually earns its keep.

The post SLMs vs LLMs in Real Estate AI Tools and Products appeared first on WAV Group Consulting.

]]>
SLM vs LLM in Real Estate

There’s a lot of talk right now about “AI” in real estate. But too often, that talk gets wrapped in jargon and hype. So let’s cut through the noise. As we build out custom AI solutions for clients, we are gaining deeper understanding of the importance of AI model selection. Here are some recent learnings from SLM usage.

If you’re a real estate exec, running a brokerage, team, MLS, or proptech company, and someone mentions “SLMs” and “LLMs,” here’s what they’re really talking about:

SLMs are smaller, faster, cheaper AI models that can be highly customizable.

Think nimble.

LLMs are bigger, broader in knowledge, and more expensive AI models, and are only configurable through prompts and the information context you feed them.

Think powerful.

It is not necessary to understand how the engine works. However, it is important to know when to choose a hybrid versus a truck. In this analogy, a hybrid represents an SLM, which is efficient and suitable for specific, streamlined tasks. A truck represents an LLM, robust and capable of handling more complex, broader challenges with more power.

So, what’s the real difference?

Let’s start simple.

Small Language Model (SLM) Large Language Model (LLM)
Speed Fast, lightweight Slower, needs big compute
Cost Lower Higher
Use Case Narrow tasks, local use General-purpose, cloud-hosted
Control Highly customizable Often limited by vendor
Privacy Can run privately Often sends data to vendor
Example Local assistant for agents ChatGPT via API

 

If the goal is to do one specific thing well, such as automating listing input or generating lead responses, an SLM might be required to do the job.

But if you’re building a more complex tool, like a smart assistant that understands contracts, listing history, client tone, and market shifts, an LLM might serve you better.

Models are classified as either open-source or paid/proprietary models. The following are key points about the differences here.

Open-Source Models (LLMs & SLMs)

  • Examples of these models are Meta LLaMA, Mistral, Falcon, Gemma, DeepSeek, and T5.
  • Platforms and libraries that support open-source models are Hugging Face, PyTorch, and TensorFlow.
  • The benefits of open-source models include full transparency, extensive customization/fine-tuning, no vendor lock-in, community-driven development, and lower costs (paying for infrastructure).
  • Downsides include the need for technical skills to deploy, potential lack of official support, and the resources to manage the infrastructure on which they are hosted.

Paid/Proprietary Models (LLMs)

  • Examples of these models are OpenAI’s GPT-4o, Anthropic’s Claude, and Google’s Gemini (API versions).
  • Platforms supporting them include the OpenAI API, the Anthropic API, and Google AI Platform.
  • The benefits are state-of-the-art performance, user-friendly interfaces, dedicated support, and managed infrastructure (pay-per-token).
  • Downsides are higher recurring costs, data privacy concerns (the possibility of sending data to the vendor), and limited control over model architecture.

The strategic decision tree

Before you spend a dime on AI, slow down and ask one hard question:

What are we actually trying to solve?

Not every problem needs a giant model. Some problems are better tackled with a fast, lightweight tool that does one thing well. Others require a more powerful system that can juggle nuance, compliance, and volume.

Consider cost, speed, privacy, and complexity as the main factors when deciding on a model. Here’s a simple decision tree to help an organization decide when to use an SLM, when to use an LLM, and when not to bother with either.

  • Is the data you’re working with sensitive or regulated?
    • If yes, and you need to keep it local (e.g., on-prem or on device), use an SLM.
  • Is cost or speed a major constraint?
    • Again, that’s a point for SLMs.
  • Do you want a fast launch and don’t mind using a cloud API?
    • That’s a green light for LLMs, services like OpenAI’s GPT or Google’s Gemini.
  • Is your problem about keeping up with knowledge (market stats, trends, legal docs)?
    • Don’t fine-tune anything. Use RAG (retrieval-augmented generation), a process that improves model responses by retrieving relevant information from a database. It’s cheaper and better for updating facts.
  • Is your problem about control (tone, format, behavior)?
    • That’s where fine-tuning (especially on SLMs) can shine.
  • Are you trying to add a new capability, like interpreting local MLS policy or translating listing slang?
    • SLMs with domain-specific fine-tuning may be your best bet.

Real estate examples

The following examples can provide insight into where and when to use either model.

When SLMs are enough

A tool designed to analyze agent performance against proprietary business and agent data. Each real estate brokerage uses unique terminology and performance metrics. An SLM offers the nimbleness and flexibility required to specialize in data collection and analysis, supporting managerial decision-making.

An SLM can be configured as a listing input assistant that specializes in managing data entry across multiple MLSs. Once set up for the specific requirements of each system, the SLM can efficiently handle and automate the process of entering listing data into various MLS platforms based on the brokerage’s and agents’ participation. This approach allows brokerages and agents to streamline operations, reduce repetitive manual work, and ensure consistency and accuracy of listing information across all relevant databases.

Localized lead response bots can be fine-tuned not only for a single market, but also for the specific agent assigned to a lead. By customizing the bot to reflect the agent’s style, preferences, and communication habits, these systems can help maintain consistent, personalized engagement with potential clients. As a result, the response bot acts as an extension of the agent, assisting in keeping the agent in touch with customers and ensuring timely, relevant follow-ups throughout the client journey.

When you need LLMs

A cross-market consumer chatbot can be designed to communicate fluently in multiple languages and possess in-depth knowledge of various loan programs. Beyond its foundational multilingual capabilities, this type of chatbot can be further customized to address the unique requirements and preferences of different markets and the specific needs of individual users. This level of adaptability makes the chatbot a valuable resource for diverse client bases seeking assistance across regions and languages.

A writing tool that drafts listing descriptions with style matching and compliance baked in. Modern AI platforms like ChatGPT’s GPTs, Claude Skills, and Google’s Gemini can take this even further. These advanced models not only generate content but can also be customized to reflect the unique voice of a brokerage or individual agent.

Anything that connects deeply with dozens of tools via API (CRM, TMS, MLS, CMA tools). Increasingly, advanced AI models are leveraging not just traditional APIs but also Model Context Protocol (MCP) Servers to access and incorporate additional data sources into their workflows. By utilizing MCP Servers, these systems can dynamically pull in relevant information from a wide variety of structured and unstructured data repositories, further enriching their responses.

One last note on cost

Fine-tuning a big model (LLM) isn’t just expensive once, it becomes a recurring investment. You retrain it every time the market shifts, laws change, or your tone needs an update.

For example, implementing LLMs like GPT-4 can range from thousands to millions of dollars annually, depending on scale and usage.

SLMs, on the other hand, are cheap enough to experiment with. You can tune them fast and often, or run multiple versions for different teams or create A/B testing scenarios. Costs for SLMs are significantly lower, often in the range of hundreds to a few thousand dollars per year.

Final thoughts

You don’t need to bet the farm on the biggest model.

If you’re clear about your problem, cost, speed, privacy, or control, the choice between SLMs and LLMs becomes obvious.

Start small. Pilot something. Let the model earn its keep.

Because in this market, even a well-placed tool that saves 10 minutes per agent per day can move the needle.

And that’s worth paying attention to.

There is a new class of models in town, Multimodal Language Models (MLMsj). These models have emerged to address the growing demand for handling more than just text. They can also process audio and video inputs.

This increased importance reflects the need for AI systems to interpret and generate responses across diverse media types, making them especially valuable for applications that require understanding and synthesizing information from multiple sources.

Stay tuned as we will explore these models in depth. If you need a consultant to help you with your AI strategy or AI development in real estate, we would love to talk to you.

  • Please select a service.
  • How can we help you?

The post SLMs vs LLMs in Real Estate AI Tools and Products appeared first on WAV Group Consulting.

]]>
Agentic AI’s Next Standard and Why the Agentic AI Foundation Matters for Real Estate https://www.wavgroup.com/2025/12/28/agentic-ais-next-standard-and-why-the-agentic-ai-foundation-matters-for-real-estate/?utm_source=rss&utm_medium=rss&utm_campaign=agentic-ais-next-standard-and-why-the-agentic-ai-foundation-matters-for-real-estate Sun, 28 Dec 2025 14:00:16 +0000 https://www.wavgroup.com/?p=53669 The Linux Foundation’s new Agentic AI Foundation (AAIF) introduces open standards for AI agents. For brokerages, MLSs, and proptech firms, it marks a shift toward interoperable, secure, and governable AI infrastructure. A major step beyond experimental tools.

The post Agentic AI’s Next Standard and Why the Agentic AI Foundation Matters for Real Estate appeared first on WAV Group Consulting.

]]>
Agentic AI's Next Standard and Why it Matters in Real Estate

The conversation about AI in real estate has moved past demos and experiments. We’re now entering a phase where the infrastructure underneath these systems matters as much as the tools themselves.

This month, the Linux Foundation announced the formation of the Agentic AI Foundation (AAIF), a new standards body designed to make AI agents interoperable, governable, and safe.

It brings together heavyweight members like AWS, Google, Microsoft, OpenAI, and Block, along with others such as IBM, Cisco, and Salesforce. These companies compete fiercely in the AI market, but under the AAIF banner, they’ve agreed to collaborate on common ground, open standards that everyone can build upon.

That kind of neutrality is exactly what the real estate industry needs.

Why Real Estate Should Pay Attention

For years, brokerages, MLS organizations, and proptech firms have built integrations in piecemeal ways, one vendor or API at a time. Each connection required custom engineering, and every update risked breaking the system. As a result, continuous management of high costs, fragile workflows, and an environment where innovation often depended on a single provider’s roadmap.

AAIF changes that dynamic by introducing shared, open protocols for AI agent development and orchestration. Its first three projects are industry-leading tools: Anthropic’s Model Context Protocol (MCP), Block’s goose framework, and OpenAI’s AGENTS.md.

A combination of products that define how AI agents connect to tools, data, and workflows, and how they should behave once they do. Together, they shift AI integration away from vendor-specific APIs toward a consistent, auditable standard.

For real estate technology leaders, this is a governance pivot. Similar to the impact of RESO’s data standards two decades ago.

Just as RESO standardized listing data across MLSs, MCP and its companion frameworks are standardizing how AI interacts with real estate data, CRMs, marketing systems, and transaction platforms. It’s an interoperability layer for the AI era.

The Integration Layer for AI

From a practical perspective, MCP allows a brokerage, MLS, or vendor platform to expose its capabilities in a structured, discoverable way. Instead of custom API endpoints or private integrations, an AI agent can query an MCP server to understand what operations are possible.

Think of MCP as a USB hub that connects your devices. Creating the ability to search listings, create CMAs, update transaction milestones, lead response generation, agent productivity coaching, or generate marketing assets.

This kind of design also introduces governable access. Brokerages and MLSs can define permissions, control context, and audit AI-driven actions (an overlooked requirement, but it is absolutely necessary). It aligns with data privacy and compliance requirements while still enabling automation and innovation.

goose and AGENTS.md Enabling Governance for the AI Era

The other two AAIF projects extend that governance idea into operations. “goose” provides a local-first framework for building structured and auditable AI workflows. A must for brokerages that want to automate tasks like lead routing, marketing setup, or compliance reviews without exposing sensitive data.

AGENTS.md plays a simpler but equally important role. This little file provides developers and organizations with a standard place to define rules and expectations for AI agents within a project.

In a real estate context, that could include brand guidelines, jurisdictional constraints, and data-handling policies, such as the “how we do things here” file for digital staff.

The broader impact is that AI can now move from being a set of disconnected pilot projects into a core part of brokerage operations. When standards exist, investment risk goes down. When governance is shared, trust goes up.

Building Confidence Through Open Governance

Real estate organizations can build with confidence that their AI integrations will last longer than a product cycle. They can integrate with MCP-based systems, knowing that another company, another tool, or even another industry can connect to that same interface without starting from scratch.

And they can do it under an open governance model that ensures no single company controls the rules of engagement.

I believe this is a meaningful shift. It means AI no longer has to be a proprietary experiment. It can become part of a production infrastructure that is reliable, transparent, and built for scale.

The WAV Group Perspective

For WAV Group, this development signals a clear direction. The conversation about AI in real estate is no longer just about features or tools. It has transitioned to be about standards, governance, and long-term architecture. Similar to what the industry has done with a standard data dictionary and transport from RESO.

The companies that take this seriously and see AI as infrastructure rather than novelty will be the ones that lead the next phase of industry transformation.

We’re already helping brokerages, MLSs, and vendors explore this shift. We are designing strategies that align with MCP, integrating agentic workflows using frameworks like goose, and helping teams write their own AGENTS.md playbooks.

If your organization is exploring how to bring AI into your ecosystem safely, effectively, and with lasting impact, now is the time to engage.

Partner with WAV Group to align your AI strategy and implementation with the standards shaping the next generation of real estate technology.

  • Please select a service.
  • How can we help you?

The post Agentic AI’s Next Standard and Why the Agentic AI Foundation Matters for Real Estate appeared first on WAV Group Consulting.

]]>
💸 💸 AI Token Costs Are Invisible Until They Aren’t https://www.wavgroup.com/2025/12/16/ai-token-costs-are-invisible-until-they-arent/?utm_source=rss&utm_medium=rss&utm_campaign=ai-token-costs-are-invisible-until-they-arent Tue, 16 Dec 2025 13:00:49 +0000 https://www.wavgroup.com/?p=53509 AI costs are invisible to consumers but critical at scale. Smart routing across models protects margins and ensures sustainable, high-performance AI operations for MLSs and brokerages.

The post 💸 💸 AI Token Costs Are Invisible Until They Aren’t appeared first on WAV Group Consulting.

]]>
Most people have no clue what an AI token costs under the hood. They pay $20 a month for ChatGPT, get “unlimited” access, and default to the most powerful model. That’s fine, until you’re the one footing the bill for millions of requests at the MLS or brokerage scale.

That’s when reality hits.

The True Cost of “Smart”

Imagine one AI agent running 1,000 requests a month. That’s roughly 20 million tokens if we average 20,000 tokens per request. Let’s assume out of the 20k requests, 15k are input, 5k output, and assume 30% of the input is cached.

Using a consumer AI model (LLM) like ChatGPT, Grok, Claude, or Gemini, that’s invisible. At enterprise scale, it’s a budget line item that can add up.

Monthly Cost Breakdown by Model (1,000 Requests)

NOTE: Costs displayed are at the time of publishing this article

Model

Input (10.5M) Cached Input (4.5M) Output (5M)

Total Monthly Cost

GPT-5.2

$18.38 $0.79 $70.00

$89.17

GPT-5.1

$13.13 $0.56 $50.00

$63.69

GPT-5 Mini

$2.63 $0.11 $10.00

$12.74

GPT-5 Nano

$0.53 $0.02 $2.00

$2.55

GPT-4.1

$21.00 $2.25 $40.00

$63.25

GPT-4.1 Mini

$4.20 $0.45 $8.00

$12.65

Tokens Per Request Example

To put the requests-to-tokens relationship in perspective, I recently spent 10 days building a voice-first AI experience to put several large models through their paces.

My goal? Cut through the hype and see, firsthand, how quality stacks up against cost when you move beyond the demo phase. The Gemini 2.5 Flash Native Audio Dialog model, in particular, offered some eye-opening insights.

Since this was strictly a proof-of-concept, I ran everything on a free-tier account.

Shoutout to Google for offering real features and generous limits, even at zero cost.

For this article, I’m focusing on request and input tokens only (output tokens still hit your wallet if you scale up).

In just ten days, input usage topped 910,000 tokens across only 58 requests. The prompts? Nothing wild—just standard test queries. Still, that averages out to a whopping 15,700 tokens per request.

If this hadn’t been on a free plan, input alone would’ve cost me just under thirty cents. That’s pocket change for solo testing in your spare time.

But scale that up. Say, you’re running 20 sessions, 100 requests a day. At 15,700 tokens per request, you’re suddenly looking at 31.4 million tokens daily, almost 1 billion a month. At $0.50 per million tokens, input alone could set you back $471 each month.

Google Gemini 2.5 Flash Voice token usage

Most AI Tasks Don’t Need a Ferrari

Let’s be blunt! Most tasks that MLSs and brokerages want to automate are routine, high-volume, and perfect for Nano or Mini models. Here at WAV Group, when we develop your AI applications, we build in optionality that enables you to associate the least expensive LLM model for the best result.

For example, when normalizing data across thousands of listing entries each day, the task is predictable and structured. An ideal fit for a low-cost model that can handle field validation and correction with speed and consistency.

When running listing audits to identify missing photos, incorrect room counts, or inconsistent property descriptions, there is no need for deep reasoning. All that is needed is fast, scalable text and image processing.

In member support Q&A systems, most questions concern office hours, login issues, or rule clarifications. A mini model can easily achieve high accuracy on those tasks using a knowledge base or fine-tuned embeddings. Deep reasoning is not required to look up a fact.

Filling out forms based on prior responses or public record lookups is another area where a simple agent can shine. The task is structured, repetitive, and also does not need advanced reasoning.

Even internal search across MLS documents, training guides, or help desk archives can be handled effectively with lightweight embedding and retrieval workflows, keeping costs down while improving access to institutional knowledge.

None of those need a GPT-5.2 model that costs nearly $90 per month per agent for just 1,000 requests. What enterprise brokers and MLSs should know is that you can save your agents lots of licensing fees by delivering AI at scale rather than each of them paying for one or more LLM products.

Reserve Premium Models for High-Stakes Work

There are moments when you do want the Ferrari.

When interpreting new or evolving regulations that impact brokerage operations, accuracy and nuance are critical. A premium model can absorb complex legal phrasing and return contextual summaries that support compliance efforts.

If you’re drafting emails, press releases, or official statements on sensitive topics, such as fair housing violations or legal disputes, a top-tier model helps strike the right tone while ensuring consistency and professionalism.

When creating polished content for executive presentations or investor updates, nuance and clarity matter more than speed. A higher-end model can improve grammar, align with tone, and provide suggestions that elevate the narrative.

Strategic generation is another high-value use case. If you’re feeding in a mix of market data, internal KPIs, and partner feedback to surface trends or recommend direction, you want a model that can reason across unstructured inputs and still deliver an actionable output.

Reserve premium models for these use cases, and deploy them only when it matters most.

What Consumer AI Gets Wrong

Consumer AI trains people to think “always use the best.” You never get throttled. You never see a bill. There’s no feedback loop.

But enterprise AI? You’ve got to think like an operator. Every model call has an impact. Every task needs to justify its cost.

Consumer AI isn’t the only game in town. You can self-host SLMs and LLM models either on-premises or in the cloud, or you can spin up GPU cycles on demand. Better yet, you can fine-tune these models to reflect your company’s tone, governance, and culture, shaping them to fit your business like a glove to bring cost efficiency in running them. Moreover, you can connect AI to useful tools that are already in your tech stack – from basic things like sending an email, setting a calendar appointment, building a presentation, to more complex activities like setting up a saved search or drafting an agreement. See CompassAI for examples.

There’s a whole world beyond plug-and-play APIs, and we’ll dig deeper into these strategies in future articles.

The Operational Playbook

If you’re serious about building AI into your operations, you need to approach it strategically.

First, architect your systems for flexibility. Don’t assume one model fits every need. Design workflows that can route tasks to different models based on complexity, urgency, and cost sensitivity.

Second, automate your cost intelligence. Set up dashboards or logging systems that show exactly how many tokens are being used, by whom, and for what types of tasks. This visibility helps you optimize spending and improve the accuracy and efficiency of your AI models.

Third, segment your tasks thoughtfully. High-volume, low-risk operations should run on cheaper models. Save the expensive models for when they’re truly needed.

And finally, think like a product manager. Each model call is not just a utility, it’s a feature with costs, risks, and returns. Evaluate it that way.

And above all, treat AI as a managed cost center. Because if you don’t, it’ll quietly eat your margin alive and profits will fly away.

If you plan to get started with AI in 2026, or you would like to roadmap your expansion of AI use in your brokerage or MLS, we are ready advisors and can either supervise or perform your development. At WAV Group, you always own your AI.

The post 💸 💸 AI Token Costs Are Invisible Until They Aren’t appeared first on WAV Group Consulting.

]]>
Hello MLS – The future CMA is here, and it is no longer a report https://www.wavgroup.com/2025/11/20/hello-mls-the-future-cma-is-here-and-it-is-no-longer-a-report/?utm_source=rss&utm_medium=rss&utm_campaign=hello-mls-the-future-cma-is-here-and-it-is-no-longer-a-report Thu, 20 Nov 2025 14:00:47 +0000 https://www.wavgroup.com/?p=53211 The paper outlines how today’s CMA falls short, why AI is the catalyst for a complete rebuild, and how the industry can construct the next generation of pricing tools from the ground up. 

The post Hello MLS – The future CMA is here, and it is no longer a report appeared first on WAV Group Consulting.

]]>
Introducing WAV Group’s new white paper on AI-powered pricing strategy.

The CMA has been the anchor of real estate pricing for decades. It is familiar, trusted, and indispensable. But the way it is produced today has not kept up with the complexity of the modern market. Agents still run a search, check a few boxes, export a PDF, and call it a day. Meanwhile, the MLS holds data that could transform pricing intelligence overnight.

Our new white paper, The Future CMA Will Be Powered by AI Analysis and Backed by Human Agent Oversight, is written for MLS executives, brokerage leaders, and technology innovators who are ready to rethink the CMA altogether. The paper outlines how today’s CMA falls short, why AI is the catalyst for a complete rebuild, and how the industry can construct the next generation of pricing tools from the ground up.  

DOWNLOAD HERE

Who this paper is for

This paper is designed for

  • MLS leaders who want to deliver more value to subscribers and modernize their core product offerings.
  • Brokerage executives who are looking to differentiate their agents with better listing intelligence and stronger pricing narratives.
  • CMA vendors and proptech founders who need a roadmap for building tools that go beyond comps and into true market strategy.
  • Policy and data leaders exploring how buyer intent data, mortgage rate changes, and listing engagement signals can be responsibly integrated into pricing systems.

If you are building technology, setting strategy, or guiding listing agents, this paper gives you the blueprint for what comes next. If you need help with development, fill out the form below.

What the paper delivers

The white paper lays out a practical, forward-looking roadmap for transforming the CMA from a backward-looking report into a living pricing system. It explains how:

  • AI can analyze photos, MLS data, and market patterns at a scale human agents never could.
  • Computer vision can quantify curb appeal, lighting, staging, and layout flow.
  • Bayesian-style models can update pricing automatically as new sales close.
  • Dynamic CMAs can react to mortgage rate changes in real time, something that simply does not happen today.
  • MLS buyer behavior, such as saved searches and favorite listings, can become a demand-side signal that finally informs listing strategy.
  • Presentation layers like Canva can turn raw intelligence into compelling narratives that help agents win trust in the living room.

The paper makes one point very clear: a CMA of the future is not a PDF.

It is a continuously updated story that reflects live economics, real buyer interest, and precise listing strategy.

Why this matters now

Agents, sellers, and MLSs all felt the impact of the Federal Reserve’s recent rate cut. Payments shifted overnight, but listing prices in the MLS barely moved. Not one CMA updated automatically, even though every listing in America should have had a pricing conversation the next morning. The gap between what the MLS knows and what the CMA shows is widening.

This paper explains how to close that gap with accessible, achievable technology that MLSs and vendors can begin developing today.

A call to industry leaders

The future CMA will not be won by the company that generates the prettiest report. It will be won by the one that builds a dynamic, data-aware pricing engine that keeps up with the market and tells a story with a listing strategy sellers can trust.

DOWNLOAD HERE

If you want to understand what that tool looks like and how to build it, this white paper is your roadmap. If you need help, then please don’t wait – reach out below!

Hire WAV Group

  • Please select a service.
  • How can we help you?

The post Hello MLS – The future CMA is here, and it is no longer a report appeared first on WAV Group Consulting.

]]>
ChatGPT Is Recommending Brokerages now. Is it Recommending Yours? https://www.wavgroup.com/2025/10/14/chatgpt-is-recommending-brokerages-now-is-it-recommending-yours/?utm_source=rss&utm_medium=rss&utm_campaign=chatgpt-is-recommending-brokerages-now-is-it-recommending-yours Tue, 14 Oct 2025 16:53:29 +0000 https://www.wavgroup.com/?p=52817 Real estate brokerages have always competed on reputation. For decades, word of mouth, Google reviews, and social media have shaped how consumers choose who to trust with their biggest financial transaction.

But today, a new powerful influencer is entering that decision-making process — ChatGPT. Today, 59% of consumers said they’ve used at least one AI-powered platform to support their homebuying journey and get information about the real estate market, according to a new study from Veterans United Home Loans. 

The post ChatGPT Is Recommending Brokerages now. Is it Recommending Yours? appeared first on WAV Group Consulting.

]]>
The 5 Prompts Home Buyers and Sellers Are Using — And How You Can Make Sure You’re Part of the Answer

Real estate brokerages have always competed on reputation. For decades, word of mouth, Google reviews, and social media have shaped how consumers choose who to trust with their biggest financial transaction.

But today, a new powerful influencer is entering that decision-making process — ChatGPT. Today, 59% of consumers said they’ve used at least one AI-powered platform to support their homebuying journey and get information about the real estate market, according to a new study from Veterans United Home Loans. 

More and more consumers are turning to AI tools to research local companies before they ever visit a website, read a review, or pick up the phone.

They’re asking ChatGPT questions like:

  • “Which brokerage sells the most homes in my city?”
  • “What are the best real estate companies for first-time buyers?”
  • “What brokerages is best at selling properties fastest for the highest price? 
  • “Who are the most trusted real estate firms near me?”

 

And in just a few seconds, they get a clear, confident answer.

If your brokerage isn’t part of that answer, your brand may not even enter the consumer’s consideration set.

The Rise of AI-Driven Discovery

AI is changing how consumers research and choose who to work with. Instead of searching through a list of links, buyers and sellers or calling their friends for advice, consumer are now asking direct, conversational questions and expecting instant recommendations.

ChatGPT’s responses reflect the patterns it’s learned from millions of sources: your website, reviews, social media, press coverage, and even what your competitors say about you.

That means your “AI reputation” what ChatGPT believes about your brand is now just as important as your SEO ranking or Google reviews.

The smartest brokerages are learning to anticipate what consumers are asking ChatGPT and ensuring the AI finds accurate, positive, and current information to reference. 

 

The Five Prompts Consumers Are Already Using

Below are the five types of prompts home buyers and sellers may use and what each one reveals about how your brokerage is being represented to potential clients. When you get the answer to a prompt, continue to go deeper. Ask ChatGpt things like “why did you say [Brokerage A], is better than [Brokerage B]. By asking follow-up questions you will start to see how ChatGpt thinks and what it prioritizes so you can add content that will help your brand position improve over time. 

Importantly, you need to repeat the prompts regularly.  As you add more information, check back and see if it is making a difference in how ChatGpt describes you. Remember that ChatGpt continues to learn so you can train it by the content, customer feedback and press coverage you secure. 

1. “Compare [Brokerage A], [Brokerage B], and [Brokerage C] for buying or selling a home in [city].”

This is one of the most common AI questions — a side-by-side comparison.

ChatGPT will summarize what’s distinctive about each brokerage: size, reputation, marketing reach, and technology.

Recommendation:  If your brand isn’t clearly differentiated, you’ll blend into a sea of “great service and experience.. To win on ChatGpt, make sure your website and media coverage clearly articulate your unique value and highlight your local expertise, innovation, agent support, or community impact. AI models can only amplify what they can find.

 

2. “What are the pros and cons of working with [Brokerage Name]?”

This prompt synthesizes what the internet “thinks” about your company from client reviews and media coverage to agent testimonials.

If ChatGPT lists generic positives but highlights outdated or inaccurate negatives, it’s a sign your online reputation is out of sync with reality.

Recommendation:  Audit your online content and reviews. Make sure your strengths like responsiveness, marketing innovation, results are consistently highlighted in public forums. Encourage your agents to participate in online reviews with companies like Testimonial Tree, RateMyAgent and others. 

 

3. “Which real estate company is best for selling a home quickly in [city or region]?”

This is where performance perception matters.

ChatGPT looks for signals of success: local listing volume, press mentions, awards, and market coverage. Brokerages that share data-driven success stories tend to dominate this type of query.

Recommendation: Regularly publish market updates, success metrics, and case studies that reinforce your brokerage’s effectiveness. The AI will notice.

 

4. “What do clients say they like most about working with [Brokerage Name]?”

This question highlights emotional connection and service reputation.

ChatGPT summarizes what’s repeated most often across testimonials and reviews — professionalism, communication, marketing, or culture.

If your competitors’ “likes” sound more specific or heartfelt than yours, they’ll appear more trustworthy.

Recommendation: Encourage clients and agents to share authentic stories and testimonials online. Real examples give AI models the language they need to represent your brand positively.

 

5. “Who are the most trusted brokerages in [city or state]?”

Trust is the ultimate differentiator.

When ChatGPT answers this, it’s aggregating brand mentions, consistency, and sentiment, not ad spend.

If your brokerage doesn’t appear in the top mentions, it’s not necessarily because of performance; it’s because your story isn’t being told frequently or clearly enough online.

Recommendation:  Create fresh, factual, and frequent content that reinforces your longevity, leadership, and results. AI gives more weight to recency and reliability than to paid visibility.

 

What These Prompts Mean for You

Think of ChatGPT as the new “pre-interview.” By the time a consumer reaches out to your brokerage, they may have already asked AI what it thinks about you.

That means your digital presence and how well it reflects your values, performance, and personality now acts as your first impression.

If ChatGPT’s answers don’t align with who you are, that’s a gap you can close.

 

How to Strengthen Your AI Reputation

  • Audit your visibility: Type in the five prompts above using ChatGPT and see what comes up. Document where your brand is mentioned — and where it’s missing. 
  • Update your content: Refresh your “About Us” page, press releases, and Google Business profile so AI models can find the most accurate information. 
  • Promote your differentiators: Don’t assume the market knows what makes you special. Highlight results, local expertise, and community leadership often. 
  • Encourage authentic reviews: Positive reviews on Google, Zillow, REALTOR.com and other industry platforms help reinforce the qualities you want AI to associate with your brand. 
  • Be consistent: ChatGPT responds to repetition and clarity. The more consistently your story is told across channels, the more confident AI will be in recommending you.

 

The Bottom Line

Consumers are already using AI to decide who they trust and they’re not waiting for you to catch up.

When a buyer or seller asks ChatGPT which brokerage is best in their area, that’s a moment of truth.

If you’re not part of the answer, you’re not part of the decision.

It’s time to take control of your AI reputation — not by gaming the system, but by telling your story more clearly, more consistently, and more authentically than ever before.

Because in the new world of AI-driven discovery, the brokerages that show up first in ChatGPT aren’t just visible. They are getting more opportunities than others and  they’re winning.



The post ChatGPT Is Recommending Brokerages now. Is it Recommending Yours? appeared first on WAV Group Consulting.

]]>
Real Estate Webmasters launches “Conversations” to boost sales growth with GenAI https://www.wavgroup.com/2025/09/25/real-estate-webmasters-launches-conversations-to-boost-sales-growth-with-genai/?utm_source=rss&utm_medium=rss&utm_campaign=real-estate-webmasters-launches-conversations-to-boost-sales-growth-with-genai Thu, 25 Sep 2025 14:00:58 +0000 https://www.wavgroup.com/?p=52703 By bringing AI into the CRM itself, Real Estate Webmasters avoids the distraction of standalone tools and makes AI a natural part of the sales process.

The post Real Estate Webmasters launches “Conversations” to boost sales growth with GenAI appeared first on WAV Group Consulting.

]]>
Real Estate Webmasters is no stranger to the competitive world of real estate technology. Serving brokerages, teams, and top-producing agents, the company has built its reputation on delivering custom solutions tuned for organizations where sales performance is measured in real dollars, not demo slides.

Meeting the sales challenge

For high-performing agents, growth depends on two distinct motions: staying connected with past clients and networks, and creating new demand. Too often, technology platforms treat these as one workflow. Real Estate Webmasters recognizes the need to separate them and is building tools that respect the reality of how elite sales teams grow.

Conversations: genai inside the crm

This month, Real Estate Webmasters introduced “Conversations,” a Generative AI solution embedded directly in their CRM. It’s designed to:

  • keep past clients engaged with personalized, timely touches
  • help agents respond faster to new opportunities with suggested first touches and follow-ups
  • give managers insight into live conversations with summaries and coaching recommendations

By bringing AI into the CRM itself, Real Estate Webmasters avoids the distraction of standalone tools and makes AI a natural part of the sales process.

Leadership insight

In our interview, Morgan Carey, CEO of Real Estate Webmasters, explained how Conversations was designed to accelerate both the “nurture” and “acquisition”. He highlighted the role that AI can play in helping agents scale their best practices without losing authenticity or compliance.

Watch the full discussion below to hear Carey describe how Real Estate Webmasters is blending technology with sales discipline, and why he believes Conversations will become a core driver of revenue growth for leading brokerages and teams.

Connect with Real Estate Webmasters

If you’d like to explore how Generative AI can impact your organization, reach out to Morgan Carey directly. Real Estate Webmasters is eager to help brokerages and teams deploy technology that creates measurable outcomes, not just buzz.

The post Real Estate Webmasters launches “Conversations” to boost sales growth with GenAI appeared first on WAV Group Consulting.

]]>
AI bots could be the next must-have member benefit for REALTOR® associations https://www.wavgroup.com/2025/09/19/ai-bots-could-be-the-next-must-have-member-benefit-for-realtor-associations-2/?utm_source=rss&utm_medium=rss&utm_campaign=ai-bots-could-be-the-next-must-have-member-benefit-for-realtor-associations-2 Fri, 19 Sep 2025 15:00:22 +0000 https://www.wavgroup.com/?p=52652 The opportunity is immediate, but so is the risk of inaction. Associations that fail to deliver this benefit may watch brokers and vendors seize the role of trusted daily guide. The time to act is now.

The post AI bots could be the next must-have member benefit for REALTOR® associations appeared first on WAV Group Consulting.

]]>
REALTOR® associations across the country are facing sharper questions about their value proposition. Dues are rising, member counts are under pressure, and agents are weighing every dollar against the tangible benefits they receive. Advocacy, education, and networking remain important, but they don’t always feel immediate or indispensable to the average practitioner.

That’s why associations need to pay close attention to the next wave of technology adoption. Generative AI, powered by graph databases (often called Graph RAG), is reshaping how professionals access critical information. And it’s happening fast.

What Graph RAG can do for agents

Graph RAG solutions allow an agent to ask plain-language questions and receive authoritative, context-aware answers instantly.

  • What does state law say about seller disclosure?
  • How does my REALTOR® association’s policy apply to this situation?
  • Which MLS compliance rule governs this listing scenario?
  • What contract clause controls if a buyer misses a deadline?

Instead of sifting through PDFs, waiting on a helpline, or misinterpreting a clause, agents can get trusted, on-demand guidance in seconds. For a professional who’s in the middle of a client negotiation, that kind of clarity isn’t a convenience, it’s mission-critical.

The gap in delivery

The irony is that REALTOR® associations already own the content that powers these answers. State statutes, association policies, MLS rules, and standard contracts are created, curated, and governed by these organizations. Yet, the technology delivering AI-driven access to that content is being built elsewhere.

Brokers, vendors, and outside platforms are moving first. They recognize the demand and are creating solutions that strengthen their own agent relationships. Associations, meanwhile, are watching from the sidelines while their authority is repackaged and distributed without their leadership.

Chatbot offers automated customer support. Image enhanced with graphic detailsWhy this matters now

Agents increasingly question what they get for their dues. Many see associations focus based on advocacy and compliance enforcement, rather than providing daily utility. If associations fail to step into the AI space, they risk becoming even less relevant to agents’ day-to-day business.

Offering AI-powered policy and contract bots as a member benefit changes that equation. It makes the association the first stop for answers that matter in real time. It strengthens trust by delivering authoritative responses directly from the source. And it ensures that the association is present in the daily workflow of its members, not just during renewal season or political campaigns.

A new kind of member benefit

Over the years, associations have added value through lockbox systems, transaction platforms, and forms libraries. Each innovation became a benefit members couldn’t imagine working without. AI bots could be the next.

By making these solutions a member benefit, associations have the chance to:

  • Provide daily, indispensable utility to every member
  • Reassert their role as the authoritative source of truth
  • Strengthen engagement and loyalty at a time when both are fragile
  • Ensure compliance and accuracy by controlling how policies and rules are surfaced through AI

The path forward

The opportunity is immediate, but so is the risk of inaction. Associations that fail to deliver this benefit may watch brokers and vendors seize the role of trusted daily guide. The time to act is now.

WAV Group is already working with MLSs, brokerages, and technology companies to build AI frameworks that respect compliance, protect data ownership, and deliver tangible value to professionals. REALTOR® associations are uniquely positioned to do the same by turning their own policies, contracts, and regulations into the most valuable member benefit they’ve ever offered.

If your association wants to stay indispensable, the next step is clear: partner with WAV Group to build the AI bots your members will soon rely on every day.

Hire WAV Group

  • Please select a service.
  • How can we help you?

The post AI bots could be the next must-have member benefit for REALTOR® associations appeared first on WAV Group Consulting.

]]>
The Hidden Risk in MCP Servers That Could Expose Your Business https://www.wavgroup.com/2025/09/15/the-hidden-risk-in-mcp-servers-that-could-expose-your-business/?utm_source=rss&utm_medium=rss&utm_campaign=the-hidden-risk-in-mcp-servers-that-could-expose-your-business Mon, 15 Sep 2025 13:00:58 +0000 https://www.wavgroup.com/?p=52608 If your team is deploying AI agents using the Model Context Protocol (MCP) without proper security, you're essentially leaving your business wide open to attack. A recent security assessment found that 43% of popular MCP implementations contain command injection flaws, 30% allow network infiltration, and 22% expose sensitive file vulnerabilities. With real-world incidents already occurring the solution isn't hoping for the best, it's implementing an MCP gateway before your next deployment.

The post The Hidden Risk in MCP Servers That Could Expose Your Business appeared first on WAV Group Consulting.

]]>
The hidden dangers of MCP Servers in the AI world.

I don’t like writing scare pieces. But this one? It needs to be written.

Because if your team is deploying AI agents or leveraging AI desktop tools using the Model Context Protocol (MCP) and you’re not securing them with a gateway, you’re basically leaving the doors and windows open and walking away.

So, what is MCP and why should I care?

The Model Context Protocol (MCP) is like the glue that connects AI agents to outside tools and information. It lets an AI model talk to your CRM, hit your internal APIs, or fetch files on your system.

Sounds useful, right?

It is. That’s why so many teams, from startups to massive enterprises, are adopting it. MCP makes AI agents way more capable. It turns them into doers and not just talkers.

But there’s a catch.

MCP servers require security considerations

A recent security assessment by Equixly looked at dozens of popular MCP implementations. The results weren’t promising:

  • 43% had command injection flaws
  • 30% allowed Server-Side Request Forgery (SSRF is basically letting attackers poke around your internal network)
  • 22% exposed arbitrary file read vulnerabilities
  • Only 30% of vendors even patched the issues when they were told

Worse? Some vendors claimed these risks were “theoretical” or “acceptable.” That’s like a car company saying exploding airbags are “edge cases”, and only happen when there’s an accident.

These are not theoretical. They’re real. And they’ve already caused real-world incidents.

The hacks are creative and terrifying

Let’s break down what’s happening out there:

  • Prompt Injection: Attackers can sneak commands like “IGNORE ALL PREVIOUS INSTRUCTIONS” into API responses. Your AI agent happily obeys.
  • SQL Injection: Old-school attack, new playground. Some MCP servers let you drop malicious SQL into prompts and exfiltrate data.
  • Cross server shadowing: MCP metadata or responses change how the AI interacts with other servers.
  • Server Spoofing/Tool Mimicry: MCPs trick the AI into using the wrong servers & tools.
  • Authentication Bypass: Some servers don’t verify who’s calling. Others let you register rogue MCP endpoints and impersonate trusted tools.
  • Tool Poisoning: A tool looks safe at install. Then one day, it updates silently and starts stealing data.
  • Rug Pulls: Third-party MCP packages switch behavior after getting adopted widely—just like malicious npm packages have done for years.

This isn’t speculation. It’s already happened as detailed in security investigations from Composio and Equixly:

  • One attack chain exposed Asana data via unsecured MCP endpoints
  • Another let attackers run remote commands on public-facing servers
  • One even granted access to private GitHub repos through a compromised MCP tool

Here’s what actually works: The MCP Gateway

Gateways act like bodyguards for your AI agents.

They sit between the AI client and the MCP server. Every request goes through the gateway. Every response does too.

The idea is simple: Centralize security. Remove trust from the server layer. Lock everything down.

Here’s how they help.

  1. They handle identity properly
  • Full OAuth 2.0/2.1 support
  • Short-lived tokens (so even if someone grabs one, it’s useless soon)
  • Role-based access control
  • Integration with enterprise identity systems like Okta, Azure AD

Your AI agents don’t manage auth. The gateway does. That’s safer and way easier to manage.

  1. They validate and sanitize everything

This is the magic. The gateway checks:

  • Are prompts malicious?
  • Is someone trying to inject SQL or shell commands?
  • Are any tool descriptions poisoned?

It also strips out anything sketchy. Think of it like a metal detector for every request.

Some even use machine learning to detect suspicious prompts.

  1. They audit, monitor, and alert

Every request. Every response. Logged.

You can get real-time alerts when something fishy happens. You can plug into your SIEM. You can see what tools were called, by whom, when, and how.

This isn’t optional anymore. It’s table stakes for enterprise deployment.

  1. They lock down the tool supply chain

Before a tool is allowed through the gateway, it’s scanned:

  • What’s the source?
  • How popular is it?
  • Has it ever been flagged?
  • Is the repo still active?

Tools that fail checks can be blocked automatically.

If you’re not scanning tools, you’re just waiting to be breached.

So who’s building these gateways?

There are a number of gateway solutions now available, offering different levels of security, specialization, and enterprise readiness. Below are several strong options:

Enkrypt AI Secure MCP Gateway

Offers dynamic tool discovery, built-in prompt sanitization, and enterprise-grade authentication for secure MCP deployments.

  • Built‑in security scans
  • Dynamic tool discovery
  • Works with enterprise authentication
  • Performance‑optimized

Lasso Security MCP Gateway

Focuses on threat prevention with:

  • Plugin architecture
  • Server and tool risk scoring
  • Automated blocking of high‑risk components

WAV Group Gateway Template (Real Estate Focus)

WAV Group offers a Gateway Template designed for real estate brokerages and MLSs. Key features:

  • Prompt sanitization tailored for real estate contexts
  • Guardrails for private client/buyer/seller data
  • Role‑Based Access Control (RBAC) at agent/user levels
  • Audit logging specific to real estate workflows
  • MLS API integration controls and PII masking for real estate data
  • Designed as a template clients can adopt to deploy secure, compliant AI agents in real estate environments

Obot MCP Gateway

Obot is an open‑source gateway focused on enterprise requirements. Some of the features:

  • Admin control plane: IT can onboard MCP servers, define access policies, manage users/groups, monitor usage. 
  • Catalog / discovery: A searchable directory of approved MCP servers, documentation, trust/reputation information. 
  • Proxying & hosting: Support for both local and remote MCP servers; ability to proxy third‑party ones with audit and routing control. 
  • Access control + logging: Role‑based access, enterprise auth integration (Okta etc.), audit logs for MCP‑client/server interactions. 

Kong Konnect / Kong AI Gateway

Kong is more known as an API gateway, but it’s also building out MCP support and gateway‑style features. Key capabilities:

  • Kong Konnect MCP Server: Enables MCP clients (e.g. Claude) to query APIs, configuration, analytics via Kong’s control plane. 
  • Securing & governing MCP traffic: Kong’s AI Gateway offers plugins and policies for authentication (OIDC / Key Auth), rate limiting, prompt filtering (guardrails) etc. 
  • Observability: Metrics, logging, tracing for MCP traffic. 

What should your team do right now?

If you’re deploying MCP servers, or building on top of them, here’s a basic security checklist:

  • Set up a gateway (before anything goes live)

This is non-negotiable. Even for internal tools.

  • Use proper auth

Hook into OAuth. Integrate with your identity provider. Don’t hand-roll this.

  • Validate inputs and outputs

Use JSON schemas. Sanitize tool responses. Strip out embedded commands.

  • Lock down your network

Log everything. Store audit trails. Send alerts when strange stuff happens.

  • Don’t trust tools blindly.

Scan them. Review their source. Watch for updates. Use a reputation system.

The future isn’t secure by default

MCP is a powerful idea. But it’s dangerously naive out of the box and can expose your most valuable asset, your data.

Vendors are moving fast. Too fast. And when 43% of servers have command injection flaws, you don’t get to say “well, we trust our stack.”

You lock it down. You build defensively. You audit, scan, and restrict.

This isn’t optional if you’re serious about deploying AI in production.

And finally: stop hoping and start securing

Hope is not a security strategy. “No one would ever target us” is how breaches happen. “It’s just a proof of concept” becomes a Common Vulnerabilities and Events (CVE).

The MCP ecosystem is still young. That means you get to choose your architecture now before someone else chooses it for you via an incident report.

So choose wisely.

Start with a gateway.

The post The Hidden Risk in MCP Servers That Could Expose Your Business appeared first on WAV Group Consulting.

]]>
ATTOM Data’s Vision for AI and MCP Servers: An Interview with Todd Teta https://www.wavgroup.com/2025/09/03/attom-datas-vision-for-ai-and-mcp-servers-an-interview-with-todd-teta/?utm_source=rss&utm_medium=rss&utm_campaign=attom-datas-vision-for-ai-and-mcp-servers-an-interview-with-todd-teta Wed, 03 Sep 2025 17:00:22 +0000 https://www.wavgroup.com/?p=52517 WAV Group recently had the opportunity to sit down with Todd Teta, Chief Product and Technology Officer at ATTOM Data. Todd has spent his career at the intersection of product and technology, with deep roots in real estate, mortgage, and property data. Since joining ATTOM in 2016, he has guided the company’s transformation from RealtyTrac, a foreclosure portal, into one of the industry’s leading pure-play data licensing firms.

The post ATTOM Data’s Vision for AI and MCP Servers: An Interview with Todd Teta appeared first on WAV Group Consulting.

]]>

 

WAV Group recently had the opportunity to sit down with Todd Teta, Chief Product and Technology Officer at ATTOM Data. Todd has spent his career at the intersection of product and technology, with deep roots in real estate, mortgage, and property data. Since joining ATTOM in 2016, he has guided the company’s transformation from RealtyTrac, a foreclosure portal, into one of the industry’s leading pure-play data licensing firms.

Data as the foundation of ai

Todd is clear on one central point: high-quality data is the bedrock of successful AI in real estate. While some companies experiment with scraped or unverified datasets, he believes this shortcut undermines accuracy and trust. Instead, ATTOM has invested heavily in building parcel-centric data through its ATTOM ID system, applying multi-stage quality checks and leveraging machine learning to identify anomalies. This commitment ensures that brokers, insurers, and lenders can build AI models on a stable, authoritative foundation rather than on incomplete or inconsistent information.

MCP servers and the next wave of integration

One of the most forward-looking parts of our conversation was Todd’s discussion of MCP servers. ATTOM is currently developing its own MCP server, which Todd refers to as a pathway for “agent-ready data.” By enabling AI agents and SaaS applications to connect directly to normalized, parcel-centric datasets, ATTOM is positioning itself as a bridge between legacy data delivery and the emerging agentic economy. He also highlighted Google’s Agent-to-Agent (A2A) standard as another important development. Together, MCP and A2A could dramatically simplify how brokerages, MLSs, and technology providers consume and integrate property data, eliminating the need for integration with endless bespoke APIs.

The pace of technology shifts

When asked about the pace of change, Todd noted that AI is accelerating faster than any previous tech cycle he has seen, from web to mobile to cloud. What once took seven years for mainstream adoption of cloud may now take only two for AI and MCP. While he acknowledged that today’s real estate downturn is slowing some investment, he expects agentic features to become standard across SaaS platforms in the near term. Brokerages that prepare now by consolidating their data and aligning with MCP-driven access models will be best positioned to lead.

Conclusion

ATTOM’s commitment to transparency, data quality, and innovation reflects Todd Teta’s broader vision: that the future of real estate will be defined not just by who has the data, but by who delivers it in a way that empowers AI and protects digital sovereignty. As MCP servers roll out and the industry experiments with A2A integrations, ATTOM intends to be at the center of this transformation—making it easier for brokers, MLSs, and technology providers to trust the data that powers their next generation of tools.

WAV Group is a leader in helping companies license and leverage data effectively, and ATTOM already works with numerous WAV Group clients today. As WAV Group’s AI division, Fluente, continues to accelerate AI development for brokers and MLSs, we see integration with ATTOM’s MCP server as a ripe opportunity by year end.



The post ATTOM Data’s Vision for AI and MCP Servers: An Interview with Todd Teta appeared first on WAV Group Consulting.

]]>
ChatGPT is not killing Google Search: AI myth debunked https://www.wavgroup.com/2025/08/14/chatgpt-is-not-killing-google-search-ai-myth-debunked/?utm_source=rss&utm_medium=rss&utm_campaign=chatgpt-is-not-killing-google-search-ai-myth-debunked Thu, 14 Aug 2025 12:00:16 +0000 https://www.wavgroup.com/?p=52316 Over the past year, a wave of AI experts have suggested that the major LLMs – ChatGPT, Perplexity, and Google Gemini – are poised to replace Google Search. Even at HousingWire’s excellent AI Summit this week, the myth that AI is already killing search was also stated as fact on stage by at least one [...]

The post ChatGPT is not killing Google Search: AI myth debunked appeared first on WAV Group Consulting.

]]>
Over the past year, a wave of AI experts have suggested that the major LLMs – ChatGPT, Perplexity, and Google Gemini – are poised to replace Google Search.

Even at HousingWire’s excellent AI Summit this week, the myth that AI is already killing search was also stated as fact on stage by at least one AI speaker.

The implication is that SEO as we know it is dying. Some go as far as to claim that SEO is dead.

The reality? The data tells the truth.Google Search beats ChatGPT

The numbers don’t lie

Even as ChatGPT’s usage explodes, now processing more than 2.5 billion prompts every day, it is still a very small fraction of Google’s daily search volume.

Google handles between 10 and 16 billion searches every day. That is four to six times larger than the entire ChatGPT prompt universe. And when you look at actual web traffic, the gap is even wider:

  • Google Search daily clicks sent to publishers: ~16 billion
  • ChatGPT daily clicks sent to publishers:: ~25 million

That’s 640 times more clicks coming from Google to publishers than from ChatGPT. The reason is simple. Google’s business model is designed to send users out to other sites. ChatGPT, by design, keeps users in the conversation.

SEO is still your primary growth engine

For companies that rely on being found online, whether you are looking for buyers and sellers or growing your brand awareness, Google remains the most vital source of organic discovery.

If your goal is traffic, leads, and conversions, you must prioritize search optimization.

ChatGPT visibility is the new brand awareness play

However, dismissing ChatGPT entirely would be a major mistake. When users ask ChatGPT a question, your company name or product could appear directly in the answer. It is not the same as a click, but it is an early trust signal and is becoming a major brand touchpoint.

We wrote about the importance of PR to keep from being ghosted by AI in January 2024.

Think of the most effective strategy this way:

  • SEO ranking = you win the click
  • ChatGPT ranking = you win the mention

Both matter, but for different reasons.

The winning strategy: Optimize for both

The most successful companies will run parallel SEO and LLM strategies – often dubbed AEO – answer engine optimization. Continue investing in traditional SEO work such as keyword research, high-quality content, technical optimization, and link-building.

At the same time, build ChatGPT-friendly content by publishing fact-rich, authoritative information that can be easily quoted. Make sure your expertise appears in reputable sources that ChatGPT is likely to reference, and track where your brand is cited in AI responses.

Power of the short FAQ

One additional tactic that works for both SEO and ChatGPT is adding a short FAQ section after each blog post. Google’s algorithms like structured Q&A because it can qualify for rich snippets in search results. ChatGPT also favors this format because it mirrors how users prompt AI, and the concise, clear answers are easy for it to quote. Keep FAQs short, natural, and focused on real questions your audience asks.

A short FAQ can do double duty

An FAQ at the end of your content is a simple way to serve two audiences at once — human readers looking for quick answers, and the algorithms that decide whether your content is worth showing in results. Search engines can display your questions and answers right on the results page if you use FAQ schema. And ChatGPT can lift well-written FAQ answers directly into its responses, giving you visibility even when the click never happens.

Here is what that might look like for this very topic:

Is SEO still worth the investment in 2025?
Yes. Google is still the primary driver of organic traffic on the internet. While AI chatbots are growing in popularity, they do not send anywhere near the same number of clicks to websites.

Should I be creating content specifically for ChatGPT?
Yes, but not at the expense of your SEO work. Focus on producing clear, concise, authoritative answers to common questions in your industry. ChatGPT often uses well-structured information it can quote directly.

Will ChatGPT referrals eventually overtake Google Search?
They may close the gap over time, but the scale difference today is enormous. The best strategy is to position your brand so it is visible in both places — high in Google search results and cited in AI-generated answers.

Ignore the great AI myth

LLMs are changing how people interact with information, but they are not replacing search. In fact, only 7 percent of Americans use ChatGPT every day, a Reuters 2025 study finds. Well over 200 million Americans use Google every day, accounting for 3.2 billion daily searches.

At least for now, Google remains the primary gateway for discovery and traffic. The smart play is to meet your audience in both places: at the top of search results and inside AI-powered answers.

The future is not search versus AI: It is search plus AI.

The post ChatGPT is not killing Google Search: AI myth debunked appeared first on WAV Group Consulting.

]]>
Extend the value of your MLS by enable Lifetime Client Relationships for your Subscribers https://www.wavgroup.com/2025/06/24/extend-the-value-of-your-mls-by-enable-lifetime-client-relationships-for-your-subscribers/?utm_source=rss&utm_medium=rss&utm_campaign=extend-the-value-of-your-mls-by-enable-lifetime-client-relationships-for-your-subscribers Tue, 24 Jun 2025 17:31:11 +0000 https://www.wavgroup.com/?p=51741 The standout takeaway? Nearly 2/3 of homeowners are very or extremely interested in an online homeownership portal—an all-in-one platform to help manage, maintain, and protect their most valuable asset. Here’s what homeowners want it to do:

The post Extend the value of your MLS by enable Lifetime Client Relationships for your Subscribers appeared first on WAV Group Consulting.

]]>
National Homeownership Month is a time to celebrate the American dream of owning a home and building generational wealth. Owing a home offers families financial security, pride, and a place to build memories. But for many, owning a home also means facing the often-overlooked reality of managing one. From surprise repairs to misplaced warranties and the hunt for reliable service providers, homeownership is complex and time-consuming.

To better understand these challenges, WAV Group conducted the 2025 Homeownership Management Interest Survey, gathering insights from 250 homeowners across the country. The results are clear: homeowners want help and they value the idea of a portal to make it easy to maintain their home and make sound contractor choices while watching the value of their home increase. 

Download the 2025 Homeownership Management Interest Survey

A Wake-Up Call: Homeownership Is Harder Than Expected

Nearly half of respondents (44%) said maintaining a home is more effort than they initially expected. That’s not just about mowing the lawn or fixing a leaky faucet. Many homeowners struggle to manage:

  • Systems, appliances, and structural upkeep (43%)
  • Repair and upgrade history (43%)
  • Finding trusted contractors (35%)

The Case for a Homeownership Portal

The standout takeaway? Nearly 2/3 of homeowners are very or extremely interested in an online homeownership portal—an all-in-one platform to help manage, maintain, and protect their most valuable asset. Here’s what homeowners want it to do:

  • Store important documents like closing papers and warranties
  • Track property value and equity
  • Send reminders for routine maintenance
  • Provide access to trusted service providers
  • Maintain a communication link with their real estate agent

What Features Matter Most

  1. Centralized Information Management
    From paint colors to appliance receipts, homeowners crave a centralized, secure place to store details that matter. A portal keeps everything—from mortgage docs to maintenance logs—organized and easy to retrieve.
  2. Real-Time Home Value Tracking
    While 88% want monthly updates on their home’s value, only 17% currently receive them from their agent. A portal can automate this, helping homeowners monitor equity and make informed decisions about refinancing, renovations, or resale.
  3. Effortless Maintenance Scheduling
    Forgetting to change furnace filters or service HVAC systems can lead to costly repairs. A portal can send smart reminders and track service history, saving time, money, and stress for homeowners. 
  4. Trusted Contractor Connections
    Though 63% of homeowners turn to Google for service pros, most would prefer referrals. Yet only 17% ask their agent. A portal that features agent-endorsed providers bridges this gap and provides a meaningful way for agents to maintain and deepen their client relationships significantly increasing the chances of repeat and referral business. 
  5. Staying Connected with Real Estate Agents
    Agents are too often “one-and-done” after closing. A homeownership portal keeps them in the picture and continuing to act as a trusted, go to resource by sharing value updates, answering renovation questions, and being a partner in homeownership.

A Win-Win for Homeowners and Agents

The benefits of homeownership portals aren’t just for consumers. They give agents a powerful way to:

  • Stay in touch post-transaction
  • Deliver ongoing value and market insights
  • Identify when clients may be ready to move, refinance, or invest again

Currently, only 13% of consumers return to their original agent for a second transaction. But when agents maintain a relationship through helpful, ongoing support, those numbers can skyrocket.

Personal Perspective: Making Life Easier, One Portal at a Time

This research was inspired by a very real personal challenge—managing four properties across three states. As a property owner, we turned to Homeowner.ai to keep it all straight for us. Our homeownership portal now tracks everything from paint formulas to furnace servicing and insurance documents. It even alerts us to local market shifts. It also helps me find trusted local contractors in California, New York and Florida. I feel a lot more comfortable that we are effectively maintaining all of these properties through snow storms, hurricanes and earthquakes. 

The bottom line? Managing a home (or four!) doesn’t have to be overwhelming. The right technology has made it much more simple. 

 

Looking Ahead

Today, some of the most progressive Associations like the California Association of REALTORS now offers Homeowner.ai as a free member benefit.  Cotality now offers OneHomeowner as part of their MLS technology suite. Both are tangible ways to help agents and brokerages become more profitable by helping to increase repeat and referral business. 

Happy National Homeownership Month. Let’s help homeowners not just buy homes—but thrive in them.

Download the 2025 Homeownership Management Interest Survey 

If you would like to learn more about how your organization could offer Homeownership Portals, WAV Group is here to help. We can help you research options and outline the scope of what you might want to offer.

 

Hire WAV Group

  • Please select a service.
  • How can we help you?



The post Extend the value of your MLS by enable Lifetime Client Relationships for your Subscribers appeared first on WAV Group Consulting.

]]>
From the couch to the cap table: live investment TV is here — and real estate could be next https://www.wavgroup.com/2025/05/16/from-the-couch-to-the-cap-table-live-investment-tv-is-here-and-real-estate-could-be-next/?utm_source=rss&utm_medium=rss&utm_campaign=from-the-couch-to-the-cap-table-live-investment-tv-is-here-and-real-estate-could-be-next Fri, 16 May 2025 15:00:08 +0000 https://www.wavgroup.com/?p=51521 A fusion of compliance, capital, and entertainment that could reshape how people discover, evaluate, and act on investment opportunities.

The post From the couch to the cap table: live investment TV is here — and real estate could be next appeared first on WAV Group Consulting.

]]>
This week, Kore (previously KoreConX) announced one of the most unexpected and intriguing ventures we’ve seen in the capital markets world: a reality TV series where live viewers can invest in the companies they’re watching — as the pitch happens.

The show is called STAMPEDE, and it might just change everything.

Think Shark Tank, but with one massive twist — the audience isn’t just watching. They’re investing. In real time.

Entertainment meets capital formation

STAMPEDE isn’t theoretical. Season One is already in motion with 30 companies lined up. It’s being distributed via major OTT and F.A.S.T. platforms (Roku, Pluto, Tubi, etc.), with a potential reach of over 1.8 billion Smart TVs. The infrastructure powering it all? Kore — the same RegA+ platform used by Grant Cardone for his real estate fundraising empire.

Kore will handle every step of the compliance journey: onboarding, transactions, and post-show reporting. And to add more credibility, David Weild IV (yes, that David Weild — former Vice Chair of NASDAQ and widely known as the “Father of the JOBS Act”) is backing the show through his investment bank, Weild & Co.

For the first time, we’re seeing investment banking plugged directly into live entertainment — with the regulatory backbone to make it all compliant.

Why WAV Group is watching this closely

We’re not covering this because we suddenly became entertainment reporters. We’re covering this because if this works, real estate is almost certainly next.

Crowdfunding already taught us that people will rally behind causes and investments they can relate to — homes, renovations, flipping projects, and neighborhood development have always had strong emotional resonance. We’ve seen what’s possible with platforms like Fundrise and CrowdStreet.

But putting that in front of a live audience? With interactive tools, emotional storytelling, and the instant ability to invest in the next hot listing, development project, or income property?

That’s the kind of storytelling + tech convergence that could open up real estate investing to millions of new participants.

The bigger shift

At WAV Group, we’ve been vocal about the democratization of capital and the growing appetite for direct investment tools. But what we’re seeing here is a cultural shift. A fusion of compliance, capital, and entertainment that could reshape how people discover, evaluate, and act on investment opportunities.

If STAMPEDE finds even modest traction, we expect a wave of real estate content to follow:

  • Reality series for flipping or fractional ownership
  • Developer-backed shows selling units in real time
  • Brokerages showcasing presale listings with instant reservations
  • Fund managers offering LP stakes to live audiences

And if Kore’s infrastructure proves scalable, they’ll be at the center of it — again.

This is worth watching — not just for what it is, but for what it unlocks.

Hire WAV Group

  • Please select a service.
  • How can we help you?

The post From the couch to the cap table: live investment TV is here — and real estate could be next appeared first on WAV Group Consulting.

]]>