The 27B Model That Talks Human

A 27 billion parameter model just walked into the ring with the biggest names in AI writing, and it didn’t get knocked out! It scored close enough to the frontier that people started asking if the benchmark was broken. A small AI lab out of Switzerland built the thing. They named it “hemmingway-1,” a nod to the guy who proved short sentences hit harder than long ones. It’s a good name for a model built to write like it means it.

The lab trained it for one job: writing that doesn’t sound like a robot. Creative writing, dialogue, roleplay, essays, even the texts you fire off to your group chat. And according to the numbers they published, it’s holding its own against models that cost a lot more to run.

The Big Idea 🎯

Here’s what got my attention. On EQ-Bench 4, a benchmark that scores emotional intelligence and creative writing quality, “hemmingway-1” pulled a 1330. That puts it right behind Claude Fable 5, and ahead of GPT-5.5 and Opus 4.8 on that specific test. The lab says it runs at roughly 40 times cheaper than the frontier model it’s chasing.

EQ-Bench 4 doesn’t just check if a model gets facts right. It’s built to catch subtler things. Does dialogue feel natural? Does a story hold emotional weight? Can the model read the room in a roleplay scene? That’s a different skill than solving math problems or writing code, and it’s exactly the skill most creative writers care about.

The testers who got early access told the creator it’s the best writing AI they’ve used, and that it “genuinely sounds human.” I’ve seen a lot of models claim that. Most don’t back it up.

This one at least showed its work. The model card lists the benchmarks. The weights are public too, so anyone can pull them down and run it themselves.

Three things stood out to me once I dug into the thread:

  • 🔓 The weights are open. No API lock-in, no per-token bill creeping up on you. If you’ve got the hardware, you can self-host “hemmingway-1” and skip the subscription entirely. A few commenters pushed back and asked where exactly the weights live, so hunt around the model card before you assume it’s a “one-click download.”
  • ✍️ It’s built for one job, not everything. This isn’t a general chatbot trying to also write your novel. The lab trained it specifically for creative writing, dialogue, roleplay, essays, and everyday texting. Narrow training like that is usually how smaller models punch above their weight class against giants trained on everything. If you’ve used other open creative-writing fine-tunes before, this one is chasing the same goal, just posting frontier-level numbers to back it up.
  • 📱 There’s an app wrapped around it. The team also shipped a Mac, Windows, and Android app with an “autopilot” function that answers your emails and texts for you. That’s the actual product play here: the model is the engine, the app is what most people will touch.

Getting Started 🚀

Trying it out doesn’t take much. Head to the site, and there’s a free tier waiting, no credit card negotiation required. If you’d rather run it on your own hardware, grab the weights. Load them with whatever inference setup you already use, like llama.cpp or vLLM.

A 27B model isn’t tiny, so budget for a decent GPU or a beefy Mac if you’re going the local route. And if you just want the autopilot app answering your texts, that’s a straight download for Mac, Windows, or Android. No setup beyond logging in.

Not everyone in the thread was sold, and that’s fair. One commenter called the benchmark claim “a hefty claim” on its face. Another pointed out that a sample output from the model sounded suspiciously like Claude’s writing style. Someone else asked the question I’d ask too: is this built from scratch, or fine-tuned on top of an existing open model? The lab hasn’t spelled that out yet. It also hasn’t said whether the model refuses prompts or runs uncensored, so that’s worth checking before you build a workflow on top of it.

Maybe you write prompts for a living. Maybe you’re just tired of AI copy that reads like a press release. Either way, “hemmingway-1” is worth ten minutes of your time. Try it free at their site, dig into the model card yourself, and go read the original thread for the full back and forth. The comments are doing some of the best due diligence I’ve seen on a launch like this.

Frequently Asked Questions

Q: Where do I access the open-source weights?

The weights are available on hemmingway.io/model/ and the model card should link to download options. If you’re having trouble finding them or the site is down, check the GitHub repository or HuggingFace model hub for mirrors and backup links.

Q: How was Hemmingway-1 actually trained? Did you fine-tune an existing model or train from scratch?

The post doesn’t explicitly state this, but given the team size and realistic compute constraints, it’s likely a fine-tuned model built on an existing open-weight base. Some commenters noted that original LLM training from scratch requires massive compute resources (hundreds of millions in hardware or millions/month in cloud costs), so transparency about the training approach would help address skepticism.

Q: Does the model refuse harmful requests, or is it fully uncensored?

The post doesn’t clarify the safety/refusal policy. This matters if you’re planning production use, ask directly on their site or GitHub whether it filters certain outputs or allows completely free-form generation.

Q: How does Hemmingway-1 compare to other open-weight creative writing models?

The EQBench 4 score (1330) is solid, but direct head-to-head comparisons with models like Muse Glimmer 30B or popular community fine-tunes weren’t mentioned in the post. Request specific benchmarks or try both models on your own writing tasks to see which fits your needs better.

Q: Is the “human-like writing” claim backed up by real examples, or does it just sound like other models?

That’s fair skepticism, the sample output in the post was fairly generic (“Yes. More of this.”). Ask for longer, more distinctive writing samples before committing, or test the free app yourself to get a real feel for the output quality.

we made a 27b model for creative writing. performs as good as claude fable 5, at a 40x cheaper price, open weights.
by u/Lukinator6446 in PromptEngineering

Scroll to Top