Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Meta

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Comments on What to do with GenAI tags?

Parent

What to do with GenAI tags?

+6
−0

We are getting a lot of GenAI-related tags: llm, gpt, gpt-3 and so on.

None which have anything to do with programming, nor are they programming tools. These tags are IMO about the end goal of an application, so they are about as on-topic as ponies, if someone happens to be writing a pony-feeding application.

If any of these had a programmer API then that would be different, but a generic term like "large language model" does not have an API.

What to do with all these tags?

We also have "company tags" - there is consensus that they shouldn't be used (Getting rid of "company tags" early on). So tags like "open-ai" should probably be renamed "open-ai-api".

History
Why does this post require attention from curators or moderators?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

Programming tools? (2 comments)
Post
+0
−0

None which have anything to do with programming

I disagree, e.g.:

  • a program may be about building an LLM.
  • a program may call an LLM.
  • a program could be partly be done with an LLM.

so the tags are relevant in my opinion.

tags like "open-ai" should probably be renamed "open-ai-api

Agreed, much clearer (openai-api is better, and could be other tags such as openai-lib)

History
Why does this post require attention from curators or moderators?
You might want to add some details to your flag.

1 comment thread

Tags should describe languages/tools/programming features (1 comment)
Tags should describe languages/tools/programming features
Lundin‭ wrote 2 days ago · edited 2 days ago

"a program may be about building an LLM" Yeah or about building a pony feeding automation project, so then by that rationale we need a pony-feeding tag too :) Tags should not be used to describe what the purpose of the end application is.

"a program may call an LLM" Sure and if there's a programmer API then questions about that would be on-topic. But then we should have a tag like the mentioned openai-api and not use general tags like "llm".

"a program could be partly be done with an LLM" If it was done by an AI explicitly designed for such, ie a programmer tool, then that might be on topic. If it was done by asking a generic chat bot, then that's not on-topic any more than asking someone to debug the code that resulted from my cat walking across the keyboard. The cat created something resembling source code but that doesn't make cats programmer tools.