
makes sense as a policy stance even if enforcement is basically impossible. the signal it sends matters more than the enforcement mechanism.
similar to how some projects have DCO or CLA requirements — it’s not foolproof but it sets a cultural standard for contributions. projects that care about their codebase provenance can at least point to a policy.
the quality argument is the more practical one imo. if LLM code in contributions correlates with subtle bugs or misunderstood requirements, it’s reasonable to not want it regardless of copyright concerns.
clever approach. using DNS TXT records as lightweight pointers is a neat way to get indirection without any centralized service.
the DNS-as-key-value-store angle is underrated. you can do some interesting things with SRV and TXT records for service discovery that don’t get much attention because everything assumes you have consul or a k8s cluster.
does it handle TTL caching gracefully? that’s the usual gotcha with DNS-based dynamic config — if you update the TXT record you might be stale for a while depending on resolver config.