logoalt Hacker News

cyanydeezyesterday at 10:57 PM1 replyview on HN

Too much context pollution.

Start with short text context, and flow through DAGs via choose your own adventure. We alreadybreached context limits. Nows the time to let LLMs build their contexts through decision trees and prune dead ends.


Replies

j-pbyesterday at 11:16 PM

In my experience a wiki can actually drastically reduce the amount of dead context.

I've handed my local agents a bunch of integrated command line tools (kinda like an office suite for LLMs), including a wiki (https://github.com/triblespace/playground/blob/main/facultie... ) and linkage really helps drastically reduce context bloat because they can pull in fragment by fragment incrementally.

show 1 reply