HN user

blirio

20 karma
Posts4
Comments14
View on HN
Stop Sloppypasta 4 months ago

More than often when I get asked a question is something that AI can easily answer. Rather than just responding “ask AI” I actually put effort into pasting their question into AI and verifying the response in case they don’t have the context to verify themselves.

Another reason is if I’m using a custom setup with different knowledge bases and tool, I don’t want to respond “setup X, then ask AI”

I think this should be flipped around and instead be “stop sloppy asking”

The article describes the problems of using a AI chat app without setting up context, skills, MCP, etc

Like yea the AI won’t know what you discussed in last weeks meeting by default. But if you do auto transcribe to your meetings (even in person just open zoom on one persons laptop), save them to a shared place and have everyone make this accessible in their LLM’s context then it will know.

"Whether to allow duplicate object entry names." This is interesting. I just did a test and it look like `jq` evaluates `{ "a": 1, "a": 2 }` to just `{ "a": 2 }`. I have always thought that this was invalid JSON. This mean that the order of keys in JSON do have some semantic meaning.