@mattpocockuk: LLM's are notoriously bad at following negative instructions That's why code review works so well, it turns all the neg…

X AI KOLs Timeline News

Summary

Matt Pocock observes that LLMs struggle with negative instructions, and explains how code review converts those into positive, actionable directives.

LLM's are notoriously bad at following negative instructions That's why code review works so well, it turns all the negative instructions into positive ones:
Original Article
View Cached Full Text

Cached at: 07/31/26, 02:57 PM

LLM’s are notoriously bad at following negative instructions

That’s why code review works so well, it turns all the negative instructions into positive ones:

Matt Pocock (@mattpocockuk): That’s why you do it during review

“Don’t do these footguns” - BAD “Find and eliminate these footguns” - GOOD

Similar Articles

@jakevin7: Sharing a god-tier review prompt methodology. The LLM self-correction survey 'When Can LLMs Actually Correct Their Own Mistakes?' concludes that without reliable external feedback such as test results or tool outputs, a model relying only on self-reflection often cannot steadily correct errors...

X AI KOLs Following

Shared a prompt methodology based on LLM self-correction research, emphasizing that self-checking is limited without external feedback, and recommending progressively enhanced prompting strategies such as adversarial review.