So long “prompt engineering,” we hardly knew ya
11–20 of 76 posts
Re: So long “prompt engineering,” we hardly knew ya
#12i feel like people that get really into prompt engineering seem to forget that other people are working on building models that are even better . Do they really think that the tricks they developed to make gpt3.5 work well will still be necessary on gpt9 (or whatever new model replaces gpt)? if you want a long-lasting career in AI you need to work on the actual AI stuff, not just using the AI stuff.
Is probably what someone said many decades ago.
Re: So long “prompt engineering,” we hardly knew ya
#13i feel like people that get really into prompt engineering seem to forget that other people are working on building models that are even better . Do they really think that the tricks they developed to make gpt3.5 work well will still be necessary on gpt9 (or whatever new model replaces gpt)? if you want a long-lasting career in AI you need to work on the actual AI stuff, not just using the AI stuff.
If you want a long lasting career in programming, work on building the languages, not just using the languages. Is probably what someone said many decades ago.
Re: So long “prompt engineering,” we hardly knew ya
#14Where I DO think Prompt Engineering goes away is because codegen and code orchestration of LLMs rises up to take its place. Hence Prompt Engineer -> AI Engineer https://www.latent.space/i/131896365/the-role-of-code-in-the...
Re: So long “prompt engineering,” we hardly knew ya
#15i feel like people that get really into prompt engineering seem to forget that other people are working on building models that are even better . Do they really think that the tricks they developed to make gpt3.5 work well will still be necessary on gpt9 (or whatever new model replaces gpt)? if you want a long-lasting career in AI you need to work on the actual AI stuff, not just using the AI stuff.
Re: So long “prompt engineering,” we hardly knew ya
#16I hate approximately everything about this article, but I'm glad that I took a second look through because this is a decent framework for the-thing-which-he-swears-isnt-prompt-engineering: --- * diagnosis * decomposition * reframing * constraint design. Diagnosis is discovering the problem that AI can solve. This is the human part of knowing that a problem exists. Learning to ask the right questions, look at the diff…
That's just systems analysis though. To call rediscovering that prompt engineering just because you're dealing with AI rather than programmers siloed away from business processes feels a little silly and just being justified to keep the title when as originally formulated by the people who first started using it, it was about learning the "magic words" for a specific LLM
IMO - Folks seem to be reacting to the term “engineer” in the same way traditional engineers with engineering exams do to software engineers claiming to be engineers despite often graduating from a LAS school or not at all - I have a bunch of PE EE in my family and they treat my claim to be an engineer with extreme scorn.
Re: So long “prompt engineering,” we hardly knew ya
#17The latest ChatGPT model, gpt-3.5-turbo-0613 has better system prompt steerability, and with some prompt engineering I can get GPT-4 quality results out of it at a fraction of the cost.
Ultrapopular tools like LangChain and AutoGPT are essentially just prompt engineering under the hood.
Re: So long “prompt engineering,” we hardly knew ya
#18i feel like people that get really into prompt engineering seem to forget that other people are working on building models that are even better . Do they really think that the tricks they developed to make gpt3.5 work well will still be necessary on gpt9 (or whatever new model replaces gpt)? if you want a long-lasting career in AI you need to work on the actual AI stuff, not just using the AI stuff.
Prompt engineering is not the same as programming. In some regards, it is “better”. In other regards, it is “worse”. They’re two different yet similar disciplines, each with their own strengths and weaknesses, but both equally legitimate.
Programming is simply the skill of being able to communicate with a compiler/interpreter effectively.
Prompt engineering is simply the skill of being able to communicate with an LLM effectively.
I wish we weren’t so divided over an incredible new technology.
Re: So long “prompt engineering,” we hardly knew ya
#19Re: So long “prompt engineering,” we hardly knew ya
#20i feel like people that get really into prompt engineering seem to forget that other people are working on building models that are even better . Do they really think that the tricks they developed to make gpt3.5 work well will still be necessary on gpt9 (or whatever new model replaces gpt)? if you want a long-lasting career in AI you need to work on the actual AI stuff, not just using the AI stuff.
If you want a long lasting career in programming, work on building the languages, not just using the languages. Is probably what someone said many decades ago.