▲ 3 r/Evaligo+2 crossposts

I made 3 cheap LLMs rewrite 30 terrible dating bios and had a blind judge score the cringe. The cheapest model won.

I wanted to test whether price predicts writing quality on a task where "sounds human" is everything, so I built a small pipeline on Evaligo building a profile for a dating site.

The test set was 30 intentionally bad bios - the "gym, tacos, dogs" one-liner, the "partner in crime, fluent in sarcasm" special, one all-emoji, one bitter rant. A separate model (not one of the contestants) scored every output 0–1 against a rubric: reuses the person's real details, no clichés, the three tones actually differ, tip is specific not generic. Minus 0.5 if it invented facts. The judge never saw which model wrote what.

Results over 30 bios each:

Model score Flawless bios $ / profile Latency
gpt-5.6-luna 0.86 17/30 $0.0006 4.6s
gemini-3.5-flash 0.79 7/30 $0.0163 8.4s
claude-haiku-4-5 0.67 4/30 $0.0024 5.5s

The interesting failures:

  • Haiku's worst scores all came from the cliché-stuffed bios — it echoed "partner in crime" energy back instead of replacing it.
  • Flash wrote well but its witty versions drifted "a bit forced" per the judge, and 27x the cost was mostly invisible thinking tokens.
  • Luna's only recurring weakness: the three tones occasionally blurred together. It never invented facts.

Also learned the hard way that sample size matters: at n=6 flash and haiku tied, at n=30 they clearly separated. The whole benchmark cost about $0.90.

Happy to share the rubric or the raw score distributions if anyone wants to poke at the method. (Disclosure: I build the tool I ran this on, so questions about the harness are fair game too.)

reddit.com
u/heyitsdannyle — 5 days ago
▲ 2 r/Evaligo+1 crossposts

We assumed the premium AI model would write better product listings. It cost 77% more and failed half its runs.

We built an automation that reads a live product page and rewrites the listing — title, description, bullets — with AI judges scoring every output against the actual page so nothing gets invented.

Then we benchmarked two writer models on the same 4 real store pages with identical judges. The mid-tier model scored 89% at $0.13 per listing. The premium one scored 48% at $0.23 — because 2 of its 4 runs returned broken output instead of a listing, and the judges zeroed them.

The runs that worked were excellent. But "excellent when it works" is exactly the kind of thing you only find out by testing, not by reading a pricing page.

How do you all QA generated product copy — spot checks, or something systematic?

u/heyitsdannyle — 17 days ago
▲ 3 r/Evaligo+2 crossposts

A wrong fact slipped into our published article. So we tested which model actually catches them.

I publish AI-assisted articles and one slipped through: a signed acquisition deal reported as already closed. That pushed us to benchmark 9 models on catching and repairing bad facts.

The cheapest option, gpt-4o-mini at 0.006 an article, only fixed 42% of errors. gpt-5-mini fixed 82% for 0.04. The do-nothing baseline scored 0 on facts, obviously, but a misleading 0.88 on readability because it never touched the text.

That readability quirk fooled me at first. A model that changes almost nothing looks like a great writer.

How are you verifying facts in AI content before it goes live?

u/heyitsdannyle — 1 month ago
▲ 6 r/AIAgenticSystems+3 crossposts

Just created 6 SEO agentic flows in 10 minutes

Took me 10 minutes to create a fully working 6 agnetic SEO flows , the flows I created :

SEO Keyword Performance Analyzer

SERP Content Analyzer

GSC Performance Reporter

SEO Backlink Opportunity Finder

SEO Content Brief Generator

SEO Page Auditor

I am going to use them to improve the SEO of the same site that created them Evaligo 😀

Will update on results shortly. If you have ideas for more important flows, please let me know.

reddit.com
u/heyitsdannyle — 3 months ago