Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

40% Positive

Analyzed from 318 words in the discussion.

Trending Topics

#read#actually#output#language#llm#agent#answer#ask#right#paragraph

Discussion (9 Comments)Read Original on HackerNews

Xcelerate29 minutes ago
You ever read a work of literature with such flowery language that right after you've read a paragraph, you pause and realize you have no clue what you actually read, only to read the paragraph maybe a second or third time and have your mind space out again and again on each successive attempt?

Yeah, for me, that's what parsing huge volumes of LLM-produced text like "direct model calls as replaceable semantic workers" does to my brain. Maybe others don't really have this issue, but after any long output, I prompt the agent "Go back and decompress any LLM-speak in light of the higher level task goals. Eliminate deictic language."

The revised output documents are solely for my personal usage to expedite understanding. The LLMs can slowly converge on their own language for all I care; I retain raw agent output for future agent usage (to avoid the "lossy" problem the author mentions), but that doesn't eliminate the need for some intermediate translation I can use to actually help get my work done instead of spending hours attempting to understand what a "load-bearing pinned gate" is.

mikaeluman12 minutes ago
I don't get it. The skills and instruction try to make the answer more machine like on purpose.

Not humanising it...

People want the terse, matter-of-fact output. Not the conversational chatty verbose and bloated nonsense with gray words and jargon and terms like "blast radius"

alansaber8 minutes ago
The article lost me when it implied that verbose drivel is actually intrinsically superior rather than a way to hedge bets
alansaber10 minutes ago
Not sure what happened in the blog, but I quite enjoyed the mindmap in the right panel
kuberwastaken8 minutes ago
Thanks, I guess haha :P
Havoc26 minutes ago
> The problem is that these instructions are not applied after the model has finished doing the work

Seems like something fixable with a simple two step process. Ask it the thing. Then ask it to summarise the answer in simpler terms. More tokens and time aside that would check both boxes

kuberwastaken7 minutes ago
pretty much what I do, better yet ask it to boil it down in visuals in a simple webpage if it's a very large project
StyloBill16 minutes ago
Should be a harness feature actually.
spwa48 minutes ago
TLDR: This is an argument to get LLMs to answer in short, even code-like statements because you can exchange information quicker with an LLM that way. Cool!