coding is basically solved for the boring 90% of tasks

Reddit r/singularity News

Summary

A developer shares experience using cheap AI models (DeepSeek v4, Hunyuan Hy3 preview) to automate 90% of coding tasks, with Opus reserved for the harder 10%, highlighting cost and latency trade-offs.

just mass refactored a 120 file FastAPI service. 400 steps, 2M tokens, $3 total, zero human input. it confidently introduced a deadlock into my async event handler which was genuinely funny, so the hard 10% still needs opus. ran deepseek v4 and Hunyuan Hy3 preview as the cheap workers. 21B active params, roughly $0.18 per million input tokens, about 80x cheaper than opus. Tencent reports 99.99% step success across 495 step production runs and that honestly tracked for routine refactors in my case. what caught me off guard was latency: the open weight tier responded faster than opus, so the 360 easy steps finished in under an hour while the 40 escalations took almost as long.
Original Article

Similar Articles

Coding is solved

Reddit r/singularity

The author observes that AI has increasingly made coding a solved problem.

Coding is solved? Software is not.

Reddit r/ArtificialInteligence

The article argues that while AI coding tools have made implementation faster, software development remains complex because it involves turning ambiguous intent into reliable systems, a process that coding alone cannot solve.

Coding with Agents

Reddit r/singularity

Coding with Agents explores how AI agents can assist developers in writing code, automating tasks, and improving productivity.