DEV Community

Building CommitBrief Series' Articles

Back to Muhammet ŞAFAK's Series
I built a local-first LLM code reviewer in Go. Here's the entire pipeline.

I built a local-first LLM code reviewer in Go. Here's the entire pipeline.

Comments
6 min read
One Go interface, ten LLMs, three transport classes

One Go interface, ten LLMs, three transport classes

Comments
6 min read
Getting structured JSON out of five incompatible LLM APIs — and degrading when they ignore you

The parser as the real system contract

Getting structured JSON out of five incompatible LLM APIs — and degrading when they ignore you

7
Comments 13
5 min read
Don't send secrets to your LLM: a pre-send scanner that never stores what it finds

Don't send secrets to your LLM: a pre-send scanner that never stores what it finds

Comments
6 min read
Air-gapped code review with Ollama: when the diff never leaves the machine

Air-gapped code review with Ollama: when the diff never leaves the machine

Comments
4 min read
Caching LLM responses is just content addressing

Caching LLM responses is just content addressing

Comments
5 min read
Exposing a CLI as an MCP tool in standard-library Go

Exposing a CLI as an MCP tool in standard-library Go

1
Comments
5 min read
Stop re-flagging the same finding — without going silent

Stop re-flagging the same finding — without going silent

1
Comments
5 min read
A self-hosted PR reviewer: you own the trigger, not a GitHub App

A self-hosted PR reviewer: you own the trigger, not a GitHub App

Comments
6 min read