Earlier quoted context omitted.
It's much truer today. You can say that article is extremely insightful, as it predicted today's open weighted models scenario 2 years earlier.
It remains an unproven hypothesis. The revenue of the top 2-3 labs is still growing nearly exponentially, which is the ultimate piece of data that settles the question empirically for now . Benchmark scores aren't really proof. Benchmaxxing is possible, for example. Only revenue numbers (and gross margins) count.
Lessons for Agentic Coding: What should we do when code is cheap?
61–70 of 260 posts
Re: Lessons for Agentic Coding: What should we do when code is cheap?
#62Earlier quoted context omitted.
I took the previous post, with its mention of the ball of mud, to be about complexity. “Taste”, is used in many cases, I suspect, to give a name the collection of practices and strategies developers use to keep their code and projects at a manageable level of complexity. LLMs don’t seem to manage complexity. They’ll just blow right past manageable and keep on going. That’s a problem. The human has to stay in the loop…
I think there are at least two factors behind ye olde ball of mud that LLMs should be able to help with: 1. Lack of knowledge of existing conventions, usually caused by churn of developers working on a project. LLMs read very quickly. 2. Cost of refactoring existing code to meet current best practices / current conception of architecture. LLMs are ideal for this kind of mostly mechanical refactoring. Currently, thoug…
Architecture practices is how to avoid such harmful consequences. But they’re costly and often harmful themselves. So you need to know which to pick and when to start applying them. LLM won’t help you there.
Re: Lessons for Agentic Coding: What should we do when code is cheap?
#63Re: Lessons for Agentic Coding: What should we do when code is cheap?
#64Certain types of code are cheap. Proof of concept is cheap. Adding small features that fit within the existing architecture is cheap. Otherwise, I'm not so sure. Coding agents are fantastic at minutiae, but have no taste. They'll turn a code base into a ball of mud very quickly, given the opportunity.
However, an extra script here or there to make your life easier, adding extra UI features based on some datapoint to your internal dashboard, ect, these were things that could've taken a few days you didn't have before to get exactly right and now they can be done with only a few minutes of attention.
Re: Lessons for Agentic Coding: What should we do when code is cheap?
#65I am in India, junior developer hiring is all down. Ai has reduced offshoring to India and eliminated the need for janitor work (often offloaded to juniors). Many people are finding it difficult to even land internships. The most affected areas are sysadmin, devops, and frontend. Where you'll have very hard time getting any offer. Companies like BrowserStack are withdrawing campus placement offers. Meanwhile, I am wr…
Re: Lessons for Agentic Coding: What should we do when code is cheap?
#66I came here exactly to point out what I'm glad to see is 10. "Free as in puppies" is a wonderful way to put it. Every time I open linkedin I'm scared of how many big heads have taken the wrong lesson that coding almost free == free engineering. So many bait posts asking engineers why they would need to pay them any longer, or being glad they're generating millions of lines a month....this is going to end badly.
> 10. Code is cheap, but maintenance, support, and security aren’t. I also keep circling around this point. So many software repositories in the AI space seem to follow a publish and forget pattern. If you simply can show that you have the patience to maintain a project, ideally with manual intervention instead of a fully autonomous AI, then you already have an outstanding project.
Re: Lessons for Agentic Coding: What should we do when code is cheap?
#67Re: Lessons for Agentic Coding: What should we do when code is cheap?
#68I'm glad that "10 ways to do X" submissions are allowed as long as they boost AI.
Re: Lessons for Agentic Coding: What should we do when code is cheap?
#69Guy works for the Overture Map Foundation, with Amazon, Microsoft etc. being sponsors. He has been boosting AI all over the Internet. I'm sure Microslop and Amazon are very happy with these efforts. I'm glad that "10 ways to do X" submissions are allowed as long as they boost AI.
Does "boosting AI" include opening an article with "Frontier models are really good at coding these days, much better than they are at other tasks"?
Re: Lessons for Agentic Coding: What should we do when code is cheap?
#70Make usable software. Cheap code means that you can create a lot more prototypes to then perform usability tests by finding a user and sitting next to them. I mostly worked on internal apps lately, so perhaps it's much easier for me to do than it is for some others.