Earlier quoted context omitted.
We were already rushing and churning products and code of inferior quality before AI (let's e.g. consider the sorry state of macOS and Windows in the past decade). Using AI to ship more and more code faster, instead of to make code more mature, will make this worse.
I want to use AI to ship more and more code faster and better . If AI means our product quality goes down we should figure out better ways to use it.
Writing code is cheap now
141–150 of 522 posts
Re: Writing code is cheap now
#142Re: Writing code is cheap now
#143Re: Writing code is cheap now
#144> Code has always been expensive. Producing a few hundred lines of clean, tested code takes most software developers a full day or more. Many of our engineering habits, at both the macro and micro level, are built around this core constraint. > ... > Writing good code remains significantly more expensive I think this is a bad argument. Code was expensive because you were trying to write the expensive good code in the…
I chose this words because I don't think good code is nearly as expensive with coding agents as it was without them.
You still have to actively work to get good code, but it takes so much less time when you have a coding agent who can do the fine-grained edits on your behalf.
I firmly believe that agentic engineering should produce better code. If you are moving faster but getting worse results it's worth stopping and examining if there are processes you could fix.
Re: Writing code is cheap now
#145maybe writing code is cheap . But writing unit tests that actually test stuff that matters is suddenly so much more important and expensive.
Re: Writing code is cheap now
#146i’ve yet to see an agent that can take a figma design and produce high fidelity UI
Re: Writing code is cheap now
#147LLM's have made code cheap in the same way McDonalds has made eating out at a restaurant cheap.
Re: Writing code is cheap now
#148Code generation is cheap in the same way talk is cheap. Every human can string words together, but there's a world of difference between words that raise $100M and words that get you slapped in the face. The raw material was always cheap. The skill is turning it into something useful. Agentic engineering is just the latest version of that. The new skill is mastering the craft of directing cheap inputs toward valuable…
> The new skill is mastering the craft of directing cheap inputs toward valuable outcomes. Strongly agree with this. It took me awhile to realize that "agentic engineering" wasn't about writing software it was about being able to very quickly iterate on bespoke tools for solving a very specific problem you have. However, as soon as you start unblocking yourself from the real problem you want to solve, the agentic eng…
Another commentor said it makes the easy part easy, and the hard part harder, which I resonate with at the moment.
I am pretty excited by being able to jump deep into real problems without code being the biggest bottleneck. I love coding but I love solving problems more, and coding for fun is very different to coding for outcomes.
Re: Writing code is cheap now
#149This fact is opening the floodgates of low-end products, which are somehow better than nothing, but are embarrassing to use.
True, however as these products have been designed and coded by LLMs from the ground up in 2025+, they are generally using modern (typed even) languages, the latest version of third party libraries, usually have documentation of sorts... sometimes they even have test suites. As such, they can often be improved as easily as one can prompt, which is much faster and easier than before. Notably in the FOSS world where on…
Re: Writing code is cheap now
#150Code is cheap is the same as saying "Buying on credit is easy". Code is a liability, not an asset.
Then "AI" code is even more of a liability.