Loading market data...

Paxos' Hoplites Agent Now Automates 15% of Pull Requests

Paxos' Hoplites Agent Now Automates 15% of Pull Requests

Paxos, the blockchain infrastructure company, has revealed that its Hoplites agent is now automating 15% of all pull requests across its development teams. The figure, drawn from internal metrics, marks a notable shift in how the firm handles code review and integration.

What Hoplites does

Hoplites is an automation agent designed to handle routine pull-request tasks. It can review code for style and formatting issues, run predefined tests, and even merge simple changes without human intervention. The agent works inside Paxos's existing GitHub workflow, flagging only the more complex requests for human developers.

By taking over 15% of pull requests entirely, Hoplites frees engineers from repetitive checks. The company says the agent has been in development for several months and is now integrated into daily operations.

Why the number matters

A 15% automation rate means roughly one in seven pull requests never reaches a human reviewer. For a team shipping frequent updates, that can cut down review queues and speed up deployment cycles. Paxos has not disclosed the total volume of pull requests, but the percentage suggests a meaningful shift in developer workload.

The agent does not replace human judgment for complex logic or security-sensitive changes. Instead, it targets the mechanical parts of code review — linting, formatting, and simple merges — where automation is both safe and efficient.

Paxos has not announced a public release or a timeline for expanding Hoplites beyond internal use. The company is likely to continue refining the agent's capabilities, possibly extending it to handle more nuanced review tasks. For now, the 15% figure stands as a benchmark for how much of the pull-request process can be safely automated without sacrificing code quality.