New: Cookbooks and AI ExplanationsStep-by-Step recipes to solve problems connected to Roadmaps and Cheat Sheets. Need more details? Use AI buttons for structured and simple explanations with concrete examples throughout the whole platform.Take a look
The same customer shows up five different ways in my data, and I'm not sure the LLM's merge decisions are ones I can trust.
What you'll have at the end
A merge pipeline that blocks by a shared key, routes unsure matches to a person, and can unmerge any bad call.
You need
A customer or contact table where you suspect the same real business or person appears more than once, and a working call to an LLM that already returns JSON matching a schema you define.
Not covered
Building a dedicated record-linkage engine for a table too large to compare pairwise in code, and deciding which of two disagreeing field values should be shown once a merge is confirmed. This covers a table you can iterate over directly, and it stops once every contribution is captured rather than displayed.
Leans on
Checked 18 Aug 2026
Part of the Structured Output Generation with LLMs cookbook