The Model Choice Is Not a Detail
Most PropTech vendors do not tell you which language model powers their AI features. There is a reason for that — and it is rarely a good one. The model decision shapes every downstream property that matters to a real estate developer: how accurately the system reads your pricing matrix, how faithfully it summarises a legal pack, how often it invents a clause that is not there, and how confidently you can put it in front of a buyer.
At QubeHub we made the model choice loudly and on purpose. Our co-pilot's primary reasoning engine is Claude, built by Anthropic. The rest of this post explains why — in terms of the workflows real estate developers actually run, not benchmark charts.
Why Long Context Wins in Real Estate
Real estate documents are long. A full project pack — master pricing matrix, unit specifications, payment plans, reservation terms, legal disclosures, brand guidelines — runs to hundreds of pages. The traditional workaround in AI products is to chunk those documents, embed them in a vector database, and retrieve fragments at query time. That works for trivia questions; it falls apart on the questions that actually drive deals.
"What is the total cost over five years for unit B-1204 on the 50/50 payment plan including service charges, against the 70/30 plan, accounting for the early-payment discount in clause 8.2 of the SPA?" That is not a trivia question. It requires reading the pricing row, the two payment plans, the service charge schedule, the discount clause, and reasoning across all of them in a single coherent pass. Chunked retrieval shreds the context exactly where the deal lives.
Claude's 200,000-token context window lets us hand the model a full unit pack, both payment plans, the relevant SPA clauses, and the service charge schedule in one prompt — and ask it to reason as a human analyst would. The result is an answer that holds together, with every number sourced from a document we trust.
Hallucination Risk on Pricing and Legal Documents
An AI that invents a price is worse than no AI at all. The same is true of contract clauses, payment schedules, and regulatory references. In the real estate context, a single hallucinated number can break trust with a buyer or trigger a regulatory complaint.
Our approach to grounding is non-negotiable. The co-pilot never answers numerical or legal questions from the model's parametric memory. Every figure, every clause, every term is retrieved from a verified source in your tenant — and the source is shown alongside the answer.
Where grounding fails, the model is instructed to say "I do not have this information" rather than fabricate. Claude is, in our testing, materially better than competing models at honouring this instruction under pressure — which is exactly the property you want when a broker is pushing for a fast answer in front of a buyer.
Safety Properties That Actually Matter
Anthropic's research focus on AI alignment is not marketing. It translates into model behaviours that matter when the AI is talking to your customers: lower rates of confidently wrong answers, better refusal behaviour on out-of-scope questions, more conservative handling of sensitive topics (legal, financial, personal data), and stronger instruction-following when asked to stay within a specific knowledge base.
For a developer's sales floor, those properties translate into fewer escalations, fewer compliance incidents, and fewer awkward conversations starting with "your AI told my buyer that…". The boring outcome is the valuable one.
Multi-Model Routing Inside QubeHub
Claude is the primary reasoning engine, not the only one. The co-pilot's architecture routes each task to the model best suited to it:
| Task | Model Class | Why |
|---|---|---|
| Long-document reasoning (pricing, legal) | Claude (Anthropic) | 200K context, strong faithful summarisation, conservative refusal behaviour |
| Multilingual buyer chat | Claude (Anthropic) | Native fluency across Arabic, English, Russian, French, Mandarin, Hindi |
| Lead intent classification | Smaller fine-tuned models | Faster, cheaper, sufficient accuracy on a constrained task |
| Semantic search / retrieval | Embedding models | Purpose-built for vector similarity |
| Image and floor plan understanding | Multimodal vision models | Floor plan parsing requires vision capability |
| Code-side automations | Code-specialised models | Internal tooling and integrations |
The customer never has to know which model answered. They see a single, consistent co-pilot. Under the hood, we route — and we keep routing as the frontier moves.
What This Means for Your Data
Data isolation is the second question every serious developer asks after "does it work?". The answer at QubeHub:
- Your project data, lead data, and communication history are scoped to your tenant. No cross-tenant access, ever.
- Prompts and responses sent to Anthropic's API are excluded from model training under contract.
- Where local regulation requires it (UAE, KSA, EU), inference and storage run in the appropriate region.
- Audit logs record every model call with the prompt context and the response, available for your compliance team on request.
This is the same architecture our enterprise customers run under. It is not a "we'll figure it out" pattern.
The Bottom Line
Picking a model is not a religious choice; it is an engineering one. Claude won the primary slot in our co-pilot because it reads long real estate documents faithfully, refuses to invent prices, behaves predictably across buyer languages, and runs under terms that respect customer data. If another frontier model surpasses it on these dimensions tomorrow, our routing layer will move the workload. Today, on real workloads from real developers, Claude is the right choice — and that is why our PropTech co-pilot is built on it.
For the wider picture of how this fits into a developer's sales stack, see our breakdown of why digital sales ecosystems are replacing legacy CRMs, our overview of multi-tenant SaaS architecture for real estate, and our companion piece 12 AI co-pilot use cases inside a developer's CRM.

