In this article+
01 / ARTIFICIAL INTELLIGENCE
Three answers, three kinds of responsibility
A language model constructs a fresh response from learned patterns plus present context. All return something quickly, yet responsibility sits in different places: rules, sources, or probabilistic generation.
I often open Google first, a spreadsheet second and ChatGPT third. It is not a lack of trust; each one owns a different stretch of the road.
A spreadsheet with the same numbers normally returns the same calculation. Search gives links you can inspect. A generative model may answer the same question with a different emphasis, wording or even a different mistake.
02 / ARTIFICIAL INTELLIGENCE
Search is not a person who knows
Search is closer to a contested map than a person who knows. It offers candidate sources and asks you to inspect dates, authors and evidence.
Chat compresses that reading into one smooth narrative. The convenience has a price: disagreement and the route back to evidence become less visible.
Less friction is not the same as more certainty.
A polished answer that cannot be reproduced falls apart when a client asks one follow-up. An ugly, auditable sheet can save the day.
That does not make ChatGPT useless. For 'turn six pages of meeting notes into three decisions', it can beat ten blue links. But dates, totals and promises still need checking; good prose is not a substitute for evidence.
03 / ARTIFICIAL INTELLIGENCE
Traditional software is less flexible—and often more reliable
For interest calculations, inventory deductions or passenger lists, rigidity is a feature. Traditional software does not predict what looks like the next sensible result; it executes a specified operation.
When inputs are structured, rules can be written and drift is unacceptable, adding generation can turn a deterministic problem into a probabilistic one without adding useful judgement.
Tools are not idols. They are a division of labour.
One tool may be fast, another exact and a third good at explanation. Bundle them into one magical button and accountability disappears. Separate retrieval, calculation, judgement and writing before choosing.
04 / ARTIFICIAL INTELLIGENCE
A chat answer is reconstructed from compression
A language model does not normally retrieve a stored paragraph and paste it unchanged. Training compresses patterns across language into parameters, and inference reconstructs a likely expression for the prompt.
That is why it can explain an idea in a new way—and why two similar facts may be stitched into one fact that never existed.
05 / ARTIFICIAL INTELLIGENCE
The strongest design combines them
Strong products layer the mechanisms. Code enforces permissions and transactions.
Search or retrieval supplies current evidence. A language model interprets a messy request and organises the result.
The user may see one chat surface, but the system should keep each component responsible for the work it can verify. One model doing everything usually hides errors.
06 / ARTIFICIAL INTELLIGENCE
One question can choose the right tool
If output must be identical for the same valid input, prefer rules. If it must reflect the latest verifiable world, use retrieval and show sources.
If the request is ambiguous and needs synthesis, generation helps. When all three requirements coexist, design a workflow in which every important claim can travel back to the right mechanism.
The interface should not erase provenance
A single chat box can route a request through rules, retrieval and generation, but the answer should still expose which layer supplied what. Calculated values should identify the operation, current claims should show sources, and generated interpretation should remain distinguishable from evidence.
The hidden design challenge is provenance: convenience increases when mechanisms disappear, while accountability decreases with them. A good interface makes the system feel simple without pretending every output was produced in the same way.
07 / ARTIFICIAL INTELLIGENCE
The real difference is whether the result can be reproduced.
A spreadsheet with the same numbers normally returns the same calculation. Search gives links you can inspect. A generative model may answer the same question with a different emphasis, wording or even a different mistake.
That does not make ChatGPT useless. For 'turn six pages of meeting notes into three decisions', it can beat ten blue links. But dates, totals and promises still need checking; good prose is not a substitute for evidence.
08 / ARTIFICIAL INTELLIGENCE
Do not ask which is best. Ask who is accountable.
One tool may be fast, another exact and a third good at explanation. Bundle them into one magical button and accountability disappears. Separate retrieval, calculation, judgement and writing before choosing.
Often the strongest workflow is Google for primary sources, software for calculation, ChatGPT for synthesis, and a person for sign-off. It is slower by a beat and much safer than calling a polished error 'done'.
09 / ARTIFICIAL INTELLIGENCE
Questions people actually ask
Can ChatGPT replace Google?
It can reduce the time spent opening links, but search still matters for fresh facts, primary sources and verification.
Why keep traditional software?
For payroll, inventory or quotes, fixed rules and auditable results are features, not limitations.
What is a useful hybrid workflow?
Find the source, calculate with a deterministic tool, then use the model to organise the explanation. Keep evidence at every layer.
Sources
Sources
Sources support the mechanisms and limitations discussed here. Models, products and prices change; check the official page and date when a detail matters.