Anti-patterns

September 19, 2026 · View on GitHub

Don’tDo
Prompt Jev to “explain its reasoning”Log the distribution; explain in your UI or a chat model
One question per HTTP callFan out every independent question
Hide five judgments in “is this a good ticket?”Atomic questions, combine in code
Count items / compare dates in a NoulExtract, then arithmetic in code
Interpolate an exact dollar amount from a ScoreThreshold the Score; compute money in code
Chain Choices to generate a sentenceUse a generative model
Fine-tune / LoRABetter state + criteria
Dump the whole CRM into stateRetrieve, filter, send what the question needs
Reuse a Noul 0.7 threshold on Choice.confidenceSeparate gates; plot on your data
Treat low confidence as a yesconfirm or human
Put side effects inside the model callPolicy module, then act
Commit TYPESAFE_API_KEY.env or ~/.typesafe/api_key