跪拜 Guibai
← All articles
AI Programming · Flutter

Free AI Models Collapse Under Daytime Load, Forcing a Retraction

By 程序员老刘 ·
Read original on juejin.cn ↗ Google Translate ↗ Alt translation

Free model APIs that pass nighttime benchmarks routinely break under daytime concurrency. A developer betting a workflow on them risks losing more productivity to retries and context-switching than a monthly subscription would cost.

Summary

SenseTime's RiRiXin, Agnes AI, and Opencode appeared reliable for lightweight coding tasks during nighttime testing. All three hit rate limits or suffered network failures when used at 4 PM on a weekday. The Opencode model big-pickle, widely assumed to run on GLM-5.2, threw errors identifying itself as DeepSeek.

Free API access carries a hidden tax: interrupted workflows and lost momentum that cost more than a paid subscription. The recommendation now is to keep at least one paid plan for daytime work, treating free models as supplementary tools for off-peak hours only.

Takeaways
Three free providers — SenseTime RiRiXin, Agnes AI, and Opencode — were stable at night but nearly unusable during weekday afternoons.
Rate limits triggered on the first conversation turn for SenseTime and Opencode during peak hours.
Agnes AI produced frequent network failures during the day, with retries succeeding only intermittently.
The Opencode model big-pickle is suspected to run on DeepSeek, not GLM-5.2 as community reports claimed.
Free models are best treated as off-peak supplements; a paid subscription avoids workflow-killing interruptions.
Conclusions

Nighttime-only testing creates a blind spot for concurrency-driven degradation. A model that performs well under light load can fall apart when provider infrastructure is saturated.

The misattribution of big-pickle's backend suggests free-model supply chains are opaque. Providers can swap underlying engines without notice, making behavior unpredictable.

Token cost is the wrong metric for evaluating free APIs. The real expense is cognitive — context loss from a dropped session mid-debugging outweighs any savings.

Concepts & terms
rate limit
A restriction on how many API requests a user or application can make within a given time window. Free tiers typically enforce strict limits that trigger quickly under concurrent daytime usage.
Source: juejin.cn ↗ Google Translate ↗ Backup ↗