Most AI failures aren't
model failures.
They're architecture failures — systems that work in a demo, then degrade with real users, real data, real edge cases. Retrieval returns the wrong thing. Knowledge has no structure. Nobody can tell a good output from a bad one.
I design, build, and evaluate production AI systems that organizations can trust. I don't just tell teams what's wrong — I build the systems that make it right.
What Usually Breaks
Most teams can get an AI system to a working demo. Fewer can tell you why it behaves differently in production — or what to change when it does.
Does the system behave consistently under real inputs — messy data, edge cases, and users who do not follow the happy path?
Can you change a model or a prompt without silently breaking something downstream?
When output quality drops, can you tell whether it was retrieval, context, tool selection, or the model itself?
Is cost per query rising faster than usage, because the architecture asks the model to do work the architecture should be doing?
Can you tell whether last week's change made the system better, or only that it shipped?
Can every material AI-generated claim be traced back to supporting evidence?
Can risk, compliance, or business stakeholders understand why the system produced a given result?
Engagement Ladder
Architecture and delivery are the transaction. Trust is the outcome. Engagements progress from diagnosis to build to regulated trust work.
Production Readiness Review
Fixed fee from $12,000. Two weeks. For AI systems already built that degrade with real users.
- Root-cause diagnosis of where and why the system fails
- Retrieval and knowledge-structure review
- Evaluation gap analysis
- Prioritised fix list with effort estimates
- Deployment readiness recommendation
AI Architecture & Delivery
Fractional or project-scoped. Hands-on design and build alongside an existing team.
- Architecture decisions that are expensive to reverse later — agent boundaries, retrieval strategy, knowledge structure
- Multi-agent orchestration and agent architecture
- Retrieval and RAG infrastructure
- Knowledge architecture, ontology and knowledge graph design
- Evaluation and observability infrastructure
- Architecture ownership while the client team owns delivery
Enterprise AI Trust
For banks, insurers, and enterprises operating AI in business-critical or regulated workflows.
- Hallucination and unsupported-claim detection
- Evidence attribution and citation review
- Confidence calibration assessment
- Decision-risk and escalation review
- Governance and auditability frameworks
- Executive-ready trust assessment report
- Remediation of critical findings — architecture and evaluation fixes, not a document that ends the engagement
Most engagements start with a Readiness Review and continue into architecture work.
Knowledge Architecture
Most AI systems retrieve documents. The better ones retrieve knowledge. The difference is structure.
Returning five chunks of text isn't intelligence. Understanding how those pieces relate to each other is. As enterprise AI matures, the constraint shifts from model capability to how well the underlying domain knowledge has been modelled — entities, relationships, hierarchies, and the rules that connect them.
This work is uncommon. At Credit Suisse I helped build a global client data layer on Palantir Foundry, mapping disparate source systems worldwide into a unified ontology under regulatory scrutiny. That layer underpinned surveillance models that passed Swiss regulatory review.
Well-structured knowledge reduces the amount of reasoning the model has to do. That means smaller models, lower cost, better latency, and outputs you can explain.
How a Readiness Review Works
A Readiness Review is the entry engagement. I convert system behavior into a fix list the team can start on Monday — not a score that ends the conversation.
[ 01 // USE CASE SCOPING ]
I define the workflow, business decision, source material, system boundaries, and where failure actually hurts.
- AI use case and intended output
- Business-critical decision points
- Source material and attribution requirements
- Where failure is expensive and who notices first
[ 02 // EVALUATION DESIGN ]
I define the metrics that matter for this use case, rather than relying on generic AI benchmarks.
- Faithfulness to source material
- Evidence attribution and citation support
- Confidence calibration
- Decision-risk and escalation behavior
[ 03 // TESTING & SCORING ]
I run representative and adversarial cases to find where the system fails under ambiguity, weak sources, or real-world inputs.
- Controlled test cases
- Hallucination and unsupported-claim detection
- Automated evaluator scoring
- Trace-level evidence for each finding
[ 04 // FINDINGS & ROADMAP ]
I deliver a prioritised fix list: what broke, why, how to fix it, how long it takes, and what to do first.
- Root cause per failure
- Recommended fix
- Effort estimate
- Sequencing for the next sprint of work
{ "system": "Customer Support Routing Agent", "metrics": ["routing_accuracy", "retrieval_precision", "regression_on_prompt_change"], "finding": "quality drop after model swap; root cause was retrieval, not the model", "recommendation": "fix retrieval chunking and add a regression suite before the next release" }
How an Architecture Engagement Works
Readiness Reviews end with a plan. Architecture engagements execute it. Typically one to two days per week alongside an existing team.
[ 01 // ARCHITECTURE DECISION ]
I establish the decisions that are expensive to reverse before any code is written: agent boundaries, retrieval strategy, knowledge structure, and where humans stay in the loop.
- Agent topology and orchestration model
- Retrieval and knowledge architecture
- Failure modes and escalation paths
- What the system must never do autonomously
[ 02 // EVALUATION FIRST ]
Evaluation infrastructure ships before or alongside the feature, not after. Without it, every release is a guess.
- Rubric and metric design for the use case
- Evaluator architecturally separate from generation
- Regression suites for prompt and model changes
- Trace-level observability
[ 03 // BUILD ALONGSIDE THE TEAM ]
I own architecture. The client team owns delivery. Decisions are documented so the team can extend the system without me.
- Hands-on implementation of core components
- Design review and technical guidance
- Architecture documentation the team can act on
[ 04 // HANDOVER ]
The engagement succeeds when the team can maintain and extend the system independently.
- Documented architecture and decision rationale
- Evaluation suite the team runs themselves
- Knowledge transfer, not dependency
Your AI system isn't performing the way it did in testing?
Start with a Readiness ReviewBuild Record
Selected systems. Client names withheld under confidentiality; technical detail is accurate.
What I Look For
These are the failure modes that show up once a system meets real users — and the reason a working demo is not evidence that a system is production-ready.
Principal Architect
Charles Camp
At Credit Suisse I worked on the global client data layer that underpinned AML surveillance models passing Swiss regulatory review, with an 80% reduction in false positives.
Evaluating non-deterministic systems in regulated environments isn't a new problem. The models have changed; the discipline hasn't.
Vector Systems exists because most organizations can demonstrate what their AI does. Far fewer can demonstrate when it fails, how often, or whether it can be trusted in production.
The Vector Standard
-
[ 01 // EVIDENCE BEFORE CONFIDENCE ]
AI systems should not sound more certain than their evidence allows. Confidence must be measured, not assumed.
-
[ 02 // ATTRIBUTION IS NON-NEGOTIABLE ]
Every material claim must be traceable to source material, especially in regulated or decision-critical workflows.
-
[ 03 // FAILURES MUST BE VISIBLE ]
The purpose of evaluation is not to prove AI is perfect. It is to reveal where it breaks before those failures reach production.
-
[ 04 // BUILDING IS THE POINT ]
Identifying failures is the easy half. The work is designing the retrieval, knowledge structure, and evaluation that prevent them.