Most conversations about AI focus on tech companies.
Startups.
SaaS tools.
Developers building the next productivity app.
But something interesting is happening in a place most engineers rarely look:
Trades businesses.
Electricians.
Plumbers.
Builders.
Carpenters.
While many white-collar industries are still experimenting with AI, tradespeople are already using it to automate real work.
And it reveals an important lesson for developers.
The Hidden Inefficiency in Trades Businesses
If you talk to any tradesperson, you’ll hear the same problem.
The work itself is not the hard part.
The administration around the work is.
A typical job might require:
• visiting the property
• measuring the work area
• calculating materials
• checking building regulations
• writing a quote
• sending invoices
• responding to customer messages
None of this creates value for the tradesperson.
But it consumes hours every week.
For small businesses, that means evenings spent doing paperwork instead of actual work.
Where AI Becomes Useful

This is where AI actually shines.
Not by replacing skilled labor, but by removing repetitive thinking tasks.
A modern workflow can look like this:
1. Customer sends a photo of the job
2. AI analyses the image
3. The system identifies materials or dimensions
4. A quote is generated
5. Regulations are checked automatically
6. The tradesperson reviews and sends it
What used to take 30–60 minutes now takes a few seconds.
For developers, this is a classic example of automation of decision-heavy workflows.
Why This Problem Is Technically Interesting

Trades businesses present a surprisingly complex problem space.
You’re not just generating text.
You’re combining multiple inputs:
• Image analysis (job photos)
• Natural language conversations
• Regulation databases
• Material price references
• Structured quote generation
From a system design perspective, it becomes a mix of:
• LLM reasoning
• computer vision
• structured data retrieval
• user-friendly conversational interfaces
Which makes it an interesting case study for applied AI.
Example: Remote Job Quoting
One practical feature we’ve been experimenting with is remote quoting.
Instead of scheduling a visit, a tradesperson sends a link to the customer.
The customer opens the link and answers a few questions in a chat interface.
They might upload photos of the job site.
The system then:
• extracts relevant details
• estimates job scope
• prepares a structured quote
This reduces friction for both sides.
Customers get faster responses.
Tradespeople save time on unnecessary visits.
What Developers Should Take Away
The biggest AI opportunities often exist in industries that software historically ignored.
Trades businesses are a perfect example.
They represent millions of small operators worldwide who still rely on:
• pen and paper
• spreadsheets
• phone calls
• manual quoting
For developers, that means the problems are:
• real
• well defined
• economically meaningful
And AI can provide immediate value.
The Bigger Trend
We’re likely entering a phase where AI doesn’t just optimize digital workflows.
It starts optimizing physical industries.
Construction.
Logistics.
Manufacturing.
Trades.
The developers who understand these real-world workflows will build some of the most useful tools of the next decade.
Final Thought
AI doesn’t have to be flashy to be powerful.
Sometimes the biggest impact comes from solving simple problems:
• generating a quote
• answering a client question
• checking a regulation
When those tasks disappear, people can focus on the work they actually care about.
And that’s where technology becomes truly useful.
If you’re curious about how this looks in practice, we’re experimenting with this concept in Sleepless Tradesman — an AI business assistant built for tradespeople.
Always happy to hear feedback from developers exploring similar problems.
Top comments (0)