Yap: a particular kind of slop

41 points by lilac


carlana

Okay, yes, thank you. I am adding this to my vocabulary immediately (and expect that in six months, we'll all be sick of people misusing "yap" to mean "stuff I dislike").

valdemar

I like the term yap, for just casual chatter and or casual infodumping, and I would rather not delegate another good term to LLM usage after we have already lost "vibe" to it.

klardotsh

I’ve recently taken to requiring the robots write all prose in STE100. It’s not perfect, and models that gradually forget AGENTS.md instructions over a session need reminders of this, but forcing the robots to write in STE really cuts down on yappery for me so far. I also forbid them from referencing any ephemeral planning artifacts or the chat session in any written documents or comments, which has cut down a lot of the “per plan-5 section 42 decision 1 (USER APPROVED 2026-08-28)……….” BS.

nemin

A lot of people think the solution to this is to have LLMs review the code, so that humans don't have to spend as much time on it. I remain unconvinced that this alone is sufficient.

I'm glad my team doesn't operate like that. We use LLMs for code reviews, but only as a first step / canary. That is to say as long as even the sycophant machine finds obvious issues in your code, you shouldn't loop in another human, but once you're reasonably confident that you've ironed out all the "ah crap, how did I not think of that"-s, then it's time for another actual, flesh and blood person to take a look for all the less easy to spot things the LLM did miss.

I got tired of writing out dozens of thoughtful and polite review comments a day to tell robots that their code comments weren't up to snuff. Now I just say "yap" and they get what I mean.

This is a fun solution, but you haven't actually described how you implemented this into your use of LLMs. With an AGENTS.md? A customized system prompt? Some totally different mechanism?

tobin_baker

At work (where I have to use LLMs) I've found that Sol generates much better prose of all kinds than Opus and does a reasonable job of cleaning up Opus-generated garbage comments (to the point where I can do a quick final pass of my own without having to wade through inscrutable, nonsensical slop).