this post was submitted on 25 Jun 2026
647 points (99.5% liked)

Technology

85720 readers
4294 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
[–] SleeplessCityLights@programming.dev 7 points 18 hours ago (1 children)

Have you used Opus 4.8 at API costs? Without using agents, I can burn $20 an hour no problem. I use Kimi K2.6 and GLM 5.2 these days.

[–] boonhet@sopuli.xyz 3 points 18 hours ago (1 children)

How do you use it without agents? Just prompt the chat interface?

When I used claude code, I'd go through the smallest tier subscriptions 5h limit in half an hour sometimes if I used Opus lol, reckon at API pricing it would've been 100 bucks an hour

[–] SleeplessCityLights@programming.dev 2 points 18 hours ago (1 children)

Chat prompts and then accept the changes when they are worth using. LLMs are entropy apparatuses, injecting that shit straight into your code base is crazy. It took one module/subsystem done with agents for me to realize that it was completely unmaintainable. Not a single eng can make a change to it and the only option is to rewrite. So I banned agents. I know some people still try to get away with that style of LLM coding but I encourage people to instant deny a PR if it looks like garbage.

[–] boonhet@sopuli.xyz 1 points 17 hours ago (1 children)

If you accept changes then you're probably using an agent though?

Agent mode is disabled, only chat mode works. This is with GitHub Copilot harness in JetBrains Rider or Visual Studio Pro. Agentic coding means it can make decisions without a human.