All tracks / Architecture and Technology / Build vs. buy: when to use horizontal AI platforms for HR

Build vs. buy: when to use horizontal AI platforms for HR

Horizontal AI platforms offer infrastructure, not intelligence. Know the difference before you commit.

7 min read Architecture and Technology

The appeal of horizontal platforms

The pitch is compelling. Microsoft Copilot Studio, Azure AI, Amazon Bedrock, and Google Vertex AI offer powerful building blocks: large language model access, agent orchestration frameworks, low-code development tools, and enterprise-grade deployment infrastructure. If your organization already runs on Azure or AWS, the platform is right there, already authenticated, already integrated with your identity provider.

IT leaders and engineering teams naturally gravitate toward these platforms. They know the tooling. They trust the vendor. And the initial proof of concept comes together fast. Within a few weeks, a small team can build a chatbot that answers HR policy questions or summarizes job descriptions.

The trouble starts when you try to move from that proof of concept to a production-grade HR agent that makes consequential talent decisions.

Infrastructure vs. intelligence

The distinction between infrastructure and intelligence is the key to understanding the build-vs-buy decision in agentic HR.

Horizontal platforms provide infrastructure:

  • Access to large language models (GPT-4, Claude, Llama, and others)
  • Agent orchestration primitives (chains, tools, memory)
  • Vector databases for retrieval-augmented generation
  • Deployment and scaling infrastructure
  • Authentication and access control

HR agent intelligence requires all of the above plus:

  • A skills ontology with tens of thousands of nodes and millions of relationships
  • Workforce context models that connect people, roles, skills, teams, and organizational structure
  • Compliance guardrails encoded for multiple jurisdictions
  • Talent-specific reasoning patterns for matching, gap analysis, succession, and redeployment
  • Bias detection and fairness monitoring calibrated for HR decisions
  • Evidence trails and explainability layers tuned for HR, compliance, and employee audiences

When you build on a horizontal platform, you get the first list for free. You must build the second list yourself. And the second list is where all the hard problems live.

The cost reality

Organizations consistently underestimate the cost of building HR agent intelligence on horizontal platforms. The pattern is predictable:

Phase Timeline Estimated cost Actual cost Key surprise
Proof of concept 4 to 6 weeks $50K to $100K $50K to $100K None. The POC goes smoothly.
Production MVP 3 to 6 months $200K to $400K $400K to $800K Skills matching requires an ontology. Prompt engineering does not scale.
Compliance and governance 2 to 4 months $100K to $200K $300K to $600K Audit trails, bias testing, and explainability are harder than expected.
Multi-use-case expansion 6 to 12 months $300K to $500K $800K to $1.5M Each use case needs its own reasoning patterns and data integrations.
Ongoing maintenance (annual) Continuous $150K to $250K $400K to $700K Ontology updates, model retraining, compliance changes, and integration breakage.

Amara Osei, VP of Engineering at a technology company, shared her team’s experience: “We estimated nine months and $600K to build a skills-matching agent on Azure. Eighteen months and $1.8M later, we had something that worked for one use case in one region. When we compared it to a purpose-built platform, the gap was obvious. We had built a bicycle. They had built a car.”

Five things you will have to build yourself

1. A skills ontology

Horizontal platforms do not include a skills ontology. You will need to build or license one. Building a production-grade ontology with skill relationships, proficiency levels, and decay rates is a multi-year effort. Licensing one (from providers like EMSI, Lightcast, or O*NET) gets you a foundation, but you still need to customize it for your organization and maintain the integration.

2. Workforce context assembly

An HR agent needs to reason over a unified view of an employee: their skills, role, team, performance, career preferences, learning history, and organizational context. Horizontal platforms give you retrieval-augmented generation and vector search. You still need to build the data pipeline that assembles all of this context from your HRIS, ATS, LMS, and performance systems into a coherent, queryable format.

3. HR-specific reasoning patterns

Matching a candidate to a role is not a generic search problem. It requires understanding skill adjacency, career trajectory patterns, organizational fit signals, and development potential. These reasoning patterns must be designed, tested, and refined by people who understand both AI and HR. Generic prompt engineering will not get you there.

4. Compliance guardrails

HR decisions are regulated. An agent that recommends candidates for a role must not discriminate on protected characteristics. An agent that flags employees for redeployment must comply with labor laws that vary by jurisdiction. Building these guardrails requires deep expertise in employment law, data privacy regulations, and AI governance frameworks.

5. Explainability and audit infrastructure

As covered earlier in this module, explainability in HR requires reasoning chains, evidence trails, and confidence scores, all rendered for multiple audiences. Horizontal platforms provide logging. You must build the structured explanation layer yourself.

When building makes sense

The build path is not always wrong. It makes sense in specific circumstances:

  • Highly unique workflows: If your organization has HR processes that are genuinely unlike anything on the market, a custom build may be necessary. This is rarer than most organizations believe.
  • Existing AI engineering team: If you already have a mature AI/ML team with HR domain expertise, the incremental cost of building on a horizontal platform is lower.
  • Complementary use cases: Building lightweight agents for organization-specific workflows (expense policy Q&A, onboarding checklists, meeting scheduling) on horizontal platforms while using purpose-built platforms for core talent decisions.
  • Strategic capability building: If your organization has decided that AI engineering is a core competency to develop, the learning value of the build path may justify the higher cost.

The hybrid model

The most effective organizations adopt a hybrid approach. They use purpose-built HR agent platforms for the hard problems: skills intelligence, talent matching, workforce planning, and redeployment. They use horizontal platforms for the long tail of simpler, organization-specific use cases.

Use case category Recommended approach Rationale
Skills-based talent matching Purpose-built platform Requires deep ontology and domain reasoning
Workforce planning and redeployment Purpose-built platform Requires broad organizational context and compliance guardrails
Succession planning Purpose-built platform Requires multi-domain reasoning across performance, skills, and career data
HR policy Q&A chatbot Horizontal platform Document retrieval with RAG is well-suited to general-purpose tools
Onboarding workflow automation Horizontal platform Structured workflows with low decision complexity
Meeting scheduling and coordination Horizontal platform Generic task automation with minimal HR domain intelligence needed

Tomoko Hayashi, CHRO at a global pharmaceutical company, described her organization’s approach: “We use a purpose-built platform for everything involving talent decisions. We use Copilot Studio for our HR service desk chatbot and a few internal workflow automations. The two complement each other. We would never try to use the horizontal platform for skills matching or succession planning.”

Questions to ask before deciding

Before committing to a build path on a horizontal platform, answer these questions honestly:

  1. Do you have a production-grade skills ontology, or will you need to build or license one?
  2. Do you have AI engineers with deep HR domain expertise, or will they need to learn the domain?
  3. Have you estimated the total cost of ownership over three years, including ongoing maintenance, compliance updates, and ontology management?
  4. Can your team realistically deliver production-grade explainability and governance within your timeline?
  5. Is the use case you are building for genuinely unique to your organization, or does it exist in some form at most large enterprises?

If the answer to most of these questions reveals gaps, the buy path will almost certainly be faster, cheaper, and more effective for core HR agent use cases. Save the build energy for the truly unique workflows where no vendor has tread.

Key insight

Horizontal AI platforms give you the engine. HR agent intelligence requires the engine, the fuel, the map, the navigation system, and a driver who understands labor law. Building on horizontal platforms means building all of that yourself.

Key terms

Horizontal AI platform
A general-purpose AI development platform such as Microsoft Copilot Studio, Azure AI, or Amazon Bedrock that provides foundational AI capabilities without domain-specific intelligence.
Domain intelligence
The specialized knowledge, data models, ontologies, and reasoning patterns required to make accurate decisions within a specific field such as human resources.
Skills ontology
A structured, hierarchical representation of skills and their relationships that enables an agent to reason about skill similarity, adjacency, and transferability rather than relying on keyword matching.
Total cost of ownership
The full cost of building and maintaining a system over its lifetime, including initial development, ongoing engineering, data maintenance, compliance updates, and opportunity cost.
Prompt engineering
The practice of designing and optimizing input prompts to guide a large language model toward producing accurate, relevant, and well-structured outputs for specific tasks.
The bottom line

Horizontal AI platforms are excellent infrastructure. They provide LLM access, orchestration primitives, and deployment tooling. But they do not provide HR domain intelligence: skills ontologies, workforce context models, compliance guardrails, or talent-specific reasoning patterns. Organizations that choose the build path must fund and maintain all of that themselves. The total cost of ownership is consistently two to five times higher than initial estimates. For most organizations, the right strategy is to use purpose-built HR agent platforms for core talent decisions and reserve horizontal platforms for organization-specific workflows that no vendor covers.