this post was submitted on 23 Aug 2026
104 points (80.6% liked)

Technology

87649 readers
2831 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
[–] MagicShel@lemmy.zip 6 points 1 week ago (6 children)

64k context is nowhere near enough. I try to remember to compact Claude when I hit 200k but sometimes when I'm not paying attention I can hit 600k. Yeah I've written little Python scripts on my machine using qwen, but some of my work projects have 80k tokens of just documentation.

[–] hirihit640@sh.itjust.works 6 points 1 week ago (5 children)

some of my work projects have 80k tokens of just documentation

I feel like there's got to be better approaches than just shoving the entire documentation into the context. Humans don't try to memorize the entire documentation. We just search for relevant pieces and remember those, or have them open in a webpage alongside the code. We probably only have like 10k context maximum.

Do the modern agent harnesses not have automatic compaction?

[–] frongt@lemmy.zip 1 points 6 days ago (1 children)

The solution is to train a LoRA. It takes the base model, and overlays all your data on top.

[–] hirihit640@sh.itjust.works 1 points 6 days ago

That sounds like a lot of work to just read some docs. RAG doesn't require any training at all. I assume there are other approaches as well that would be faster than LoRA

load more comments (3 replies)
load more comments (3 replies)