In ship design, the most dangerous promise AI can make is that it will "do the calculation for you." A ship is not a problem with a single generated answer; it is a system in which countless assumptions, standards, revisions, and lines of accountability are bound together. AI becomes genuinely useful not by hiding the calculation, but by opening up its basis, explaining how far a change propagates, and surfacing the connections engineers are most likely to miss.
Engineers Have Rational Reasons to Distrust AI
In weight and stability, structure, resistance and propulsion, piping and electrical design, a small difference in input can produce a large difference in outcome. If a unit is read as kilograms instead of tonnes, if the coordinate datum is swapped between AP and FP, or if sea water and fresh water densities are confused, the calculation can complete cleanly and still reach the wrong conclusion.
Generative AI is excellent at reading context and explaining it, but it produces sentences probabilistically. It may appear to cite formulas and standards precisely while in fact omitting or blending them. Handing final responsibility for a calculation to an LLM is therefore closer to concealing uncertainty than to automating work.
Draw a Clear Line Between AI and the Calculation Engine
In a safe architecture, calculation and analysis belong to a deterministic engine. Excel formulas, validated Python functions, dedicated stability and structural programs, and unit and rule checkers all produce the same result from the same input. AI connects what comes before and after. It locates candidate inputs in drawings and datasheets, maps calculation sheet cells to their meaning, and explains differences in results along with the evidence behind them.
This division of roles does not constrain AI; it widens where AI can be applied. Without ever producing a calculated value itself, an LLM can find the relevant values across hundreds of documents, reconcile differences in notation, and explain complex calculation dependencies in the language a reviewer actually uses. It removes the checking and cross-referencing that consumes most of an engineer's time.
Deterministic Calculation and Rule Engine
Produces the same result from the same input, with standards and units under explicit control.
LLM and VLM Layer
Reads the context of documents and drawings, then connects evidence and change impact in a form people can follow.
Every Answer Must Be an Evidence Package
A good AI answer does not end with a single concluding paragraph. It must also state which object the answer concerns, which document and revision the value came from, which calculation sheet and formula were used, what changed relative to the previous result, and which conflicts remain unresolved.
Call this an Evidence Package. At minimum, an answer should carry the coordinates of the source region, the document revision, the object ID, the value and its unit, the calculation run ID, the applied rules, the confidence state, and whether approval is required. The user does not trust the AI's prose; the user verifies it directly through this package.
Does the P-2101 weight change breach a stability criterion?
Fail-closed: A System That Stops When It Does Not Know
In industrial AI, the most important capability is sometimes not accuracy but knowing when to stop. If tags do not match, units are ambiguous, document revisions are mixed, or an input falls outside the allowable range, the system must not fill the blank with an estimate. It must leave the calculation pending review rather than marking it "complete."
Fail-closed does not simply mean a conservative UX. It requires classifying the error type precisely and offering the user a next action. Rather than "please check the weight unit," it should say "the vendor document uses kg and the weight calculation sheet uses t, and the conversion has not been approved." Stopping must be designed as the starting point of problem-solving.
What AI Should Be Best At: Explaining Why Something Changed
The questions that arise in practice are less "what is the result" than "why did it change." When lightship weight increases by 12.4 tonnes, you can only act on it if you know whether it came from confirmed vendor values for three pieces of equipment, from an increase in structural quantities, or from a revised margin policy. Comparing totals is not enough.
AI can follow the calculation dependency graph and the document revisions to explain each contribution to the change. It ranks the changed inputs by significance and shows which calculations were affected and which documents have yet to be updated. The explanation should read as natural language, but every sentence must lead back, on click, to the actual cell and drawing region.
A Good Copilot Screen Looks More Like a Workbench Than a Chat Window
Build a ship design copilot as a single chat window and you multiply context switching, because the engineer must read the answer and then reopen the drawings and Excel files to check it. A better screen places drawings and 3D objects, calculation sheets, the evidence panel, and the change history on one workbench.
When a question is entered, the AI opens the relevant objects and calculation sheets and highlights the evidence regions. The user approves or corrects the inputs, runs a sandbox calculation, and compares against the previous revision. The approve button becomes active only after every check has passed. Conversation is one part of the interface; the center of gravity is linked evidence and work state.
Chat-first Tool
Evidence-first Workbench
Accuracy Alone Cannot Explain Trust
Describing product performance as "95% accurate" hides the real risk. Equipment tag recognition, table structure parsing, unit interpretation, object matching, calculation results, and criteria verdicts all have different error characteristics. Some items may be good enough for automatic approval; for others, a single error carries enough impact that a person must review it.
Risk grade and automation level therefore have to be set item by item. Low-risk, high-confidence items can be candidates for automatic application, while high-risk items must require review no matter how confident the AI is. Records of reviewers correcting AI suggestions should feed back into training and rule improvement, with model versions and evaluation criteria managed alongside them.
AI Confidence Is Not the Same as Business Approval
Even at 98% model confidence, high-impact items such as the stability baseline or values submitted to class still need an approver. Conversely, a low-risk formatting error can be corrected automatically at around 90% confidence once it passes the rule check. The scope of automation should be set by business risk, not by the model score.
The Path to a Verified Ship Calculation Workbench
The first step is not making AI explain the calculation sheet. It is the foundation: executing the original Excel and reproducing its results, mapping objects and cells to their meaning, and managing sources and revisions. Only then do you attach AI that proposes input values from documents and models and explains change impact with evidence. Limited edits and approval automation come last.
AI Does Not Design the Ship for You
Final responsibility for ship design rests with engineers and their organizations. The claim that AI can take on that responsibility is neither realistic nor desirable. What can be reduced, substantially, is the daily burden of searching, cross-checking, tracing, and explaining.
Good ship AI does not hide its answers. It shows which data was used, what changed, and which calculations and standards were affected. And it stops when it does not know. With that measure of humility and rigor, AI can earn the trust of the shipyard and take its place inside the real design workflow.
doAZ Point of View
The competitiveness of shipbuilding AI is decided less by model size than by how naturally the Evidence Package, deterministic calculation, fail-closed gates, the change graph, and human approval are bound into a single workflow.