An architecture decision is only as good as the group's ability to understand it, challenge it and remember why it was made. On Claude projects that is harder than usual: the system is probabilistic, its quality is an evidence question rather than a yes/no, and the audience ranges from a sponsor who wants a budget answer to a security reviewer who wants a data-flow diagram. Four skills recur: tailoring the message to the audience, framing options with trade-offs instead of announcing a verdict, stating limitations honestly, and recording the decision so the reasoning survives.
Tailor to the decision the audience owns
Do not vary the truth for different audiences; vary the question you answer. Each group is deciding something different, so lead with the information that decision needs.
| Audience | Decision they own | Lead with | Avoid |
|---|---|---|---|
| Executives and sponsors | Fund, proceed, accept risk | Business outcome, cost and timeline in ranges, risk in business terms, the decision needed and by when | Prompt and token mechanics; framework names |
| Engineers and build teams | How to build and operate it | Mechanism, interfaces, failure modes, alternatives rejected and why, operational load | Pitch language; unqualified claims |
| Risk, compliance, security | Whether controls are adequate | Data flow, what crosses which boundary, human review points, audit trail, residual risk with evidence | Assurances without evidence; claims about a vendor's compliance you have not verified |
| Affected staff and end users | How their work changes | What it does, when to trust versus check, how to report a problem | Jargon; implying it replaces judgement |
A useful test: could each audience state, after your briefing, what they are being asked to decide and what they would be accepting if they said yes?
Present options with trade-offs, not a fait accompli
A recommendation presented as the only option invites either blind acceptance or suspicion, and hides the trade-offs the audience is entitled to weigh. The standard shape is: the decision to be made; two or three genuinely viable options, including a simpler baseline (a deterministic workflow, or a single call instead of an agent); the criteria that matter to this audience, taken from discovery (lesson 5.1); how each option scores and on what evidence; your recommendation and why; and what would change your mind.
Claude-specific options are usually differences of degree along a few axes: human-reviewed versus autonomous output; synchronous versus asynchronous processing (Anthropic documents a batch interface for work that can wait, trading immediacy for cost and throughput); a more capable model versus a faster, cheaper one with an effort setting tuned; a managed platform versus a partner cloud with different lifecycle and data-handling terms. Express cost in relative terms or link the current pricing page; a pasted number goes stale. Anthropic's guidance to prefer the simplest solution that works is a good default, since each added layer of autonomy trades latency, money and auditability for performance.
Key concept
Every claim about a Claude system should carry three parts: what it reliably does in this specific use case, what still needs human review and why, and the evidence behind both (results over many real cases, not one demo). This structure avoids over-promising, where output is implied to need no review, and under-selling, where generic caveats leave a sound use case unadopted. It is also checkable: a stakeholder can ask “show me the cases” or “who is the reviewer” and get a concrete answer.
Stating limitations honestly
Honest limitations are specific and scoped, not a blanket disclaimer. Because output is probabilistic, quality claims should be rates measured on a defined test set, with sample size and date, for example “correct on N of M reviewed cases in the March sample, with the errors concentrated in scanned documents”. Three Claude-specific points belong in the limitations you communicate:
- Errors are reduced, not eliminated. Anthropic's guidance on hallucinations describes techniques such as allowing the model to say it does not know, grounding in quotes and requiring citations, and states that they reduce hallucinations significantly but do not eliminate them, so critical outputs need validation. This is why the review step is part of the design, not an apology.
- Claims are tied to a configuration. A model ID identifies a pinned version whose weights do not change, but Anthropic notes that the serving infrastructure around it (routing, safety classifiers, sampling logic) can change and occasionally cause minor behavioural differences. And when you move to a new model ID, behaviour can differ. So a quality statement should name the model ID and prompt version it was measured on and say it will be re-tested on change (see lesson 5.5).
- Vendor benchmarks are not your evidence. They measure someone else's tasks, not your cases.
Avoid the opposite failure too. “AI can make mistakes, so use with caution” gives a decision-maker nothing to weigh. Compare “Claude drafts; the duty analyst reviews every draft before release; in the sample so far it saved a large share of drafting time and the reviewer caught the errors”, which states value, limitation and safeguard together.
Decision records make the reasoning durable
A meeting is ephemeral; the reasons behind a decision are what a future team needs when circumstances change. The architecture decision record (ADR) practice, popularised by Michael Nygard, captures one architecturally significant decision with its rationale. His format has a short title, a status (proposed, accepted, deprecated or superseded), the context (the forces at play, described neutrally), the decision in full sentences (“We will...”), and the consequences, all of them, not only the positive ones. Records are kept short, numbered sequentially, and never edited to hide history: when a decision is reversed, the old record stays and is marked superseded by the new one.
For a Claude system, extend the template with the items that will otherwise be lost: the options considered and why each was rejected; a link to the eval results that supported the choice; the model ID, prompt version and key settings at decision time; the owner; and explicit revisit triggers, such as a deprecation notice, a material cost change or an eval regression.
Common exam distractor
Options that describe Claude output as “fully automated” or “no review needed” for a consequential task are the classic over-promise, and a single successful demo is not evidence. Equally wrong are the mirror images: a vague blanket warning with no specific value claim, and a single-option recommendation delivered as a done deal. Also watch for briefings that hand every audience the same technical deck, and for decision records that log the outcome but not the alternatives, consequences or revisit conditions. The best answer names the audience's decision, offers options with trade-offs, pairs value with a specific limitation and evidence, and records it.
When the room pushes back
Answer challenges with evidence, not reassurance: the cases, the measured rate, the review process. When you do not know, say how and when you will find out. If a stakeholder wants a guarantee the technology cannot give, such as identical outputs on every run or zero factual errors, do not concede it to close the meeting. Reframe to what you can commit to: a measured error rate, a review step, an escalation path, and a monitored target (lesson 5.3).