# Using second-pass sorting prompts to improve LLM responses

DevFeed: [Using second-pass sorting prompts to improve LLM responses](<https://devfeed.tech/articles/sorting-prompts-llms-are-not-wrong-you-just-caught-them-mid-thought-25333.md>)

Original publisher: [Read original article](<https://kau.sh/blog/sorting-prompt/>)

Author: Kaushik Gopal

Published: 2025-10-10T16:19:26Z

Content type: article

Language: en

Sources: [Kaushik Gopal's Site](<https://devfeed.tech/sources/kaushik-gopal-s-site.md>)

Topics: [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Prompt Engineering](<https://devfeed.tech/topics/prompt-engineering.md>), [Snippet](<https://devfeed.tech/topics/snippet.md>)

Tags: [llm](<https://devfeed.tech/tags/llm.md>), [llms](<https://devfeed.tech/tags/llms.md>), [snippet](<https://devfeed.tech/tags/snippet.md>), [sorting](<https://devfeed.tech/tags/sorting.md>)

## AI overview

The article argues that apparently wrong LLM responses may be an initial pass at describing competing beliefs. It recommends using neutral second-pass "sorting statements" to compare evidence and improve results.

## Source excerpt

Good sensemaking processes iterate. We develop initial theories, note some alternative ones. We then take those theories that we've seen and stack up the evidence for one against the other (or others). Even while doing that we keep an eye out for other possible explanations to test. When new explanations stop appearing and we feel that the evidence pattern increasingly favors one idea significantly over another we call it a day. LLMs are no different. What often is deemed a "wrong" response is often4 merely a first pass at describing the beliefs out there. And the solution is the same: iterate the process. ... What I've found specifically is that pushing it to do a second pass without putting a thumb on the scale almost always leads to a better result. To do this I use what I call "sorting statements" that try to do a variety of things Mike Caulfield is someone who cares about the veracity of information. The entire post is fascinating and has painted LLM search results in a new way for me. I now have a Raycast Snippet aiprompt; which expands to this: What is the evidence for and against the claim/guidance just stated? Already I'm seeing much better results.