Skip to content

Instantly share code, notes, and snippets.

View jacobdjwilson's full-sized avatar

Jacob Wilson jacobdjwilson

View GitHub Profile
@jacobdjwilson
jacobdjwilson / AI Usage Policy Framework
Created August 31, 2024 17:35
This prompt guides the creation of a thorough AI Usage Policy tailored to an organization's specific industry, business objectives, and operational context.
Objective: Create a detailed AI Usage Policy for an organization that includes General AI Principles, Approval Considerations, and standards for tooling or product. The policy should be tailored to the specific industry, line of business, and operational context of the organization, ensuring it is applicable across various sectors and locations. The policy should also integrate considerations for data governance, security, and ethical AI usage.
Input Requirements:
Organization Details: Industry/Sector (e.g., Healthcare, Finance, Technology, Education); Regulations/Standards (e.g., GDPR, HIPAA, PCI, CCPA; Yes/No); Business Objectives: Main Objectives (e.g., Risk Management, Ethical AI Use, Compliance, Efficiency); Challenges/Concerns (e.g., Data Privacy, Bias, Security Risks; Yes/No); Policy Scope: Primary Users/Stakeholders (e.g., IT Department, Data Scientists, General Employees); AI Tools/Models (e.g., ChatGPT, GPT-4, Custom LLMs; Yes/No); Approval and Governance: Existing Processes (e.g., Formal Approval P
@jacobdjwilson
jacobdjwilson / pkg_check.php
Created March 25, 2022 16:29 — forked from luckman212/pkg_check.php
pfSense auto-update check
<?php
require_once("pkg-utils.inc");
require_once("notices.inc");
require_once("util.inc");
$msg = null;
$pmsg = null;
$p = 0;
@jacobdjwilson
jacobdjwilson / pkg_check.php
Created March 25, 2022 16:26 — forked from luckman212/pkg_check.php
pfSense auto-update check (pushover version)
<?php
require_once("pkg-utils.inc");
require_once("notices.inc");
require_once("util.inc");
$msg = null;
$pmsg = null;
$p = 0;