Practical AI training for everyone
Module 1
7 min read
Engineering work divides cleanly along one axis for this purpose: whether a wrong answer is caught cheaply or gets built. A badly worded paragraph in a report is corrected in review. A wrong load factor propagates into a design, past a checker who assumed it had been verified, into a drawing, into a structure. The tools are the same in both cases; the acceptable level of trust is not remotely the same.
This is not the software argument. A developer who merges a hallucinated API call gets a failing build or an incident, and rolls back. There is no rollback on a fabricated plant or an installed switchgear lineup, and the engineer who sealed the drawing owns the outcome personally.
Every item here shares a property: a human expert reviews the output before it does anything, and the review is fast because errors are visible rather than buried in a number.
Not 'use with caution': no place. These are the outputs where a plausible wrong answer is indistinguishable from a right one at review speed, and where being wrong is not recoverable.
Most real work sits between the two lists, and the workable rule is that AI may help you think and may not tell you the answer. Ask it to enumerate failure modes for a connection detail, and you review the list against your own judgement and the code: useful, because a list is easy to audit and an omission is easy to spot. Ask it what the connection capacity is, and you have crossed into the second list, because a number is not auditable by inspection.
The same problem, both sides of the line
Legitimate: 'I am designing a bolted moment connection in a steel frame. List the failure modes and serviceability considerations I should be checking, and flag any that engineers commonly overlook.' You get a checklist you audit against the code and your own experience: omissions are visible, and even a partial list has value. Illegitimate: 'What is the moment capacity of an M20 grade 8.8 bolt group in this configuration?' You get a number that looks exactly like a correct number, that you cannot audit by looking at it, and that has now anchored your expectation before you open the standard.
Worth naming early because it survives good intentions. Once you have seen a number, your own subsequent calculation is measured against it, if your hand calculation lands near the suggested figure you relax, and if it lands far away your first instinct is to hunt for your own error rather than to doubt the suggestion. This is ordinary human cognition and knowing about it does not switch it off. The only reliable defence is not asking for the number in the first place.
Try it now
List the five tasks that consumed the most of your time last week. Sort each into: a human reviews it before it does anything, or it becomes a design value. The first group is where to start using these tools properly this week. The second group is where the rest of this track applies.
A few quick questions. You'll see an explanation after each one.
Question 1 of 4
What is the axis that divides engineering work for the purposes of AI use?