One of LLMs' primary superpowers: they have human-level ability, but they never get bored.
For example, human engineers get bored very quickly writing tests for their code.
But having tests makes it significantly easier to innovate more quickly, because you can more easily tell if you broke something.
This allows a faster feedback loop.
Even imperfect tests are better than no tests.
As long as the tests are generally green, so you don't develop a boy-who-cried-wolf insensitivity to flaky tests.
LLMs can generate tests from your spec for your program happily.
Look for opportunities that require human-level reasoning, but where real humans get bored quickly.