Remix.run Logo
anthonypasq 2 hours ago

surely you could imagine that being able to sit in on a meeting that was had when they were designing the system would be useful for you?

theres a lot of context and decision making that is useful but not documented in the code. The code tells you how the system works, not how its supposed to work.

godwinson__4-8 an hour ago | parent [-]

This is just the classic rehash of are comments in code an anti-pattern.

I tend to agree that at a certain point if you need to constantly think "gee, I wish I was in the meeting when they came up with this" the code you are looking at might just suck.

In such contexts it is also often the case that being in the meeting may not have helped. As they say, garbage in, garbage out.

bredren a minute ago | parent [-]

Sometimes it is useful to simply know something was brought up, but then someone had a sneezing fit and everyone lost track of the thread and the important edge case under discussion just fizzled.

A similar thing happens in agentic conversations, where a model may point out something but it is not recognized as important by the operator.

A few directives later and the model is being pushed another direction.