
What Engineers Should Be Learning About AI: Start With the Foundations
- Mark Kendall
- 1 day ago
- 5 min read
What Engineers Should Be Learning About AI: Start With the Foundations
This is the second article in our series on what engineers should be learning about AI.
We’re organizing this series in layers. Right now, we’re still in the first layer: the foundation.
That matters because a lot of engineers are being pushed to “use AI” before they’ve had time to understand what AI actually is, how it behaves, and where it fits into engineering work. The result is usually confusion, hype, frustration, or shallow adoption.
Before engineers can use AI well, they need a clear mental model.
Not a PhD-level understanding. Not a pile of buzzwords. Just a practical foundation that helps them ask better questions, choose better tools, and avoid obvious mistakes.
AI Is Not One Thing
The first thing engineers need to understand is that “AI” is not a single technology.
It’s a broad category.
When people say AI, they might be talking about machine learning, computer vision, natural language processing, generative AI, robotics, optimization systems, recommender systems, or large language models.
These are not all the same thing.
A model that predicts equipment failure is different from a chatbot that writes documentation. A computer vision system that detects cracks in concrete is different from a tool that summarizes meeting notes. A design optimization model is different from an image generator.
They may all sit under the AI umbrella, but they solve different problems and behave in different ways.
For engineers, this distinction matters.
If you treat every AI tool as the same kind of tool, you’ll misunderstand what it can do. You’ll also misunderstand what can go wrong.
Engineers Need to Know What AI Is Good At
AI is useful when there are patterns in data.
That’s the simple version.
AI systems can help classify information, detect anomalies, generate text, summarize large amounts of material, recognize images, suggest options, forecast likely outcomes, and automate repetitive knowledge work.
For engineers, this can show up in practical ways:
AI can help review specifications.
It can summarize standards and technical documents.
It can generate first drafts of reports.
It can help write code or test scripts.
It can analyze sensor data.
It can identify unusual patterns in system performance.
It can support design exploration.
It can help teams search through internal knowledge faster.
None of this means AI replaces engineering judgment.
It means AI can reduce some of the friction around engineering work. It can help with the parts that are repetitive, text-heavy, data-heavy, or difficult to search manually.
Used well, AI becomes a support system.
Used poorly, it becomes a shortcut that creates risk.
Engineers Also Need to Know What AI Is Bad At
This is just as important.
AI can sound confident and still be wrong.
It can produce an answer that looks polished but contains errors. It can invent references. It can miss context. It can misunderstand constraints. It can give a generic answer to a highly specific problem.
This is especially important in engineering, where small mistakes can have real consequences.
A vague marketing article can survive a little imprecision. A structural calculation, safety procedure, electrical design, medical device requirement, or manufacturing tolerance cannot.
That means engineers should not treat AI outputs as final answers.
They should treat them as drafts, suggestions, or starting points.
The engineer still owns the judgment.
The engineer still checks the assumptions.
The engineer still verifies the numbers, the sources, the constraints, and the consequences.
AI can help you move faster, but it does not remove responsibility.
The First Skill Is Asking Better Questions
One of the most practical AI skills engineers can learn early is how to ask better questions.
This is often called prompting, but the word can make it sound more mysterious than it is.
A good prompt is just a clear request.
The better you define the problem, the better the output usually becomes.
Instead of asking:
“Explain this design.”
A better request might be:
“Explain this mechanical design as if you are reviewing it for manufacturability. Focus on tolerance stack-up, material choice, assembly risks, and maintenance access.”
Instead of asking:
“Write a report.”
A better request might be:
“Draft a one-page engineering status report for a non-technical project manager. Include completed work, open risks, decisions needed, and next steps. Keep the tone direct and factual.”
The difference is context.
AI performs better when it knows the role, audience, purpose, constraints, and output format.
Engineers already think this way. Requirements, constraints, assumptions, and acceptance criteria are part of the job.
Working with AI uses the same muscle.
AI Should Be Treated Like a Junior Assistant
A useful way to think about AI is this:
Treat it like a fast junior assistant.
It can help. It can draft. It can organize. It can look for patterns. It can suggest options. It can save time.
But it needs supervision.
You would not hand a critical design decision to a brand-new engineer without review. You would not accept calculations without checking them. You would not send a technical report to a client without reading it.
The same rule applies to AI.
This mindset keeps expectations realistic.
AI is not magic.
It is not useless.
It is a tool that can be very helpful when paired with human expertise.
Engineers Need Basic AI Literacy, Not AI Hype
The first layer of learning should not be about chasing every new tool.
Tools will change.
The foundation should last longer than the current software trend.
Engineers should understand basic ideas like:
What is a model?
What is training data?
What is a prediction?
What is a hallucination?
What is bias?
What does it mean to validate an output?
What kinds of tasks are appropriate for automation?
What kinds of tasks require human review?
This kind of literacy helps engineers make better decisions.
It also helps them communicate with data scientists, software teams, vendors, managers, and clients.
AI is becoming part of engineering workflows, but engineers do not need to become AI researchers to participate. They do need enough understanding to use the tools safely and intelligently.
The Goal Is Better Engineering, Not More AI
This point is easy to miss.
The goal is not to put AI into everything.
The goal is to improve engineering work.
Sometimes AI will help.
Sometimes it will not.
Sometimes a spreadsheet, checklist, calculation template, simulation tool, or clear process will be better.
Good engineers do not use a tool because it is trendy. They use it because it fits the problem.
That mindset should carry into AI.
Before using AI, engineers should ask:
What problem are we trying to solve?
What decision will this support?
What data or context does the tool need?
How will we verify the result?
What happens if the output is wrong?
Who is responsible for the final decision?
These are simple questions, but they prevent a lot of bad implementation.
The Foundation Comes First
AI will keep changing. The tools will get better. New capabilities will appear. Some current tools will disappear.
But the foundation will still matter.
Engineers need to understand what AI is, what it is good at, what it is bad at, and how to use it without giving up responsibility.
That is the first layer.
Before engineers learn advanced AI workflows, automation, agents, model selection, or domain-specific applications, they need this base.
They need to know that AI is a tool.
A powerful one, yes.
But still a tool.
And like every engineering tool, it has limits, assumptions, failure modes, and proper uses.
The engineers who learn that early will be much better prepared for everything that comes next.

Comments