Skip to content
← Back to field notes
AI/LLM26 August 20267 min read

What I Learned from the Claude Certified Associate Foundations Training

As AI models become more capable, the basics of prompting, evaluation, production readiness, and human accountability become more important, not less.

After two days away for the Claude Certified Associate - Foundations training, one thing stayed with me:

Even when AI models become more powerful, the fundamentals still matter.

I have been using AI chat applications such as ChatGPT, Claude, DeepSeek, and others for about two years now. I have also delivered internal AI training at work, so this is not a completely new area for me.

My team has been using Claude since Q4 2025, which means we are now close to a year into practical team adoption.

But what surprised me during the training was not an advanced technique or a hidden feature. It was the reminder that the basics still carry a lot of weight.

Clear task framing. Good context. Defined constraints. Better examples. Thoughtful evaluation. Knowing when to verify, when to escalate, and when not to trust the first polished answer.

LLM models have improved significantly compared to the beginning of 2026. They are faster, more capable, and more forgiving when our prompts are imperfect.

But that improvement also creates a new risk.

When the output sounds fluent, we can easily mistake fluency for reliability. When the answer looks complete, we may stop checking whether the reasoning is actually sound. When AI feels easy to use, teams may underestimate the discipline required to use it well.

This is especially important when expectations around AI are moving faster than delivery reality.

With newer and better models being released every few months, it is easy for upper management or non-technical stakeholders to assume that a vibe-coded application can move into production almost immediately.

But in real software delivery, a working demo is not the same as a production-ready system.

There is still architecture to review, design decisions to clean up, scalability to consider, performance to test, security to harden, maintainability to improve, and sometimes parts of the application need to be rewritten properly before they can support real users and real business processes.

AI can accelerate the journey, but it does not remove the engineering discipline required to build something reliable.

Another useful part of the training was learning how to operate with Claude more intentionally: using artifacts, projects, skills, and context or knowledge bases to structure work better instead of treating every interaction like a one-off chat.

That matters because good AI adoption is not just about prompting better. It is also about designing better workflows around the model.

Another part that surprised me was the emphasis on recognising model degradation.

The training covered how to spot signs that an AI response is getting weaker: drifting away from the task, making unsupported assumptions, repeating itself, becoming overconfident, or producing polished answers that do not actually solve the problem.

It also covered what to do when that happens. Sometimes the right action is to improve the prompt. Sometimes it is to add clearer context, reduce ambiguity, break the task into smaller steps, switch workflows, or escalate to a more capable model only when the situation truly requires it.

This stood out to me because, in day-to-day use, many of us naturally assume the safest approach is to use the highest model with the highest reasoning effort all the time.

But that is not always the right operating model.

A top model such as Opus 5 or Fable 5 with very high effort may be useful for complex, ambiguous, or high-risk work. But for many normal tasks, a less capable model such as Sonnet 5 with medium effort may be enough.

The key is not to use the most powerful model by default. The key is to choose the least capable model that can reliably complete the task, then escalate only when there is a clear reason.

That mindset is important for cost, speed, consistency, and operational discipline.

Another important reminder is that an AI workflow that works today may not work forever.

Models change. Product interfaces change. Business context changes. The data or knowledge base behind the workflow changes. Even user behaviour changes once people become more familiar with the tool.

So AI workflows need evaluation and regular check-ins, not just a one-time setup.

Teams need to ask: is the workflow still producing useful output? Is it still aligned with the original goal? Are users over-trusting it? Are there signs of degradation, drift, or unnecessary cost? Is the current model and effort level still appropriate?

When something stops working well, the response should be deliberate. It may require refining the system prompt, improving the context, updating the knowledge base, changing the workflow design, switching to a higher effort setting, or moving to a different model.

The important part is not to treat AI failure as random. We need to know what signs to watch for, and what action to take when those signs appear.

That is what turns AI usage from experimentation into an operating discipline.

The training also reinforced two words that I think matter a lot in AI adoption: discernment and diligence.

Discernment is about judging whether the AI output is accurate, complete, and appropriate for the situation. This matters because AI can sound confident even when the answer is incomplete, unsupported, or fabricated.

So we need practical habits for checking quality.

For factual claims, we should ask for sources when the use case requires it, but not blindly demand citations for every small task. For analysis, numbers, or figures, we should ask the model to calculate using code instead of relying only on natural language reasoning. For important documents, we should review whether the answer is complete, whether assumptions are visible, and whether anything important is missing.

Diligence is about knowing the stakes.

Not every AI output carries the same level of risk. A rough idea, a summary, or a first draft can move quickly. But if the output will influence a major decision, affect customers, create legal or financial exposure, or cost the organisation hundreds of thousands, then human review is not optional.

Accountability still belongs to people.

AI can assist, accelerate, and challenge our thinking, but it cannot carry responsibility for the final outcome. The higher the stakes, the stronger the review process needs to be.

That is another reason why AI adoption cannot be reduced to simply using better models. It requires judgment, review discipline, and a clear understanding of where human accountability must remain.

One framework I found practical was mapping work into three modes:

A: fully handled by AI

C: handled through collaboration between human and AI

H: handled by human judgment and responsibility

This is critical.

The goal should not be to automate everything simply because AI can participate. The better question is: where should AI lead, where should AI assist, and where must humans remain accountable?

That distinction is what separates thoughtful AI adoption from blindly forcing AI into every process.

For organisations, this matters even more.

AI adoption is not only about giving people access to tools. It is about building shared practices: how we ask, how we review, how we validate, how we protect sensitive context, how we evaluate ongoing quality, and how we decide where human judgment must stay in the loop.

The more capable the models become, the more important these shared foundations become.

Because the goal is not just to get better answers from AI.

The goal is to build teams that can use AI consistently, safely, and productively.