cd /news/large-language-models/does-jev-have-politics-yes · home topics large-language-models article
[ARTICLE · art-135400] src=idlerambling.substack.com ↗ pub= topic=large-language-models verified=true sentiment=· neutral

Does Jev Have Politics? (Yes)

A developer's analysis of Jev, a transformer-based model from TypeSafe that outputs typed probabilistic decisions instead of text, found it holds political views similar to most large language models, classifying as a "Loyal Liberal" on Pew's 2026 Political Typology survey and refusing to answer at rates comparable to other models. The developer concluded that Jev is structurally less prone to corporate hedging but internally shares a similar worldview, describing it as "same shoggoth, different mask." The full analysis, run for 15 cents in Jev tokens on OpenRouter, is available on GitHub.

read2 min views1 publishedSep 20, 2026
Does Jev Have Politics? (Yes)
Image: source

Not burying the lede, here’s the chart you came here for:

The exact position is sensitive to framing, so the main conclusion is that Jev has the same politics as most LLMs (except for Grok over in the MechaHitler region). This and the other results in this analysis are fairly robust - Jev has stable politics even when I ask it different ways.

Jev is a novel type of model which has recently taken the internet by (mild) storm. It’s transformer based, but instead of outputting text, it outputs “typed, probabilistic decisions”. It’s also super cheap1 If you haven’t read about it, I would start with the founder Diogo’s announcement.

So how do you get political hot takes from Jev? It’s pretty easy! This question comes straight from the Political Compass quiz.

Input:

{
  "model": "typesafe/jev-1.13",
  "state": { "proposition": "The rich are too highly taxed." },
  "questions": {
    "response": {
      "type": "choice",
      "instructions": "Select the response that best matches the level of agreement with the proposition given in the state.",
      "criteria": {
        "Strongly disagree": null,
        "Disagree": null,
        "Agree": null,
        "Strongly agree": null
      }
    }
  }
}

Response:

{
  "model": "typesafe/jev-1.13-20260917",
  "answers": {
    "response": {
      "type": "choice",
      "choice": "Disagree",
      "probabilities": {
        "Strongly disagree": 0.37,
        "Disagree": 0.51,
        "Agree": 0.09,
        "Strongly agree": 0.03
      },
      "confidence": 0.35
    }
  }
}

Here, Jev puts the plurality, 51%, of its probability onto “Disagree”, making it the model’s choice. The confidence, .35, is just a measure of how spread the probabilities are over the answer space.

You can see the code behind this analysis on GitHub here.

Here’s a visualization of Jev’s leanings from the Pew Political Typology 2026 Survey. Jev’s answers would make it a Loyal Liberal, according to Pew’s taxonomy.

Negative means left-wing, positive right-wing. Jev is socially liberal and otherwise pretty centrist.

What does Jev feel most strongly about? Here are the questions that had the lowest and highest scores, indicating the strongest confidence in either direction. Lower is disagree, higher is agree.

A lot of the buzz around Jev relates to it being a more neutral output surface. I was inspired to dig in by this tweet from Alex Tabarrok:

I don’t think “A classifier has no agenda to push” is really true! Perhaps Jev is structurally less likely to woke-splain at you or give annoying corp-hedging claudespeak, but internally, it seems to hold a similar worldview as every LLM.

In fact, even when given the option, Jev “opts out” of answering at similar rates to other models! Here I give Jev and other models different phrasings that allow them to select something other than a real answer. Jev’s refusal rate is in line with most other models.

The more I play with Jev, the familiar it feels to me, like an LLM that’s been RL’d to a different output style. Same shoggoth, different mask.

1

This entire analysis cost me 15¢ in Jev tokens on OpenRouter!

── more in #large-language-models 4 stories · sorted by recency
── more on @jev 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/does-jev-have-politi…] indexed:0 read:2min 2026-09-20 ·