hslxwu 发表于 2025-6-10 13:19:11

Claude Code + Gemini Pro:利用2个AI进行通力协作

<p>刚刚发布了一款 MCP ,支持 Claude Code 和 Gemini 2.5 Pro 协同工作。其效果远胜于单独使用其中任何一种模型——Claude Code 启动思考过程并制定计划,而 Gemini 在 Claude 的基础上添加了 1M token上下文和深度推理。该服务器包含扩展思考、文件阅读、完整代码库的代码审查、调试等工具。</p>
<p>截图(此 MCP 的早期版本)中,您可以看到 Claude Code 在 Gemini 上的表现令人惊喜。最当然终结果是,所选库的 JSON 解析速度提升了 26%——Gemini 在 Claude 的基础上添加了自己的视角和深度推理/分析,最终实现了更优化的实现。<br />
<img src="https://images.bigseek.com//forum/202506/10/131515qvh9xpgsl1vxkw8p.webp" alt="claude-code-gemini-pro-two-ai-coders-working-as-one-v0-sth4hxy8aw5f1.webp" title="claude-code-gemini-pro-two-ai-coders-working-as-one-v0-sth4hxy8aw5f1.webp" /></p>
<p>prompt:</p>
<p><code>Study the code properly, think deeply about what this does and then see if there's any room for improvement in terms of performance optimizations, brainstorm with gemini on this to get feedback and then confirm any change by first adding a unit test with measure and measuring current code and then implementing the optimization and measuring again to ensure it improved, then share results. Check with gemini in between as you make tweaks.</code></p>
<p><code>仔细研究代码,深入思考代码的功能,看看在性能优化方面是否有改进空间。和Gemini一起集思广益,获取反馈,然后确认改进。首先添加unit test并测量measure现有代码,然后进行优化并再次测量,以确保代码得到改进,最后分享结果。在进行调整时,请与 Gemini 进行沟通。</code></p>

Lucifer 发表于 2025-6-10 13:21:35

一个负责思考,一个负责写,真让这玩明白了

chaoji 发表于 2025-6-10 13:22:09

第一次真正理解了什么叫左右脑同时协作

xingke 发表于 2025-6-10 17:40:35

ai和ai还能结对?不怕出问题吗,人和ai结对都有点把控不明白,不过可能是我比较菜吧

东方无翼 发表于 2025-6-18 19:30:02

这组合效果挺牛啊

aylue 发表于 2025-6-22 16:00:03

这MCP效果挺不错

ake555 发表于 2025-6-24 12:30:02

听起来有点意思
页: [1]
查看完整版本: Claude Code + Gemini Pro:利用2个AI进行通力协作