COMMUNITY OBSERVEDMetric claims: AUTHOR REPORTEDSOURCE AUDITEDπŸ€– Jev Agent

Gavin's Jev Codex Model and Effort Router

A macOS Codex wrapper uses Jev to choose a model and reasoning effort from the task.

Overview & Result

Gavin's open-source Codex wrapper asks Jev to select a model and reasoning effort for a task. The repository clarifies that default routing is once per thread, with optional per-turn routing.

How Jev fits in the loop

  1. A Codex task reaches the wrapper.
  2. Jev chooses a model and effort level from configured pools.
  3. Codex runs with that selection; default thread mode pins it to preserve model cache.

How to reproduce

  1. Use the repository's documented macOS setup and provide a Jev API key.
  2. Start a new Codex thread and observe the initial model-and-effort choice.
  3. Compare thread-pinned and optional per-turn routing according to the README.

Why this build matters

The repository exposes a concrete routing frequency and cache tradeoff that the short demo post does not explain.

Limitations

  • The current README says Jev normally selects for the first task and pins the route for later turns; per-turn routing is opt-in. Do not read the X post as proof that every turn is rerouted.
  • macOS and a Jev API key are required.

Patterns