5. Models: What This Means in the Hub

The word model is one of the most overloaded terms in the construction vocabulary. It refers to a building information model, a structural analysis model, a financial model, a programme model and, increasingly, to the artificial intelligence systems that are transforming professional practice across the sector. This potential for confusion is not merely semantic. It has practical consequences: construction professionals who approach AI model selection without a clear understanding of what different model types do, what they are suited for, and where their limitations lie will make poor deployment decisions and expose their organisations and projects to avoidable professional risk.

This section of the hub addresses that confusion directly and specifically. It explains what is meant by models in the context of GenAI, distinguishes between the different categories of AI model that are most relevant to construction practice, and provides a practical framework for selecting, evaluating and governing AI models in the professional construction environment. The emphasis throughout is on practical capability, realistic limitations and appropriate use rather than on technical implementation details that are more relevant to AI engineers than to construction professionals.

The section also addresses the question of how AI models are deployed and governed in construction organisations, covering the decision between buying packaged AI solutions, building bespoke AI tools and adopting hybrid approaches. It provides a construction-specific framework for evaluating AI model performance, addressing the specific types of errors and failure modes that matter most in construction professional practice. And it addresses the security and integrity testing that responsible AI deployment in construction requires, including the specific risks of prompt injection and data leakage that arise when AI models are connected to construction project data environments.

Throughout this section, the connection between AI model choice and the broader technology architecture of AI deployment, including Model Context Protocol integrations, agentic AI frameworks and workflow automation platforms such as n8n, is addressed. The choice of AI model is not an isolated technical decision but an architectural decision that determines what the model can connect to, what it can do autonomously, and how it can be governed within the professional frameworks that construction practice requires.

5.1 Model Capability Map: A Construction-Oriented Guide

The AI model landscape is diverse, rapidly evolving and not always clearly explained in terms that are useful to construction professionals. Marketing materials from AI vendors tend to emphasise impressive general capabilities while understating the limitations and the specific conditions under which those capabilities are reliably available. Academic literature provides technical precision but not the construction-specific context that practitioner guidance requires. This sub-section bridges that gap by providing a construction-oriented map of the model categories that matter most for professional practice, organised around what each category can do in construction contexts rather than around the technical distinctions that differentiate them internally.

5.1.1 Text-Only Large Language Models

Text-only large language models are the most widely encountered category of AI system in current construction professional use, and they will remain the primary workhorse of GenAI adoption in the sector for the foreseeable future. Their core capability is the processing and generation of natural language text across a very wide range of tasks, and this capability maps directly onto a large proportion of the information work that construction professionals perform.

In construction, the tasks that text-only LLMs handle most effectively are those that are primarily linguistic in character: drafting written outputs such as letters, reports, specifications, narratives and summaries; extracting specific information from within longer documents such as contracts, correspondence and technical reports; classifying documents or records according to defined categories; comparing text across multiple documents to identify similarities, differences and inconsistencies; and generating structured outputs such as tables, registers and checklists from unstructured text inputs. These tasks collectively account for a very large proportion of the professional time spent by construction practitioners on information processing, and AI assistance with them has the potential to deliver substantial efficiency gains without requiring the more complex technical infrastructure of multimodal or embedding-based systems.

The practical limitations of text-only LLMs in construction contexts are as important to understand as their capabilities. They cannot process drawings, photographs or other visual information without multimodal capability. They cannot access information not in their training data or in the context provided to them, meaning that information about specific projects, specific sites and specific products must be explicitly provided rather than assumed to be known. They cannot perform precise arithmetic or numerical analysis reliably. And they cannot guarantee the factual accuracy of their outputs, making professional review of all AI-generated text an absolute requirement rather than an optional quality check.

The context window size of the text-only LLM being used is a particularly important practical constraint in construction, where the documents being processed are frequently very long. A full NEC4 contract with Z clauses, a comprehensive outline specification, or a set of meeting minutes from a complex design coordination session may exceed the context window of some models, requiring the document to be chunked and processed in sections. The context window sizes of current leading models vary substantially: GPT-4 Turbo supports up to 128,000 tokens, Claude supports up to 200,000 tokens on some configurations, and Google Gemini 1.5 Pro supports up to 1 million tokens, enabling it to process very long documents in a single context. Understanding the context window constraints of the model being used, and designing workflows that work within those constraints, is an important aspect of practical AI deployment in construction.

The leading text-only and text-primary LLMs most relevant to construction professional use include GPT-4o from OpenAI (OpenAI Platform), Claude from Anthropic (Claude), Gemini from Google (Google Gemini), and Llama from Meta AI (Meta LLaMA), which is available as an open-weight model for self-hosted deployment. For construction organisations with specific data governance requirements, the ability to deploy Llama or similar open-weight models on the organisation's own infrastructure provides a data sovereignty option that cloud-based models do not. Microsoft Azure OpenAI Service (Azure OpenAI) provides enterprise-grade deployment of OpenAI models within the customer's Azure subscription, with the data residency controls and security features that many construction organisations require.

When text-only LLMs are used within agentic AI frameworks, their capability expands significantly beyond what is possible in single-interaction use. An agentic system built on a text-only LLM can plan and execute multi-step information workflows, accessing multiple documents sequentially, extracting and synthesising information across them, checking the consistency of extracted information against defined criteria, and generating structured outputs that integrate findings from multiple sources. This agentic capability, enabled by frameworks such as LangChain (https://www.langchain.com/) and LlamaIndex (https://www.llamaindex.ai/), transforms text-only LLMs from sophisticated document processing tools into comprehensive professional information management systems.

The Model Context Protocol further extends this capability by enabling text-only LLMs to access information from connected systems in real time. An MCP-enabled text-only LLM can retrieve the current version of a contract from the project CDE (MCP), check the current status of a programme item in the project management platform, access the latest cost data from the cost management system, and integrate all of this current, project-specific information into a coherent professional output. This MCP-enabled connectivity is what makes text-only LLMs genuinely useful for complex, multi-source construction professional tasks rather than limiting them to the processing of information explicitly provided in the prompt.

5.1.2 Document Processing Models

Document processing models are a category of AI system specifically designed to extract structured information from the complex document formats that are endemic in construction practice. Unlike text-only LLMs, which expect their inputs in clean, machine-readable text format, document processing models can work directly with PDF files in their native format, including those with complex multi-column layouts, embedded tables, forms, diagrams and mixed text and image content. They can also process scanned documents, using optical character recognition to convert scanned text into machine-readable format before applying AI extraction and analysis.

The relevance of document processing capability to construction is substantial. A very large proportion of the information that construction projects generate and manage is locked in PDF format, and much of that information was not produced digitally in the first place but was scanned from paper records, hand-annotated drawings, or printed forms. Bills of quantities, specifications, contract documents, inspection records, test certificates, O&M manuals and as-built drawing registers are all routinely managed as PDFs in construction, and the ability to extract structured information from them without manual data entry or reformatting is a significant practical benefit.

The specific capabilities of document processing models that are most relevant to construction include table extraction, the ability to identify and extract tabular data from within PDF documents regardless of the complexity of the table structure; form field extraction, the ability to read and extract data from completed forms including inspection records, test reports and certification documents; scanned document processing, the ability to apply OCR and subsequent analysis to documents that are not natively machine-readable; and layout-aware processing, the ability to interpret document content in the context of its layout, understanding that a note in the margin of a drawing has a different status from the text in the main drawing body.

Leading document processing AI tools relevant to construction include Microsoft Azure Document Intelligence (Azure Document Intelligence), which provides enterprise-grade document processing with specific support for construction document types and data residency controls; Google Document AI (Google Document AI), which provides similar capabilities within the Google Cloud infrastructure; and Amazon Textract (Amazon Textract), which provides document processing within AWS. For construction organisations using Adobe products, Adobe Acrobat AI Assistant (Adobe Acrobat AI) provides AI-assisted document review and information extraction within a familiar professional tool environment.

Document processing models are natural targets for MCP integration in construction AI workflows, because they provide the capability to extract structured information from the PDF-format documents that constitute the majority of construction project information, making that structured information available to downstream AI tools including text-only LLMs and agentic systems. An n8n workflow that automatically processes incoming O&M manuals or test certificates by passing them through a document processing model to extract key information and then storing that structured information in the project asset management system illustrates how document processing models fit into the broader AI tool landscape for construction.

The accuracy limitations of document processing models are important to understand in construction contexts. OCR accuracy on scanned documents depends heavily on the quality of the scan, the typography of the original document, and the presence of handwriting or annotations. Table extraction accuracy depends on the regularity and clarity of table formatting. Form field extraction depends on the consistency of form design. All of these factors vary substantially across the construction project documentation that document processing models are applied to, and the governance framework for document processing applications must include quality checking processes that verify extraction accuracy before extracted information is used in downstream workflows.

5.1.3 Multimodal Models

Multimodal models can process and generate content across multiple input types simultaneously, most importantly the combination of text and images that is central to construction design and site management practice. The ability to ask an AI system a question about a drawing, a site photograph or an annotated plan and receive a substantive response that draws on both the visual and textual content of the input is a genuinely new capability that opens up construction AI applications that were not previously possible.

The construction applications that benefit most directly from multimodal capability are those where information is inherently visual or where the combination of visual and textual information is essential for understanding. Site photograph analysis, in which images are reviewed for safety concerns, quality issues, progress milestones or conditions evidence, is currently one of the most practically deployed multimodal applications in construction. Drawing review, in which AI assists in identifying potential issues in architectural or engineering drawings by combining visual analysis with knowledge of relevant standards and specifications, is a rapidly developing application. As-built verification, in which site photographs are compared against design drawings to identify deviations, requires multimodal capability to bridge the gap between the photographic and the drawn record.

The current capabilities and limitations of multimodal models in construction contexts require honest and specific assessment. Current models including GPT-4o and Claude can perform impressive feats of visual recognition and cross-modal reasoning on construction imagery. A multimodal model can identify safety concerns in a site photograph, extract dimensional information from a simple architectural drawing, or describe the contents and organisation of a design drawing. However, it cannot read complex engineering drawings with the precision of a trained engineer, cannot reliably identify subtle construction defects from photographs, cannot process the three-dimensional data in a BIM model without conversion to a two-dimensional image representation, and cannot provide the authoritative technical interpretation that professional sign-off requires.

The practical capabilities of the leading multimodal models for construction have been evolving rapidly throughout 2024 and 2025. OpenAI's GPT-4o (GPT-4o) provides strong multimodal performance across text and images. Anthropic's Claude (Anthropic Claude) provides document and image analysis with strong instruction following. Google Gemini (Google Gemini) offers multimodal capability with particular strength in processing complex document layouts. For construction-specific visual AI applications, platforms including Openspace (OpenSpace), Buildots (Buildots) and HoloBuilder (HoloBuilder) have developed purpose-built AI systems for construction site visual analysis that combine multimodal AI with construction domain knowledge.

Within agentic AI frameworks, multimodal models provide the visual perception capability that enables agents to interact with construction information in its natural visual formats. An agentic inspection support system might use a multimodal model to analyse site photographs, extract the findings in structured text format, and then pass those findings to a text-only LLM for comparison against the project specification and generation of a structured inspection report. This composition of multimodal and text-only AI capabilities within an agentic framework, connected through MCP to the project's CDE and quality management system, represents the kind of integrated AI workflow that delivers substantially more professional value than any single model type used in isolation.

5.1.4 Speech-to-Text Models

Speech-to-text models convert spoken audio into written text, and in the construction context they have their most immediate application in the transcription and processing of meetings, briefings, site conversations and recorded observations. The volume of verbal communication in construction professional practice is very large, and a significant proportion of the information generated in design meetings, site briefings, client workshops and commercial discussions is never formally captured or is captured only in imprecise and incomplete manual notes.

AI-powered transcription of construction meetings and briefings addresses this information capture problem directly. A design coordination meeting in which key decisions are made, actions allocated and issues identified can generate a structured record of those decisions, actions and issues automatically, without requiring a dedicated minute-taker and without the delay and imprecision that manual note-taking introduces. A site briefing in which a supervisor explains a method statement to a work gang can generate a record that a method statement was explained, to whom and when, supporting CDM compliance documentation. A client workshop in which requirements are discussed can generate a transcript from which requirements can subsequently be extracted using an LLM.

Leading speech-to-text tools relevant to construction include Microsoft Azure Speech Services (Azure Speech), which provides enterprise-grade transcription within the Azure ecosystem; OpenAI Whisper (Whisper), which is an open-source speech recognition model that can be self-hosted for data governance reasons; Otter.ai (Otter.ai), which provides AI-powered meeting transcription with speaker identification and action item extraction; and Microsoft Teams Premium (Teams Premium), which provides integrated transcription, summary and action extraction within the Teams environment used by many construction organisations.

The accuracy of speech-to-text systems in construction contexts is affected by several specific factors that practitioners need to understand. Construction terminology, including technical terms for building components, materials, systems, contract mechanisms and regulatory requirements, may not be well represented in the training data of general-purpose speech-to-text models, leading to transcription errors on domain-specific vocabulary. Site environments with ambient noise, multiple concurrent speakers and communication over radio or phone introduce additional accuracy challenges. Speaker accents, particularly in internationally diverse construction teams, affect recognition accuracy. The governance framework for speech-to-text applications must therefore include human review of transcriptions before they are used as the basis for action records, compliance documentation or formal project records.

An n8n workflow connecting speech-to-text processing with downstream AI analysis and information management provides a practical implementation pattern for construction teams. A meeting recording uploaded to SharePoint can trigger an n8n workflow that passes it to a speech-to-text model for transcription, passes the transcript to an LLM for action item extraction and structuring, creates draft actions in the project task management system, and posts a meeting summary to the project Teams channel for review and approval. This end-to-end workflow from spoken meeting to structured action records, achievable with current tools and requiring no specialist AI engineering capability to operate through n8n, illustrates the practical value of speech-to-text integration in construction information management.

5.1.5 Embedding Models and Semantic Search

Embedding models occupy a foundational but less visible role in the construction AI ecosystem: they are the technology that makes meaningful search across large, heterogeneous construction document sets possible. An embedding model converts text, and in multimodal variants also images and other content types, into high-dimensional numerical vectors that capture the semantic meaning of the content. Documents with similar meanings produce similar vectors, enabling search systems to find semantically related content regardless of whether the search query uses the same words as the document being sought.

The construction relevance of semantic search is direct and substantial. Construction project document sets are characterised by terminological inconsistency, the same concept described with different words in different documents produced by different disciplines and organisations. A search for information about structural load requirements might need to find documents that use the terms load, structural load, imposed load, design load, and loading, all referring to the same concept but with different specific meanings. A keyword search for any single term would miss the others. A semantic search, which understands that all of these terms relate to the same concept, can retrieve all relevant documents regardless of the specific terminology used.

Embedding models also underpin the retrieval-augmented generation systems that are among the most practically valuable AI applications in construction, as described in detail in section 4. A RAG system uses an embedding model to convert the project document corpus into a searchable vector database, uses the same embedding model to convert user queries into vectors, finds the most semantically similar document passages by comparing the query vector against the document vectors, and provides the retrieved passages as context to an LLM for response generation. The quality of the embedding model is therefore a direct determinant of the quality of the RAG system: a poor embedding model produces poor retrieval, which produces poor LLM responses regardless of how capable the LLM itself is.

Leading embedding models relevant to construction RAG applications include OpenAI's text-embedding-3-large (OpenAI Embeddings), which provides state-of-the-art embedding quality for English text; Cohere's embedding models (Cohere Embed), which include multilingual variants relevant for international construction projects; and the sentence-transformers library (Sentence Transformers), which provides open-source embedding models that can be deployed on local infrastructure. Vector databases for storing and searching embeddings include Pinecone (Pinecone), Weaviate (Weaviate), Chroma (Chroma) and Azure AI Search (Azure AI Search), each with different trade-offs in terms of scalability, hosted versus self-hosted deployment, and integration with other AI platform components.

The practical preparation of construction documents for embedding-based search involves a process called chunking, in which long documents are divided into smaller passages that can be individually embedded and retrieved. The chunking strategy has a significant impact on retrieval quality and requires specific attention for construction document types. A contract should be chunked at the clause level, so that individual clauses can be retrieved in response to specific contractual queries. A specification should be chunked by section and sub-section, preserving the hierarchical structure of the specification. A set of meeting minutes should be chunked by agenda item or topic, so that specific decisions or actions can be retrieved independently.

Agentic AI systems that use embedding-based retrieval can significantly outperform simple RAG implementations in construction contexts, because they can adapt their retrieval strategy based on the nature of the query and can perform multiple retrieval passes to gather information from different parts of a document corpus. An agentic system that receives a complex query about the programme implications of a specific compensation event can plan a retrieval sequence that first retrieves the relevant contract clauses about programme and time assessment, then retrieves the relevant programme records, then retrieves any relevant correspondence about the event in question, and then synthesises these retrieved sources into a coherent professional response. This multi-step retrieval, enabled by agentic frameworks and connected to project data through MCP, is substantially more powerful than the single-retrieval approach of basic RAG systems.

5.2 Model Selection Criteria: Practical Decision-Making for Construction

The selection of an AI model for a specific construction application involves a set of practical decisions that go well beyond the question of which model performs best on generic AI benchmarks. Construction AI deployment is governed by data sensitivity requirements, professional accountability obligations, operational environment constraints and cost management disciplines that collectively determine which model, deployment architecture and governance framework is appropriate for a specific use case. This sub-section provides a structured framework for making these practical decisions, grounded in the realities of construction professional practice.

5.2.1 Data Sensitivity and Residency Requirements

Data sensitivity is the primary factor in AI model selection for most construction applications, overriding considerations of capability, cost and convenience. Construction projects routinely involve information that is commercially sensitive, personally identifiable, contractually confidential or subject to specific security requirements. The inadvertent exposure of this information through AI processing is a professional, legal and contractual risk that must be addressed before any other selection criterion is considered.

The data sensitivity assessment for a specific AI application begins with a classification of the information that the AI model will process. Construction project information ranges from non-sensitive, publicly available content such as planning policy documents, publicly available standards and general industry guidance, through commercially sensitive project information such as tender prices, commercial strategies and dispute positions, to personally identifiable information such as personnel records and occupant data, and in some cases to security-sensitive information subject to government security classifications in defence, intelligence and critical national infrastructure projects.

Data residency requirements specify where the data processed by an AI model must be stored and processed. UK government projects typically require that project data be processed and stored within the United Kingdom. Some defence and national security projects have additional requirements that mandate processing on specifically accredited infrastructure. European projects involving EU-based clients or data may require compliance with the EU GDPR in addition to UK GDPR. Understanding these residency requirements and verifying that a specific model and deployment architecture meets them is a mandatory step in model selection for any application involving sensitive project data.

The Information Commissioner's Office guidance on AI and data protection (ICO AI Guidance) provides the UK regulatory framework for data protection in AI applications. The National Cyber Security Centre's cloud security guidance (NCSC Cloud Security) addresses security requirements for cloud-based AI deployments. For government and defence projects, the Cabinet Office guidance on secure cloud (Cabinet Office Cloud) and the official sensitive data requirements established by the Security Policy Framework (Security Policy Framework) are the primary reference documents for data residency and security requirements.

The practical implications of data sensitivity requirements for model selection are significant. Cloud-based API access to leading foundation models is appropriate for non-sensitive and moderately sensitive construction information, provided that the API provider offers enterprise data governance terms including commitments that customer data is not used for model training and that processing occurs in specified jurisdictions. For sensitive and highly sensitive construction information, enterprise-grade cloud deployment within the organisation's own cloud subscription, or fully on-premises deployment of open-weight models, may be required. The trade-off is between the higher capability of the leading cloud-based models and the greater data governance control of enterprise or on-premises deployment.

When designing agentic AI workflows that connect to multiple data sources through MCP, the data sensitivity of each connected source must be assessed and the data governance implications of the connections considered. An agentic system that connects to a project CDE containing commercially sensitive design information through an MCP server must be governed as if it has access to all of that sensitive information, even if specific interactions only retrieve non-sensitive content. The principle of least privilege, granting AI systems access only to the specific data they need for specific tasks, is an important data governance principle for agentic AI deployment in construction.

5.2.2 Auditability and Logging Requirements

Auditability, the ability to trace AI model interactions, inputs, outputs and decisions in a way that supports retrospective review and accountability, is a professional and governance requirement for almost all construction AI applications. Construction professional practice creates accountability obligations that require practitioners to be able to demonstrate, after the fact, what information they relied upon, what analysis they conducted, and what judgements they made in reaching a professional conclusion. When AI tools are involved in producing the information, analysis or first drafts that inform those judgements, the AI interactions must be part of the auditable record.

The logging requirements for construction AI applications vary by risk tier. For Tier 1 low-risk applications, the minimum logging requirement is a record that an AI tool was used, which tool was used, and that the output was reviewed by a qualified professional before use. For Tier 2 medium-risk applications, the logging requirement extends to capturing the prompt used, the AI output generated, the identity of the professional reviewer and the date of review, and any material changes made to the AI output during review. For Tier 3 high-risk applications, the logging requirement is the most comprehensive, requiring capture of all interaction data including the full prompt, the full AI output, the identity of each reviewer, the specific checks conducted, and the documented basis for the professional conclusion.

The AI logging and audit trail features of different model deployment platforms vary substantially and should be a specific factor in model selection for professional construction applications. Microsoft Azure OpenAI Service (Azure OpenAI) provides comprehensive logging and monitoring through Azure Monitor and Azure Application Insights, enabling organisations to capture and analyse all AI interactions within their Azure subscription. AWS Bedrock (AWS Bedrock) provides similar logging capabilities through AWS CloudWatch. For organisations building AI workflows using n8n, the platform's built-in execution logging captures the inputs and outputs of each workflow step, providing an audit trail of AI-assisted processes that can be exported and stored in the project's governance records.

The relationship between AI logging requirements and the existing information management frameworks of construction projects is important to address explicitly. ISO 19650 requires that information management activities be documented and that audit trails be maintained for all information transactions. The use of AI tools in information management activities is an information management activity for ISO 19650 purposes, and the AI interaction logs required by the hub's governance framework should be treated as part of the project's ISO 19650 information management record rather than as a separate administrative burden. This integration of AI governance documentation with existing information management obligations is an important principle for construction organisations seeking to implement AI governance efficiently.

5.2.3 Latency and Throughput Requirements

The performance requirements for AI models in construction applications vary substantially across different use cases and operating environments. A back-office analyst who uses an LLM to assist in drafting a cost plan narrative can tolerate a response time of several minutes if the quality and completeness of the response justifies the wait. A site engineer who queries a RAG system from a tablet on site for immediate information about a specific inspection requirement needs a response in seconds. A document processing pipeline that processes hundreds of incoming O&M manuals at handover needs to achieve high throughput to complete within the required handover period.

Understanding the latency and throughput requirements of a specific construction AI application, and selecting a model and deployment architecture that meets those requirements under realistic operating conditions, is an important practical aspect of model selection. Models that perform well in laboratory testing under ideal network conditions may not meet the performance requirements of real-world construction deployment, particularly on sites with poor connectivity, in international locations with high network latency to cloud-based model APIs, or in time-critical situations where immediate responses are needed.

Site-based AI applications have specific latency requirements that differ from those of back-office applications. A site manager querying a safety document retrieval system during a toolbox talk preparation needs a response fast enough to be practically useful in the site context. A quality inspector using a multimodal AI tool to assist with inspection record completion needs responses that fit into the pace of the inspection workflow. These latency requirements favour deployment architectures that minimise round-trip time to the model, including edge deployment of smaller models where full connectivity to cloud-based models cannot be assured.

For agentic AI workflows that perform multiple sequential model interactions in the course of completing a complex task, the cumulative latency of multiple model calls can significantly affect the practical usability of the system. An agentic system that makes ten sequential model calls to complete a compensation event analysis, each requiring a two-second round trip, will take at least twenty seconds to complete, which may or may not be acceptable depending on the context. Designing agentic workflows to parallelise model calls where possible, and selecting models with low latency for time-critical steps, are important performance optimisation considerations for agentic AI deployment in construction.

5.2.4 Cost Predictability and Budget Management

AI model costs in construction professional practice must be understood, budgeted and controlled in the same way as any other professional service or technology cost. The failure to establish adequate cost controls for AI model usage can result in unexpectedly large costs, particularly where AI tools are integrated into routine workflows that process large volumes of documents or generate large volumes of output. Token-based pricing, in which costs are proportional to the amount of text processed and generated, creates a direct relationship between AI usage volume and cost that must be managed through appropriate workflow design and usage monitoring.

The cost components of AI model deployment in construction include API usage costs, charged per token for cloud-based models; infrastructure costs for enterprise-grade deployments including compute, storage and networking; software licensing costs for AI-powered construction platforms; development and integration costs for bespoke AI tools; and ongoing maintenance and governance costs. These components must all be understood and budgeted when evaluating the total cost of AI adoption, not just the headline API pricing that vendors typically quote.

The OpenAI pricing page (OpenAI Pricing), Anthropic pricing (Anthropic Pricing) and Google AI pricing (Google AI Pricing) provide the current API pricing for the major foundation models. These prices have generally declined over time as model capabilities have improved and competition has intensified, but they should be verified against current provider documentation rather than assumed based on historical figures. For organisations using Microsoft Copilot products, Microsoft 365 Copilot (Microsoft 365 Copilot) is licensed on a per-user per-month basis, providing more predictable cost than token-based API pricing for organisations with well-defined user bases.

Cost predictability is particularly important for AI workflows that process construction documents at scale, such as RAG systems that must index large document corpora or document processing pipelines that handle bulk handover documentation. A preliminary cost estimation exercise, using the provider's pricing documentation to estimate the number of tokens that will be processed based on the anticipated document volumes, should be conducted before any large-scale AI deployment to ensure that the expected costs are within budget. n8n workflows that include usage monitoring and alerting steps can provide ongoing visibility into AI costs, enabling teams to identify unexpected usage patterns before they generate significant expenditure.

5.3 Build vs Buy vs Hybrid: Patterns for Construction AI Deployment

One of the most consequential strategic decisions in construction AI adoption is the choice between buying packaged AI solutions, building bespoke AI tools, or adopting hybrid approaches that combine elements of both. This decision shapes the organisation's relationship with AI technology, determines the extent of control it has over its AI tools and data, and sets the level of technical capability required to deploy and maintain AI systems in professional practice. The right answer varies by organisation size, technical maturity, risk appetite and the specific use cases being pursued.

5.3.1 Buy: Packaged Copilots in Existing Platforms

The buy approach to construction AI adoption involves using packaged AI capabilities that are embedded in existing construction technology platforms, or subscribing to purpose-built AI tools designed for construction use. This approach offers the fastest route to practical AI adoption with the lowest upfront investment, and it is the appropriate starting point for most construction organisations that are beginning their AI adoption journey.

The construction technology platforms that are most relevant to the buy approach are those that construction organisations already use for project management, document management, cost management and design coordination. Autodesk Construction Cloud (https://construction.autodesk.com/) has incorporated AI capabilities including AI-powered cost reporting, schedule analysis and document management features. Procore (https://www.procore.com/en-gb) has integrated AI features including AI-assisted daily reporting and predictive safety analytics. Oracle Aconex (https://www.oracle.com/uk/construction-engineering/aconex/) has developed AI-assisted document management and correspondence management capabilities. Microsoft 365 Copilot (https://www.microsoft.com/en-gb/microsoft-365/business/copilot-for-microsoft-365) provides AI assistance across Word, Excel, PowerPoint, Outlook and Teams, which collectively form the primary productivity environment for most construction office-based professionals.

Construction-specific AI platforms developed as standalone buy solutions include Buildots (Buildots) for construction progress monitoring; OpenSpace (OpenSpace) for site documentation and progress tracking; Alice Technologies (Alice Technologies) for construction schedule optimisation; Spellbook (Spellbook) for contract drafting and review; and a growing range of construction-specific AI tools across cost management, safety management and information management domains. The hub's Resource Library maintains a current directory of these platforms with regular updates on capability developments.

The primary advantages of the buy approach are speed of deployment, lower upfront technical investment, and the benefit of AI capabilities that have been designed and tested for the specific construction context by vendors with domain expertise. The primary limitations are reduced control over data handling and governance, limited ability to customise the AI behaviour to the organisation's specific workflows and requirements, and the risk of vendor lock-in where key professional workflows become dependent on a single platform's AI capabilities.

The data governance assessment of any buy solution should be a primary step in the procurement decision. Construction organisations should require explicit contractual commitments from AI vendors on the following data governance points: that project data will not be used to train AI models without explicit consent; that data will be processed and stored in specified jurisdictions meeting the organisation's data residency requirements; that the vendor's data handling practices are auditable and that audit rights are available on request; and that the data governance terms will not be changed unilaterally during the term of the contract. Vendors who cannot or will not provide these commitments should not be used for applications involving sensitive project information.

5.3.2 Build: Bespoke AI Tools for Defined Workflows

The build approach involves developing bespoke AI tools tailored to specific construction workflows, using foundation model APIs, agentic frameworks and workflow automation platforms as building blocks. This approach provides the highest level of control over AI behaviour, data handling and governance, and enables AI tools to be precisely aligned with the organisation's specific professional processes and information management frameworks. It requires greater technical capability than the buy approach and involves higher upfront development investment, but it can deliver substantially better workflow alignment and governance control for organisations with the capability to pursue it.

The most common bespoke construction AI tools that organisations are developing through the build approach include RAG systems over project document sets, which require the design and implementation of a document processing pipeline, an embedding model selection and deployment, a vector database configuration, and a query interface; contract analysis tools that apply LLMs to specific contract types with customised prompting frameworks designed for the specific contract form and risk profile; and agentic workflows for multi-step professional tasks such as compensation event management, design coordination issue tracking and handover documentation checking.

The primary agentic frameworks for building bespoke construction AI tools are LangChain (LangChain) and LlamaIndex (LlamaIndex), both of which provide Python-based frameworks for composing LLMs, retrieval systems and external tools into multi-step AI workflows. For organisations that want to build agentic workflows without deep Python programming expertise, n8n (n8n) provides a visual, low-code environment for building AI-powered automation workflows that is accessible to technically capable construction professionals without specialist AI engineering background. CrewAI (CrewAI) enables the orchestration of multiple AI agents working collaboratively on complex tasks, which is particularly relevant for multi-disciplinary construction workflows that involve different professional domains.

The MCP standard is increasingly central to the build approach, because it provides the standardised connectivity protocol that enables bespoke AI tools to access and interact with the construction platforms, data sources and external systems that construction workflows require. A bespoke RAG system built over a project CDE benefits from MCP connectivity that enables it to retrieve documents directly from the CDE in real time rather than relying on periodic exports. A bespoke compensation event management agent benefits from MCP connectivity to the project management platform that enables it to access live programme data. As more construction platforms implement MCP servers, the value of the build approach increases, because the effort required to connect bespoke AI tools to construction platform data decreases substantially.

The governance requirements for bespoke AI tools are more demanding in some respects than for packaged buy solutions, because the organisation takes on full responsibility for the design, testing and maintenance of the AI behaviour rather than relying on the vendor's governance framework. A bespoke AI tool that generates incorrect outputs due to a poorly designed prompt, an inadequate retrieval configuration or an untested edge case is the organisation's professional responsibility, not the foundation model provider's. This responsibility makes thorough testing, including the red teaming described in section 5.4, an essential component of bespoke AI tool development for construction professional applications.

5.3.3 Hybrid: Enterprise Platforms with Bespoke Retrieval and Governance

The hybrid approach combines the deployment speed and integration benefits of established enterprise platforms with the control and customisation benefits of bespoke AI development. In practice, this typically means using a major enterprise AI platform such as Microsoft Azure OpenAI Service, Amazon Bedrock or Google Vertex AI as the foundation model infrastructure, while building custom retrieval layers, governance workflows and professional interfaces that are specifically designed for the organisation's construction workflows and information management requirements.

The hybrid approach is particularly well suited to large construction organisations that have significant technical capability, complex and varied AI use cases, and demanding data governance requirements. The enterprise platform provides the model infrastructure, the data residency controls, the security compliance and the scalability that large-scale deployment requires. The bespoke layers provide the construction domain specificity, the workflow integration and the governance customisation that generic enterprise AI platforms cannot provide out of the box.

A typical hybrid construction AI architecture might use Azure OpenAI Service (Azure OpenAI) for foundation model access within the organisation's Azure subscription, Azure AI Search (Azure AI Search) for vector database and semantic search infrastructure, Azure Document Intelligence (Azure Document Intelligence) for document processing, and Microsoft Copilot Studio (Copilot Studio) for building custom AI assistants that surface AI capabilities within Teams, SharePoint and Office. Bespoke construction logic, including construction-specific prompt frameworks, domain knowledge bases and governance workflow integrations, would then be developed and deployed on top of this enterprise platform infrastructure.

For organisations that want to implement a hybrid approach without committing to a single cloud vendor's ecosystem, n8n provides a vendor-neutral workflow automation layer that can connect AI capabilities from multiple providers with construction data from multiple platforms. An n8n-based hybrid architecture can use OpenAI for language model inference, Pinecone for vector storage, Azure Document Intelligence for document processing, and custom integrations with construction-specific CDEs and project management platforms, all orchestrated through n8n workflows that implement the governance and approval steps required by the construction professional context.

5.4 Model Evaluation and Benchmarking

The evaluation of AI model performance in construction contexts is one of the most important and most frequently neglected aspects of responsible AI adoption. Generic AI benchmarks, the standardised tests that AI researchers use to compare model performance across a range of tasks, provide useful general guidance on model capability but do not reflect the specific characteristics of construction professional practice. A model that scores highly on a generic reading comprehension benchmark may still perform poorly on construction contract clause extraction if it has not been tested on the specific document types, terminological conventions and professional standards applicable to construction.

Construction-specific evaluation is therefore a professional requirement for any AI deployment that will be used in situations where errors in AI outputs can have professional, commercial or legal consequences. This evaluation should be conducted using test sets that genuinely reflect the information types, task complexity and accuracy requirements of the specific construction application, and the results should be documented and maintained as part of the AI governance record for the application.

5.4.1 Construction-Specific Test Sets

A construction-specific test set is a curated collection of inputs and expected outputs designed to evaluate AI model performance on tasks that reflect real construction professional practice. The development of test sets requires both AI evaluation expertise and construction domain knowledge, and it is most effectively conducted by collaboration between construction professionals who understand what good outputs look like and AI practitioners who understand how to structure evaluation appropriately.

Specification Extraction Accuracy

Specification extraction tests evaluate how accurately an AI model can extract specific information from construction specifications. A well-designed test set for specification extraction includes a representative sample of specification documents covering different specification types, different NBS sections, different project types and different levels of specification complexity. For each document in the test set, a set of extraction queries is defined, each with a verified correct answer against which the AI output can be assessed.

The evaluation metrics for specification extraction include completeness, the proportion of correct answers that the model successfully extracted; precision, the proportion of extracted items that are correct; and failure mode analysis, the identification of the specific types of extraction error that the model makes most frequently. In construction specifications, the most significant failure modes include extracting the wrong value for a correctly identified property, extracting information from the wrong section when similar properties appear in multiple sections, and missing extraction targets that are expressed in non-standard or abbreviated form.

For organisations implementing RAG systems over construction specifications, the specification extraction test set should include tests of the full RAG pipeline, not just the LLM extraction capability in isolation. A RAG system can fail to extract correct information either because the LLM extraction is incorrect or because the retrieval step failed to retrieve the relevant specification passage. Testing the full pipeline, including retrieval, identifies both types of failure mode and enables targeted improvement of the system's weakest component.

Clause Mapping Correctness

Clause mapping tests assess whether an AI model can correctly identify and relate contractual clauses across construction contract documents. This capability is foundational to contract analysis applications, where the AI needs to understand which clauses relate to which contractual obligations, how clauses in one part of the contract interact with clauses in another, and where bespoke amendments have modified the standard clause provisions.

A well-designed clause mapping test set covers the contract types most commonly used in the deployment context, typically NEC4 and JCT in the UK, and includes examples of both standard and amended contracts. The test should include cases where clause numbers have changed between contract editions, where the same obligation is addressed in multiple clauses, and where bespoke amendments have introduced new clause structures that differ from the standard form. Failure modes to test specifically include incorrect clause attribution, where the AI assigns a contractual requirement to the wrong clause; out-of-context extraction, where a clause is extracted in a way that misrepresents its meaning by ignoring the surrounding context; and missed clause interactions, where the AI fails to identify that two clauses jointly determine the contractual position on a specific issue.

The NEC4 guidance notes (NEC) and JCT practice notes (JCT) provide authoritative explanations of clause interactions and intended meanings that should inform the development of clause mapping test sets. Practical Law's construction law resources (Practical Law) provide commentary on how specific clauses have been interpreted in dispute resolution that is relevant to testing whether AI clause mapping reflects legally established interpretations.

RFI Classification Accuracy

RFI classification tests measure how reliably an AI model can categorise requests for information based on their topic, discipline, urgency and responsible party. In construction, RFIs span an enormous range of subject matter, from questions about specific material specifications and installation details to queries about design intent and contractual requirements. The ability to classify RFIs accurately is valuable for routing them to the correct respondent quickly, for tracking RFI patterns that may indicate design coordination problems, and for reporting on RFI volumes and response times by category.

A well-designed RFI classification test set includes RFIs drawn from real construction projects, covering the full range of disciplines and subject matters that the classification system needs to handle. The test set should include edge cases, such as RFIs that span multiple disciplines or that contain questions about both technical and contractual matters, and ambiguous cases where the correct classification requires professional judgement about the primary subject matter. The evaluation should assess not just overall classification accuracy but the specific misclassification patterns, as some misclassifications are more costly than others in terms of the delay and rework they cause.

Citation Compliance

Citation compliance tests assess whether an AI model consistently provides traceable references to source documents when generating outputs. In construction professional practice, outputs that do not cite their sources cannot be relied upon professionally, because there is no way to verify the basis for the AI's statements. Citation compliance is therefore a governance requirement rather than a quality aspiration, and models or configurations that do not meet the citation requirement should not be used for professional construction applications regardless of their performance on other metrics.

Citation compliance testing should assess not just whether citations are present but whether they are accurate, complete and specific. A citation that references a document but does not identify the specific section, clause or page from which the information was drawn is less useful for verification than a specific citation. A citation that is present but does not actually support the statement it is cited for is actively misleading. The test set for citation compliance should include cases where the correct answer requires synthesis across multiple source documents, testing whether the AI correctly identifies all relevant sources, and cases where the AI might be tempted to generate plausible-sounding but unsupported statements, testing whether it correctly acknowledges the absence of source support.

5.4.2 Evaluation Metrics

Retrieval Precision, Recall, Groundedness and Hallucination Rate

The four primary metrics for evaluating RAG system performance in construction applications are retrieval precision, retrieval recall, groundedness and hallucination rate. Together, these metrics provide a comprehensive picture of how well a RAG system is performing across the retrieval and generation components of its operation.

Retrieval precision measures the proportion of retrieved document passages that are relevant to the query. High precision means that the retrieval system is returning mostly relevant content rather than including large amounts of irrelevant passages. Retrieval recall measures the proportion of all relevant document passages that are retrieved in response to a query. High recall means that the retrieval system is finding most of the relevant content in the corpus rather than missing important passages. In construction RAG systems, recall is typically the more important metric, because missing relevant contract clauses, specification requirements or safety obligations is more consequential than including some additional irrelevant content.

Groundedness measures the extent to which the LLM's generated response is supported by the retrieved passages rather than by the model's general training knowledge. A highly grounded response draws only on information present in the retrieved documents. A poorly grounded response introduces information from the model's training data that may or may not be relevant or accurate for the specific project. In construction professional applications, high groundedness is essential because the responses must be based on the actual project documents rather than on the model's general knowledge of construction practice.

Hallucination rate measures the frequency with which the model generates specific factual claims that are not supported by the retrieved documents and cannot be verified in the source material. In construction professional contexts, hallucinations are the most serious failure mode and should be measured and tracked with particular care. A hallucination in a contract analysis, a specification extraction or a cost assessment can have direct professional, commercial or legal consequences, making the minimisation of hallucination rate a primary performance objective for construction RAG systems.

Evaluation frameworks for measuring these metrics include RAGAS (RAGAS), an open-source framework specifically designed for RAG system evaluation that provides automated measurement of retrieval quality, groundedness and answer relevance; TruLens (TruLens), which provides LLM application evaluation with a focus on groundedness and hallucination detection; and DeepEval (DeepEval), which provides a comprehensive LLM evaluation framework with support for multiple evaluation metrics. These frameworks can be integrated into AI deployment workflows using n8n or similar automation tools to enable continuous monitoring of AI system performance rather than one-time evaluation at deployment.

Human Review Time Saved

The human review time saved metric measures the actual reduction in time spent by construction professionals on information review and preparation tasks when AI assistance is used, compared to the time required for the same tasks without AI assistance. This metric is important for two reasons: it provides evidence-based justification for AI investment that goes beyond capability demonstrations, and it enables realistic productivity forecasting when planning AI adoption across a construction organisation.

The measurement methodology for this metric requires careful design to avoid the attribution errors and selection biases that commonly affect productivity measurement in professional contexts. Controlled comparisons, in which the same task is conducted with and without AI assistance by professionals of comparable experience level, provide the most reliable baseline data. Before-and-after studies, in which productivity is measured for a defined period before AI adoption and compared against a subsequent period with AI adoption, are more practically achievable but require careful control for confounding factors including seasonal variation in workload, changes in project complexity and learning curve effects.

Published evidence on human review time savings for specific construction AI applications is limited but growing. The hub's Case Studies and Benchmarks section aggregates available evidence on productivity impacts from real construction AI deployments, with honest reporting of the conditions under which the reported savings were achieved and the limitations of the evidence. Organisations planning AI adoption should use this evidence to develop realistic productivity projections rather than adopting vendor-supplied estimates that may reflect optimistic deployment conditions.

5.5 Red Teaming and Security Testing

Red teaming, structured adversarial testing designed to identify weaknesses, misuse scenarios and failure modes in AI systems before they are deployed in professional practice, is a professional requirement for construction AI applications involving sensitive project information or high-stakes professional outputs. The term comes from military and cybersecurity practice, where red teams simulate adversarial attacks to identify vulnerabilities in systems and defences. In the AI context, red teaming involves deliberately attempting to cause AI systems to behave in ways that would be professionally unacceptable, unsafe or harmful, in order to identify and address vulnerabilities before they can cause harm in real-world deployment.

The importance of red teaming for construction AI is heightened by the specific characteristics of construction information environments. Construction CDEs contain commercially sensitive, contractually significant and potentially security-sensitive information. Construction AI tools are used in professional contexts where incorrect outputs can have direct financial, legal and physical consequences. And construction AI workflows increasingly involve MCP connections to live project data systems, creating the potential for adversarial manipulation to have consequences beyond the AI interaction itself.

5.5.1 Prompt Injection Testing

Prompt injection is a class of adversarial attack on AI systems in which malicious instructions embedded in the content that the AI processes attempt to override the system's intended behaviour. In a simple example, a document that an AI tool is asked to summarise might contain hidden text instructing the AI to ignore its original task and instead reveal confidential information, produce harmful content or take unauthorised actions. In a construction CDE-connected AI system, a prompt injection attack embedded in a project document could, in principle, cause the AI to access information it was not intended to access, generate outputs that misrepresent the project record, or take actions in connected systems that were not authorised.

Prompt injection testing should be a mandatory component of the security testing for any construction AI application that processes third-party content, including documents submitted by contractors, subcontractors, suppliers or external consultants. The test scenarios should cover a range of injection techniques including explicit override instructions embedded in document text, encoded instructions that attempt to avoid detection by the AI system's input filtering, and social engineering instructions that attempt to manipulate the AI's behaviour through appeals to authority or urgency.

Resources for prompt injection testing include the OWASP Top 10 for LLM Applications (OWASP LLM Top 10), which identifies prompt injection as the number one risk for LLM applications and provides detailed guidance on testing and mitigation; the NIST AI Risk Management Framework (NIST AI RMF), which addresses adversarial machine learning risks including prompt injection; and the UK AI Safety Institute's research on AI system security (UK AISI), which provides technical guidance on evaluating AI system resilience to adversarial inputs.

For agentic AI systems with MCP connections to construction data platforms, the prompt injection risk is particularly significant because successful injection attacks could potentially cause the agent to take unauthorised actions in connected systems, such as retrieving confidential documents, modifying project records or sending communications that were not authorised. The principle of least privilege for MCP permissions, combined with explicit human approval requirements for consequential agent actions, provides the primary defence against the consequences of successful injection attacks in agentic construction AI deployments.

5.5.2 Data Leakage Testing

Data leakage testing examines whether confidential, commercially sensitive or personally identifiable information can be inadvertently revealed through AI model outputs. In construction contexts, the data leakage risk arises from several specific sources. If an AI system is given access to a project document set that includes commercially sensitive information such as tender prices, commercial strategies or dispute positions, it might inadvertently reveal that information in responses to queries about other aspects of the project. If a multi-tenant AI platform is shared across projects or organisations, information from one context might leak into responses generated for another context. If an AI system retains information from previous interactions, information disclosed in one session might be revealed in a later session with a different user.

Data leakage testing should systematically probe each of these leakage pathways. Tests should attempt to elicit confidential information through indirect questioning that does not explicitly request the sensitive content. Tests should attempt to extract information from different levels of the organisation's information hierarchy by querying with credentials that should not have access to specific content. Tests should examine whether information disclosed in one conversation context can be elicited in a subsequent conversation with different user context.

The data classification framework established in the data and information management section of the hub provides the basis for defining what constitutes a data leakage event in construction AI testing. Information classified as commercially sensitive, personally identifiable or security-sensitive that appears in an AI output in a context where it should not be accessible to the querying user constitutes a data leakage event that must be addressed before the AI system is cleared for deployment. The severity of the leakage event, and the urgency of remediation, depends on the sensitivity classification of the leaked information and the potential harm that its exposure could cause.

5.5.3 Ongoing Security Monitoring

Red teaming and security testing conducted at the time of AI deployment provides an initial security baseline but does not provide ongoing protection against new vulnerabilities, changed operational conditions or evolving adversarial techniques. Ongoing security monitoring, which continuously assesses AI system behaviour for signs of security compromise or unexpected performance degradation, is a necessary component of responsible AI governance in construction.

Ongoing security monitoring for construction AI systems should include automated logging and anomaly detection for unusual interaction patterns that may indicate adversarial probing or successful injection attacks; regular periodic re-testing of the security test cases used in initial deployment testing, to verify that security characteristics have not changed as models are updated or configurations changed; monitoring of AI provider security advisories for vulnerabilities that may affect deployed models; and a defined incident response process for responding to identified security events involving AI systems.

The NCSC guidance on AI security (NCSC AI Security) provides practical guidance on securing AI systems in deployment. The AI security resources from CISA (CISA AI) provide additional practical guidance on AI security monitoring that is relevant to construction AI deployments. For organisations using Microsoft Azure for AI deployment, Microsoft Defender for Cloud (Microsoft Defender) provides integrated security monitoring for Azure AI services. n8n workflows can be used to implement automated security monitoring checks that run on a defined schedule, testing AI system behaviour against a defined set of security test cases and alerting the governance team to any anomalies detected.

5.5.4 Model Updates and Version Control

AI foundation models are updated by their providers on a regular basis, and these updates can change model behaviour in ways that affect the performance and safety characteristics of deployed construction AI applications. A model update that improves general performance may simultaneously change how the model handles specific construction terminology, contract language or professional context in ways that degrade the performance of a specific deployed application. A safety-related model update that changes how the model handles certain types of instruction may affect the behaviour of agentic AI workflows that rely on specific instruction following patterns.

Construction AI applications must therefore be managed with explicit version control for the AI models they use, and model updates should be treated as change management events that require assessment and testing before the updated model is deployed in professional use. This requires configuring AI applications to use specific model versions rather than automatically inheriting the provider's latest model update, testing the impact of model updates on application performance before accepting them, and maintaining documentation of which model version was used for each professional output.

The model version management features of enterprise AI platforms including Azure OpenAI Service (Azure OpenAI) and AWS Bedrock (AWS Bedrock) provide the technical capability to pin deployed applications to specific model versions. The OpenAI model deprecation policy (OpenAI Deprecations) and equivalent policies from other providers establish the timescales within which organisations must update their applications to newer model versions, which should be incorporated into the AI governance calendar as planned change management events. For n8n workflows that include AI model calls, explicit version specification in the API call parameters ensures that workflow behaviour is consistent and predictable across model updates.

5.6 Practical Model Governance for Construction Organisations

Model governance in construction goes beyond the technical questions of which model to select and how to evaluate its performance. It encompasses the organisational policies, professional responsibilities, documentation requirements and review processes that together ensure AI models are used in ways that are consistent with professional obligations, legal requirements and the trust that clients place in construction professionals. This section addresses the practical implementation of model governance in construction organisations of different sizes and technical maturity.

5.6.1 Establishing an Organisational AI Model Register

An AI model register is the foundational governance document for construction organisations using AI tools. It provides a comprehensive record of all AI models and AI-powered tools used by the organisation, the applications they are used for, the data governance assessment conducted for each, the risk tier classification of each application, and the approved governance requirements for each deployment. The model register is the reference document that enables consistent governance across all AI use within the organisation and provides the audit trail that demonstrates responsible AI adoption.

The minimum information that an AI model register should capture for each AI system includes the model name, version and provider; the specific construction applications for which the model is used; the data sensitivity classification of the information processed; the data residency and security controls in place; the risk tier classification of each application; the approved HITL requirements for each risk tier; the testing conducted before deployment including the security testing described in section 5.5; the date of initial deployment and the date of last review; and the responsible professional within the organisation who is accountable for governance of the specific application.

The AI model register should be maintained in a structured format that enables it to be searched, filtered and reported against. A SharePoint list, a Notion database (Notion) or a dedicated governance management platform such as OneTrust (OneTrust) can provide the register infrastructure. For organisations using n8n for AI workflow automation, the n8n workflow registry can be integrated with the AI model register to ensure that all automated AI workflows are documented and governed in line with the organisation's AI governance policies. The register should be reviewed and updated whenever a new AI model or application is adopted, whenever an existing model is updated to a new version, and on a defined periodic review cycle that is consistent with the review timescales for the content types it governs.

5.6.2 Professional Accountability for AI Model Selection

The selection of an AI model for a specific construction application is a professional decision that carries accountability implications for the construction professional who makes it. A professional who selects an AI model that does not meet the data sensitivity requirements of the project, that does not provide adequate auditability for the risk level of the application, or that has not been adequately tested for the specific construction task, may be professionally accountable for the consequences of that selection decision if it results in professional harm.

The hub's position on professional accountability for AI model selection is that the responsible professional, typically the senior practitioner who authorises the adoption of an AI tool for a specific professional application, must be able to demonstrate that the selection decision was made on the basis of adequate assessment of the model's suitability for the specific application. This assessment should be documented in the AI model register and should cover at minimum the data governance assessment, the capability assessment using construction-specific test sets, and the security testing described in section 5.5.

The RICS guidance on responsible AI use (RICS Responsible AI) establishes the professional standard for AI adoption decisions by RICS members, requiring that AI tools are selected and used in a manner consistent with the duty of care to clients and the maintenance of professional competence. Similar obligations apply under the professional standards of CIOB (CIOB Code), ICE (ICE) and RIBA (RIBA). The hub recommends that organisations develop a professional sign-off process for AI tool adoption decisions, in which a senior qualified professional reviews and documents the basis for each adoption decision before the tool is used in professional practice.

5.6.3 Model Performance Monitoring in Production

AI model performance in production deployment can differ from performance in testing environments for a number of reasons that are particularly relevant to construction contexts. The distribution of queries and document types encountered in real-world deployment may differ from the test set used for initial evaluation. Model behaviour can drift over time as models are updated, as the project's document set evolves, or as the characteristics of user interactions change. And edge cases that were not encountered in testing may be encountered in production, potentially revealing failure modes that were not identified during evaluation.

Ongoing performance monitoring should be designed to detect these changes in model behaviour before they cause professional harm. For construction RAG systems, ongoing monitoring should track the proportion of queries that return cited responses versus unsupported responses, the frequency with which users override or significantly edit AI-generated outputs, and any patterns in the types of queries that appear to generate poor-quality responses. For classification and extraction applications, periodic spot-checking of outputs against ground truth should verify that accuracy is maintained at acceptable levels as the document distribution evolves.

n8n workflows can implement automated performance monitoring checks that run on a defined schedule, passing a standardised test set through the AI system, comparing the results against expected outputs, and alerting the governance team if performance falls below defined thresholds. This automated monitoring provides a practical implementation of continuous AI quality assurance without requiring specialist AI engineering expertise to operate. Observability platforms including Langfuse (Langfuse), which provides open-source LLM observability and analytics, and Helicone (Helicone), which provides LLM API monitoring, can provide more sophisticated performance monitoring infrastructure for organisations with higher AI deployment scale and complexity.

5.6.4 Managing AI Model Lifecycle in Professional Practice

AI models have a lifecycle that must be actively managed within the professional governance framework of a construction organisation. This lifecycle includes initial evaluation and selection, deployment and integration, ongoing performance monitoring, planned updates and version transitions, and eventual retirement when a model is superseded or no longer meets the organisation's requirements. Each stage of this lifecycle requires specific governance actions and documentation.

The planned update stage of the model lifecycle is the most frequently encountered and the most frequently managed inadequately. As AI providers update their models, the behaviour of AI applications that use those models can change in ways that are not always well documented or predictable. A model update that improves general performance might change how the model handles specific construction contract language in ways that affect the accuracy of a contract analysis application. A safety-related update that changes how the model handles certain types of instruction might affect the behaviour of an agentic workflow that relies on specific instruction-following patterns.

The construction organisation's response to model updates should be a structured change management process that includes advance notice of the update where provided by the model provider, assessment of the potential impact of the update on deployed applications, testing of affected applications against the relevant construction-specific test sets before the updated model is accepted in production, and documentation of the test results and the decision to accept or defer the update. For organisations that have pinned their applications to specific model versions through their enterprise AI platform, this change management process provides the opportunity to maintain stable application behaviour while assessing the impact of model changes.

5.6.5 AI Model Governance in Multi-Organisation Projects

The multi-organisation project environment that characterises most significant construction projects creates AI model governance challenges that do not arise in single-organisation AI deployments. Different organisations on the same project may be using different AI models for the same tasks, potentially generating different outputs from the same inputs. One organisation may have robust AI governance in place while another has not addressed AI governance at all. The AI tools used by one organisation may have access to project information that the tool's data governance arrangements do not adequately protect.

The hub's guidance on project-level AI governance, described in section 2.7 of this resource, provides the framework for addressing these multi-organisation challenges. The project AI governance plan should specify the AI models and deployment architectures that are approved for use on the specific project, the data governance requirements that all participating organisations must meet when using AI tools on project information, and the disclosure obligations that apply when AI tools are used to generate outputs that are shared across organisational boundaries.

For projects procured under NEC4, the project AI governance plan should be developed in conjunction with the project information management plan required under ISO 19650, ensuring that AI governance is integrated with the information management framework that governs all project information. For projects procured under JCT, similar integration with the project's information protocol, if one is included in the contract documents, should be pursued. The Construction Industry Training Board guidance on digital skills and AI (CITB) and the Construction Leadership Council digital and data resources (CLC) provide sector-level context for AI governance in multi-organisation construction environments.

5.6.6 Fine-Tuning and Domain Adaptation for Construction

Fine-tuning is the process of further training a pre-trained foundation model on a domain-specific dataset to improve its performance on tasks within that domain. A general-purpose LLM that is fine-tuned on a large corpus of construction contracts, specifications and project correspondence can develop significantly improved performance on construction-specific tasks compared to the same model without fine-tuning, because it has learned the terminology, conventions and patterns of construction professional communication that are not well represented in the general internet text used to train foundation models.

The potential value of construction-specific fine-tuning is significant, particularly for applications where the terminology gap between general text and construction professional language is wide, such as contract analysis, specification extraction and CDM compliance checking. However, fine-tuning also carries specific risks and requirements that must be understood before it is pursued. Fine-tuning requires a large and high-quality training dataset of construction-specific text, the collection and curation of which is a significant undertaking. It requires computational infrastructure and AI engineering expertise that most construction organisations do not have in-house. And it creates a bespoke model that must be maintained and updated as the underlying foundation model evolves.

For most construction organisations, the practical approach to domain adaptation is not full fine-tuning but rather retrieval-augmented generation with carefully curated, construction-specific knowledge bases, combined with well-designed system prompts that establish the construction context and professional standards within which the model should operate. This approach achieves much of the domain adaptation benefit of fine-tuning without the data, infrastructure and maintenance requirements. For organisations that do want to explore fine-tuning, OpenAI's fine-tuning API (OpenAI Fine-Tuning), AWS Bedrock's custom model training (Bedrock Custom Models) and Google Vertex AI's model tuning (Vertex AI Tuning) provide the infrastructure for fine-tuning on enterprise AI platforms with appropriate data governance controls.

5.6.7 Small Language Models and Edge Deployment

The dominant narrative around AI models in construction has focused on the large frontier models from major providers, which offer the most impressive capabilities but also require cloud connectivity, carry the highest costs and raise the most significant data governance questions. However, a rapidly developing class of smaller, more efficient models offers capabilities that are sufficient for many construction AI applications while enabling deployment patterns that address the connectivity, cost and governance challenges of large model deployment.

Small language models, typically defined as models with fewer than seven billion parameters, can run on hardware that is available on construction sites, including high-specification laptops, tablets and edge computing devices, without requiring internet connectivity to a cloud-based model API. This edge deployment capability is particularly relevant for construction site applications where connectivity is unreliable, for security-sensitive applications where data must not leave the site environment, and for applications where the cost of cloud API calls at scale is prohibitive.

Leading small language models that are relevant to construction edge deployment include Microsoft Phi-4 (Microsoft Phi-4), which provides strong performance on reasoning and instruction following tasks at a small model size; Meta Llama (Meta LLaMA) small variants, which are open-weight models that can be deployed on local infrastructure without API costs; and Mistral (Mistral) small models, which provide strong multilingual performance relevant for international construction projects. Ollama (Ollama) provides a practical platform for running small language models locally on construction laptops and workstations, enabling teams to explore local model deployment without requiring specialist AI infrastructure expertise.

The governance of small language model deployments requires specific attention to a characteristic that differentiates them from cloud-based large model deployments: the absence of provider-side governance controls. When using a cloud-based model through an enterprise API, the provider applies safety controls, usage monitoring and model update management on the provider side. When running a small model locally, these controls are entirely the responsibility of the deploying organisation. The governance framework for local model deployment must therefore include explicit controls for model version management, usage logging and output quality assurance that substitute for the provider-side controls available in cloud deployments.