this post was submitted on 06 Aug 2026
329 points (94.6% liked)

Technology

86946 readers
3639 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] SuspiciousCarrot78@aussie.zone 3 points 17 hours ago* (last edited 16 hours ago) (1 children)

OK, here's a real life use case, small time as it is, that has nothing to do with anything rarefied.

I have a TCL Android TV that, after some "unapproved measures", runs without a Google account - FLauncher as the front end, telemetry blocked, home media streaming, YouTube ad-free. The yar har har works.

Two days ago the kids come in. TV's not working.

Jellyfin: fine. Nova Player: fine. Stremio, YouTube, anything hitting the net: dead.

We'd had a brownout that day, so I figured the router was scrambled. Reset it, re-added the network... and Smarttube now launches, plays for 30 seconds, then hard-locks. Just weird JSON vomit and then dead.

At that point I'm thinking the TV is fucked. Options:

  1. factory reset and reinstall the workarounds - 2-3hrs of pain-in-the-ass fuckery, but it wouldn't be the first time.

  2. crawl the net decoding cryptic error codes.

  3. take it in for repair (good luck with that).

  4. fall down a TV diagnostics rabbit hole.

Instead, I chose option 5)

I told my local LLM: "This TV is on this IP. This laptop has ADB access. I've given you MCP tools with ADB libraries. Here's the issue, here's what I tried. Check prior history of what I did for this project, figure out what's wrong now and fix it, or tell me it's broken.

If it looks like the brownout caused corruption, factory reset, stream-install the backup APKs directly, sign in my accounts, get it back up and running.

Failing that, if it's looking like a hardware issue, push a diagnostic tool, test the TV and tell me which parts I might need, as well as likely costs using eBay or Amazon. I'm happy to spend $50 on this shitbox and not one cent more. If the fix looks like it's more than $50, find me a TV of this size under $200. Prefer local shop X or Y.

Present everything as markdown in the usual folder, using house style. Ping me on my phone if you need me to authorise anything or when you're done with the TL;DR."

The agent ADBs in, pokes around, tests, checks the WiFi, and figures out the brownout had corrupted the date and time.

Turns out this p.o.s doesn't have a RTC back up battery.

Wrong clock = certs flagged as invalid = no net.

It syncs the date and time with my location. Boom, everything comes back.

Now, could I have twigged it myself?

Yes - eventually. But the agent already had the tools, knew the TV's prior state, and had a record of what I'd already tried.

It could've reset the TV, sideloaded all my apps, re-signed into my accounts - the whole lot - if needed.

This is not the only time I've had real world use of my local, and it had very little to do with "writing functions".

I had a project - jailbreak my tcl. Over time, I'd stored enough context of what I had done in the LLM and its tools, so that it could do what I'd do (and more), faster, based on the constraints I had put in place.

People that call these things "spicy autocorrect" are demonstrating either a skill issue or a lack of imagination.

[โ€“] Mondez@lemdro.id 1 points 1 hour ago

You managed to set up that tech stack but needed an agent with unrestricted access to figure out the time was wrong ๐Ÿ˜‚

There are skill issues and a lack of imagination here but it's not from people dismissing the use of LLM...