AI_POLICY.md
We have noticed an influx of Artificial Intelligence (AI) usage in new pull requests and issues. This document should serve as the guideline to using AI responsibly and correctly when contributing to FlorisBoard.
Software and services that heavily rely on large language model technology (LLMs) to generate their outcomes are referred to as Artificial Intelligence (AI). Examples of products that fit this definition are: GitHub Copilot, ChatGPT, Claude Sonnet, DeepSeek, Llama, Mistral, and Gemini.
There's a distinction between general and narrow AI, all of the previous examples fall under general AI as they were not trained to execute a specific well-defined task. Narrow AI is trained to be used for specific well-defined tasks with a problem space that is known in advance.
The use of AI agents ("vibe coding") involves an AI generating code changes, such as new features, bug fixes, tests, or refactors, based on a human's description of what needs to be implemented with little to no human supervision.