Building a Codebase Classifier with Jev
A developer shares building a codebase classifier with Jev, suggesting it may solve overengineered code from agents, and asks what to test next.
The author shares an experiment using Jev with WebMCP: Jev selects the next tool and fills enumerable inputs, falling back to an LLM when the same call needs free text or a number, with the LLM filling only those non-enumerable values.
I’ve been experimenting with Jev and WebMCP 😁 - Jev selects the next tool and fills enumerable inputs. If the same call needs free text or a number, it falls back to LLM. If that same call also needs free text, a number, or another non-enumerable value, an LLM fills only those