đ Check out this trending post from Hacker News đ
đ **Category**:
đ **What Youâll Learn**:
LLMs arenât lazy. They donât cut corners because a simpler solution feels good enough. If they know how to solve something thoroughly, they will.
An LLM defaults to building when it should be buying. Not because it doesnât know about existing libraries, it often mentions them, but because for an LLM, writing two hundred lines of implementation is the same cognitive effort as writing two lines of import. Thereâs no instinct to reach for the shortest path. The shortest path for the model is to implement it completely.
So reviewing AI-generated code has gotten more expensive. Youâre reading code thatâs technically correct but over-engineered, and you have to decide whether to accept the complexity or push back. That decision takes time. Making the case in review comments takes time. And because the same thing shows up repeatedly, youâre having the same conversation over and over.
On the other hand, rewriting is now cheap. If I identify code thatâs more complex than it needs to be, in my own work or in someone elseâs PR, I ask the AI to simplify it, use a library, cut a feature that isnât required yet. The rewrite is often a quicker turnaround. The model that created the problem is also the fastest way to fix it.
The economics has changed. Reviewing is the expensive step now. Rewriting is not.
My workload has reorganized around this. I spend more time upfront in planning, deciding what should exist, what libraries weâre using, what the actual scope is, because thatâs where I can head off complexity before it gets written. Then I implement, deploy to a test environment, look at whatâs there, and identify what doesnât need to exist or could be ten lines instead of a hundred. Then I rewrite that.
If something in review feels like too much, rewriting it later is not the sunk cost it used to be. Thatâs changed how aggressively I push back. The cost of flagging something and iterating is lower. The cost of letting it through is the same.
đŹ **Whatâs your take?**
Share your thoughts in the comments below!
#ď¸âŁ **#Reviews #expensive #rewrites #cheap**
đ **Posted on**: 1781579339
đ **Want more?** Click here for more info! đ
