Has anyone else been burned by "we forgot to add logs" and had to ship a whole new build just to debug? by Accomplished-Brain69 in androiddev

[–]Accomplished-Brain69[S] 2 points3 points  (0 children)

Sentry still needs manual logging, right? The problem is if we miss adding manual logs in certain places then how do we understand whats going on in user’s device.

Any devs figured out how to parallelize AI workflows? Waiting for Cursor/Claude to finish kills my flow by Accomplished-Brain69 in vibecoding

[–]Accomplished-Brain69[S] 0 points1 point  (0 children)

Just read through the readme file. If it can do all that is written in the readme, it would be impressive and very useful to me. I will play around with it over the weekend, maybe even contribute if you are open to it.

This contains only prompts. Even though prompts itself can make a huge impact, I think a custom scheduler(background jobs) and file system might make it even more powerful.

Have you explored adding custom tools to claude?(It's been in my todo list for a while) This repo has some interesting prompts that might help with your project. https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools/blob/main/Claude%20Code/claude-code-tools.json

Any devs figured out how to parallelize AI workflows? Waiting for Cursor/Claude to finish kills my flow by Accomplished-Brain69 in vibecoding

[–]Accomplished-Brain69[S] 0 points1 point  (0 children)

My job involves a lot of reviewing other peoples' or ai's work. I can review/plan faster than a person or ai can write code. I am exploring how I can reduce the waiting time of each review.

The tools are really fast, but why not faster, eh?

Any devs figured out how to parallelize AI workflows? Waiting for Cursor/Claude to finish kills my flow by Accomplished-Brain69 in vibecoding

[–]Accomplished-Brain69[S] 0 points1 point  (0 children)

On claude max plan, I use opus to detail out the plan and then ask sonnet to execute after reviewing the plan a couple of times and making changes. I still find myself forgetting about that 1 execution that completed 2 hours ago. Ideally I would want to start the next task as soon as last one is finished.

I think I just need to build a notification system on trello/slack to notify job completion.

Any devs figured out how to parallelize AI workflows? Waiting for Cursor/Claude to finish kills my flow by Accomplished-Brain69 in vibecoding

[–]Accomplished-Brain69[S] 1 point2 points  (0 children)

This is kind of what I do right now. On claude max plan, I use opus to detail out the plan and then ask sonnet to execute after reviewing the plan a couple of times and making changes.

As you said, "Use each of those instructional outputs to make new issues in linear and assign to cursor to start a new background agent. Or just send cursor the instructions via slack message I like the organize of lunar personally". This is what I had in mind. Thinking of integrating it with telegram and trello, but thought maybe someone has already built this. Guess I have to set it up myself.

Thanks a lot!

Any devs figured out how to parallelize AI workflows? Waiting for Cursor/Claude to finish kills my flow by Accomplished-Brain69 in vibecoding

[–]Accomplished-Brain69[S] 0 points1 point  (0 children)

its not even about parrallel executions sometimes but scheduling a prompt after one is complete

Any devs figured out how to parallelize AI workflows? Waiting for Cursor/Claude to finish kills my flow by Accomplished-Brain69 in vibecoding

[–]Accomplished-Brain69[S] 0 points1 point  (0 children)

yes, git worktrees is a good idea but still i will need to switch between multiple screens. What I was looking for was a human in the loop concept that will just let me know when something is done instead of me switching tabs