---
title: "AgentStop: Terminating Local AI Agents Early to Save Energy in Consumer Devices"
url: https://daily.dev/posts/agentstop-terminating-local-ai-agents-early-to-save-energy-in-consumer-devices-5kww99wla
source_url: https://brave.com/blog/agentstop
type: article
source: "Brave"
published: 2026-05-28T16:00:38.952Z
updated: 2026-05-28T16:05:55.116Z
tags: ["ai-agents", "local-ai", "xgboost"]
reading_time: 7
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# AgentStop: Terminating Local AI Agents Early to Save Energy in Consumer Devices

**[Brave](https://daily.dev/sources/brave)** · 7 min read · 1 upvotes · 0 comments

## Summary

AgentStop is a lightweight efficiency supervisor developed by Brave that monitors local LLM-based agents in real time and terminates unpromising runs early to reduce battery drain on consumer devices. It works by tracking token log-probabilities, token counts per step, and token overlap between steps — signals already produced during normal inference — and feeds them into a gradient-boosted XGBoost classifier. Evaluated on web question answering (FRAMES, SimpleQA) and coding (SWE-Bench Verified), AgentStop reduces wasted energy by 19–23% with less than a 5% drop in task utility. The supervisor itself costs under 0.01 mWh per inference call. The project is open source and was accepted at ACM CAIS 2026.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://brave.com/blog/agentstop>

## Similar posts on daily.dev

- [Boffins build 'AI Kill Switch' to thwart unwanted agents](https://daily.dev/posts/boffins-build-ai-kill-switch-to-thwart-unwanted-agents-hjshemp24) · The Register · 0 upvotes · 0 comments

---

Tags: [#ai-agents](https://daily.dev/tags/ai-agents), [#local-ai](https://daily.dev/tags/local-ai), [#xgboost](https://daily.dev/tags/xgboost)

[View this post on daily.dev](https://daily.dev/posts/agentstop-terminating-local-ai-agents-early-to-save-energy-in-consumer-devices-5kww99wla)
