an arab man asked a bulgarian "hey this guy said i should go back to my country and s3rd world country and insulted me". The bulgarian replied "how could he not insult you, what the fuck are you doing in the 4th world?"
@7666 do you turn like docs/code into embeddings and have an ai look at it rather than feeding it thru the prompt or somethn?
@7666
>one of the craziest things i learned about LLMs is that your entire conversation is essentially sent back to the model with your new message stapled onto the end.
dude i KNOW. i learned that literally yesterday, it seemed insane. then that whole cache hit vs. no cache cost made sense.
i'm cooking something right now and i've been thinking of doing exactly what you just said lol. i'm gonna have an agent for each dependency of this program i'm porting and one nigga to then work on the main thing once the dependencies are dealt with. herdr lets me do worktrees from the interface which is nice, so hopefully it ends up being seamless and i cum all over my screen and keyboard
@meso @7666 yea. its way better with rust and go code i find. i've been able to tell it "hey man why is x program hanging" and give it ssh access and whatnot and it fixes shit 4 me. i've already made couple pull requests to slop projects i feel gr8. ported 2 things to openbsd.
i've been giving it a particularly complex project rn and it gets tired lol but it figgers it out
@pernia @meso @7666 an AI that'd be useful for me is an AI you can feed large amounts of documents and you can ask it to summarize, cite and show you parts of it. Honestly, I don't even need it to write any code I just want it to explain some of the documentation for me so I know how it works. AI should've been developed in this direction, because it's good at generating text based off of other text, but no mainstream LLM has a feature like this. They HIDE it (it's probably hard to do idk I asked snacks and he told me about some halfass thing you gotta do)
@meso @meso @7666 what the FUCK r u saying.
feeding it documentation... is not that expensive. sometimes i just give it a link and say "hey read this man page" and it curl's it and it doesn't use more than like 2% total context. and again i've told it "read this codebase" (actually, crush has a feature where it just pastes a prompt basically saying "generate an agents.md with x y z" and it does it pretty well")