AI Agents Are Writing Code Faster Than Anyone Can Review It. Tessl Is Betting On Standards To Close That Gap

Every team that has turned coding agents loose on real work has run into the same wall. The agents write fast. They write a lot. And somewhere between the tenth and twentieth pull request of the day, the humans responsible for reviewing that code start falling behind.

That’s not a hypothetical. It’s the operating reality on teams that have adopted agentic development this year, and it’s the problem Tessl is aiming to address with the launch of Tessl Code Review, a new tool the company rolled out this week and is offering for free during its beta period.

The pitch is simple: teams don’t need another reviewer catching naming nits and formatting issues. They need a reviewer that runs on its own, filters out the noise, and actually knows the team’s standards. Tessl Code Review checks pull requests against those standards, written once and stored as a skill the team owns and controls.

That last part matters more than it might sound. A lot of AI code review tools ship with review logic baked into the product, which means the criteria a team is being judged against lives somewhere they can’t see or edit. Tessl took a different approach. Review standards live in the repo as versioned files, just like code. Teams can start with Tessl’s default review skills, or fork them, edit them, and point their own agent at their own repo. If a team decides to switch tools later, the standards go with them.

The other piece worth understanding is what the tool actually reads before it renders a judgment. Most AI reviewers look at the diff and little else, which means they’re commenting on a slice of a change without the surrounding context that would tell them whether the change actually makes sense. Tessl Code Review reads the whole pull request: the surrounding codebase, the team’s standards, and everything already discussed in the thread. Every finding is supposed to be traceable back to something concrete, not a guess based on eight or nine changed lines.

That context also carries forward. Update a pull request after a first round of review, and the next pass already knows what was fixed, what was explained, and what was declined. It focuses on what’s still open instead of re-flagging the same three issues every time someone pushes a new commit. Anyone who has sat through a review cycle where a bot keeps repeating itself will recognize why that’s a real fix and not a minor convenience.

“Agent-written code now stalls at review,” said Mitch Ashley, an analyst at The Futurum Group who tracks agentic software development. “Agents open more pull requests in a morning than a reviewer clears in a day, so review quality drifts with whoever is on the hook. No one hires their way out of that.”

Ashley pointed to the same fix Tessl is building toward: standards that are visible to the team. “The fix is standards written once, versioned in the repo, and owned by the team, since reviewers cannot enforce criteria they cannot see,” he said.

The volume problem behind all this isn’t going away. Agentic coding tools are now writing meaningful shares of the code that gets merged into production repos, and that pace isn’t slowing down. Review has become the bottleneck, and it’s the kind that doesn’t respond well to simply adding more human reviewers. Teams either build review capacity that scales with agent output, or they start merging more code than anyone actually looked at closely.

Tessl isn’t the only company chasing this problem, and AI code review has become a crowded category over the past year as tools like CodeRabbit and Qodo have pushed into the same territory. What sets Tessl’s approach apart is the emphasis on ownership. The standards aren’t a black box inside the vendor’s product. They’re files a team writes, versions, and can take with them, which lowers the switching cost that usually keeps teams locked into a review tool once they’ve invested in configuring it.

For platform engineers and DevOps leads evaluating this space, the free beta is a low-cost way to see whether whole-PR context and standards-as-code actually change review outcomes, or whether it’s another layer of noise on top of an already noisy pipeline. Tessl has a quickstart guide that promises a first review in about 10 minutes against a team’s own standard, along with a setup skill for teams working through their own coding agent, and Discord support for teams working through setup.

The bigger question this launch raises isn’t really about Tessl. It’s about how development teams will keep human judgment in the loop as the volume of agent-written code continues to climb. Standards that live in the repo, travel with the team, and are automatically checked on every pull request are one answer. Whether they’re a durable one will depend on whether the reviews hold up once teams start trusting them with the code that actually matters.

As Ashley put it, the constraint has already shifted. “Review capacity now caps how fast agent code ships,” he said. “Engineering leaders own closing that gap, not tool vendors.”

Read More

Scroll to Top