Urgent.News

One page, thousands of outlets. See who else covered it.

Editions

Tech

You Benchmarked the Model. Now Benchmark the Server.

You picked a free model because the answers looked good. Good answers are not an endpoint. An endpoint is the model plus the server plus the network. Demos pass. Pipelines stall. The model was rarely the problem. So why do we keep benchmarking only the model? Because it is easy. You paste a prompt. You read the output. You declare a winner. The server never gets a vote. This post is a…

You benchmarked the model, but now it's time to benchmark the server too. Evaluating only the model is not enough because the server is also an important factor. Free model access often comes with a shared endpoint, meaning other users can affect your latency and timeout. To ensure accurate results, you need to measure the model plus the server together. Here's a reproducible benchmark that measures the pair, not just the model. Run this before integrating any free endpoint into your CI pipeline.

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 Tech

MCP x-mcp-header Validation: Keep Bad Tool Schemas Out of tools/list

MCP x-mcp-header validation is easy to miss because the annotation looks like ordinary JSON Schema metadata. On the 2026-07-28 Streamable HTTP transport, it is a wire contract: the client copies…

  • MCP x-mcp-header validation prevents bad tool schemas
  • Annotations must be non-empty HTTP field-name tokens
  • Invalid tools excluded from tools/list results

Idle load balancers: the ~$16/month each you forgot to delete"

Short version: An Application or Network Load Balancer costs ~$0.0225/hour, about $16/month, just to exist , plus capacity units. Classic Load Balancers run ~$18/month.

  • Idle load balancers cost ~$16/month each due to fixed hourly charges.
  • Dormant load balancers often persist due to early creation and infrequent deletion.
  • Verify no traffic, empty target groups, and no external references before deletion.

More from Wednesday 19 August →