Insights

Be the General Contractor, Not the Subcontractor: How Real Estate Operators Should Build and Orchestrate AI

Be the General Contractor, Not the Subcontractor: How Real Estate Operators Should Build and Orchestrate AI

5/5/26

Real estate has a complicated relationship with technology. The industry is famously slow to adopt new tools, and when it does, the results are often disappointing — half-deployed PropTech, abandoned data warehouses, and a graveyard of "innovation initiatives" that never made it past pilot. The reasons are well-rehearsed: fragmented data, legacy systems, capital tied up in physical assets, and a talent pool where the best engineers gravitate toward Apple, Google, and Palantir before they ever consider a multifamily developer.

AI is changing the math, but not in the way most operators think.

The temptation right now — fueled by every LinkedIn post about "vibe coding" your way to a custom enterprise app over a weekend — is to build. To stand up an internal AI team, point them at Claude or Gemini, and start replacing vendors with bespoke tools. We talk to operators every week who are doing exactly this, and we understand the impulse. The market has more tools than any reasonable person can evaluate. Existing software is often poorly fit to a mid-size operator's workflow. And the demos look magical.

Here's the problem: you can't vibe code your way to an enterprise solution. Not for rent payments. Not for lease audits. Not for entitlement diligence. Not for anything that touches personal data, regulatory compliance, or a system of record. The 90% of functionality that's easy to prototype is not the 90% that runs your business.

This piece is a framework for operators who want to actually capture the value AI is creating — without burning cycles, capital, and credibility on internal tech projects that were never going to work.

1. The Reliability Gap Is Larger Than You Think

The first thing operators underestimate is the reliability gap between a foundation model and a production system.

Claude, ChatGPT, and Gemini run at roughly 98% uptime on a good month. Gmail runs at "infinite nines." For a chat tool, 98% is fine — you reload the page. For a workflow that processes rent payments, calculates entitlements feasibility, or audits leases at scale, 98% is a catastrophe. A 2% failure rate across a portfolio of 40,000 units is hundreds of broken interactions a day, each one a customer-service problem, a compliance exposure, or a missed dollar.

This is the part of the build that nobody demos. The model call is the easy part. The hard part is everything wrapped around it: retry logic, fallback paths, monitoring, evals, version pinning, model-swap mechanics when a provider deprecates an endpoint, audit trails, role-based access, and the integration plumbing that connects the AI to the systems where work actually gets done. None of that exists in a weekend prototype, and all of it is where production-grade AI lives or dies.

Add to this what we'll call the 90/10 rule: 90% of functionality is easy to ship. The final 10% — the edge cases, the compliance review, the integration with the legacy system that nobody documented — requires 100% of the effort. Operators consistently scope projects against the 90% and budget against the 10%. That arithmetic does not work.

And the cost continues after launch. Custom builds break — constantly. Models change. Upstream APIs change. Browsers change. Every time something upstream shifts, somebody on your team has to fix it. The ongoing maintenance burden of a custom AI tool is the line item most operators forget to put in the model.

2. The Mental Model: You Are the General Contractor

The single most useful frame we offer operators is borrowed from their own world: think of yourself as the general contractor, not the subcontractor.

A great GC does not pour their own concrete, frame their own walls, or run their own electrical. They orchestrate the best subcontractors in each trade, coordinate the schedule, manage the interfaces between trades, and own the outcome. Their value is in the orchestration — and in knowing the trade well enough to spot a bad sub before the inspection fails.

The same logic applies to AI in your organization.

Anthropic, OpenAI, and Google are spending tens of billions of dollars per year to build foundation models. Vertical AI companies — the ones building lease audit, land development, underwriting, and asset management software — are spending hundreds of millions to encode workflows that are genuinely hard to encode. The gap between what you can build internally and what specialists are building is widening, not narrowing. Every quarter you spend building a custom tool, the off-the-shelf alternative gets meaningfully better.

Your edge as an operator is not that you can rebuild Dealpath, Leverton, or any of the dozens of new AI-native tools coming to market. Your edge is that you know your portfolio, your workflows, your data, and your customers better than any vendor ever will. That knowledge is what should sit at the center of your tech stack — not a custom-built clone of something you could have bought.

3. The Three-Step Operating System

For operators ready to take this seriously, the playbook is straightforward. It is not easy, but it is straightforward.

Step 1: Document your workflows. Map how productivity actually flows through your organization — not the org chart, not the policy manual, the actual sequence of steps a person takes from "deal sourced" to "deal closed," from "lease signed" to "rent collected," from "candidate identified" to "offer accepted." Most operators have never done this with rigor. The exercise alone surfaces inefficiencies that no software can solve.

Step 2: Identify the best-in-class off-the-shelf tool for each workflow. For acquisitions diligence, asset management, lease audit, recruiting, marketing, accounting, and every other recurring workflow — find the leading vertical AI tool in that category and become a customer. Pay the subscription. Resist the urge to "just build it." If the tool covers 80% of your need, that 80% is almost always better than what you'll build yourself, and the vendor will close the remaining 20% faster than your internal team will. (If you're a meaningful customer, ask to be a design partner. The economics of that relationship can be excellent — early access, preferred pricing, and influence over the roadmap. We've written separately about how that exchange works.)

Step 3: Centralize the data — with appropriate controls. This is where your custom build belongs. Every off-the-shelf tool you adopt is producing data: meeting transcripts, lease terms, deal pipelines, candidate notes, vendor communications. Most of that data sits siloed inside the tool that produced it. Pulling it into a single, governed knowledge base — searchable, queryable, with the right access controls — is the work that no vendor can do for you, because no vendor sees the full surface of your business.

Done well, this knowledge base becomes the most valuable asset your firm owns. It is the only thing in the stack that genuinely compounds.

4. The Integration Layer Is Where You Actually Build

The natural follow-up question: if I'm not building the tools, what is my internal tech team building?

Two things.

The integration layer. Stitching the off-the-shelf systems together. Pushing data from your CRM into your knowledge base, from your knowledge base into your meeting prep, from your meeting prep back into your CRM. This work is genuinely yours to do because the specific combination of tools you've chosen is unique to your firm. No vendor will ever build the connector between the four systems you happen to use. This is where your engineers earn their keep.

The orchestration layer on top of the knowledge base. Once your data is centralized, you can do things no individual vendor can do for you. You can pull a complete executive briefing on an LP relationship — every meeting, every email, every action item, every deal context — in seconds, regardless of where any of that data was originally captured. You can stand up agents that sit alongside your team in the org chart: a recruiter agent that sources candidates, runs outreach, prepares pre-meeting briefings, and writes post-call notes back into the knowledge base without a human writing a follow-up email. An acquisitions agent that monitors markets, flags deals matching your buy-box, and drafts initial diligence memos.

This is the build that's worth doing. It's also the build that almost no one is doing well, because everyone is too busy trying to recreate Dealpath in-house.

A note on architecture: build this layer model-agnostic from day one. The model you start on will not be the model you finish on. Foundation models are commoditizing rapidly, and the price-performance curve is moving fast enough that you will want to swap providers every six to twelve months. If your knowledge base, your prompts, and your evals are tightly coupled to one provider's API, you will pay that switching cost over and over.

5. Where Custom Building Is Actually Worth It

We are not anti-custom. We are anti-custom-when-an-alternative-exists. There are three conditions under which building is the right answer:

  1. No off-the-shelf tool exists for your workflow. Some problems genuinely have not been solved yet. If you've done the search and confirmed nothing meets the bar, building can be the right call — though the better call is often partnering with a venture studio or vertical AI startup as a design partner, where you get the build without owning the maintenance.

  1. Your needs are genuinely unique. Most operators think their needs are unique. Most are wrong. But some are right — particularly at the edges of operating models: a vertically integrated developer-operator-manager doing things no pure-play firm does, or an operator with a specialty asset class (manufactured housing, student housing edge cases, build-to-rent at scale) where the tooling lags. In those cases, your operating reality is itself the moat, and building around it is defensible.

  1. The build is in the integration or orchestration layer. As covered above. This is almost always your work to do.

If your project does not meet one of these three conditions, you are very likely better off as a customer. We've watched too many operators sink years into rebuilding what they could have bought, only to end up with a worse version of the off-the-shelf tool, a maintenance burden they didn't budget for, and a team of engineers who would rather work somewhere else.

6. The Bottom Line

The operators who win the next decade in real estate will not be the ones who built the most custom AI. They will be the ones who selected the best off-the-shelf tools fastest, integrated them most cleanly, and built the deepest, best-governed knowledge base on top.

Be the general contractor. Pay the specialists. Centralize what only you can see. Build the integration layer that ties it together. And be honest with yourself about which of your "unique" requirements actually require a custom build versus which are just ego masquerading as differentiation.

The technology will keep getting better. The tools will keep getting cheaper and more capable. The operators who set themselves up to absorb those improvements — rather than to compete with the companies producing them — will compound advantage every quarter.

That is the playbook. The hard part, as always, is the discipline to follow it.

Stackpoint is a venture studio that builds and invests in agentic AI companies in high-barrier industries, including real estate. If you're an operator thinking through how to build, partner, or buy in this environment, we'd love to talk. hello@stackpoint.com

More Resources

More Resources