惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

T
Tailwind CSS Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
雷峰网
雷峰网
量子位
有赞技术团队
有赞技术团队
阮一峰的网络日志
阮一峰的网络日志
The Cloudflare Blog
博客园 - Franky
罗磊的独立博客
宝玉的分享
宝玉的分享
博客园_首页
腾讯CDC
The GitHub Blog
The GitHub Blog
D
DataBreaches.Net
IT之家
IT之家
D
Docker
Microsoft Security Blog
Microsoft Security Blog
博客园 - 司徒正美
V
V2EX
月光博客
月光博客
N
Netflix TechBlog - Medium
爱范儿
爱范儿
I
InfoQ
P
Proofpoint News Feed

Codeium Blog Posts

Opus 4.7 (fast mode) is now available in Windsurf | Devin Fast and Comprehensive Code Review, Now in Windsurf Windsurf 2.0: Introducing the Agent Command Center and Devin in Windsurf Introducing Adaptive: a smarter way to use Windsurf Introducing our new Windsurf pricing plans GPT-5.4 is now available in Windsurf Gemini 3.1 Pro is now available in Windsurf | Devin Claude Sonnet 4.6 is now available in Windsurf | Devin GLM-5 and Minimax M2.5 are now available in Windsurf | Devin GPT-5.3-Codex-Spark is now available in Windsurf | Devin Windsurf Arena Mode Leaderboard: The People Want Speed Opus 4.6 (fast mode) is now available in Windsurf | Devin Opus 4.6 is now available in Windsurf | Devin Windsurf Tab v2: 25-75% more accepted code with Variable Aggression Wave 14: Arena Mode - May the Best Model Win GPT-5.2-Codex is now available in Windsurf! Windsurf Wave 13: Merry Shipmas GPT 5.2 is now available in Windsurf! Opus 4.5 is now available in Windsurf | Devin GPT 5.1, GPT 5.1-Codex, and GPT-5.1-Codex Mini are now available in Windsurf Introducing SWE-1.5: Our Fast Agent Model Cognition and Windsurf Cognition (Windsurf) Named a Leader in the 2025 Gartner® Magic Quadrant™ for AI Code Assistants Windsurf Queued Messages Release Windsurf Wave 12: Devin features in Windsurf Wave 11: Just Keep Shipping Our Commitment to Windsurf The Next Chapter The Next Stage of Windsurf Changelist: June 2025
Forge Deprecation
2025-04-04 · via Codeium Blog Posts

Mehul3 min read

Last August, we launched Forge, our AI-native code review tool designed to simplify understanding, reviewing, and addressing comments on code changes within organizations. Today, we’re deprecating Forge and looking ahead to the future of AI-powered code review tools.

What Was Forge?

From the beginning, our goal has been to make developers more capable and efficient than ever before. This started with accelerating code writing—our autocomplete, code editing, and agentic tools have collectively generated billions of lines of code, and that number continues to grow daily. However, as the speed of code creation increased, organizations faced the challenge of reviewing this influx of code efficiently. Junior engineers could quickly write large amounts of seemingly correct code, yet senior engineers had to spend increasing amounts of time ensuring quality and adherence to company standards. That’s why we built Forge—to leverage the same underlying technology that assisted in writing code to also assist in reviewing it. With features like automatic explanations, integrated chat, and real-time code suggestions, we created a suite of tools that streamlined the review process for both reviewers and reviewees. Seamlessly integrating with GitHub’s review process, we stayed true to our philosophy of “meeting developers where they are,” providing a familiar yet AI-enhanced experience.

Overcoming Technical Limitations

Creating a seamless experience with Forge was no easy feat. Initially, we created a standalone web app where users could conduct AI-assisted code reviews. However, early feedback made it clear that true adoption required deeper integration with SCM platforms, so we set out to replace GitHub’s review interface with our own drop-in replacement. For the technically savvy, this meant building an iframe that didn’t feel like an iframe at all. We developed a Chrome extension to inject UI components that blended seamlessly with GitHub, designed communication layers to synchronize the iframe and website, implemented authentication solutions, and overcame numerous browser restrictions to make the system work smoothly. All of this was further complicated by API limitations, slow load times, and the need for an SCM-agnostic approach. Meanwhile, we aimed to match the feature set of existing review tools while pushing the boundaries of what AI could accomplish in code review.

The Changing Landscape of Code Review

As we improved Forge, the broader landscape of AI-assisted code review evolved dramatically. AI-generated code became significantly better, reducing the need for post-hoc enforcement of organizational guidelines. Instead, we could use AI “memories” to embed these guidelines directly into model outputs, ensuring compliance from the outset. Advances in hardware and model architecture also allowed us to incorporate more exemplary code into the context, leading to greater consistency in generated code. Furthermore, the rise of high-quality AI agents throughout the software development lifecycle showed us the potential to make the review process even more powerful. Instead of relying on localized reviews, agents could analyze broader contexts, understanding how different parts of the codebase interacted. We also noticed that our existing agent-based tools within IDEs were already capable of conducting advanced code reviews, suggesting that unifying these approaches would be far more effective than maintaining separate products.

Cascade Reviewing Code

Looking Forward

As Forge’s complexity increased and its benefits became less clear, we made the decision to deprecate the application and shift our focus to more promising approaches for ensuring high-quality code. That said, we want to be very clear: we remain deeply committed to the code review process. It continues to be a critical part of delivering high-quality software, especially in enterprise environments where reliability, security, and maintainability are paramount. Moving forward, we’re focusing on approaches that we believe will scale more effectively with rapidly advancing technology and deliver meaningful, long-term value. This includes continued investment in AI-powered tools at the code generation stage, enhancing agentic review processes, and exploring new, less intrusive passive review experiences that better fit modern development workflows. We deeply appreciate everyone who tried Forge and provided invaluable feedback. Everything we’ve learned will help us build the next generation of AI-assisted code review — and we’re excited to share more in the coming months.