AI List Deduplicator & Merger

Merge and deduplicate bullet lists from multiple LLM responses.

Ad placeholder (leaderboard)

Merge and dedupe AI lists

Ask the same question to two models, or run one model twice, and you get two overlapping bullet lists. Combining them by hand means scanning for repeats. This tool merges up to three lists, strips the duplicates, and optionally collapses near-duplicates so you end up with one clean, deduplicated list.

How it works

Each line becomes an item; bullet markers and whitespace are stripped, and comparison is case-insensitive. In exact mode, items that normalise to the same string are collapsed to their first occurrence. In fuzzy mode, the tool also computes the Levenshtein edit distance between items and merges any pair whose similarity exceeds your threshold.

List A: set up CI, write tests
List B: write tests, set up CI/CD

fuzzy ->  set up CI, write tests   (CI/CD merged into CI)

Tips and notes

Use exact mode when wording precision matters and fuzzy mode when different runs just phrase the same idea differently — start the similarity threshold around 85% and adjust. First-seen order is preserved, so the earliest phrasing of each point wins. To compare two responses line by line instead of merging them, use the AI Output Diff tool.

Ad placeholder (rectangle)