Today I implemented queues with the Redis storage driver in my Laravel project. I've never had to work with them before.
After GPT-5 (while he's plowing. I've run out of money on Claude-4 so far, but the first one is doing a good job) I set up everything and sent it.
I am giving him a prompt with the following content:
Describe in detail how a queue with telegram notifications works for a beginner when a job is activated. Start with which component has which button is responsible for this, where the execution path goes next, which controller, service, etc., etc. Detailed and clear.
And that's what this handsome guy gave me - https://kadrovik-pro.ru/telegram-instruction .
I even adjusted the router to fit it and packed the template in views.
Simply. It is necessary to follow the instructions in order to understand the logic that he introduces relative to the existing one.
I can't imagine how you can work without this Cursor IDE right now.

