5 ms·
> imagine a non-arrogant programmer that actually does what you want I don't think this is going to be reality anytime soon. In order for the LLM or agent to d
by danschuller 2y ago
> imagine a non-arrogant programmer that actually does what you want
I don't think this is going to be reality anytime soon. In order for the LLM or agent to do what you want, you'd need to be able to precisely specify what you want and that's a hard problem all on it's own. And if you were able to do that precise specification you would be the programmer.
Not say the software developer paradigm won't change but it seems very unlikely to become "make me a better google ads system" anytime soon. I could see getting to something were you are given a result by an agent and then can iterate on it, towards some solution.
- pzo 2y agoThats still gonna be a big change shift if such companies could axe every 2nd or 3rd developer in their teams. In that situation you might be competing with your colleague not to loose job or have to be "non-arogant" (/s) to ask for pay rise.
- campers 2y agoAnother way to look at it is everyone's productivity will be expected to increase to match the productivity increases by the competition who are also using AI. If you don't skill up on how to effectively use AI, then we'll find someone else who has.
- CaptainFever 2y agoThis is the lump of labour fallacy. There's always more work to be done.
- chii 2y ago> In order for the LLM or agent to do what you want, you'd need to be able to precisely specify what you want no, you just need to vaguely know what you want, and get the LLM to produce something that you then examine, and crawl towards the end goal. LLM's could potentially allow fast iteration from a laymen's description of what they want.
- myworkinisgood 2y agoYou could also do the same thing with a high-level language. Your LLM is nothing more than an interactive optimizer.
- chii 2y agobut now you got to go learn that high level language, rather than use natural language you already know.
- Jensson 2y agoBut now you need to learn how the LLM understands your natural language words, which is very context dependent and will change in the next LLM update. I don't think that takes less time, at least if you are going to write something non-trivial.
- ljf 2y agoExactly this - show me something and I can tell the AI what I don't like or what it is missing. Equally, you can ask the GenAI to keep asking you questions to broaden its knowledge of the problem you are solving, and also ask it to research the issues customers are having with a current solution. Some engineers seem to imagine any non coder using AI will behave very simply 'make me a new search engine' . Lots of very clever people (who just don't know how to or want to learn to code) will be picking up the skills to use AI as it gets better and better. I can see AI being used to write far better requirements and produce amazing prototypes - but if you work at a megacorp, chances are (for now) they will want that code rewritten by a 'human' developer.
- datavirtue 2y agoToday, millions of lines of chatGPT generated code will be committed in large organizations.
- ljf 2y ago
- HuangYuSan 2y agoEven if you formally specify what you want on a high level and the LLM implements it on a low level, yes, you can call yourself the programmer and the LLM would be a compiler but it would still be amazingly useful
- campers 2y agoThere's definitely room to build specification builder agents, that have access to documentation and previous specifications. The other day I was looking into adding Trusted Types in the Content-Security-Policy header, which was something new to me. In my chat with Claude I asked: "Lets brainstorm 10 a list of ideas closely related to this so we can think of anything we might be missing on the topic to consider." And that provided a good list of items to review to consider and expand out the sphere of thinking for the LLM. It is an infuriatingly hard problem to have the LLM produce excellent results every single time, and have it just do everything and want it to read our mind and all the knowledge and context of a task. I think we'll make some good progress over the next few years as agentic workflows are built out to mimic out thought processes, and the cost/capability of the LLMs keeps improving.