I built an AI code reviewer that runs inside our VPN (Go and Bedrock)
alexandrecastro.tech·6h·
Discuss: Hacker News
🔄GitHub Actions
Preview
Report Post

Two weeks after deploying our custom AI code reviewer, it caught a bug that would have crashed our payment processing. A senior engineer’s PR looked clean—it compiled, passed linting, followed Go idioms. But the AI spotted a subtle pattern: we’d accidentally turned a soft dependency into a hard one. If our config service blinked, our main service would die.

The engineer’s response? “Oh.”

That’s when the team stopped treating Archbot like a toy.

Here’s the problem we were solving: we run GitHub Enterprise behind a VPN. Modern AI code review tools like Cursor, Github Copilot, and CodeRabbit expect cloud-hosted repos. We couldn’t pipe proprietary code into the…

Similar Posts

Loading similar posts...