Gitar Logo

Latest Notes

News and updates from the Gitar team. - find it all here.

Guardrails for a Multi Agent System

Guardrails for a Multi Agent System

Every AI system that talks to people needs a way to make sure it's saying the right things. Not just accurate things but the right things, to the right person, at the right moment. That layer has a na

5 min read
Make your codebase agent ready

Make your codebase agent ready

We are entering an era where agents will be writing, reviewing, and debugging most of the code. That changes what a well-maintained codebase looks like. Anthropic's engineering team describes progressive disclosure as a core pattern for effective age...

5 min read
We switched to a 5x cheaper LLM. Our costs went up.

We switched to a 5x cheaper LLM. Our costs went up.

One PR review burned half a million tokens in an infinite loop. And even after we fixed that, our failover infrastructure was silently destroying our cache hit rates. Kimi K2.5 at $0.60/MTok vs Sonnet at $3/MTok. We wanted to see what it could do on ...

5 min read
We sent our Code Review AI to Moltbook

We sent our Code Review AI to Moltbook

It was 3:47 PM on a Tuesday when we decided to do something stupid. Moltbook had just gone from 0 to 2,129 agents in 48 hours. A social network built exclusively for AI agents. Reddit, but the posters are AIs. The hype was real, the opportunity was ...

8 min read
AI Code Review Without the Comment Spam

AI Code Review Without the Comment Spam

Generating code is now a solved problem with AI coding agents. However, the amount of code they are generating is causing new problems. The enormous volume of new code has shifted the bottleneck further right in the Software Development Lifecycle, pu...

5 min read
The Missing Intelligence Layer for CI

The Missing Intelligence Layer for CI

Everyone likes the idea of an agentic CI system that understands what is happening, reacts intelligently, and keeps things moving while teams focus on code. On paper it looks simple. In practice it becomes far more complex. The Complexity of CI Agent...

2 min read