---
title: "I used GPT-5.5 to figure out why my laptop battery was draining, and it found the bug in minutes"
url: https://daily.dev/posts/i-used-gpt-5-5-to-figure-out-why-my-laptop-battery-was-draining-and-it-found-the-bug-in-minutes-vzbpaflyy
source_url: https://www.xda-developers.com/used-gpt-5-5-figure-out-laptop-battery-drain-found-bug
type: article
source: "XDA Developers"
published: 2026-06-30T21:01:42.673Z
updated: 2026-06-30T21:14:20.168Z
tags: ["mac", "gpt", "ai-assisted-development", "sqlite"]
reading_time: 6
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.

# I used GPT-5.5 to figure out why my laptop battery was draining, and it found the bug in minutes

**[XDA Developers](https://daily.dev/sources/xda-developers)** · 6 min read · 1 upvotes · 0 comments

## Summary

After upgrading to macOS 27 Golden Gate Beta 2, an M4 Pro MacBook Pro experienced severe battery drain and overheating. Using GPT-5.5 via a coding agent harness called Pi, the author ran a chain of diagnostics that identified appstoreagent consuming 54-60% CPU due to an infinite retry loop in Apple Arcade metrics reporting. The root cause was a SQLite schema mismatch — a missing column (active_launch_events.recent_launch_times) caused repeated errors that triggered endless rescheduling. The fix was disabling the launchd agent with launchctl, which persists across reboots. The post highlights how AI coding agents with terminal access can be repurposed for system troubleshooting, not just software development.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.xda-developers.com/used-gpt-5-5-figure-out-laptop-battery-drain-found-bug>

## Similar posts on daily.dev

- [GPT 5.6 Sol Ran a Real Business](https://daily.dev/posts/gpt-5-6-sol-ran-a-real-business-twa9g4drz) · Hacker News · 2 upvotes · 1 comments
- [Apple and Bynario agree GPT-5.5 found a real macOS bug. They disagree on the report cap.](https://daily.dev/posts/apple-and-bynario-agree-gpt-5-5-found-a-real-macos-bug-they-disagree-on-the-report-cap--xiyvaydii) · The New Stack · 0 upvotes · 0 comments
- [Nobody’s agent fleet fails the way the vendors say it will](https://daily.dev/posts/nobody-s-agent-fleet-fails-the-way-the-vendors-say-it-will-tvfxicgff) · InfoWorld · 0 upvotes · 0 comments

---

Tags: [#mac](https://daily.dev/tags/mac), [#gpt](https://daily.dev/tags/gpt), [#ai-assisted-development](https://daily.dev/tags/ai-assisted-development), [#sqlite](https://daily.dev/tags/sqlite)

[View this post on daily.dev](https://daily.dev/posts/i-used-gpt-5-5-to-figure-out-why-my-laptop-battery-was-draining-and-it-found-the-bug-in-minutes-vzbpaflyy)
