AGENCYSCRIPT
CoursesEnterpriseBlog
đź‘‘FoundersSign inJoin Waitlist
AGENCYSCRIPT

Governed Certification Framework

The operating system for AI-enabled agency building. Certify judgment under constraint. Standards over scale. Governance over shortcuts.

Stay informed

Governance updates, certification insights, and industry standards.

Products

  • Platform
  • Certification
  • Launch Program
  • Vault
  • The Book

Certification

  • Foundation (AS-F)
  • Operator (AS-O)
  • Architect (AS-A)
  • Principal (AS-P)

Resources

  • Blog
  • Verify Credential
  • Enterprise
  • Partners
  • Pricing

Company

  • About
  • Contact
  • Careers
  • Press
© 2026 Agency Script, Inc.·
Privacy PolicyTerms of ServiceCertification AgreementSecurity

Standards over scale. Judgment over volume. Governance over shortcuts.

On This Page

1. Capability Fit for Your Actual TasksWhat to checkWhy it matters2. Context Window Size and BehaviorWhat to checkWhy it matters3. Latency and Throughput ProfileWhat to checkWhy it matters4. Cost Structure and Unit EconomicsWhat to checkWhy it matters5. Token and Prompt Engineering CompatibilityWhat to checkWhy it matters6. Safety, Refusal Behavior, and Policy FitWhat to checkWhy it matters7. Data Privacy, Residency, and ComplianceWhat to checkWhy it matters8. Fine-Tuning and Customization OptionsWhat to checkWhy it matters9. Reliability, Uptime, and Vendor StabilityWhat to checkWhy it matters10. Ecosystem, Tooling, and Integration SurfaceWhat to checkWhy it mattersFrequently Asked QuestionsWhat is a foundation model, and why does it need a checklist?Should I always use the most powerful frontier model available?How often should I re-evaluate my foundation model choice?How do I evaluate a model for clients in regulated industries?Is it worth running multiple foundation models in the same workflow?What's the minimum viable test set for evaluating a new model?Key Takeaways
Home/Blog/Pick the Wrong Model in Week One and It Compounds
General

Pick the Wrong Model in Week One and It Compounds

A

Agency Script Editorial

Editorial Team

·March 7, 2026·10 min read
foundation modelsfoundation models checklistfoundation models guideai fundamentals

Picking a foundation model without a structured evaluation process is how teams end up six months into a deployment regretting every decision they made in week one. The wrong model choice compounds: you build prompts around its quirks, train your team on its outputs, integrate it into client workflows, and then discover it can't handle the volume, the cost, or the edge cases that actually matter. By then, switching is painful.

This checklist is designed to prevent that. It covers the ten most consequential evaluation dimensions for foundation models—whether you're selecting a model for the first time, auditing an existing deployment, or helping a client make the decision. Each item includes a short rationale so you understand why it matters, not just what to check. Use it as a living document: print it, duplicate it in Notion, run it against every major model you consider.

The field is moving fast. Models that led benchmarks in early 2024 have been leapfrogged multiple times since. But the evaluation criteria themselves are stable—what changes is which models score well on each dimension. That stability is what makes a checklist valuable. Knowing the future of machine learning basics is useful context, but operational decisions still require this kind of structured ground-level assessment.


1. Capability Fit for Your Actual Tasks

What to check

  • Does the model handle your primary task type well out of the box—long-form writing, code generation, structured extraction, reasoning chains, multimodal inputs?
  • Have you tested it on your real inputs, not just vendor demo prompts?
  • Does it degrade gracefully on edge cases, or does it hallucinate confidently?

Why it matters

Benchmark scores (MMLU, HumanEval, MATH) tell you how a model performs on standardized tasks. Your tasks are not standardized. A model that tops coding benchmarks may still struggle with your specific stack or your clients' domain vocabulary. Run a representative sample of 20–50 real inputs. Score outputs on accuracy, tone, format compliance, and failure mode behavior—not just "did it answer."


2. Context Window Size and Behavior

What to check

  • What is the advertised context window, and what is the effective usable window?
  • Does output quality degrade in the middle or at the end of long contexts?
  • How does the model handle retrieval-augmented generation (RAG) inputs that push context limits?

Why it matters

Advertised context windows and real-world performance diverge more than vendors admit. Many models nominally support 128k tokens but show measurable quality drops beyond 32k–64k for complex tasks. If your workflow involves long documents, multi-turn conversations, or injecting large knowledge bases, this matters enormously. The Complete Guide to Tokens and Context Windows covers the mechanics in depth—understanding token budgeting is prerequisite to this checklist item. A common mistake is treating the maximum context length as the reliable working context length.


3. Latency and Throughput Profile

What to check

  • What is the median time-to-first-token (TTFT) under realistic load?
  • What is the tokens-per-second generation rate for your typical output length?
  • Does latency spike during peak hours, and does the provider publish SLA targets?

Why it matters

User-facing applications are sensitive to TTFT—anything over 2–3 seconds feels broken to end users. Batch processing workflows care more about throughput than TTFT. These are different model deployment profiles and may point to different providers or configurations. Test during business hours, not at 2am when servers are underloaded. Measure, don't assume.


4. Cost Structure and Unit Economics

What to check

  • What is the per-million-token cost for input and output separately?
  • What is your estimated monthly token volume, and what does that cost at each candidate model?
  • Are there cheaper tiers (distilled, quantized, or cached variants) that meet your quality bar?

Why it matters

Output tokens typically cost 3–5× more than input tokens across most providers. A workflow that generates long outputs at scale can cost 10× more than a workflow that generates short ones. Model costs vary by roughly 100× from top frontier models to capable open-weight alternatives. Build a simple cost model: estimate average input tokens, average output tokens, and daily request volume. Run the math before you commit to an architecture. Also factor in caching: prompt caching (offered by several providers) can cut costs by 50–80% on repeated system prompts.


5. Token and Prompt Engineering Compatibility

What to check

  • How does the model respond to structured prompting strategies—chain-of-thought, few-shot examples, system prompt constraints?
  • Does it reliably follow format instructions (JSON, markdown tables, specific length limits)?
  • Does it degrade on common prompt anti-patterns your team is likely to introduce?

Why it matters

Different models have different instruction-following personalities. Some are aggressive at following format instructions; others quietly ignore them and generate free-form text. Your team's prompt quality will vary—check how each model handles poorly structured prompts, not just ideal ones. A Step-by-Step Approach to Tokens and Context Windows is useful background for understanding how token-level decisions affect prompt behavior. Build a small test harness with your best prompts and your worst ones. The gap between those two scores tells you how brittle your deployment will be.


6. Safety, Refusal Behavior, and Policy Fit

What to check

  • How does the model handle sensitive topics relevant to your clients' industries—legal, medical, financial, political?
  • Does it over-refuse on legitimate professional tasks?
  • What content moderation controls does the provider offer, and at what granularity?

Why it matters

Over-refusal is as operationally costly as under-refusal. If a model trained for consumer safety refuses to draft a standard legal letter or analyze a pharmaceutical case study, it fails professional use cases. Conversely, if it generates harmful or legally risky content without appropriate guardrails, that's a liability issue. Test boundary cases that are realistic for your workflows. Check whether the provider allows system-prompt-level policy customization, and verify that customization actually works—some providers document it but don't enforce it reliably.


7. Data Privacy, Residency, and Compliance

What to check

  • Does the provider offer an enterprise tier with a commitment not to train on your data?
  • Where are inference servers located, and does that create data residency issues for regulated clients?
  • Does the provider hold SOC 2 Type II, HIPAA BAA, or other certifications relevant to your client base?

Why it matters

Many agency operators discover compliance requirements after they've built a workflow. A model or provider that's fine for internal marketing use may be completely off-limits for a healthcare client or a financial services firm operating under GDPR. Get the Data Processing Agreement in writing before building. Check whether "opt-out of training" is a toggle in a dashboard or a contractual commitment—those are materially different levels of protection.


8. Fine-Tuning and Customization Options

What to check

  • Does the provider offer fine-tuning on the specific model tier you plan to use?
  • What is the minimum data requirement, and what does fine-tuning cost relative to prompt engineering?
  • Is there an open-weight alternative you could self-host and fine-tune without per-token fees?

Why it matters

For most workflows, fine-tuning is not the right first step—prompt engineering and RAG can get you 90% of the way there at a fraction of the cost and complexity. But for high-volume, highly repetitive tasks with consistent format requirements, fine-tuning can dramatically reduce token costs and improve output consistency. Understand whether fine-tuning is accessible on your plan and at what price point before you design a workflow that depends on it. Also consider the maintenance burden: a fine-tuned model is a model you now own operationally.


9. Reliability, Uptime, and Vendor Stability

What to check

  • What is the provider's documented uptime history over the past 12 months?
  • Is there a fallback model or API-compatible alternative you can route to during outages?
  • Is the underlying model likely to be deprecated, version-changed, or fine-tuned silently in the next 12 months?

Why it matters

"Silent updates"—where a provider updates a model without versioning or notice—have broken production workflows at agencies that assumed output consistency. Check whether the provider offers pinned model versions and for how long. Build at least a basic fallback routing layer: if your primary model is down, your client's workflow shouldn't be down. This is especially important for customer-facing applications. Vendor stability also matters for newer or smaller providers: evaluate their funding position and the robustness of their support structure.


10. Ecosystem, Tooling, and Integration Surface

What to check

  • Does the model integrate with your existing stack—your orchestration layer, your vector database, your deployment environment?
  • Is there an active community, SDK support, and a documentation quality that reduces your team's learning curve?
  • Are there platform-level features (function calling, structured outputs, assistants APIs) that reduce the amount of custom scaffolding you need to build?

Why it matters

A technically superior model that requires you to build a custom integration layer from scratch may deliver worse outcomes than a slightly inferior model with native integrations and strong tooling. Evaluate the total system, not just the model weights. Native function-calling support, reliable JSON mode, and assistant thread management can save weeks of engineering work. If your team is non-technical or partially technical, prioritize providers with robust no-code and low-code tooling alongside the API.


Frequently Asked Questions

What is a foundation model, and why does it need a checklist?

A foundation model is a large AI model trained on broad data at scale and designed to be adapted across many tasks—examples include GPT-4o, Claude 3.5 Sonnet, Gemini 1.5 Pro, and open-weight models like Llama 3. A checklist is necessary because selecting one involves a dozen interacting variables—cost, capability, compliance, latency—that aren't visible from a vendor homepage or a benchmark table.

Should I always use the most powerful frontier model available?

Not necessarily. The most powerful frontier model is often overkill for high-volume, structured tasks and significantly more expensive than capable alternatives. The right choice depends on your task complexity, output volume, quality threshold, and budget. Many professional workflows perform better with a smaller, faster, cheaper model that's well-prompted than with a frontier model used carelessly.

How often should I re-evaluate my foundation model choice?

At minimum, review your model stack every six months. The pace of model releases means the cost-performance frontier shifts materially on that timescale. Set a calendar reminder and spend two to four hours running your evaluation harness against new entrants. A model that was best-in-class in Q1 may be surpassed by Q3—and at a lower price point. See also common pitfalls around context window assumptions in 7 Common Mistakes with Tokens and Context Windows.

How do I evaluate a model for clients in regulated industries?

Start with compliance and data residency before evaluating capability. If a model fails the compliance check, nothing else matters. Get the Data Processing Agreement, verify certifications (SOC 2, HIPAA BAA, ISO 27001 as relevant), and confirm data residency in writing. Only after clearing those gates should you proceed to capability and cost evaluation.

Is it worth running multiple foundation models in the same workflow?

Yes, in specific architectures. Routing cheaper, faster models for simpler subtasks and reserving frontier models for complex reasoning steps can cut costs by 40–70% without meaningful quality loss. This requires slightly more engineering effort but pays off quickly at scale. It also reduces single-vendor dependency risk.

What's the minimum viable test set for evaluating a new model?

Aim for 30–50 representative real-world inputs covering your most common use cases, your hardest edge cases, and your most sensitive content scenarios. Score each output on a consistent rubric (accuracy, format compliance, tone, failure mode). If you can't build this test set in a few hours, you don't have enough clarity on your requirements to make a good model selection.


Key Takeaways

  • Capability fit must be tested on your real inputs, not vendor benchmarks or demo prompts.
  • Context window advertised size and effective working size are not the same—test long-context behavior explicitly, and build your understanding on solid fundamentals like Tokens and Context Windows: A Beginner's Guide.
  • Output tokens cost significantly more than input tokens; model costs across the market vary by roughly 100×—build a cost model before you commit.
  • Compliance and data residency must be confirmed contractually, not assumed from marketing pages.
  • Silent model updates are a real operational risk; prefer providers that offer pinned versions.
  • Re-evaluate your model stack every six months minimum; the cost-performance curve moves fast.
  • Multi-model routing architectures can cut costs substantially without sacrificing quality at scale.
  • The best model choice is the one that fits your task, your team, your compliance requirements, and your economics—not the one that tops a leaderboard.

Search Articles

Categories

OperationsSalesDeliveryGovernance

Popular Tags

prompt engineeringai fundamentalsai toolsthe difference between AIMLagency operationsagency growthenterprise sales

Share Article

A

Agency Script Editorial

Editorial Team

The Agency Script editorial team delivers operational insights on AI delivery, certification, and governance for modern agency operators.

Related Articles

General

Prompt Quality Decides Whether AI Earns Its Keep

Prompt quality is the single biggest variable in whether AI delivers real work or expensive noise. The model matters, the platform matters — but the prompt you write determines whether you get a first

A
Agency Script Editorial
June 1, 2026·10 min read
General

Counting the Real Cost of Every Token You Send

Tokens and context windows sit at the intersection of AI capability and operational cost—yet most business cases treat them as technical footnotes. That's a mistake that costs real money. Every time y

A
Agency Script Editorial
June 1, 2026·10 min read
General

Rolling Out AI Hallucinations Across a Team

Most teams discover AI hallucinations the hard way — a confident-sounding wrong answer makes it into a client deliverable, a legal brief, or a published report. The damage isn't just to the output; it

A
Agency Script Editorial
June 1, 2026·11 min read

Ready to certify your AI capability?

Join the professionals building governed, repeatable AI delivery systems.

Explore Certification