Signal Stack

B2B technology signals above the noise.

Enterprise Software · 5 min read

Entity Resolution Now Means Choosing an Intelligence Layer

Entity resolution vendors are converging on very different architectures. The decision now turns on whether the buyer needs record matching alone or a shared entity layer that also grounds AI agents.

Entity resolution decisions in 2026 turn less on raw match accuracy and more on whether a vendor bundles resolution into a broader intelligence layer that also grounds AI agents. Under a single-domain identity-matching workload, a narrow entity resolution service stays the lower-integration-cost choice; under a cross-domain workload feeding agents and dashboards from the same entity, the broader layer avoids redefining entities twice.

What Changed: Entity Resolution Gets Folded Into Intelligence Layers

AWS Entity Resolution is a managed service aimed at advertising and marketing teams. It matches CRM and campaign records containing name, email, and phone identifiers even when those identifiers are incomplete or conflicting, and its documentation was last published July 22, 2026.

Microsoft takes a different design with Fabric IQ, part of Microsoft IQ. It layers ontology and semantic models over OneLake so dashboards and AI agents share one definition of a business concept such as Customer or Shipment, organized into three layers of business context: unified data, business intelligence, and operational intelligence.

The practical difference is scope, not just branding. AWS Entity Resolution answers whether two consumer records describe the same person. Fabric IQ answers a broader question: how a resolved entity connects to other entities and actions across a graph, so an agent can invoke a defined action rather than only return a matched identifier.

Where AWS, Microsoft, and Senzing Diverge

A third, adjacent technique complicates procurement further. Entity linking connects a text mention to a specific entry in a structured knowledge base rather than merging duplicate records, and LlamaIndex documents this as a four-stage pipeline: mention detection, candidate generation, disambiguation, and grounding, built on top of upstream named entity recognition.

Buyers should not conflate entity resolution, entity linking, and named entity recognition. They solve different steps in an identity pipeline, and a vendor that names only one of them is not automatically covering the others.

Senzing frames the stakes in terms of counting errors rather than feature completeness. Treating one person as two loses a unified view, a false negative, while merging a “Jr” and “Sr” record into one collapses two distinct people, a false positive. The vendor’s guidance argues this discrimination step, not the initial matching pass, is where operational risk concentrates.

Approach Grounding model Best-fit trigger
AWS Entity Resolution Matches consumer identifiers across CRM/marketing records Single-domain identity deduplication
Microsoft Fabric IQ Ontology and semantic models generated from Power BI, shared over OneLake Cross-domain reasoning feeding agents and dashboards
Senzing entity resolution Relationship-aware matching distinguishing true and false positives Discriminating near-duplicate records such as Jr/Sr pairs

Governance, Provenance, and Ingestion Constraints

Governance sits next to the resolution logic itself. Microsoft’s July 15, 2026 Microsoft 365 Copilot release notes describe a governed workflow requiring admin review before an agent built in Agent Builder can be published to the Agent Store’s “Built by your org” section. That is a general agent-governance control, not an entity resolution feature, but it matters for the same buyers if agents are grounded on a Fabric IQ ontology.

A parallel constraint is provenance. The underlying data behind any resolved entity needs its own lineage trail covering source record, transformation, and model version. 2026 compliance guidance on AI model cards and data provenance treats that documentation as a deliverable distinct from match-accuracy claims, not an optional add-on.

Ingestion quality upstream of resolution is a separate failure class entirely. When entities are pulled from external web sources, Coveo’s troubleshooting documentation notes that a web source can be blocked outright by CDN or caching providers such as Akamai, Amazon CloudFront, Cloudflare, Fastly, Incapsula, or Varnish, producing a WEB_FORBIDDEN_ERROR and no indexed items. That looks like a resolution failure but is actually an ingestion gap that resolution logic cannot fix after the fact.

Practical Impact for Buyers

For procurement, the operating condition determines the right tool, not a feature checklist. Under a single-domain workload, such as matching consumer identity records for a marketing campaign, AWS Entity Resolution’s narrower scope keeps integration effort lower than standing up an ontology.

Under a cross-domain workload, where the same resolved Customer entity has to support dashboards, semantic models, and autonomous agents consistently, Fabric IQ’s path of generating ontology directly from existing Power BI semantic models avoids redefining the entity a second time for each new consumer.

The switching cost between the two is asymmetric. Adopting Fabric IQ assumes an existing Power BI or Fabric estate to bootstrap the ontology from; without one, the documented path of generating ontology from semantic models already in production does not apply, and the ontology has to be authored from nothing.

Avoid AWS Entity Resolution when the requirement is cross-domain agent grounding rather than consumer-record deduplication, since its documented scope stops at matching identifiers, not modeling relationships between business concepts.

Metrics and Contract Terms to Verify

Before committing, verify the false-positive and false-negative behavior on data resembling the buyer’s own record structure rather than a generic benchmark. Senzing’s guidance is explicit that a single-character difference such as Jr versus Sr is the class of error generic fuzzy matching misses.

Verify whether resolved-entity output needs to feed agent actions, which points toward an ontology-based model, or only a matched-identifier lookup, which points toward a narrower matching service. The two failure modes are not interchangeable, and picking the narrower tool for a cross-domain requirement forces a second migration later.

Verify the admin governance path for any agent that consumes resolved entities. Confirm whether an equivalent review gate to the one Microsoft describes for Agent Store publication as of July 15, 2026 also applies to entity-resolution-driven agents before they reach production users.

Verify upstream ingestion health separately from resolution accuracy. If entities are sourced from external web content, confirm the crawler is not being blocked at the CDN layer, since that failure mode produces missing entities no resolution logic can compensate for.

Finally, verify what provenance documentation the vendor commits to for each resolved entity: source-record lineage, transformation history, and model version. 2026 compliance guidance treats that as a required artifact distinct from any match-accuracy claim, and its absence should price into the contract before signing.