*TL;DR:* Built a custom AI code reviewer for GitHub Enterprise using Go + AWS Bedrock.
Naive approaches failed (hallucinations, rate limits, context overflow).
Solved it with a two-phase architecture: AI picks relevant files first, then reviews focused context.
Cost dropped from ~$300/mo to ~$30/mo. Code samples included.
sharp-dev•47m ago