logoalt Hacker News

vunderbayesterday at 7:20 PM6 repliesview on HN

My workflow was usually to use Gemini 2.5 Pro (now 3.0) for high-level architecture and design. Then I would take the finished "spec" and have Sonnet 4.5 perform the actual implementation.


Replies

neviryesterday at 7:31 PM

Same here. Gemini really excels at all the "softer" parts of the development process (which, TBH, feels like most of the work). And Claude kicks ass at the actual code authoring.

It's a really nice workflow.

config_ymlyesterday at 7:27 PM

I use plan mode in claude code, then use gpt-5 in codex to review the plan and identify gaps and feed it back to claude. Results are amazing.

show 2 replies
SkyPuncheryesterday at 7:46 PM

This is how I do it. Though, I've been using Composer as my main driver more an more.

* Composer - Line-by-Line changes * Sonnet 4.5 - Task planning and small-to-medium feature architecture. Pass it off to Composer for code * Gemini Pro - Large and XL architecture work. Pass it off to Sonnet to breakdown into tasks.

vessenesyesterday at 7:23 PM

I like this plan, too - gemini's recent series have long seemed to have the best large context awareness vs competing frontier models - anecdotally, although much slower, I think gpt-5's architecture plans are slightly better.

jeswinyesterday at 7:48 PM

Same here. But with GPT 5.1 instead of Gemini.

UltraSaneyesterday at 7:34 PM

I've done this and it seems to work well. I ask Gemini to generate a prompt for Claude Code to accomplish X