DSPy 3.4.0 Adds Native Jev Support and ReAnchor Optimizer
DSPy 3.4.0 has officially shipped with two core updates: native support for Jev and System One models, and a brand-new optimizer, ReAnchor. The news was first shared by dbreunig (Drew Breunig) on 09-25 and spread by community members the following day.
Confirmed
- DSPy 3.4.0 natively supports Jev and System One models, working directly with existing DSPy signatures.
- The new ReAnchor optimizer, released by Drew Breunig and Isaac Miller, is built for TypeSafe models like Jev under System One. It calibrates model outputs by confidence, so models provide calibrated confidence levels for their answers.
- According to dbreunig, Jev is not an LLM and does not output text; the integration can automatically calibrate Jev's output thresholds against the user's evaluation metrics, and it is compatible with existing DSPy signatures and metrics—switching between an LM and Jev takes just one line of code.
Why it matters
Decision models like Jev that don't output text were previously hard to incorporate into DSPy's programmatic orchestration; native support means developers can now mix traditional LMs with Jev in the same framework, with ReAnchor handling confidence calibration automatically, cutting integration and tuning costs.
2026-09-25 ~ 2026-09-26 · 5 related posts
Primary sources
- DSPy 3.4.0 ships native Jev support and ReAnchor optimizer for confidence calibration — dbreunig ·
- DSPy introduces ReAnchor, an optimizer that runs programs on TypeSafe's System One decision model Jev — dbreunig ·
- New DSPy support for Jev: optimizer auto-calibrates output thresholds, one-line model switching — dbreunig ·
- [source] DSPy 3.4.0 ships native Jev support and ReAnchor optimizer for confidence calibration — dbreunig · 2026-09-25
- [source] DSPy introduces ReAnchor, an optimizer that runs programs on TypeSafe's System One decision model Jev — dbreunig · 2026-09-25
- [source] New DSPy support for Jev: optimizer auto-calibrates output thresholds, one-line model switching — dbreunig · 2026-09-26
- DSPy 3.4.0 adds native System One model support and ReAnchor optimizer — hardimanjames · 2026-09-26
1 near-duplicate retellings: dbreunig