Urgent.News

What's breaking now, across thousands of outlets.

AI

I benchmarked 8 LLMs for a niche production app. The flagship cost 5.8x more - and lost.

My app generates personalized readings for BaZi — Chinese "Four Pillars" birth charts. Every reading is an LLM call, every call costs money, and the domain is full of trap terminology that models love to botch. So before launch I benchmarked every candidate model on my actual workload, and then built the routing layer around what the benchmark found. The results generalize to any "LLM in a niche…

The report detailed the results of benchmarking eight language models (LLMs) for a niche application, specifically an app that generates personalized Chinese Four Pillars birth charts. The app's success depended on accurate language model outputs, which were critical due to the domain's specialized terminology. The author discovered that while the flagship model was five and eight times more expensive than other options, it failed in domain accuracy and cost per reading.

Mid-tier models, although cheaper, had accuracy issues and used more reasoning tokens, making them unsuitable for the app. Ultimately, the article concluded that a cheap-and-accurate small model was the best choice for the free tier, and a mid-tier model was the most cost-effective option for paid users. The routing system used to select models was based on evaluation results, and the article emphasized the importance of understanding providers' error taxonomy to handle failures effectively.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in AI

A Slack channel with nobody in it

There's a machine under my desk that runs everything I build, and that Wednesday morning eleven agent sessions were live on it, one per repository, each getting on with its own work.

  • Machine under reporter's desk handled multiple agent sessions
  • Nine sessions complied with request to halt builds and compiles
  • cicd-d5 and keryx-1e diagnosed and resolved the issue

LLM usage in Debian neither endorsed nor prohibited

The official announcement with the breakdown of votes is here , but option 5 has won. Comments

  • Debian proposal forbids LLM contributions in source packages and official software.
  • Concerns include copyright ambiguity and inaccurate outputs from LLMs.
  • Prohibition aligns with Debian's values of ethical behavior and reliability.

More from Saturday 29 August →