3.13 Ethical and Professional Considerations

Using R and AI tools in a professional setting carries responsibilities that go beyond technical competence. As a BI professional, you are accountable for the work you produce — including work that AI helped you create.

3.13.1 Accountability for AI-Assisted Work

When you use an AI assistant to generate R code, debug a script, or draft an analysis, you are responsible for the result. If AI-generated code produces incorrect calculations, mishandles sensitive data, or introduces a bug that affects a business decision, the accountability rests with you — not with the AI tool. This is what it means to “own the output”: the AI is a tool, like a calculator or a spreadsheet, and the professional using it is responsible for verifying that the output is correct, appropriate, and fit for purpose. In practice, this means reviewing AI-generated code line by line before deploying it, testing it against known results, and understanding what it does well enough to explain it to a colleague.

3.13.2 Data Confidentiality

Many AI coding assistants operate as cloud services — when you paste code or data into a prompt, that information may leave your organization’s network. Before using any AI tool with proprietary data, customer records, or sensitive business information, check your organization’s data governance policy. Many companies restrict which AI services may be used with internal data, and some prohibit uploading data to third-party services entirely. A general rule: never paste data into a public AI tool that you would not email to a stranger.

3.13.3 Maintaining Technical Competence

AI tools make it possible to produce working R code without fully understanding the underlying logic. In the short term, this accelerates productivity. In the long term, it creates a professional risk: an analyst who cannot evaluate, debug, or explain their own code is unable to respond when the code fails, when a stakeholder questions the methodology, or when a colleague needs to build on the work. Professional competence means understanding the tools you use — including the code that AI writes for you.