|
|
|
|
|
by iguana
1179 days ago
|
|
This is an unhelpfully cynical take.
The job title has "engineer" in it, so a more charitable interpretation is more serious than "AI monkey". Using LLMs to solve real problems is not easy. Making sure that you don't introduce regressions while making improvements is difficult, and requires building and evaluating a dataset, and the necessary pipelines. It may also include diversification of LLM providers, and creating the necessary abstractions. A fundamental understanding of how LLMs work, ability to compare different architectural approaches, along with typical data engineering and software development skills would be required. What if you want to use the LLM for Question/Answer systems that requires working with embeddings? What if you want to find a way to process data locally without sending sensitive data to the LLM provider? This requires real engineering skills. |
|
Yes it is.
That is exactly why products like ChatGPT have been taking off as quick as they have.
What you're talking about is not using LLMs as a product but using them as a component within a broader system. And so of course that requires engineering skills.