Caixa Mágica Joins the Claude Partner Network

Caixa Mágica Software is now part of the Claude Partner Network, and architects on our team hold the Claude Certified Architect, Foundations credential from Anthropic.

The announcement arrives in the same weeks as three regulatory dates: the EU AI Act's transparency obligations and full penalty regime became enforceable on 2 August 2026, and the Cyber Resilience Act's 24-hour vulnerability reporting duty starts on 11 September. That overlap is worth pausing on, because the two things are more closely connected than a partnership announcement usually suggests.

For three years the hard question in enterprise AI was whether the technology could do the work. That question is largely settled. The hard question now is different: can you explain how a system reaches its outputs, show what data it touched, demonstrate that a person can intervene, and produce all of it on request to a national supervisory authority. That is an architecture question long before it is a legal one.

March 2026
Programme launched with a $100M commitment from Anthropic
Three tracks
Consulting, Technology and Services Partners, with separate criteria
Certification
Held by individuals, examined externally, counts toward partner standing
Public directory
Enterprise buyers can look up partners and verify standing

What the Claude Partner Network is and what certification covers

The Claude Partner Network is Anthropic's programme for organisations that design, build and operate production systems on Claude. Membership gives access to technical guidance, product roadmap information and a defined support channel for the situation that matters most: when something in production behaves in a way the documentation does not fully explain.

The certification is examined externally, through Pearson VUE, and is held by named individuals rather than by a company. The programme covers practitioner, architect and developer roles, and the architect credential is oriented around system design rather than prompt writing. That distinction carries most of the practical weight here, so it is worth being specific about the work it points at.

Context management. How a system decides what information reaches the model on a given request, how retrieval is scoped, how state carries across a multi-step task, and where context has to be deliberately withheld rather than included.
Tool use and permissions. Which actions the model can trigger, what each action can reach, what happens when a tool call fails, and how a permission boundary is enforced in the system rather than requested in a prompt.
Evaluation. How correctness is defined for a task where more than one answer is acceptable, how a test set is built, and how regression is detected when a prompt, a model version or an upstream data source changes.
Failure behaviour. What the system does when it is uncertain, when input is adversarial, or when the model returns something outside the expected shape. Refusal, escalation and graceful degradation are design choices rather than defaults.
Cost and latency at volume. What one operation costs, how that scales across a workload, and which choices, such as caching, model selection per step and batching, move the economics without degrading output.

Verifying a Claude Partner Network claim

Since more than 40,000 firms have applied to the programme, a partner badge alone tells a buyer very little. Two questions separate signal from decoration. How many individuals at the firm hold an active certification, and which track and tier is the firm in? Both are published information, and the tier requirements are quantitative, covering certified headcount, production deployments in the trailing twelve months and public customer stories. Ask for the answers rather than the logo.

Why the timing matters

Most coverage of the AI Act's August date focused on the delay. The high-risk obligations under Annex III moved to 2 December 2027, which does give some teams meaningful additional time, as our note on what actually changed in August sets out.

What did not move is the part reaching the widest set of organisations. Article 50 transparency obligations are enforceable, as are the general-purpose model requirements, the penalty regime reaching €35 million or 7% of global annual turnover for prohibited practices, and the investigative powers of national authorities. Read alongside the CRA's 24-hour reporting duty, the direction is unambiguous. European regulation is converging on one demand: produce evidence. Not a policy document describing intent, but a record of what the system does, generated by the system itself.

Evidence of that kind cannot be added at the end of a project. Either it is a property of the architecture or it is a retrofit, and retrofits in AI systems are expensive in a specific way. Adding traceability to a system that was not built to emit it usually means changing where decisions are made, which means changing the system.

The distance between a working pilot and a documented production system

That distance is consistently underestimated. A pilot needs to work often enough to be convincing. A production system in a regulated environment needs six things a pilot rarely has: a defined evaluation set, logging at the level of the decision rather than the request, a human oversight point that is real rather than theoretical, a dated and reviewed risk classification, an incident path with a definition of what counts as an AI incident, and predictable per-operation cost.

Teams that build these in from the first sprint spend perhaps ten to fifteen per cent more upfront. Teams that add them afterwards routinely rebuild. The pattern mirrors what we described about software quality evidence, where the assembly cost lands entirely on whoever left the layer out.

Not sure how your AI systems would hold up under scrutiny? Our AI Lab can review your architecture against the Act's current requirements and tell you where the gaps are.
Talk to our team →

Where architecture decisions become compliance decisions

Four decisions carry most of the downstream consequence, and each is cheap at design time.

Decision 1
Data boundaries
Which data can reach the model, under what conditions, and where the boundary is enforced. Under GDPR and the AI Act, only a boundary implemented below the prompt is defensible.
Decision 2
Tool permissions
An agent with broad write access to production is a different risk category from one that proposes actions for approval. That choice determines whether human oversight is a feature or a formality.
Decision 3
Oversight placement
Where in the flow a person sees the output matters more than whether one exists. Review after an action has been taken is documentation. Review before it is control.
Decision 4
Logging and traceability
What is recorded, for how long, and in a form someone who did not build the system can reconstruct months later. This is what a supervisor is asking for when they request documentation.
Two more belong on the same list. Without an evaluation set, every model update is an unmeasured change to a production system. And systems that fail loudly are auditable, while systems that fail silently produce incidents nobody can explain afterwards.
A boundary implemented in the prompt is a request. A boundary implemented in the retrieval layer is a control.

Agentic systems widen the surface

The systems being commissioned now are not classifiers. They are agents: models that call tools, read and write data, and chain steps toward a goal with limited supervision. That shift changes the security and compliance picture substantially.

How prompt injection becomes an authorisation problem
Retrieved content
A document, an email or a web page carries instructions aimed at the model
Treated as trusted
The system does not separate data channels from instruction channels
Tool call fires
A consequential action executes with the agent's own permissions
The mitigation is architectural rather than textual: separate the channels, constrain what each tool can reach, and require confirmation for consequential actions.

Model supply chain matters too. Under the CRA, organisations that bundle third-party components are manufacturers with reporting obligations, and AI components are components. A model served through an API, a vector database, an orchestration framework and an embedding library all belong in a software bill of materials, each one a potential compliance event with a 24-hour clock attached from 11 September. This is why we treat AI architecture and security architecture as one practice rather than two. Offensive security research presented at the August conferences tends to become the European regulatory expectation within a year.

What the Claude Partner Network changes for a client project

The path from prototype to specification is shorter. We work against Anthropic's guidance on context management, tool design and evaluation rather than reconstructing it from experiments, which removes a class of avoidable iteration.
Architecture is reviewed against patterns known to hold up. Most failure modes in production AI systems are not novel. Recognising one early is worth more than solving it late.
Documentation is a by-product of the build. Risk classification, model cards, evaluation results and oversight mechanisms come out of the process because the process was designed to emit them.
Procurement conversations get easier. Buyers in financial services, healthcare and the public sector already ask suppliers for AI Act documentation during vendor selection. Being able to hand it over is a commercial position as well as a compliance one.

What it does not change is the approach. A certification is evidence of discipline, not a substitute for it, and no partner programme makes a badly scoped project succeed.

Why we joined the Claude Partner Network from Portugal

Three of the regulations shaping enterprise technology in 2026 extend obligations directly to third-party ICT providers. DORA requires financial institutions to actively manage the compliance posture of their technology suppliers. The CRA places duties on manufacturers that bundle open source components. The AI Act reaches any provider placing AI systems on the EU market.

A development partner inside the EU starts from a different baseline, as we argued in more detail about nearshore Portugal. GDPR is native rather than adapted. Data residency is a matter of fact rather than of contract. There is no gap to bridge between your regulatory environment and your partner's, because they are the same environment. Portugal placed third in the OECD Digital Government Index 2025 with a score of 0.86, the highest in Europe, and Caixa Mágica has spent more than twenty years delivering software for European institutions in identity, finance, energy, telecommunications and public administration.

What we are building with it

Our AI Lab works on systems where the output has consequences: document-heavy workflows in regulated industries, decision support where the reasoning has to be inspectable, and agentic automation inside organisations that answer to a supervisor. Alongside that we build digital identity infrastructure, including EUDI Wallet integration, and quality engineering platforms that produce the evidence chains DORA requires.

The governance layer the AI Act now mandates, with documented risk classification, real human oversight and auditable outputs, is how we have always built. The partnership and the certification make that faster and better evidenced. They do not change the method.

Frequently asked questions

The Claude Partner Network and certification

What is the Claude Partner Network?
It is Anthropic's partner programme for organisations that design, build and operate production systems on Claude, launched in March 2026 with a $100 million commitment. It has three tracks covering consulting, technology and services partners, and provides technical guidance, roadmap information, a direct support channel and a public directory where enterprise buyers can find partners.
What does the Claude certification cover, and who holds it?
Certification is held by named individuals rather than by companies, and is examined externally through Pearson VUE. The programme covers practitioner, architect and developer roles, and the architect credential is oriented around system design rather than prompt writing: context management, tool use and permission design, evaluation methodology, failure behaviour, and cost and latency at production volume. Architects at Caixa Mágica hold the Claude Certified Architect, Foundations credential.
How should a buyer verify a partner's claim?
Ask how many individuals at the firm hold an active certification, and which track and tier the firm sits in. Tier requirements are published and quantitative, covering certified headcount, production deployments in the trailing twelve months and public customer stories. With more than 40,000 firms having applied to the programme, membership alone is weak evidence.

EU AI Act and architecture

How does the partnership relate to EU AI Act compliance?
The Act's documentation, transparency and human oversight requirements are architectural properties of a system. Logging, evaluation records, risk classification and intervention points either exist in the design or have to be retrofitted at significant cost. Working against established platform guidance makes it substantially easier to produce the evidence a national supervisory authority can request.
Does the EU AI Act apply to organisations outside the EU?
Yes. The Act has extraterritorial reach. Any organisation placing AI systems on the EU market or deploying AI systems within the EU is subject to its provisions regardless of where it is headquartered.

Getting started

What should an organisation do first if it has AI in production and no governance layer?
Start with an inventory of every AI system in use or procured, including AI embedded in third-party products and tools adopted without IT approval. Then verify Article 50 disclosure on user-facing systems, confirm that AI-generated content is labelled, request technical documentation from vendors, and document the human oversight mechanism for any consequential output.
Is prompt injection a real risk for enterprise agents?
Yes, once the model has tool access. Content retrieved from a document, an email or a web page can carry instructions, and a system that treats retrieved content as trusted input has an authorisation problem rather than a prompt problem. Mitigation is architectural: separate data channels from instruction channels, constrain what each tool can reach, and require confirmation for consequential actions.
Caixa Mágica Software
Caixa Mágica Team
Caixa Mágica Software is a Portuguese software company with 20+ years of experience delivering custom software, AI solutions and nearshore development teams for European businesses.
AI Lab · Caixa Mágica Software
AI systems with the governance layer designed in, not added later
Building AI for regulated industries in Europe? Our AI Lab designs systems where documentation, oversight and traceability are properties of the architecture, now as part of the Claude Partner Network.