Live data from Hacker News

Cloudflare enforces engineering standards using AI

blog.cloudflare.com

1–9 of 9 posts

Re: Cloudflare enforces engineering standards using AI

#3
It’s odd how uninteresting a blog post about an AI system is.

“We defined code review rules as if they were linter rules and let the AI agent review code”

I don’t really need to know a lot more than that. I can already clearly imagine how it’s achieved. I don’t need a nine minute read.

Re: Cloudflare enforces engineering standards using AI

#9
I've been working a lot on building a system like this personally over the last few months - Cloudflare are either not stating or missing one important issue. While they are doing loop improvement on the Standards themselves, they are forgetting to do improvement on the model. So in their language, they are improving the Codex, but they are NOT improving the reviewer and they need to close that loop.

Great bit of work, I rate it up there with their thoughts on CodeMode MCP's which was also excellent work that advanced our thinking.

As a side node, we're beginning to see the outline of a self recursion scaffold, with a number of different industries all coming up with the same scaffold including myself for different reasons.

Cloudflares exmaple, my own work, https://arxiv.org/pdf/2607.17044 this Leni paper, another being reviewed - dont have a link yet, all come about to the same conclusion in separate domains - I find this facinating