LLMs corrupt your documents when you delegate
151–160 of 235 posts
Re: LLMs corrupt your documents when you delegate
#152I'm suspicious of their results with regards to tool usage. It's unsurprising that round-tripping long content through an LLM results in corruption. Frequent LLM users already know not to do that. They claim that tool use didn't help, which surprised me... but they also said: > To test this, we implemented a basic agentic harness (Yao et al., 2022) with file reading, writing, and code execution tools (Appendix M). We…
It could also be that much like most large orgs now you've made LLMs your entire personality, so you don't see the inherent bias. Most LLM users who are not touching code are certainly not going to be using a harness. They're going to take all the documents, slam all those tokens into the context window, see they have only used 500k out of their 1M tokens and say "summarize".
Re: LLMs corrupt your documents when you delegate
#153Re: LLMs corrupt your documents when you delegate
#154Earlier quoted context omitted.
It is, in fact, pretty common for people to throw a document at a language model along with a “make it more gooder” prompt.
That was true maybe 7 months ago. This is no longer the case. Harnesses use all kinds of tooling to edit things now.
The vast majority of people are literally going to chatGPT, pasting in their document and asking for edits.
Re: LLMs corrupt your documents when you delegate
#155Earlier quoted context omitted.
It is, in fact, pretty common for people to throw a document at a language model along with a “make it more gooder” prompt.
That was true maybe 7 months ago. This is no longer the case. Harnesses use all kinds of tooling to edit things now.
edit: apparently got beaten to this
Re: LLMs corrupt your documents when you delegate
#156Re: LLMs corrupt your documents when you delegate
#157Re: LLMs corrupt your documents when you delegate
#158Earlier quoted context omitted.
If you’re using LLMs for agentic work it is absolutely essential that you have a robust set of tools for them to use and the correct instructions to prompt their use. The LLM will come up with stupid ways to do things, common sense doesn’t exist for AI.
My favorite is when Claude will build a completely new application to load and inspect a .dll file using reflection instead of just googling the library's interfaces.
Re: LLMs corrupt your documents when you delegate
#159That's why harnesses and prompting rituals using dozens of markdown down files do not work as advertised and is pretty much snake oil otherwise known as "agentic engineering".
Also, the agentic engineering is pretty much so called prompt engineering except that prompt is now spread across dozens of markdown files directories.
Re: LLMs corrupt your documents when you delegate
#160Earlier quoted context omitted.
That was true maybe 7 months ago. This is no longer the case. Harnesses use all kinds of tooling to edit things now.
I think you’re living in a bubble if you think the average user of AI even knows what a harness is The vast majority of people are literally going to chatGPT, pasting in their document and asking for edits.
Either way we should be doing experiments on the actual capabilities of AI not about the stupidest possible way to use AI because it helps validate your own negative bias against AI.
Additionally as software engineers using agentic AI… which HN basically is… this experiment is not at all relevant in the context of where it is posted. We ALL use agentic ai and we all have the agent use surgical tools for editing. Don’t you find it strange that despite the fact we all do this, HN is full of rabid engineers gobbling this paper up as validation despite complete lack of relevance?