Skip to content

Commit e72019d

Browse files
committed
blog: simplify coding story
Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
1 parent 12c8816 commit e72019d

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

content/blog/2026-07-10-semantic-routing-llm-costs.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ description: "Use agentgateway, vLLM Semantic Router, and catalog-priced telemet
88
---
99

1010
I spend a lot of time in Go and Rust, where a quick "one more thing" in a
11-
long coding chat can turn a tidy refactor into an hour of debugging. When I am
12-
vibe coding, I do not always remember to step down from the strongest model
13-
after the hard part is over. A few routine tests, configuration edits, and
14-
follow-up questions later, I have spent premium-model credits on work that did
15-
not need them.
11+
long coding chat can turn a tidy refactor into an hour of debugging. I do not
12+
always remember to step down from the strongest model after the hard part is
13+
over. A few routine tests, configuration edits, and follow-up questions later,
14+
I have spent premium-model credits on work that did not need them.
1615

1716
Sending every request to a cheaper model is not the answer either. The
1817
distributed-systems design, correctness work, and difficult debugging that

0 commit comments

Comments
 (0)