Fine-Tuning
Fine-tuning further trains an existing AI model on a specific set of examples so it learns a particular style, format, or task. A construction firm might use it to teach a model its conventions for classifying subcontractor scope items.
Why it matters in construction
GCs often hear “fine-tuned on construction data” in sales pitches. A precon team should ask what the model was trained to do, how many examples it used, and how that differs from giving the model the firm’s documents at question time.
Fine-tuning changes how a model behaves more than it changes what it can look up about a firm’s projects. It can help the model map “ACT” to the right cost code or follow the firm’s proposal style. It is not a reliable way to retrieve the backlog or a past bid’s unit price.
How it works
- Start with a base model. A general-purpose model already understands language and some construction vocabulary.
- Build a training set. Collect examples of the input and desired output. For scope classification, that might be 5,000 proposal line items labeled by estimators with the right cost code and inclusion or exclusion flag.
- Train. Training adjusts the model’s internal weights so it better reproduces patterns in the examples. It can take hours or days and requires computing resources.
- Evaluate. Hold back part of the labeled set and measure accuracy on examples the model did not see during training. Compare it with a well-written prompt.
- Maintain. If the base model changes or the firm changes its cost codes, the fine-tune may need to be updated.
Prompting is flexible but may be less consistent. Retrieval supplies current facts at question time. Fine-tuning can produce more consistent behavior on a narrow task, but it is slower to update. Products may combine all three.
Example in practice
For example, a software vendor serving commercial GCs finds that its prompt-based classifier maps sub proposal line items to a standard cost code structure with 91 percent accuracy. The remaining 9 percent is concentrated in the trades estimators argue about anyway: whether “cutting and patching” belongs to the sub or general conditions, where “temporary protection” lands, how to treat combined mechanical and plumbing proposals.
The vendor collects 12,000 estimator-corrected examples from across its customer base, fine-tunes a model on them, and reaches 97 percent on a held-out test set. For a GC processing 150 proposals a month with roughly 40 line items each, that reduces the number of miscategorized items an estimator needs to review. The vendor, rather than the GC, manages the training process.
Frequently asked questions
Should a GC fine-tune its own model?
Most GCs will not fine-tune a model themselves. It requires many clean, labeled examples and ongoing maintenance. In many cases, retrieval and well-designed prompts over the firm's documents are more practical.
When does fine-tuning make sense?
When the task is narrow, high-volume, and stable, and prompting alone cannot hit the accuracy target. Classifying line items into a fixed cost code structure across tens of thousands of proposals is a reasonable case for a vendor to fine-tune.
Does fine-tuning teach the model our project data?
It teaches patterns and behavior, not facts to look up. A fine-tuned model will not reliably recall a specific unit price from a past bid. Retrieval is the right tool for facts; fine-tuning is for style and consistent judgment.
Go deeper
- From the blog GPT Models for Contractors: A Plain-English Guide A breakdown of GPT-5.6 for general contractors: what Sol, Terra, and Luna do, how effort levels work, and which model fits each precon task.
- From the blog Best AI Preconstruction Software for GCs 2026 How general contractors can evaluate AI tools for takeoff, bid leveling, estimating, workforce planning, and forecasting, and when a connected platform wins.