-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgenai.html
More file actions
82 lines (59 loc) · 3.92 KB
/
genai.html
File metadata and controls
82 lines (59 loc) · 3.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Corporate Policy on Employee Use of Generative AI</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 40px;
}
h1, h2, h3 {
color: #333;
}
</style>
</head>
<body>
<h1>Corporate Policy on Employee Use of Generative AI</h1>
<h2>1. Purpose and Scope:</h2>
<p>This document outlines our company’s policy on the use of Generative AI platforms, such as ChatGPT, to ensure that sensitive corporate information and data is not compromised.</p>
<h2>2. Policy Statement:</h2>
<p>Employees are required to use Generative AI platforms in a responsible and secure manner, consistent with both the intended purpose of the AI and with the company's interest in protecting its confidential information and intellectual property.</p>
<h2>3. Guidelines:</h2>
<h3>3.1 Authorized Use Only:</h3>
<p>Generative AI tools should be used only for purposes directly related to employees' job functions and must not be used for unauthorized purposes.</p>
<h3>3.2 No Sensitive Data:</h3>
<p>Never input sensitive, confidential, or proprietary company information into Generative AI platforms. This includes, but is not limited to, financial data, personal information, proprietary algorithms, or business strategies.</p>
<h3>3.3 Avoidance of Misinformation:</h3>
<p>Generative AI can sometimes provide incorrect or misleading information. Employees should cross-check and verify any information derived from such platforms before making business decisions or sharing with others.</p>
<h3>3.4 Proper Attribution:</h3>
<p>When using content generated by AI tools, always attribute appropriately, ensuring no violations of copyrights or intellectual property rights.</p>
<h3>3.5 No Personal Use on Company Time:</h3>
<p>While Generative AI can be useful for a range of tasks, personal use during company hours or on company equipment is prohibited.</p>
<h3>3.6 Data Retention and Deletion:</h3>
<p>If the platform stores user queries, employees should ensure that these queries are erased or de-identified after the session, in line with our company's data retention policy.</p>
<h2>4. Security Precautions:</h2>
<h3>4.1 Use Official Platforms:</h3>
<p>Always use official and licensed versions of Generative AI tools, avoiding third-party interfaces that may not be secure.</p>
<h3>4.2 Beware of Phishing and Malware:</h3>
<p>Be cautious about any links, downloads, or unexpected prompts when using AI platforms.</p>
<h3>4.3 VPN and Encrypted Connections:</h3>
<p>When using Generative AI platforms online, always use a secure and encrypted connection, such as VPN, especially when accessing from remote or unsecured locations.</p>
<h2>5. Training and Awareness:</h2>
<h3>5.1 Mandatory Training:</h3>
<p>All employees using Generative AI tools must undergo a mandatory training session to understand the potential risks and learn best practices.</p>
<h3>5.2 Stay Updated:</h3>
<p>As AI and related technologies evolve, employees are expected to stay updated with the latest best practices by attending periodic training sessions or workshops.</p>
<h2>6. Violations and Consequences:</h2>
<h3>6.1 Reporting:</h3>
<p>Any suspected misuse of Generative AI or breach of this policy should be immediately reported to the IT department.</p>
<h3>6.2 Consequences:</h3>
<p>Violations of this policy can result in disciplinary action, ranging from a warning to termination of employment, depending on the severity of the breach.</p>
<h2>7. Review and Updates:</h2>
<p>This policy will be reviewed annually to consider any updates in technology, risks, or relevant laws and regulations. Any changes will be communicated to all employees.</p>
<h3>Approval and Date:</h3>
<p>Archibald Horatio Whitmore, Imperial Custodian of the Sacred Archives</p>
<p>August 29, 2023</p>
</body>
</html>