Common Anti-Patterns to Avoid When Working with Large Language Models
By
mkagenius
Sesame, salt, and substance. A flagship bake.
Summary
The article discusses common anti-patterns to avoid when working with Large Language Models (LLMs), based on 15 months of experience. It identifies problematic practices such as sending redundant context information, over-engineering prompts, and inefficient use of context windows. The author emphasizes that context is a scarce resource that should be used wisely, and provides practical examples of behaviors to avoid for more effective LLM interactions.
Key quotes
· 4 pulledContext is a scarce resource and probably worth its weight in gold, we need to use it wisely.
By anti-patterns, I simply mean patterns or behaviors we should avoid when working with LLMs.
One of the learnings is to not send the same information/text multiple times in the same session.
Anti-patterns observed while working extensively with LLMs — from redundant context to over‑engineering.
You might also wanna read
Why Treating LLMs as Black-Box Problem Solvers Fails: Lessons from Processing 100 Compliance PDFs
The article discusses the author's experience transforming 100 messy compliance PDFs into structured JSON rules. It critiques the common app

Study finds large language models vulnerable to classic persuasion tactics for harmful requests
This study tested whether three widely used large language models (LLMs) are susceptible to classic persuasion principles (authority, social
Study finds LLMs persist in treating false claims as true despite explicit warnings
A study on fine-tuning large language models (LLMs) reveals that even after explicit warnings that certain claims are false, the models cont
arstechnica.com·23h agoRICP: A Teacher-Student Framework for Retrieved In-Context Principles from Mistakes in LLMs
This paper introduces Retrieved In-Context Principles (RICP), a novel teacher-student framework for improving Large Language Models (LLMs) t
