Meet Forge: a new IDE with Claude baked in
Dev.to AI
•
Generative AI
Malwarebo / forge A code editor where the AI proves its work Forge is a VS Code fork with Claude baked directly into the editor. Not as an extension. Not as a sidebar chat. As a core part of how the editor works. The agent runs inside the editor with full access to your files, terminal, and git. Every change it makes is type-checked, tested, and verified before you see it. What makes Forge different The agent verifies its own output and fixes its own mistakes. When Forge modifies your code, it runs the type checker, executes relevant tests, checks coverage, and validates imports.