2 Apr 2026

1 note

TLDR Tech

AI Agents Need Expertise, Not Just Documents

Qdrant's new skills framework is a small announcement with a significant implication: the next constraint on agentic AI is not processing power or model capability, it's encoded expertise.

Most teams building AI agents today are still in the "read the doc" phase. You point the agent at a knowledge base, it retrieves relevant chunks, it generates a response. That works for simple Q&A. It falls apart when you need the agent to diagnose something, to reason through a decision tree the way an experienced engineer would. Qdrant's skills encode that diagnostic logic directly, covering things like memory pressure patterns and latency regressions rather than leaving the agent to infer them from raw documentation.

For UK consumer finance technology leaders, this matters in a very specific way. We are all under pressure to use AI to reduce operational costs, particularly in areas like credit decisioning support, complaints handling, and affordability assessments. The temptation is to treat these as retrieval problems: find the right policy document, surface the right rule. The FCA's Consumer Duty makes that approach genuinely dangerous.

Consumer Duty demands outcomes-based thinking. An agent that retrieves a policy paragraph is not the same as an agent that understands when an affordability signal indicates vulnerability rather than standard risk. That second capability requires encoded expertise about symptom patterns, not just access to a document library.

  • The bottleneck in production AI is domain knowledge encoding, not model selection.
  • Compliance-sensitive decisions need diagnosis-aware agents, not retrieval-aware ones.

The practical question for anyone running a loan origination or credit assessment operation is who in your organisation actually holds the diagnostic expertise that needs encoding. Senior underwriters, compliance specialists, collections strategists. These people are typically nowhere near your AI development process.

The teams that get this right won't just have better AI. They'll have done the harder work of making their institutional knowledge explicit, which has value well beyond any single model deployment.

  • agentic
  • AI agents
  • AI