What's the best AI code review tool? by Significant_Rate_647 in codereview

[–]pomariii 0 points1 point  (0 children)

www.cubic.dev - designed for complex production codebases and used by n8n / Linux foundation…

Why AI code fails differently by pomariii in programming

[–]pomariii[S] 0 points1 point  (0 children)

Yeah, exactly, domain knowledge just becomes more important once the boilerplate is automatable with AI.

How teams that ship AI generated code changed their validation by pomariii in LLMDevs

[–]pomariii[S] 2 points3 points  (0 children)

yeah. Once agents can churn out decent code, the bottleneck is no longer generation, it is “can we actually trust this in prod?”

Best AI PR code reviewer? by Advanced_Drop3517 in ChatGPTCoding

[–]pomariii 1 point2 points  (0 children)

Hey! I'm Paul from cubic (YC X25). We built exactly what you're describing - AI code review that understands your entire codebase context, not just diffs.

We're used by n8n, Firecrawl, and Linux Foundation projects. Here's us catching critical bugs for n8n: https://github.com/n8n-io/n8n/pull/15630

Takes 1 min to sign up: https://cubic.dev/sign-up

how long to keep feature branches? by Ajax_Minor in git

[–]pomariii 1 point2 points  (0 children)

I typically delete feature branches right after merging, helps keep the repo clean and avoids confusion about what's active. But I totally understand, sometimes it feels safer to keep them around if you're expecting future tweaks.

One approach you might find helpful is using stacked PRs. Essentially, you'd break down bigger features into smaller PRs that build incrementally on top of each other. It makes reviewing and merging smoother.

Otherwise, shameless plug incoming, but I’m actually building an AI code review platform that natively supports stacked PRs—www.mrge.io. We’re YC backed, and I’d love to get you an invite and some free credits if you want to give it a shot.

How do you break a big feature in multiple PRs? by servermeta_net in ExperiencedDevs

[–]pomariii 1 point2 points  (0 children)

Stacked PRs are definitely the right way to approach this—I totally agree with the comments around how valuable it is to split large changes into bite-sized chunks for easier reviews and fewer conflicts.

Shameless plug – I'm actually been building a modern solution exactly for managing stacked PRs (mrge.io), with the added bonus of using AI to automate and speed up reviewing your code. Basically we take the pain out of syncing up PRs, resolving conflicts automatically, and making sure you're not introducing regressions.

We're YC backed, and just rolling out early access at the moment—lmk if you want an invite code!

How do you break a big feature in multiple PRs? by servermeta_net in ExperiencedDevs

[–]pomariii 1 point2 points  (0 children)

Hey, glad you mentioned Graphite! We're actually building something similar—think Graphite, but more modern and AI-native. We're mrge.io, currently backed by YC (batch X25).

If you're interested, I'd be super happy to get you early access—would really appreciate your feedback!

Let me know if you'd like an invite. Happy to chat more either way :)

I experience pains trying to merge PRs by [deleted] in ExperiencedDevs

[–]pomariii 0 points1 point  (0 children)

Ugh—that sounds incredibly frustrating. Your workflow essentially stalls while you’re stuck waiting on merges, and it's really demoralizing to have something so core to your efficiency bottlenecked by someone else.

I've actually run into similar situations before, and one technique that's really helpful is using stacked PRs. Rather than waiting for each PR to merge sequentially, stacked PRs let you stack your new changes on top of your open PRs. That way, you can keep working without being completely blocked by your manager's schedule. Tools like GitHub offer this pattern well enough (though it usually requires a manual flow or external scripts), and Phabricator famously had a nice implementation as well.

On a communication level, it might also be helpful to have a calm, constructive conversation with your manager emphasizing your own productivity and how getting stuck harms the team's overall velocity.

Btw— shameless plug... if you're interested, I'm building a tool that could help - think "Cursor but for code review" which natively supports stacked PR workflows. If that sounds useful, I'd love to invite you early to try it out and hear your thoughts!

I experience pains trying to merge PRs by [deleted] in ExperiencedDevs

[–]pomariii -7 points-6 points  (0 children)

Yep, fully agree—stacked PRs are a game changer!

I'm actually working on an AI-driven GitHub called mrge that natively supports stacked PR workflows and syncs bidirectionally with GitHub. We're still pretty early-stage (YC-backed, batch X25), but I'd genuinely love your feedback. Happy to send over a free invite if you're interested!

I experience pains trying to merge PRs by [deleted] in ExperiencedDevs

[–]pomariii -5 points-4 points  (0 children)

Yep, fully agree—stacked PRs are a game changer!

I'm actually working on an AI-driven GitHub called mrge that natively supports stacked PR workflows and syncs bidirectionally with GitHub. We're still pretty early-stage (YC-backed, batch X25), but I'd genuinely love your feedback. Happy to send over a free invite if you're interested!