Find-jevable-code is an agent skill for Claude Code and Codex that audits repositories to identify semantic decisions (routing, triage, relevance, escalation) that could be converted into Jev primitives: Choice, Score, or Noul. The read-only pipeline surfaces opportunities ranked by code evidence without invoking paid inference.
A developer discusses using regex for named entity recognition and categorization tasks. They demonstrate how regex patterns can efficiently handle tasks like date validation, email detection, and money recognition, comparing favorably to neural network approaches while using far fewer computational resources. The post showcases regex expressivity through composable patterns and finite state machines.