Jev: PowerShell module turns natural language into structured script decisions

dfinke · x · 2026-09-27

Developer dfinke released Jev, a PowerShell module connecting to TypeSafe AI's Jev model that turns messy natural-language input into decisions scripts can act on. Instead of building a chatbot, the author wanted "an if statement that understands English": Jev asks typed questions—yes/no, choice, and score—and returns consistent structured decisions. The repo shows an on-call example: define a question with New-JevYesNoQuestion (criteria for paging vs not), then pipe incident descriptions through Invoke-Jev to decide whether to page. Install via Install-Module Jev with a TYPESAFEAPIKEY set.

Related event: Jev for PowerShell Turns Messy Text into Script Decisions(2 posts)→

Original post →

More from coding & agent

coding & agent channel →