Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

My similar workflow within Claude Code when it gets stuck is to have it consult Gemini. Works either through Gemini CLI or the API. Surprisingly powerful pattern because I've just found that Gemini is still ahead of Opus in architectural reasoning and figuring out difficult bugs. https://github.com/raine/consult-llm-mcp


This is one of the reasons I actually built it but wanted to make it more generalized to work with any agent and on the same context without switching


I like this solution that you can ask Gemini


Any other ideas that you think would make it more powerful?


Perhaps that you can tell it to "use gemini for task x, claude for task y" as sub-agents.


How about adding the ability to tag an agent. for example:

@gemini could you review the code and then provide a summary to @claude?

@claude can you write the classes based on an architectural review by @codex

What do you think? Does that make sense ?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: