DEV Community

Cover image for How AI Is Finally Solving Job Quoting for UK Tradespeople
Harvey Stone
Harvey Stone

Posted on

How AI Is Finally Solving Job Quoting for UK Tradespeople

Here is a problem that sounds simple until you actually dig into it.

A plumber in Manchester needs to quote a customer for a new bathroom. They need to figure out:

  • How many hours the job will take (based on scope, access, and their experience)
  • What materials cost right now, not six months ago
  • Whether the correct VAT rate applies (standard 20%, reduced 5%, or zero)
  • Whether the customer is a homeowner or a developer (different expectations entirely)
  • How to present it all clearly enough that the customer says yes

Now multiply that by ten enquiries per week. Add in the fact that material prices have been volatile, regional day rates vary significantly across the UK, and the customer wants a response within the hour or they will call the next person on the list.

This is the quoting problem. And for most UK tradespeople, it has been solved with a notepad, rough arithmetic, and a PDF template from 2019.

AI is starting to change that. But the interesting part is how complex the problem actually turns out to be.


The UK Trades Industry Is Bigger Than Most Developers Realise

Before getting into the software side, some context.

There are approximately three million tradespeople working in the UK across construction, electrical, plumbing, heating, and related sectors. The vast majority are sole traders or small firms with fewer than five employees. They collectively generate hundreds of billions in economic activity per year.

The tooling available to them has historically been terrible. Most of the software built for UK trades is either:

  • Enterprise-grade (designed for companies with a dedicated admin team)
  • Generic (built for freelancers, not for VAT-registered sole traders quoting physical labour)
  • Imported from the US or Australia (where VAT, HMRC rules, and trade certification systems are completely different)

The gap between what tradespeople actually need and what the market has provided is where interesting software gets built.


What Makes a Trade Quote Hard to Automate

If you are thinking about this from a product perspective, here is why job quoting is a genuinely tricky problem.

The scope is ambiguous by nature

A customer says they need a "rewire." Does that mean a partial first-fix rewire of two circuits? A full rewire of a four-bedroom house including consumer unit upgrade? Something in between?

A human tradesman asks clarifying questions, looks at the property age, checks the existing installation, and forms a judgment. Getting an AI system to ask the right follow-up questions in the right order, without annoying the customer, is a real UX challenge.

Material pricing is a moving target

Timber, copper pipe, cable, and plasterboard prices in the UK have been volatile since 2020. A hardcoded price database becomes stale within months. Real-time price pulling from supplier APIs (like Screwfix, Toolstation, or Travis Perkins) is technically feasible but adds significant complexity, and those APIs are not always publicly available or well-documented.

VAT rules are genuinely complicated

UK VAT for construction work is not a flat 20%. Depending on the job type and property status, you might be applying:

  • Standard rate (20%): Most repair, maintenance, and improvement work
  • Reduced rate (5%): Certain energy-saving materials installations, residential conversions, empty properties
  • Zero rate (0%): New residential builds, certain listed building works, disabled access modifications

Getting this wrong is not just a UX problem. It is a legal and financial problem for the tradesperson. Software that gets VAT wrong is worse than no software.

Regional pricing variation is significant

Day rates for a skilled electrician in London are materially different from rates in Belfast, Aberdeen, or Plymouth. A good quoting tool needs either regional rate tables or the ability for the user to set their own rates that persist correctly.


Where AI Actually Helps

Given all of that complexity, where does AI add real value in the quoting workflow?

Natural language to structured scope

The most useful application is taking a plain-English job description and turning it into a structured breakdown of tasks, materials, and estimated labour time.

Instead of filling in a form, a tradesperson describes the job the way they would explain it to a customer. The AI asks clarifying questions, identifies what is missing, and produces a draft scope that the tradesperson can review and adjust.

This is not about replacing the tradesperson's judgment. It is about reducing the time spent on the repetitive structuring part of quoting so they can focus on the parts that actually require experience.

Instant ballpark pricing

Before a site visit, giving a customer a price range sets expectations and qualifies the job. An AI that can say "a job like this typically runs between £1,400 and £2,200 depending on what we find on site" is valuable even if it is never precise.

It also helps customers who are unsure whether they can afford a job at all, reducing wasted site visits for both parties.

Follow-up and conversion

Tradespeople are not salespeople. Most of them are uncomfortable chasing a customer who has not responded to a quote. Automated follow-up, triggered by quote-open events and configured with sensible delays, is a low-complexity feature that has a measurable impact on conversion rates.


What Good Quoting Software Actually Does in Practice

The tools that are gaining traction with UK tradespeople in 2026 share a few characteristics.

They are mobile-first, not mobile-compatible. There is a difference. The whole quoting workflow, from capturing job details to sending the document, works on a phone while standing on a job site.

They produce documents that look professional without design skills. A tradesperson should not need to know what kerning is to produce a quote that looks credible.

They handle VAT correctly and automatically. The right rate is applied based on job type, not left to the user to figure out.

They integrate with invoicing. Once a job is won, converting the accepted quote to a final invoice should take one click, not rebuilding the document from scratch.

They track quote status. Knowing when a customer opened the document, and triggering reminders when they have not responded, removes the awkward follow-up phone call.

The Sleepless Tradesman guide to the best quoting software for UK tradespeople breaks down which tools are currently doing this best, with a detailed comparison of AI capabilities, VAT handling, mobile UX, and pricing. Worth a read if you are evaluating the space or building in it.


The Wider Product Opportunity

From a product perspective, this is an underserved market with genuine problems and a willingness to pay.

A tradesperson who wins one additional job per month because their quotes look more professional and arrive faster has a clear ROI on software spend. The challenge has always been distribution and trust: tradespeople are busy, resistant to changing workflows that work well enough, and rightfully sceptical of software built by people who have never been on a job site.

The tools winning in this space are doing a few things right:

  1. They start with the job quote (the highest-frequency, highest-value task) rather than trying to boil the ocean with full business management from day one
  2. They have clear, fast onboarding with immediate value visible before the user has to think about configuration
  3. They earn trust by handling UK-specific complexity (VAT, HMRC, trade certifications) correctly from the start

There is a pattern here that applies beyond the trades industry. The SME market in almost every sector has similar characteristics: existing tools are either over-engineered or under-built, the users are time-poor, and the willingness to pay for something that works is higher than you might expect.


Common Mistakes in the Space

For developers or founders thinking about building in this area, a few observations from watching what does not work.

Building a generic quoting tool and calling it "for tradespeople." Tradespeople notice immediately when software was not built with their workflows in mind. The language matters. The defaults matter. The VAT handling matters.

Optimising for the wrong outcome. A slick onboarding flow that produces a confusing quote is worse than a clunky flow that produces a clear one. The output is what the customer sees.

Ignoring the mobile constraint. If the core workflow does not work on a phone with one hand while the other is holding a cable spool, the tool will not survive contact with the actual user.

Trying to automate judgment too early. The AI suggestions that work best augment the tradesperson's expertise rather than replacing it. A tool that tries to price a job without human review creates liability and erodes trust quickly.


Wrapping Up

The job-quoting problem for UK tradespeople is a good example of a domain that looks simple from the outside and turns out to be genuinely complex underneath. VAT rules, regional pricing, scope ambiguity, and mobile-first constraints add up to a problem that generic software does not solve well.

AI helps, but mostly in the parts of the workflow where structure and speed matter: turning natural language into structured scope, generating ballpark estimates, and handling follow-up without requiring the tradesperson to be a salesperson.

If you are working in this space or just find the problem interesting, the comparison of current tools is worth looking at. What areas of the trades software market do you think are still underserved? Drop a comment below.

Top comments (0)