PulseAugur
EN
LIVE 15:09:15

Debate: Is prompting an LLM to write code considered "writing"?

A debate is emerging on Mastodon regarding the definition of "writing" code when using large language models (LLMs). One user argues that prompting an LLM to generate code is analogous to using programming language interpreters or compilers, suggesting that developers already rely on tools that abstract away lower-level processes. Therefore, they contend that prompting an LLM should be considered a form of authorship. AI

IMPACT Raises questions about intellectual property and authorship in software development as AI tools become more integrated.

RANK_REASON The item discusses an opinion and debate about AI authorship, not a concrete event.

Read on Mastodon — fosstodon.org →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Debate: Is prompting an LLM to write code considered "writing"?

COVERAGE [1]

  1. Mastodon — fosstodon.org TIER_1 English(EN) · [email protected] ·

    Popular tech debate: can you say you "wrote" a program, if you prompted an LLM and it wrote the code? Controversial take, but I would say "yes." If you write a

    Popular tech debate: can you say you "wrote" a program, if you prompted an LLM and it wrote the code? Controversial take, but I would say "yes." If you write a node program all by yourself, you are copying others' work by importing packages and using the interpreter. Then the nod…