Skip to main content

Core principle

Match the model to the cognitive demand of the task. The right choice is rarely “the most capable model available” — it is the model whose strengths fit the work, given the cost, latency, and verifiability you need. Most medical writing tasks are well-served by a standard general-purpose LLM. A small but important subset benefits materially from a reasoning model. A few are made worse by one.

Why this matters now

Through 2024–2025, the AI model landscape stopped being one-dimensional. Where “use ChatGPT” or “use Claude” was once a sufficient choice, medical writers now face a real selection question across at least three categories:
  • Standard general-purpose LLMs (Claude Sonnet, GPT-4-class, Gemini Pro) — fast, single-pass, well-suited to drafting, summarising, and editing
  • Reasoning models (Claude with extended thinking, OpenAI o-series, DeepSeek R1) — slower and more expensive, but explicitly “think” through problems before responding
  • Frontier models (the most capable models at any given time, e.g. Claude Opus 4.X) — highest quality, highest cost, longest latency
The right choice depends on what the task actually demands. Defaulting to the most capable model wastes budget on tasks that don’t need it, and defaulting to a cheap one fails on tasks that do.

The three model classes (and where each shines)

These are not mutually exclusive — many real workflows mix model classes (a reasoning model for the hard step, a standard model for everything else).

When to reach for a reasoning model

Anywhere a task involves “do X, then check X against Y, then revise based on the check” — reasoning models materially outperform standard ones because they hold the steps and constraints in their working memory. The closed-loop pattern in RefCheckr is a clear example: verify a claim, rewrite if it doesn’t match, re-verify the rewrite, check compliance.
When you need to compare findings across multiple studies, reconcile conflicting data, or trace a claim through a chain of references, reasoning models do the bookkeeping more reliably. Useful for systematic literature review tasks, comparative effectiveness narratives, and benefit-risk assessments.
Tasks like “given this brief, what sections does the deliverable need, what evidence does each section require, and what is the right order?” benefit from a model that can plan before writing. Useful at the outline stage, less useful at the draft stage.
Statistical narratives, regulatory text, claim chains. If one wrong number cascades into wrong conclusions, the cost of an undetected error is high. Reasoning models reduce that risk; closed-loop workflows reduce it further.

When a reasoning model is overkill (or worse)

If the task is “rewrite this paragraph in publication style” or “draft a slide title from this finding”, a standard model is faster, cheaper, and produces output of equivalent quality. Reasoning models add latency without adding value.
Generating 50 social media variants, drafting 30 caption candidates, or producing a first pass on routine email copy. Standard model. Cost per output dominates here.
Translating between languages, or adapting HCP content for patients, is a transformation task — not a reasoning task. Standard models handle it well; reasoning models tend to over-think and produce stilted output.
Reasoning models can fabricate within their reasoning chains — citing fake papers in their internal “thinking” or building a plausible chain to a wrong conclusion. If you cannot verify the reasoning trace, the assurance a reasoning model offers is partly illusory. Pair reasoning models with explicit verification (closed-loop, source grounding) or use a standard model and verify the final output directly.

The cost / quality / latency triangle

You usually pick two of cost, quality, and latency — almost never all three. Knowing which two the task requires is the actual decision.

The fourth axis: resource cost

Cost, quality and latency are what you trade against on any single task. At team scale there is a fourth, and it moves in the same direction as the first: energy and water. Every query runs in a data centre that consumes electricity and — directly, and through the generation of that electricity — water. Per query the numbers are small; published vendor figures put a text prompt in the fraction-of-a-watt-hour range. The number that matters is the multiplier: a team of thirty writers, times daily use, times a year. And per task, agentic workflows run orders of magnitude above chat-style use, because one instruction becomes many model calls. The AI Water and Energy Footprint Calculator sizes this for a given usage profile, using published vendor disclosures and letting you set the measurement boundary — onsite data centre use, or the fuller picture including electricity generation. Two reasons this belongs in a model-selection decision rather than in a sustainability policy:
  • Over-powered model choice compounds. Reaching for a reasoning model on a transformation task already costs latency and budget for no quality gain. It costs resources on the same basis. The tasks in the overkill list above are the ones where the saving is free — you lose nothing by choosing the smaller model.
  • Clients are starting to ask. Pharma sponsors reporting under CSRD and similar regimes are pushing environmental questions down into procurement, and agency RFPs are beginning to ask what the footprint of an AI-assisted process looks like. That answer is easier to give if you already choose models deliberately.
This is a proportionality point, not an argument against using AI. A frontier model on a high-stakes regulatory document is a good use of resources. The same model generating fifty social captions is not.

A practical decision matrix


Worked example: choosing a model for a manuscript workflow

A typical manuscript project might use multiple model classes across its stages: The same project does not require the same model for every step. Cost-efficient workflows mix classes deliberately.

Common mistakes

“Use the best model” is a heuristic that wastes budget and adds latency on tasks that don’t need it. The best model for a slide title is rarely the same as the best model for a benefit-risk synthesis.
A reasoning model’s “thinking” is not a verification of correctness — it’s a model of how the model reached its answer. The thinking can be fluent and wrong. Treat reasoning chains as useful introspection, not as proof.
A reasoning model that takes 90 seconds to answer is fine for a back-end QC pipeline; it can be unworkable for an interactive tool a writer is using turn-by-turn. The model class has to match the workflow shape.
Today’s frontier model is next year’s standard model. The decision framework is durable; the specific model names are not. Re-evaluate periodically.
Most medical writing pipelines benefit from a mix: standard for drafting, reasoning for verification, standard for polishing. Single-class pipelines either underspend on the hard steps or overspend on the easy ones.

How this connects to other playbook principles

  • Risk levels: Higher-risk work generally justifies a more capable model, but not always — the playbook’s risk tier tells you how much review is required; this principle tells you which model fits the task.
  • AI failure modes: Different model classes fail differently. Standard LLMs miss multi-step errors; reasoning models can fabricate within their chains. Knowing the failure mode helps the choice.
  • Source grounding: Source grounding constrains what the model can claim; it does not change which model you choose. Both apply.
  • Review and accountability: Document which model class was used for which step, the same way you document which workflow was followed. This is part of the audit trail.

The bottom line

The right model is the one whose strengths match the cognitive demand of the task — not the most capable model on offer. Standard LLMs handle most drafting, summarising, and editing. Reasoning models earn their keep on multi-step verification, complex synthesis, and planning. Frontier models are worth the cost on high-stakes, low-volume work. Most useful workflows mix classes deliberately. Default to the cheapest model that produces verifiable, correct output for the task; reach higher only when the task demands it.
Last reviewed: 19 August 2026 · 8 min read