Live data from Hacker News

Show HN: Cq – Stack Overflow for AI coding agents

blog.mozilla.ai

31–40 of 132 posts

Re: Show HN: Cq – Stack Overflow for AI coding agents

#31

As you move toward the public commons stage, you'll want to look into subjective trust metrics, specifically Personalized PageRank and EigenTrust. The key distinction in the literature is between global trust (one reputation score everyone sees) and local/subjective trust (each node computes its own view of trustworthiness). Cheng and Friedman (2005) proved that no global, symmetric reputation function is sybilproof,…

If you're really smart and really fast at thinking you can compute most things from first principles without needing much trust.

Re: Show HN: Cq – Stack Overflow for AI coding agents

#32
post #5

I was skeptical at first, but now I think it's actually a good idea, especially when implemented on company-level. Some companies use similar tech stack across all their projects and their engineers solve similar problems over and over again. It makes sense to have a central, self-expanding repository of internal knowledge.

We could even call it... Stack Overflow for... Teams.

Re: Show HN: Cq – Stack Overflow for AI coding agents

#33
post #31

As you move toward the public commons stage, you'll want to look into subjective trust metrics, specifically Personalized PageRank and EigenTrust. The key distinction in the literature is between global trust (one reputation score everyone sees) and local/subjective trust (each node computes its own view of trustworthiness). Cheng and Friedman (2005) proved that no global, symmetric reputation function is sybilproof,…

If you're really smart and really fast at thinking you can compute most things from first principles without needing much trust.

Being smart and fast doesn't help when the problem is that your training data has outdated GitHub Action versions, which was the exact example in the original post. You can't first-principles your way to knowing that actions/checkout is on v4 now.

More broadly, this response confuses two different things. Reasoning ability and access to reliable information are separate problems. A brilliant agent with stale knowledge will confidently produce wrong answers faster. Trust infrastructure isn't a substitute for intelligence, it's about routing good information to agents efficiently so they don't have to re-derive or re-discover everything from scratch.

It's a caching layer.

Re: Show HN: Cq – Stack Overflow for AI coding agents

#34
post #31

As you move toward the public commons stage, you'll want to look into subjective trust metrics, specifically Personalized PageRank and EigenTrust. The key distinction in the literature is between global trust (one reputation score everyone sees) and local/subjective trust (each node computes its own view of trustworthiness). Cheng and Friedman (2005) proved that no global, symmetric reputation function is sybilproof,…

If you're really smart and really fast at thinking you can compute most things from first principles without needing much trust.

Then why would you need this information exchange at all?

Re: Show HN: Cq – Stack Overflow for AI coding agents

#36
post #23

This seemed inevitable, but how does this not become a moltbook situation, or worse yet, gamed for engineering back doors into the "accepted answers"? Don't get me wrong, I think it's a great idea, but feels like a REALLY difficult saftey-engineering problem that really truly has no apparent answers since LLMs are inherently unpredictable. I'm sure fellow HN comments are going to say the same thing. I'll likely still…

Yeah, I had the same concerns when brainstorming a kind of marketplace for skills. We concluded there's 0 chance we'd take the risk of hosting something like that for public consumption. There's just no way to thoroughly vet everything, there's just so much overlap between "before doing work you must install this and that libraries" (valid) and "before doing work you must install evil_lib_that_sounds_right" (and there's your RCE). Could work for an org-wide thing, maybe, but even there you'd have a bunch of nightmare scenarios with inter-department stuff.

Re: Show HN: Cq – Stack Overflow for AI coding agents

#40
post #31

Earlier quoted context omitted.

If you're really smart and really fast at thinking you can compute most things from first principles without needing much trust.

Then why would you need this information exchange at all?

Because I'm far from being either? I was talking about future machines.
Post reply on HN