<nezhar/>

Archives
Log in
Subscribe
July 13, 2026

July 2026.2

GPT-5.6 is finally public, Tencent released a much cheaper competitor, and a tool-calling bug showed how tightly models may be coupled to their preferred coding harness.


πŸ“– Story 1: Better Models: Worse Tools

lucumr.pocoo.org Β· Read

Armin Ronacher found that newer Claude models sometimes generate invalid parameters when calling Pi's edit tool.

The requested edit is usually correct, but the model invents extra fields that are not part of the schema, causing the call to fail.

His hypothesis is that newer Claude models were heavily post-trained around Claude Code. Its harness appears to accept and repair many malformed calls, so the model may learn that slightly incorrect tool syntax still works.

Place the same model inside a stricter tool environment, and a supposedly better model can perform worse.

The issue appears more often in longer sessions. Anthropic's strict tool mode fixed it in Armin's tests.

The bigger concern is portability. Tool schemas may look standard, but models can still learn the undocumented behavior of one provider's harness. That makes switching models or providers harder.

πŸ’¬ HN Discussion

Some commenters argued that clear validation errors and retries are enough to solve the problem.

Others focused on the deeper issue: if the original harness silently repairs bad calls, its hidden behavior becomes part of the model.

The takeaway is that agent quality depends not only on the model, but on the model, schema, runtime, and harness working together.

β†’ Discuss on Hacker News

πŸ’¬ Other Discussion

The most useful technical point was that this behavior may be an expected consequence of heavy post-training on one specific harness. A model trained on large numbers of Claude Code traces will naturally perform best when it sees the same tool schemas, error handling, and conversation patterns.

The concern is not that Claude works better inside Claude Code. It is that newer models may perform worse in third-party harnesses than earlier versions did. That suggests overfitting, and raises the question of which other capabilities might quietly regress outside the provider’s preferred environment.

One commenter described a similar failure with Codex models: deep into a long agent trace, the model occasionally produced malformed shell commands. Their theory was that models become less precise as context grows and increasingly fall back on patterns from their training distribution. Differences between the training harness and the current environment then become more visible.

Vendor lock-in also came up, although one commenter suggested a more mundane incentive: concentrating users in Claude Code improves prompt caching and lowers inference costs.

The practical takeaway is that model portability cannot be judged from benchmark scores alone. A model may support the same tools on paper while still depending on undocumented assumptions learned from its native harness.

β†’ Discuss on Other


πŸ“– Story 2: GPT-5.6 Is Finally Available to the Public

openai.com Β· Read

API pricing ranges from $1/$6 per million input/output tokens for Luna to $5/$30 for Sol.

The main focus is efficiency. OpenAI says Sol beats Fable 5 on its coding-agent comparison while using less than half the output tokens and taking less than half the time. Terra and Luna are positioned as cheaper alternatives that still compete with older frontier models.

GPT-5.6 also adds max and ultra reasoning. ultra runs four agents in parallel, which can improve difficult tasks but consumes usage quickly.

The Responses API now supports Programmatic Tool Calling, allowing the model to write small programs that coordinate tools instead of sending every intermediate result back through the model.

πŸ’¬ HN Discussion

Developers were mostly interested in efficiency rather than benchmark leadership. A model that completes more work within the same subscription limit may be more useful than the absolute smartest one.

The main criticism was complexity: three models, several reasoning levels, and a four-agent mode create another configuration problem for users.

Early reports were mixed, with some capacity errors, slow responses, and surprisingly fast usage consumption in ultra.

β†’ Discuss on Hacker News


πŸ“– Story 3: Tencent Hy3 Arrived

hy.tencent.com Β· Read

Tencent also released Hy3, a 295B-parameter mixture-of-experts model with 21B active parameters.

It supports long contexts, three reasoning modes, and extremely low Chinese API pricing: one yuan per million input tokens and four yuan per million output tokens.

Hy3 may not replace the largest frontier models, but it adds more pressure to the fast-growing market of cheap Chinese coding and reasoning models.

πŸ’¬ HN Discussion

Some developers praised its prose quality, world knowledge, and improved scores compared with the preview model. Others questioned why they would choose it over similarly priced alternatives such as DeepSeek V4 Flash.

Reliability was the main complaint. Users reported aggressive rate limits, slow responses, and HTTP errors through OpenRouter. There was also interest in how well Hy3 survives heavy quantization and whether it can compete with DeepSeek on machines with around 96 GB of memory.

The discussion also included the now-traditional pelican test. Hy3 produced an impressive SVG demo, although one button accidentally animated the sun instead of the wheels.

β†’ Discuss on Hacker News


πŸ’¬ Community Moment

Reddit - Please wait for verification

https://www.reddit.com/r/VibeCodeDevs/comments/1u0t7hw/software_devs_in_2026/

πŸ› οΈ Projects Worth Checking Out

  • committers.top - Most active GitHub users in Austria
  • GitHub - entireio/cli: πŸ“œ Entire CLI hooks into your Git workflow to capture AI agent sessions as you work.
  • GitHub - dekobon/big-code-analysis: Tool to report source code metrics
  • GitHub - grafana/k6: A modern load testing tool, using Go and JavaScript
  • GitHub - rrweb-io/rrweb: record and replay the web
Don't miss what's next. Subscribe to <nezhar/>:
← Newer July 2026.3 Older β†’ July 2026.1
GitHub
LinkedIn
nezhar.com
www.flickr.com
Twitter
Powered by Buttondown, the easiest way to start and grow your newsletter.