Alex Ghiculescu's Newsletter • 135 implied HN points • 14 Mar 26
- Use patterns from AI coding like letting users write rules (a CLAUDE.md style) and adapt those proven ideas to your own domain.
- Don’t rely on LLMs for fast, deterministic checks; use them to parse or translate freeform input into structured rules, then run the actual validation in code.
- Build a test harness and make debugging easy by writing unit-style evals for the AI parts and exposing clear outputs so both developers and users can inspect and trust results.