cd /news/large-language-models/experimented-with-claude-opus-5-5 · home › topics › large-language-models › article
[ARTICLE · art-140484] src=dotnetperls.com ↗ pub= topic=large-language-models verified=true sentiment=↑ positive

Experimented with Claude Opus 5.5

A developer reported that Claude Opus 5.5 generated correct Rust code from a spec for $0.09 per final generation, improving the code by switching lookup table values from u32 to u8 for slightly faster benchmarks. The same spec had been used previously on GLM 5.3 Flash and required an ambiguity correction before Opus produced the desired output. The developer noted that DeepSeek V4.1 Flash and GLM 5.3 Flash cost less than a cent per generation and are the most cost-effective for routine work, while Claude Opus 5.5 may be worthwhile for complex or important functions.

read1 min views4 publishedSep 27, 2026

Recently I have been doing some spec-based Rust code generation. This has given me some correctness and performance improvements, and also off-loads the code maintenance a bit, making my life easier. I decided to try to improve some code with Claude Opus 5.5.

The spec, which I had previously used on GLM 5.3 Flash, was interpreted slightly differently with Opus. I had to correct an ambiguity in the spec, and then Opus generated the desired code. I don't think the issue was Opus's fault; it seemed to generate correct code.

The cost was $0.09 for the final code generation. Opus improved the code slightly, using u8 values in a lookup table instead of u32, and the result was slightly faster in benchmarks.

I then did some further work in DeepSeek V4.1 Flash, which came out to less than a cent per generation. Basically, if it is possible to use a model like DeepSeek V4.1 Flash or GLM 5.3 Flash, those will be the most cost-effective. For complex things, or important functions, Claude Opus 5.5 may be worthwhile.

── more in #large-language-models 4 stories · sorted by recency
── more on @claude opus 5.5 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
→ Live at https://your-agent.zahid.host ✓
Get free account → Pricing
from €0/mo · no card required
LIVE [news/experimented-with-cl…] indexed:0 read:1min 2026-09-27 · —