# Common legal questions around LLMs?

> Source: <https://discourse.haskell.org/t/common-legal-questions-around-llms/14489#post_1>
> Published: 2026-07-31 10:45:20+00:00

I think there are a lot of things that are unclear in this area. In light of recent policy discussions for GHC I’ve contacted the HF to ask if they could facilitate getting a legal expert to shed some light on some of these issues.

I’m creating this thread to collect common questions around the *legality* and *legal risks* around use of LLMs. With the goal of the HF hopefully being able to present a legal expert with a catalogue of questions, and sharing their answers publicly with us down the line to help Maintainers avoid pitfalls and allow them to better assess the risks of whatever policy they decide to follow when it comes to LLM use.

I’m interested in the situation in the legal frameworks of the EU and the USA in particular.

If people want to discuss the morality around the current legal framework of those tools I think that is a worthwhile discussion but I encourage people to create another thread for any discussion like that to help keep this thread on topic.

I’m starting off with the issues I think are most pressing for informing a future GHC policy:

These attempt to assign rights for generated content to users. Legal expertise about risks associated with these waivers would be very welcome, at least for the top 3-4 providers.

In particular some of these clauses seem to imply that rights might be lost retroactively due to terms of use violations in the future. Which could be problematic if output generated through the violating user has already been included in a project. Is this a real risk?

What are the consequences and potential risks when parts of a code base are not legally protected by copyright due non-copyrightable material? I assume it would simply be public domain

which might be an issue for projects that try to prohibit certain use cases of the source through licenses.

Are there unexpected consequences like changes to (lack of) liability for contributors, maintainers or organizations owning such projects? Not just copyright liability but also liability for defects for example.

Are there noteworthy interactions one should be aware of when parts of the project are not under copyright while others are?

What is the risk of becoming liable for copyright infringement in case of accidental similarity between LLM generated output and copyrighted source code or other material? I understand there is no *clear* answer yet. But something more concrete than “it depends” would be quite helpful.

Are there other legal pitfalls related to LLM that a legal laymen would be likely to miss?
