|
|
|
|
|
by alt227
153 days ago
|
|
> when you want Claude to do reptitive, tedious tasks, you need to do more work to prevent it from getting "bored" Is this sentance seriously about a computer? Have we gone so far that computers wont just do what we tell them to anymore? |
|
There are fairly straightforward fixes, such as either using subagents or script a loop and feed the model each item instead of a list of items, as prompt compliance tends to drop the more stuff is in the context, but, yes, they will "get bored" and look for shortcuts.
Another frequent one is deciding to sample instead of working through every item.