A running list of how AI applications break in production.
The novel ways an LLM app can fail don't show up in unit tests. They show up in production traces. Most of them are predictable once you've seen them once.
max_tokens mid-answer. Cap output sensibly and detect partial responses.search_web when it should read_file. Improve tool descriptions before blaming the model.