devwithjev
— reading now— views
Submit a build

Jev-Powered Self-Healing for Pistachio

Pistachio uses Jev to triage logged errors and categorize them as GitHub issues as part of its self-healing error and bug-handling workflow.

bsmokes.ethbsmokes.eth@bsmokes𝕏
I've added Jev to make Pistachio self-healing with it's error and bug handling. Basically I have independent routine flows to: > log error handling > triage those errors (using Jev to make a decision on them) and categorize them as issues in GH > a worker to run through that queue 5x a day > my QA harness for bug-checking and code review > then delivered to me every morning in a review for merge or if anything needs escalation which allows me to just focus on shipping features and improvements
Sep 24, 2026X postsView on X
A worker processes the issue queue five times a day, alongside a QA harness for bug-checking and code review. Results are delivered each morning for merge review or escalation.

Also filed under Triage & routing

  • Identifies Canadian Federal Tax Documents

    Emile Riberdy built a demo using Jev in Avalanche to identify Canadian federal tax documents. It takes ~1 second and costs less than 1 cent per document.

  • How to Build Things with Jev & OpenJevs

    How to Build Things with Jev & OpenJevs In this video, we build a model router using both the API-based original Jev and also using Semif. ‍ Github: code will be up in ...

  • Jev is HERE. How to use it

    Jev is HERE. How to use it In this episode, I talk with Ryan Vogel about Jev, a new type of AI built for classification. Ryan shows how Jev takes an input plus ...

  • Jev-Shaped Classification Wrapper

    jevper is a Jev-shaped classification wrapper over OpenAI-compatible clients that returns probabilities and confidence.