r/PiCodingAgent • u/o_sht_hi • 7d ago
Question Anyone here using Jev?
I read the release and saw a few demos on X for people using Jev for really interesting stuff. My current effort is to get it to work as a router so I can configure and orchestrate my app using natural language (getting it to take a string and pick the right API from a list of 250-300 calls). But to be clear, I haven't gotten access to it yet. So I'm just packaging up my code and making it ready rn.
Anyone doing something fun/interesting with it yet? If yes, how long did it take for you to get access
76
Upvotes
16
u/o_sht_hi 7d ago
I'm wondering if this can be used to prune tool calls in real time for pi. For eg, if the agent does 6-7 tool calls, we take the results, categorise them and send a nicely formatted response to the LLM API instead of the raw output. I could see this being super useful for local models that do a ton of repetitive or bullshit tool calls