← Back to context

Comment by jorl17

3 days ago

Can't reveal for confidentiality reasons but I know several examples, and have worked and been working on a couple, too.

But my claim isn't that there's no developer involved, it's two-fold:

1. LLMs do allow for features which were not possible before, or which would require significantly much more engineering, if possible at all. For example: producing a sensible analysis of a piece of poetry (or thousands of pieces of poetry) in seconds.

2. LLMs, if used correctly (not just "stick a prompt in it and pray") allow for very fast time-to-market, building quick solutions out of which you can then carve out the bits that you know you can (and should) turn into proper code.

Point 2. should not be understated. A smaller team (of developers!) can now get to market very quickly, as well as iterate to appropriate product-market-fit fast, offloading logic to LLMs and agentic loops, while slowly and selectively coding in the features. So, slowly, we replace the LLM/agents with code.

Not only have I worked on and seen products which fit point 1. (so very hard to do without LLM's abilities), but I have seen a lot of 2.

Furthermore, I've seen a sentiment on HN (and with peers) which I find is incredibly true: LLMs and agents allows us to offload the parts we would never work on due to not enjoying them in the first place. They effectively let us to "take the plunge" or "finally pull the trigger" on a project which we would have otherwise just never been able to start. We are able to try new things more often, and take more risk. As a personal example, I hate frontend development, something which always prevented me from starting a bunch of projects. Now I've been able to start a bunch of these projects. It has definitely unlocked me, allowing me to test more ideas, build projects that people actually use (the frontend only has to be "good enough" — but it has to exist), or eventually bring in more people to that project.

So LLMs have undoubtedly dramatically changed at least my life as an engineer, developer, and product guy. I can't say it has changed the industry for sure, but if I had to bet, I'd say "hell yes".

(LLMs have definitely had a very profound impact on many other aspects of my life as well, outside of work)