this post was submitted on 03 Jul 2026
427 points (99.3% liked)

Technology

86074 readers
2670 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
[–] Wispy2891@lemmy.world 5 points 2 days ago (1 children)

I tried Warp terminal because now that's bankrolled by openai's magic infinite money you can use your own openai api keys without a subscription. So I put one from my work account. I do a git commit (manually) and then it comes a prompt under it "push it, open a PR and switch to main?". I click yes, it used one million tokens for that... (And it took about a minute because it did like 20 requests, so there was no time saving at all vs doing it manually)

I wget something, it comes a prompt under it "now compare the hash?". Boom, another 500k tokens

[–] chilicheeselies@lemmy.world 3 points 2 days ago (1 children)

That's completely insane. At best it would be useful for the pr title and message, but the rest of that is waste.

These are the kinds of things I just ask in chat. "Whata the cli command to compare hashes again?"

People who use slop generators for coding assistance are insane. Everything else is a logical consequence of thinking you can take shortcuts to coding.