My top AI tools for planning, edge cases, and PR reviews
In my previous post I listed the top 5 things I use AI for apart from writing code.
Reena Garg asked which AI tools I use for these tasks π β sharing my listπ
βοΈ Thinking partner for ideas Tool: Cursor (Plan/Ask mode) I use Plan mode to discuss a feature/design: βwhat am I missing?β, βwhat can go wrong?β, βwhatβs the simplest version?β, βhow should I break this into steps?β, βHow can we implement this?β,
βοΈ Finding edge cases Tool: Claude (Opus-4.6) I paste the context (API, flow, PR description) and ask it to list edge cases: retries, timeouts, caching, permissions, weird inputs, etc. Opus works great for any code related tasks.
βοΈ Code review before the code review Tool: CodeRabbit, GitHub Copilot, Cursor Review These tools are really great to get a review before asking for a human review. I use them on all of my PRs.
βοΈ Turning manual processes into clean steps Tool: ChatGPT / Claude This is usually a back-and-forth conversation until it becomes a clean checklist/runbook and sometimes an automation script.
βοΈ Writing clearer communication Tool: Any AI works, but I mostly use ChatGPT PR descriptions, Slack updates, incident notes β it helps turn messy thoughts into clear writing.
If youβre using any AI tools in a different way, please share β Iβd love to learn and try them too π
Cheers, Princi π©π»π»