this post was submitted on 07 Aug 2026
322 points (94.7% liked)
Technology
87315 readers
3610 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- 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.
- Check for duplicates before posting, duplicates may be removed
- 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
view the rest of the comments
The advantage I perceive with the AI agent vs junior co-workers both going down their respective rabbit holes, the AI agent costs less time and money to get their "in depth report" and you don't have to kindly explain why it's off track when it gets horribly distracted by something irrelevant, you can just flush the context and start over.
I do find myself a bit upset when I'm in the middle of a long context development with an LLM agent and that context gets lost for some reason - re-explaining everything from scratch can be exhausting, to avoid having to do that you can actually instruct the agent to create a file explaining to future agents what it "knows" about the discussion at the moment. Some agents are starting to do this automatically like Claude's MEMORY.md file and similar. Another semi-cool thing is: you can read these files yourself (if you have the patience) and if you see anything in there that the agent "got wrong" you have the opportunity to fix it. Asking a junior colleague to thoroughly explain everything they think they know about a project gets to be a very wearisome endeavor both for the junior and whoever is reviewing their "understanding" of the project.