diff --git a/manuscript/01-AI_Possibilities-overall_quiz.md b/manuscript/01-AI_Possibilities-overall_quiz.md new file mode 100644 index 00000000..b2d69317 --- /dev/null +++ b/manuscript/01-AI_Possibilities-overall_quiz.md @@ -0,0 +1,12 @@ + +{quiz, id: possibilities_overall, attempts: 10} + +## AI Possibilities - Overall Quiz + +? Here is a sample question? +A) Correct Answer +b) Incorrect +c) Incorrect +d) Incorrect + +{/quiz} diff --git a/manuscript/01b-AI_Possibilities-what_is_ai_quiz.md b/manuscript/01b-AI_Possibilities-what_is_ai_quiz.md new file mode 100644 index 00000000..5bcea19e --- /dev/null +++ b/manuscript/01b-AI_Possibilities-what_is_ai_quiz.md @@ -0,0 +1,41 @@ + +{quiz, id: what_is_ai, attempts: 10} + +## What is AI Quiz + +? What causes algorithms to no longer be considered AI over time? + +A) As a public we generally get used to it +b) They can no longer adapt to new information +c) These algorithms get worse as time goes on +d) They focus too narrowly + +? What allows an AI model to take new data and make decisions? + +a) Predefined computations +B) Statistical algorithms +c) Expert curation +d) Hardware interfaces + +? Which is not a part of our AI framework? + +a) Interface +b) Datasets +C) Automation +d) Algorithms + +? Which smartphone capability involves AI models? + +a) Text message storage +b) Motion tracking +C) Voice assistants +d) Operating system + +? Why are traditional calculators not considered AI? + +A) They lack adaptable algorithms +b) They do not store much data +c) They have limited interfaces +d) They are not integrated devices + +{/quiz} diff --git a/manuscript/01c-AI_Possibilities-how_ai_works_quiz.md b/manuscript/01c-AI_Possibilities-how_ai_works_quiz.md new file mode 100644 index 00000000..03e661a9 --- /dev/null +++ b/manuscript/01c-AI_Possibilities-how_ai_works_quiz.md @@ -0,0 +1,48 @@ + +{quiz, id: how_ai_works, attempts: 10} + +## How AI Works Quiz + +? Which of the following is an example of discriminative AI? + +a) Text generated by a chatbot +B) Classifying emails as spam +c) Images created from a text prompt +d) Human sounding voices from an audio clip + +? Which type of recently developed AI architecture is especially helpful for text generation? + +a) Convolutional neural networks +B) Transformers +c) Decision trees +d) Recurrent neural networks + +? Which of the following was an important step in preparing the raw data for training the skin cancer detection algorithm? + +A) Labeling the images as "cancer" or "not cancer" +b) Smoothing edges in the images +c) Removing identifying metadata +d) All of the above + +? Which of the following best describes the role of an interface in an AI system? + +a) Performs feature extraction on data +b) Makes predictions or classifications +C) Allows humans to interact with the system +d) Trains the algorithm on labeled data + +? Which kind of AI model excels at filling in blanks, dealing with noise, and generating new content? + +a) Decision trees +b) Transformers +C) Diffusion models +d) Convolutional neural networks + +? Why is representative diversity important when collecting data? + +a) To increase the quantity of data +B) To ensure the AI works accurately for all groups +c) To simplify the labeling process +d) To reduce the need for human oversight + +{/quiz} diff --git a/manuscript/01d-AI_Possibilities-ai_types_quiz.md b/manuscript/01d-AI_Possibilities-ai_types_quiz.md new file mode 100644 index 00000000..98226050 --- /dev/null +++ b/manuscript/01d-AI_Possibilities-ai_types_quiz.md @@ -0,0 +1,41 @@ + +{quiz, id: ai_types, attempts: 10} + +## AI Types Quiz + +? According to the passage, what is the key difference between a neural network and a deep learning system? + +A) Neural networks have only one hidden layer while deep learning systems have two or more hidden layers. +b) Deep learning systems cluster data automatically while neural networks require manual data clustering. +c) Neural networks are not a type of algorithm while deep learning is. +d) There is no difference described. + +? What type of deep generative model works by adding and then removing random noise from inputs like images? + +a) variational autoencoders +b) generative adversarial networks +C) diffusion models +d) transformers + +? When was the transformer architecture first introduced? + +a) 2000 +b) 2007 +C) 2017 +d) 2023 + +? Which of the following is NOT listed as a key component of today's AI according to the summary? + +a) transformer architecture +b) diffusion models +C) random forests +d) deep neural networks + +? Which best describes Natural Language Processing (NLP)? + +a) a model +b) an architecture +c) an interface +D) a field of study + +{/quiz} diff --git a/manuscript/01e-AI_Possibilities-possibilities_quiz.md b/manuscript/01e-AI_Possibilities-possibilities_quiz.md new file mode 100644 index 00000000..a825cffc --- /dev/null +++ b/manuscript/01e-AI_Possibilities-possibilities_quiz.md @@ -0,0 +1,12 @@ + +{quiz, id: possibilities, attempts: 10} + +## Possibilities Quiz + +? Here is a sample question? +A) Correct Answer +b) Incorrect +c) Incorrect +d) Incorrect + +{/quiz} diff --git a/manuscript/01f-AI_Possibilities-ground_rules_quiz.md b/manuscript/01f-AI_Possibilities-ground_rules_quiz.md new file mode 100644 index 00000000..4354085e --- /dev/null +++ b/manuscript/01f-AI_Possibilities-ground_rules_quiz.md @@ -0,0 +1,12 @@ + +{quiz, id: ground_rules, attempts: 10} + +## Ground Rules Quiz + +? Here is a sample question? +A) Correct Answer +b) Incorrect +c) Incorrect +d) Incorrect + +{/quiz} diff --git a/manuscript/02a-Avoiding_Harm-Overall_quiz.md b/manuscript/02a-Avoiding_Harm-Overall_quiz.md new file mode 100644 index 00000000..999ab99b --- /dev/null +++ b/manuscript/02a-Avoiding_Harm-Overall_quiz.md @@ -0,0 +1,55 @@ + +{quiz, id: avoiding_harm_overall_quiz, attempts: 10} + +## Avoiding Harm - Overall Quiz + +? Which of the following is TRUE? + +a) Unintended harm is alright because it wasn't intended +b) AI systems are unbiased and should be used to address human biases +C) Evaluate new AI tools for biases throughout its development and use +d) AI tools are accessible and useful in an equitable sense + + +? What is one potential issue with using AI systems that lack interpretability? + +A) It can be unclear why the system made a certain decision +b) The systems always behave as expected +c) There are no risks associated with using them +d) They cannot be trusted for any applications + +? According to the material, what should be considered at every stage of AI system development and use? + +a) Funding sources +b) Model usage +C) Ethical implications +d) Marketing strategies + +? What can help reduce issues with faulty AI responses? + +a) Never questioning the accuracy of AI responses +b) Relying completely on AI tools without human review +c) Assuming AI tools reflect current best practices +D) Cross-checking responses from multiple AI tools + +? Why is transparency important when using AI systems? + +a) It builds user trust in the systems +b) It facilitates public monitoring and feedback +c) It enables better understanding of AI-assisted decisions +D) All of the above + +? What should be done to mitigate algorithmic bias? + +a) Nothing, AI systems are inherently unbiased +B) Train models on more diverse and inclusive data +c) Disable safety checks that restrict harmful content +d) Rely completely on AI systems for decision-making + +? What helps ensure user compliance to standards for AI use? +a) Complex, frequently changing policies +b) Generic training materials +c) Self-education by users +D) Relevant training content + +{/quiz} diff --git a/manuscript/02b-Avoiding_Harm-concepts_quiz.md b/manuscript/02b-Avoiding_Harm-concepts_quiz.md new file mode 100644 index 00000000..d093ac8a --- /dev/null +++ b/manuscript/02b-Avoiding_Harm-concepts_quiz.md @@ -0,0 +1,27 @@ + +{quiz, id: societal_impact_quiz, attempts: 10} + +## Societal Impact Quiz + +? Which of the following is NOT considered a major ethical consideration discussed in the material? + +a) Security and privacy issues +b) Climate impact +C) Efficiency of the AI project +d) Inadvertent harm + +? What does the concept of "AI paternalism" refer to? + +A) Trusting an AI system over human judgment or patient experiences in healthcare +b) The use of AI systems as replacements for human parents +c) Regulations restricting the development of advanced AI systems +d) Biases inherent in AI systems against certain groups + +? According to the material, which of the following can help reduce potential harms from AI systems? + +a) Assuming AI systems will behave as expected in all situations +b) Implementing new AI solutions quickly without extensive testing +c) Avoiding transparency about AI system development +D) Involving diverse perspectives in discussions of intended uses + +{/quiz} diff --git a/manuscript/02ba-Avoiding_Harm-concepts_quiz.md b/manuscript/02ba-Avoiding_Harm-concepts_quiz.md new file mode 100644 index 00000000..ae97074b --- /dev/null +++ b/manuscript/02ba-Avoiding_Harm-concepts_quiz.md @@ -0,0 +1,28 @@ + +{quiz, id: testing_training_harm_quiz, attempts: 10} + +## Effective Use of Data Quiz + +? Which of the following best describes the training data? + +A) Data used to initially train the machine learning model +b) Data used to fine-tune and improve the machine learning model +c) Data used to evaluate the performance of the machine learning model +d) Data that is better determine how the model might work in other contexts + +? Why is it important to have independent training and testing datasets? + +a) To avoid overfitting the model to the training data +b) To more accurately evaluate model performance +c) To fine-tune the model using a validation set +D) Both a and b + +? According to the passage, what is the preferable way to partition data for machine learning? + +a) Use all data for training only +b) Use some data for training and the rest for testing +C) Use some data for training, some for validation, and the rest for testing +d) There is no preferred way, any partitioning is acceptable + + +{/quiz} diff --git a/manuscript/02c-Avoiding_Harm-algorithms_quiz.md b/manuscript/02c-Avoiding_Harm-algorithms_quiz.md new file mode 100644 index 00000000..4fcfb66e --- /dev/null +++ b/manuscript/02c-Avoiding_Harm-algorithms_quiz.md @@ -0,0 +1,32 @@ + +{quiz, id: algorithms_quiz, attempts: 10} + +## Algorithms Quiz + +? What is one potential issue with using AI systems that lack interpretability? +A) It can be unclear why the system made a certain decision +b) The systems always behave as expected +c) There are no risks associated with using them +d) They cannot be trusted for any applications + +? According to the material, which of the following can help reduce issues with faulty AI responses? +a) Never questioning the accuracy of AI responses +b) Relying completely on AI tools without human review +c) Assuming AI tools reflect current best practices +D) Cross-checking responses from multiple AI tools + +? What does the term "hallucinate" refer to in the context of AI systems? + +a) AI systems having visions or dreams +B) AI systems making up information based on artifacts of their algorithms +c) AI systems malfunctioning due to hardware issues +d) AI systems being trained on datasets containing hallucinogens + +? What recent real-world example demonstrates issues with faulty AI responses? + +a) AI systems spreading misinformation on social media +b) An AI system beating the world chess champion +C) A website banning AI-generated code that provided incorrect answers +d) AI systems writing biased news articles + +{/quiz} diff --git a/manuscript/02d-Avoiding_Harm-adherence_quiz.md b/manuscript/02d-Avoiding_Harm-adherence_quiz.md new file mode 100644 index 00000000..f7ea0b75 --- /dev/null +++ b/manuscript/02d-Avoiding_Harm-adherence_quiz.md @@ -0,0 +1,24 @@ + +{quiz, id: adherence_quiz, attempts: 10} + +## Adherence Quiz + +? According to the material, what is one benefit of starting slow when implementing AI systems? +A) It allows time to understand how the systems work +b) It eliminates any possible unexpected consequences +c) It speeds up the rollout to more users +d) There are no benefits to starting slow + +? What does the material recommend related to copyright when using AI systems? +a) Assume AI-generated content does not violate any copyright +B) Obtain permission to use copyrighted content used for training +c) Never citing sources used by AI systems +d) Waiting to address copyright issues until after system launch + +? According to the material, what can help ensure individuals comply with ethical standards for AI system use? +a) Complex policies that frequently change +b) Training materials not tailored to actual use cases +c) Relying on users to educate themselves +D) Education emphasizing relevance and fundamentals + +{/quiz} diff --git a/manuscript/02e-Avoiding_Harm-consent_and_ai.md b/manuscript/02e-Avoiding_Harm-consent_and_ai.md new file mode 100644 index 00000000..e7d2be89 --- /dev/null +++ b/manuscript/02e-Avoiding_Harm-consent_and_ai.md @@ -0,0 +1,33 @@ + +{quiz, id: consent_quiz, attempts: 10} + +## Consent and AI Quiz + +? Why is obtaining meaningful consent tricky with AI systems? + +a) Users readily understand all the risks of providing their data +b) The risks associated with data collection are static and known +c) AI systems anonymize all collected data +D) The potential risks to users change dynamically over time +? Which of the following are concerns with data collection and AI? + +a) Accountability +b) Data persistence +c) Data reuse +D) All of the above + + +? Which of the following technologies has been an especially debated topic in relation to consent in the EU? + +a) Speech recognition +B) Live Facial recognition +c) Object detection +d) Machine translation + +? What is data spillover? + +A) A situation where data collection happens accidentally for other individuals in collecting data for intended people +b) When datasets are too large that the AI system fails +c) When datasets are too large that too many resources are used to support computing +d) The deliberate collection of data not specified in an individual's consent agreement +{/quiz} diff --git a/manuscript/02f-Avoiding_Harm-idare_and_ai.md b/manuscript/02f-Avoiding_Harm-idare_and_ai.md new file mode 100644 index 00000000..e2e08537 --- /dev/null +++ b/manuscript/02f-Avoiding_Harm-idare_and_ai.md @@ -0,0 +1,31 @@ + +{quiz, id: idare_and_ai_quiz, attempts: 10} + +## IDARE and AI Quiz + +? What does the acronym IDARE stand for? + +A) Inclusion, Diversity, Anti-Racism, and Equity +b) Intelligence, Data, Algorithms, Research, Engineering +c) Interfaces, Developers, Administrators, Regulators, End-users +d) Identification, Development, Assessment, Regulation, Evaluation + +? Why can bias occur in AI systems? +A) Humans and human-created data are inherently unbiased +b) AI systems are intentionally designed to discriminate +c) The training data for AI systems is too diverse in representation +d) Bias only occurs when using unsupervised learning + +? What example demonstrates an AI system perpetuating existing biases? +a) An AI system beating a human at chess +b) AI-written articles discussing IDARE principles +c) Algorithms that help flag medical images for further review based on patient reported pain +D) Chatbots giving biased answers that lack diverse perspectives to users + +? What does the material recommend regarding using AI for employment decisions? +a) AI should be fully relied upon to make unbiased choices +b) Humans should have final say but AI can select a small number of resumes to evaluate without any potential bias issues +C) AI is not appropriate for use in employment decisions with our current systems +d) Guidelines are unnecessary as bias is no longer an issue + +{/quiz} diff --git a/manuscript/02g-Avoiding_Harm-ethical_process_quiz.md b/manuscript/02g-Avoiding_Harm-ethical_process_quiz.md new file mode 100644 index 00000000..bd481be5 --- /dev/null +++ b/manuscript/02g-Avoiding_Harm-ethical_process_quiz.md @@ -0,0 +1,25 @@ + +{quiz, id: ethical_process_quiz, attempts: 10} + +## Ethical Process Quiz + +? When should ethical considerations occur according to the proposed framework? + +a) Only after an AI system is already in use +b) At the beginning of during development only +c) Just before an AI system is deployed +D) Throughout the entire process of development and use + +? What is NOT a consideration when reflecting on AI use during the inception of an idea? +a) What training datasets are a reasonable size +b) What would the impact be if the AI system performed poorly +c) Whether AI is actually appropriate for the use case +D) How you could be more efficient and implement faster + +? What is needed after an AI system is launched according to the material? +a) The system should not change after launch +b) Occasional spot checks for issues +c) Fixes only if users report problems +D) Continual audit for unexpected and problematic behaviors + +{/quiz} diff --git a/manuscript/03-Determining-AI-Needs-overall_quiz.md b/manuscript/03-Determining-AI-Needs-overall_quiz.md new file mode 100644 index 00000000..e54e240e --- /dev/null +++ b/manuscript/03-Determining-AI-Needs-overall_quiz.md @@ -0,0 +1,62 @@ + +{quiz, id: needs_overall, attempts: 10} + +## Determining AI Needs - Overall Quiz + +? What are the two important qualities of an AI tool that make it good? + +a) Accuracy and computational complexity +B) Accuracy and computational efficiency +c) Speed and cost +d) Usage and funding + +? What were the three AI tool customizations we discussed in this course? + +a) Data, algorithms, and hardware +B) Knowledge, security, and interface +c) Inputs, outputs, and models +d) Servers, networks, and storage + +? What should you do first when planning an AI project? + +a) Find funding +b) Assemble a team +C) Define goals and use cases +d) Start development + +? What size model is ideal for building a custom trained AI model? + +a) The biggest model that is available +b) The newest version available +C) Small as possible while still maintaining accuracy +d) An private subscription model + +? Which was NOT a best practice for data security? + +a) Use authentication +B) Allow broad data access +c) Limit privileges +d) Employ data agreements + +? What should you do before using or building AI tools for use with protected data? + +A) Consult legal experts +b) Test extensively +c) Accept terms of service +d) Purchase usage licenses + +? Why is usability testing important? + +a) It identifies areas for improvement +b) It gathers user opinions +c) It identifies user needs +D) All of the above + +? How might you decide what metrics are important for you to collect about your AI tool? + +a) Make up your own benchmarks to make your tool look good +b) Use the most flashy metrics +c) Copy your competitors regardless if it makes sense for your use case +D) Evaluate your AI model against what types of "ground truth" you have available. + +{/quiz} diff --git a/manuscript/03b-Determining-AI-Needs-components_quiz.md b/manuscript/03b-Determining-AI-Needs-components_quiz.md new file mode 100644 index 00000000..49b4d246 --- /dev/null +++ b/manuscript/03b-Determining-AI-Needs-components_quiz.md @@ -0,0 +1,30 @@ + +{quiz, id: ai_components, attempts: 10} + +## Components of AI tools + +? What is one way that AI models can become more accurate? +a) Adding more irrelevant training data +B) Adding more labeled, relevant training data +c) Not adding any new training data +d) Only training the model on text data + +? What enables modern AI models like large language models to be efficient? +a) Using sequential processing algorithms +b) Using transformer algorithms +C) Using attention mechanism algorithms +d) Using encoder algorithms + +? Which is NOT a core component of an AI system we discussed? +a) Input +b) Training data +C) Parameters +d) Output + +? Why can AI models sometimes give biased outputs? +a) They don't have enough training data +B) Their training data contains human biases +c) Their algorithms are biased +d) They don't use transformer algorithms + +{/quiz} diff --git a/manuscript/03c-Determining-AI-Needs-determining-needs_quiz.md b/manuscript/03c-Determining-AI-Needs-determining-needs_quiz.md new file mode 100644 index 00000000..679c00f5 --- /dev/null +++ b/manuscript/03c-Determining-AI-Needs-determining-needs_quiz.md @@ -0,0 +1,42 @@ + +{quiz, id: ai_needs, attempts: 10} + +## Determining AI needs + +? What is an important first step when planning an AI project? +a) Choosing an AI platform to use +B) Defining the goals and use cases +c) Assembling a development team +d) Estimating required computing power + +? What does "customized knowledge" mean for an AI project? +a) Restricting access to sensitive data +b) Integrating with an existing interface +C) Training models on specific domains +d) Modifying algorithms for efficiency + +? Who should you definitely consult before starting an AI project that involves protected data? +A) Legal experts and IRB +b) Back-end developers +c) Project manager +d) User experience designer + +? What should be estimated to account for computing costs in an AI project? +a) Number of users +b) Size of input data +c) Queries per user +D) All of the above + +? As compared to using a prepackaged AI tool, building a custom solution from scratch will likely require? +a) Less technical expertise +b) Shorter development time frames +c) Lower overall budget +D) More technical expertise and longer time frames + +? What resource might you seek out if you need to build a fully customizable AI solutions including trained models and custom deployment? +a) Cogniflow +b) PrivateAI +c) ChatGPT API +D) Hugging Face + +{/quiz} diff --git a/manuscript/03d-Determining-AI-Needs-knowledge_quiz.md b/manuscript/03d-Determining-AI-Needs-knowledge_quiz.md new file mode 100644 index 00000000..28611f4c --- /dev/null +++ b/manuscript/03d-Determining-AI-Needs-knowledge_quiz.md @@ -0,0 +1,30 @@ + +{quiz, id: knowledge_ai, attempts: 10} + +## Customized Knowledge for AI + +? What is the goal of strategies for customized knowledge? +a) To restrict access to the AI model +b) To change the algorithms the AI uses +C) To improve the accuracy of the AI's outputs +d) To make the AI run faster + +? Which strategy involves retraining the AI model on additional data? +a) Prompt engineering +b) Prompt tuning +C) Fine tuning +d) Training from scratch + +? What is the first step when selecting a base model for fine tuning? +a) Finding the largest model available +B) Choosing a model trained on similar data +c) Choosing the newest model released +d) Choosing a multimodal model + +? What is an ideal model characteristic when selecting a base for fine tuning? +a) A general purpose model that is small +b) The most recent model that is very large +C) A model not too big or too small that has relevant information to our use case +d) A multilingual model of medium size + +{/quiz} diff --git a/manuscript/03e-Determining-AI-Needs-security_quiz.md b/manuscript/03e-Determining-AI-Needs-security_quiz.md new file mode 100644 index 00000000..d98d3f9d --- /dev/null +++ b/manuscript/03e-Determining-AI-Needs-security_quiz.md @@ -0,0 +1,29 @@ + +{quiz, id: security_ai, attempts: 10} + +## Customized Security for AI + +? What is a key motivation for customized security with AI? +a) Increasing computational efficiency +B) Enabling use of protected data +c) Improving user interfaces +d) Adding new algorithms + +? Before using an AI service with protected data, users should? +a) Accept the terms of service +B) Consult legal experts +c) Pay for a usage license +d) Test on sample data + +? What technique replaces sensitive data with fake, randomized data? +a) Data redaction +b) Data masking +C) Data anonymization +d) Data aggregation + +? Which customized security solution requires the most technical expertise? +a) Using an AI service with built-in security +B) Deploying models on compliant servers +C) Employing platform-enabled data masking + +{/quiz} diff --git a/manuscript/03f-Determining-AI-Needs-interface_quiz.md b/manuscript/03f-Determining-AI-Needs-interface_quiz.md new file mode 100644 index 00000000..c395de7b --- /dev/null +++ b/manuscript/03f-Determining-AI-Needs-interface_quiz.md @@ -0,0 +1,24 @@ + +{quiz, id: interfaces_ai, attempts: 10} + +## Customized Interfaces for AI + +? What is the main motivation for a customized user interface with AI? +a) Improving model accuracy +b) Enabling use of protected data +C) Integrating AI into an existing app/website +d) Speeding up computations + +? What does GUI stand for in software interfaces? +a) General User Interface +B) Graphical User Interface +c) Generic Usability Interface +d) Guided User Interface + +? What is an advantage of using a pre-packaged AI service? +a) Allows for protected data use +b) Gives high levels of customization +C) Requires little technical expertise +d) Has faster computational speeds + +{/quiz} diff --git a/manuscript/03g-Determining-AI-Needs-evaluation_quiz.md b/manuscript/03g-Determining-AI-Needs-evaluation_quiz.md new file mode 100644 index 00000000..33c361c2 --- /dev/null +++ b/manuscript/03g-Determining-AI-Needs-evaluation_quiz.md @@ -0,0 +1,24 @@ + +{quiz, id: eval_ai, attempts: 10} + +## Evaluation for Custom AI tools + +? What is one reason evaluation of an AI tool is important? +a) To justify costs to ourselves +B) To identify areas needing improvement +c) To publish performance benchmarks +d) To qualify models for competitions + +? What metric could evaluate computational efficiency of an AI model? +a) Success rate +B) Average response time +c) Number of parameters +d) Qualitative feedback + +? What is an initial step of usability testing? +a) Publishing user surveys +b) Monitoring web analytics +C) Deciding what features to get feedback on +d) Automating data collection + +{/quiz} diff --git a/manuscript/04-AI_Policy_overall_quiz.md b/manuscript/04-AI_Policy_overall_quiz.md new file mode 100644 index 00000000..5b9a9f55 --- /dev/null +++ b/manuscript/04-AI_Policy_overall_quiz.md @@ -0,0 +1,48 @@ + +{quiz, id: policy_overall, attempts: 10} + +## AI Policy Overall quiz + +? What are examples of user agreements? +a) Commercial agreements +b) Enterprise agreements +c) Intellectual agreements +d) Both A and C +E) Both A and B +f) All of the above + +? Which of the following were NOT a topic we discussed that may be a part of an AI policy? +a) Governance and Oversight +b) Education and Training +C) Pricing points for customers +d) Feedback and Review + +? Which of the following are legitimate pieces of advice your should adhere to regarding AI policy? +a) Always consult your legal council about the AI regulations that apply to you. +b) It is not enough to build a policy, support systems need to be in place to support individuals in their ability to follow that policy. +c) You should seek advice from a variety of experts and sources when building a comprehensive AI policy +d) A and B are true +e) B and C are true +F) All of the above are true + +? What is one concern around the use of copyrighted data to train AI models? +a) The models may produce biased results +B) The models may violate intellectual property rights +c) The models may be insecure +d) The models will use too much computer processing power + +? What does the text recommend to allow an AI policy to stay relevant as technology changes quickly? +a) Update it daily +b) Make it a short-term policy only +C) Create it as an ongoing living document +d) Don't create a policy at all + +? An effective AI policy... + +a) Is agile and readily adjusted as the landscape of technology changes +b) Is accompanied by training, education and infrastructure +c) Has been created by a team of experts weighing in +d) Discusses how bias and discrimination is being monitored +E) All of the above should be included with an effective AI policy! + +{/quiz} diff --git a/manuscript/04b-AI_Policy-ai_regs_and_laws_quiz.md b/manuscript/04b-AI_Policy-ai_regs_and_laws_quiz.md new file mode 100644 index 00000000..fdb80865 --- /dev/null +++ b/manuscript/04b-AI_Policy-ai_regs_and_laws_quiz.md @@ -0,0 +1,22 @@ + +{quiz, id: regs_laws, attempts: 10} + +## AI Regulations and Laws quiz + +? What is the main goal of the EU's AI Act according to policymakers? +a) To ban all AI systems +B) To limit the capacity of AI systems to cause harm +c) To standardize AI systems across Europe +d) To tax companies using AI systems + +? True or False - All open-source software is excluded from EU Act regulations +a) True -- open source software is always exempt +B) False -- high risk open source software applications are not exempt + +? Which of these statements is true about the EU AI act? +A) There are exceptions to the facial scraping ban that allow law enforcement and intelligence agencies to use AI applications for facial recognition purposes. +b) AI software for manipulative strategies like deepfakes and automated disinformation campaigns are allowed under certain conditions. +c) Companies do not need to disclose to customers if they are using AI tools. + + +{/quiz} diff --git a/manuscript/04c-AI_Policy-how_to_navigate_quiz.md b/manuscript/04c-AI_Policy-how_to_navigate_quiz.md new file mode 100644 index 00000000..784a252d --- /dev/null +++ b/manuscript/04c-AI_Policy-how_to_navigate_quiz.md @@ -0,0 +1,19 @@ + +{quiz, id: building_a_team, attempts: 10} + +## Building a team to guide your AI use quiz + +? True or false - The author recommends having only technical experts like data scientists and AI researchers on an AI oversight team. +a) True +B) False + +? Which of the following were not individuals listed as part of an AI team? + +a) Legal council +b) Policy and governance analysts +c) Data protection officers +d) Ethicists and oversight board members +E) Marketers +f) Trainers and educators + +{/quiz} diff --git a/manuscript/04d-AI_Policy-data_laws_quiz.md b/manuscript/04d-AI_Policy-data_laws_quiz.md new file mode 100644 index 00000000..18f01be6 --- /dev/null +++ b/manuscript/04d-AI_Policy-data_laws_quiz.md @@ -0,0 +1,23 @@ + +{quiz, id: data_laws, attempts: 10} + +## Data Laws Quiz + +? What does copyright protect? +a) Ideas for new inventions +B) The exclusive right to publish or reproduce artistic material +c) Software code +d) Scientific discoveries + +? What type of information is covered under special data privacy protections? +a) Social media posts +B) Personal health information +c) Public government reports +d) News articles + +? Who is most likely legally liable if an AI system was inherently flawed? +a) The end user of the AI system +b) The developer of the AI algorithm +C) The designer or manufacturer of the system + +{/quiz} diff --git a/manuscript/04e-AI_Policy-creating_your_ai_policy_quiz.md b/manuscript/04e-AI_Policy-creating_your_ai_policy_quiz.md new file mode 100644 index 00000000..e8356607 --- /dev/null +++ b/manuscript/04e-AI_Policy-creating_your_ai_policy_quiz.md @@ -0,0 +1,24 @@ + +{quiz, id: creating_policy, attempts: 10} + +## Creating AI Policy quiz + +? According to the text, what should an AI policy support system include in addition to the policy itself? +a) Guidelines on best practices only +b) Infrastructure to handle AI only +c) Training materials only +D) Guidelines, infrastructure, and training materials + +? Who should be involved in creating a comprehensive AI policy? +a) Chief Data Officer's office only +b) IT department only +c) Legal department only +D) Representatives from legal, IT, compliance, governance, diversity offices, etc. + +? What should training on an AI policy focus on? +a) Explaining every detail of the policy +B) Outlining the key points to consider and detailing who they should consult for guidance +c) Punishments for non-compliance +d) Using scare tactics about AI going wrong + +{/quiz} diff --git a/manuscript/AI-Case-Studies.md b/manuscript/AI-Case-Studies.md new file mode 100644 index 00000000..5ce39a9c --- /dev/null +++ b/manuscript/AI-Case-Studies.md @@ -0,0 +1,7 @@ +# AI Case Studies + +{type: iframe, title:AI Case Studies, width:800, height:600, poster:resources/chapt_screen_images/ai-case-studies.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/ai-case-studies.html) + + + diff --git a/manuscript/AI-acts,-orders,-and-regulations.md b/manuscript/AI-acts,-orders,-and-regulations.md new file mode 100644 index 00000000..0b02267e --- /dev/null +++ b/manuscript/AI-acts,-orders,-and-regulations.md @@ -0,0 +1,7 @@ +# AI acts, orders, and regulations + +{type: iframe, title:AI acts, orders, and regulations, width:800, height:600, poster:resources/chapt_screen_images/ai-acts-orders-and-regulations.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/ai-acts-orders-and-regulations.html) + + + diff --git a/manuscript/About-the-Authors.md b/manuscript/About-the-Authors.md new file mode 100644 index 00000000..6e9b452a --- /dev/null +++ b/manuscript/About-the-Authors.md @@ -0,0 +1,7 @@ +# About the Authors + +{type: iframe, title:About the Authors, width:800, height:600, poster:resources/chapt_screen_images/about-the-authors.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/about-the-authors.html) + + + diff --git a/manuscript/About-this-Course.md b/manuscript/About-this-Course.md new file mode 100644 index 00000000..6a9c5373 --- /dev/null +++ b/manuscript/About-this-Course.md @@ -0,0 +1,7 @@ +# About this Course + +{type: iframe, title:About this Course, width:800, height:600, poster:resources/chapt_screen_images/index.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/index.html) + + + diff --git a/manuscript/Adherence-practices.md b/manuscript/Adherence-practices.md new file mode 100644 index 00000000..9ffdeb88 --- /dev/null +++ b/manuscript/Adherence-practices.md @@ -0,0 +1,7 @@ +# Adherence practices + +{type: iframe, title:Adherence practices, width:800, height:600, poster:resources/chapt_screen_images/adherence-practices.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/adherence-practices.html) + + + diff --git a/manuscript/Algorithm-considerations.md b/manuscript/Algorithm-considerations.md new file mode 100644 index 00000000..29a3d072 --- /dev/null +++ b/manuscript/Algorithm-considerations.md @@ -0,0 +1,7 @@ +# Algorithm considerations + +{type: iframe, title:Algorithm considerations, width:800, height:600, poster:resources/chapt_screen_images/algorithm-considerations.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/algorithm-considerations.html) + + + diff --git a/manuscript/Book.txt b/manuscript/Book.txt new file mode 100644 index 00000000..2d055c52 --- /dev/null +++ b/manuscript/Book.txt @@ -0,0 +1,80 @@ +01-AI_Possibilities-overall_quiz.md +01b-AI_Possibilities-what_is_ai_quiz.md +01c-AI_Possibilities-how_ai_works_quiz.md +01d-AI_Possibilities-ai_types_quiz.md +01e-AI_Possibilities-possibilities_quiz.md +01f-AI_Possibilities-ground_rules_quiz.md +02a-Avoiding_Harm-Overall_quiz.md +02b-Avoiding_Harm-concepts_quiz.md +02ba-Avoiding_Harm-concepts_quiz.md +02c-Avoiding_Harm-algorithms_quiz.md +02d-Avoiding_Harm-adherence_quiz.md +02e-Avoiding_Harm-consent_and_ai.md +02f-Avoiding_Harm-idare_and_ai.md +02g-Avoiding_Harm-ethical_process_quiz.md +03-Determining-AI-Needs-overall_quiz.md +03b-Determining-AI-Needs-components_quiz.md +03c-Determining-AI-Needs-determining-needs_quiz.md +03d-Determining-AI-Needs-knowledge_quiz.md +03e-Determining-AI-Needs-security_quiz.md +03f-Determining-AI-Needs-interface_quiz.md +03g-Determining-AI-Needs-evaluation_quiz.md +04-AI_Policy_overall_quiz.md +04b-AI_Policy-ai_regs_and_laws_quiz.md +04c-AI_Policy-how_to_navigate_quiz.md +04d-AI_Policy-data_laws_quiz.md +04e-AI_Policy-creating_your_ai_policy_quiz.md +About-this-Course.md +VIDEO-Summary-of-This-Course.md +Introduction.md +Introduction-to-Exploring-AI-Possibilities.md +VIDEO-What-Is-AI.md +What-Is-Artificial-Intelligence.md +AI-Case-Studies.md +VIDEO-How-AI-Works.md +How-AI-Works.md +VIDEO-Different-Types-of-AI.md +Demystifying-Types-of-AI.md +VIDEO-Real-Life-Possibilities.md +What-Is-Possible.md +VIDEO-What-Is-Possible.md +VIDEO-What-Is-NOT-Possible.md +Ground-Rules-for-AI.md +VIDEO-Knowing-the-Ground-Rules.md +Introduction-to-Avoiding-AI-Harm.md +Societal-Impact.md +Effective-use-of-Training-and-Testing-data.md +Algorithm-considerations.md +Adherence-practices.md +Consent-and-AI.md +IDARE-and-AI.md +Ethical-process.md +VIDEO-Introduction-to-Determining-AI-Needs-Video.md +Introduction-to-Determining-AI-Needs.md +VIDEO:-What-are-the-Components-of-AI.md +What-are-the-components-of-AI?.md +VIDEO:-Determining-your-AI-needs.md +Determining-your-AI-needs.md +VIDEO:-Customized-Knowledge-for-AI.md +Customized-Knowledge-for-AI.md +VIDEO:-Customized-Security-for-AI.md +Customized-Security-for-AI.md +VIDEO:-Customized-Interface-for-AI.md +Customized-Interfaces-for-AI.md +VIDEO:-Evaluating-your-customized-AI-tool.md +Evaluating-your-customized-AI-tool.md +Introduction.md +Why-do-I-need-an-AI-policy?.md +VIDEO-Why-do-I-need-an-AI-policy?.md +Elements-of-an-AI-policy.md +VIDEO-Elements-of-an-AI-policy.md +Building-an-AI-advisory-team.md +VIDEO-Building-a-team-to-guide-your-AI-use.md +Considerations-for-creating-an-AI-Policy.md +VIDEO-Considerations-for-creating-an-AI-Policy.md +AI-acts,-orders,-and-regulations.md +VIDEO-AI-acts,-orders,-and-policies.md +Other-laws-to-consider.md +VIDEO-Existing-Laws-That-Apply-to-AI.md +About-the-Authors.md +References.md diff --git a/manuscript/Building-an-AI-advisory-team.md b/manuscript/Building-an-AI-advisory-team.md new file mode 100644 index 00000000..6d1b4037 --- /dev/null +++ b/manuscript/Building-an-AI-advisory-team.md @@ -0,0 +1,7 @@ +# Building an AI advisory team + +{type: iframe, title:Building an AI advisory team, width:800, height:600, poster:resources/chapt_screen_images/building-an-ai-advisory-team.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/building-an-ai-advisory-team.html) + + + diff --git a/manuscript/Consent-and-AI.md b/manuscript/Consent-and-AI.md new file mode 100644 index 00000000..c7c808b5 --- /dev/null +++ b/manuscript/Consent-and-AI.md @@ -0,0 +1,7 @@ +# Consent and AI + +{type: iframe, title:Consent and AI, width:800, height:600, poster:resources/chapt_screen_images/consent-and-ai.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/consent-and-ai.html) + + + diff --git a/manuscript/Considerations-for-creating-an-AI-Policy.md b/manuscript/Considerations-for-creating-an-AI-Policy.md new file mode 100644 index 00000000..171c49f5 --- /dev/null +++ b/manuscript/Considerations-for-creating-an-AI-Policy.md @@ -0,0 +1,7 @@ +# Considerations for creating an AI Policy + +{type: iframe, title:Considerations for creating an AI Policy, width:800, height:600, poster:resources/chapt_screen_images/considerations-for-creating-an-ai-policy.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/considerations-for-creating-an-ai-policy.html) + + + diff --git a/manuscript/Customized-Interfaces-for-AI.md b/manuscript/Customized-Interfaces-for-AI.md new file mode 100644 index 00000000..3ec543f9 --- /dev/null +++ b/manuscript/Customized-Interfaces-for-AI.md @@ -0,0 +1,7 @@ +# Customized Interfaces for AI + +{type: iframe, title:Customized Interfaces for AI, width:800, height:600, poster:resources/chapt_screen_images/customized-interfaces-for-ai.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/customized-interfaces-for-ai.html) + + + diff --git a/manuscript/Customized-Knowledge-for-AI.md b/manuscript/Customized-Knowledge-for-AI.md new file mode 100644 index 00000000..04acc1ad --- /dev/null +++ b/manuscript/Customized-Knowledge-for-AI.md @@ -0,0 +1,7 @@ +# Customized Knowledge for AI + +{type: iframe, title:Customized Knowledge for AI, width:800, height:600, poster:resources/chapt_screen_images/customized-knowledge-for-ai.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/customized-knowledge-for-ai.html) + + + diff --git a/manuscript/Customized-Security-for-AI.md b/manuscript/Customized-Security-for-AI.md new file mode 100644 index 00000000..231baf03 --- /dev/null +++ b/manuscript/Customized-Security-for-AI.md @@ -0,0 +1,7 @@ +# Customized Security for AI + +{type: iframe, title:Customized Security for AI, width:800, height:600, poster:resources/chapt_screen_images/customized-security-for-ai.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/customized-security-for-ai.html) + + + diff --git a/manuscript/Demystifying-Types-of-AI.md b/manuscript/Demystifying-Types-of-AI.md new file mode 100644 index 00000000..cf92a26e --- /dev/null +++ b/manuscript/Demystifying-Types-of-AI.md @@ -0,0 +1,7 @@ +# Demystifying Types of AI + +{type: iframe, title:Demystifying Types of AI, width:800, height:600, poster:resources/chapt_screen_images/demystifying-types-of-ai.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/demystifying-types-of-ai.html) + + + diff --git a/manuscript/Determining-your-AI-needs.md b/manuscript/Determining-your-AI-needs.md new file mode 100644 index 00000000..4b9a99b0 --- /dev/null +++ b/manuscript/Determining-your-AI-needs.md @@ -0,0 +1,7 @@ +# Determining your AI needs + +{type: iframe, title:Determining your AI needs, width:800, height:600, poster:resources/chapt_screen_images/determining-your-ai-needs.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/determining-your-ai-needs.html) + + + diff --git a/manuscript/Effective-use-of-Training-and-Testing-data.md b/manuscript/Effective-use-of-Training-and-Testing-data.md new file mode 100644 index 00000000..48071de6 --- /dev/null +++ b/manuscript/Effective-use-of-Training-and-Testing-data.md @@ -0,0 +1,7 @@ +# Effective use of Training and Testing data + +{type: iframe, title:Effective use of Training and Testing data, width:800, height:600, poster:resources/chapt_screen_images/effective-use-of-training-and-testing-data.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/effective-use-of-training-and-testing-data.html) + + + diff --git a/manuscript/Elements-of-an-AI-policy.md b/manuscript/Elements-of-an-AI-policy.md new file mode 100644 index 00000000..2d6b7ca6 --- /dev/null +++ b/manuscript/Elements-of-an-AI-policy.md @@ -0,0 +1,7 @@ +# Elements of an AI policy + +{type: iframe, title:Elements of an AI policy, width:800, height:600, poster:resources/chapt_screen_images/elements-of-an-ai-policy.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/elements-of-an-ai-policy.html) + + + diff --git a/manuscript/Ethical-process.md b/manuscript/Ethical-process.md new file mode 100644 index 00000000..50c839fe --- /dev/null +++ b/manuscript/Ethical-process.md @@ -0,0 +1,7 @@ +# Ethical process + +{type: iframe, title:Ethical process, width:800, height:600, poster:resources/chapt_screen_images/ethical-process.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/ethical-process.html) + + + diff --git a/manuscript/Evaluating-your-customized-AI-tool.md b/manuscript/Evaluating-your-customized-AI-tool.md new file mode 100644 index 00000000..7bf6d32e --- /dev/null +++ b/manuscript/Evaluating-your-customized-AI-tool.md @@ -0,0 +1,7 @@ +# Evaluating your customized AI tool + +{type: iframe, title:Evaluating your customized AI tool, width:800, height:600, poster:resources/chapt_screen_images/evaluating-your-customized-ai-tool.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/evaluating-your-customized-ai-tool.html) + + + diff --git a/manuscript/Ground-Rules-for-AI.md b/manuscript/Ground-Rules-for-AI.md new file mode 100644 index 00000000..73ed0169 --- /dev/null +++ b/manuscript/Ground-Rules-for-AI.md @@ -0,0 +1,7 @@ +# Ground Rules for AI + +{type: iframe, title:Ground Rules for AI, width:800, height:600, poster:resources/chapt_screen_images/ground-rules-for-ai.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/ground-rules-for-ai.html) + + + diff --git a/manuscript/How-AI-Works.md b/manuscript/How-AI-Works.md new file mode 100644 index 00000000..aa7d4f1f --- /dev/null +++ b/manuscript/How-AI-Works.md @@ -0,0 +1,7 @@ +# How AI Works + +{type: iframe, title:How AI Works, width:800, height:600, poster:resources/chapt_screen_images/how-ai-works.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/how-ai-works.html) + + + diff --git a/manuscript/IDARE-and-AI.md b/manuscript/IDARE-and-AI.md new file mode 100644 index 00000000..aec4f2df --- /dev/null +++ b/manuscript/IDARE-and-AI.md @@ -0,0 +1,7 @@ +# IDARE and AI + +{type: iframe, title:IDARE and AI, width:800, height:600, poster:resources/chapt_screen_images/idare-and-ai.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/idare-and-ai.html) + + + diff --git a/manuscript/Introduction-to-Avoiding-AI-Harm.md b/manuscript/Introduction-to-Avoiding-AI-Harm.md new file mode 100644 index 00000000..9974a005 --- /dev/null +++ b/manuscript/Introduction-to-Avoiding-AI-Harm.md @@ -0,0 +1,7 @@ +# Introduction to Avoiding AI Harm + +{type: iframe, title:Introduction to Avoiding AI Harm, width:800, height:600, poster:resources/chapt_screen_images/introduction-to-avoiding-ai-harm.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/introduction-to-avoiding-ai-harm.html) + + + diff --git a/manuscript/Introduction-to-Determining-AI-Needs.md b/manuscript/Introduction-to-Determining-AI-Needs.md new file mode 100644 index 00000000..8773e155 --- /dev/null +++ b/manuscript/Introduction-to-Determining-AI-Needs.md @@ -0,0 +1,7 @@ +# Introduction to Determining AI Needs + +{type: iframe, title:Introduction to Determining AI Needs, width:800, height:600, poster:resources/chapt_screen_images/introduction-to-determining-ai-needs.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/introduction-to-determining-ai-needs.html) + + + diff --git a/manuscript/Introduction-to-Exploring-AI-Possibilities.md b/manuscript/Introduction-to-Exploring-AI-Possibilities.md new file mode 100644 index 00000000..726953ec --- /dev/null +++ b/manuscript/Introduction-to-Exploring-AI-Possibilities.md @@ -0,0 +1,7 @@ +# Introduction to Exploring AI Possibilities + +{type: iframe, title:Introduction to Exploring AI Possibilities, width:800, height:600, poster:resources/chapt_screen_images/introduction-to-exploring-ai-possibilities.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/introduction-to-exploring-ai-possibilities.html) + + + diff --git a/manuscript/Introduction.md b/manuscript/Introduction.md new file mode 100644 index 00000000..3c34c979 --- /dev/null +++ b/manuscript/Introduction.md @@ -0,0 +1,7 @@ +# Introduction + +{type: iframe, title:Introduction, width:800, height:600, poster:resources/chapt_screen_images/introduction-2.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/introduction-2.html) + + + diff --git a/manuscript/Other-laws-to-consider.md b/manuscript/Other-laws-to-consider.md new file mode 100644 index 00000000..7f67b0fc --- /dev/null +++ b/manuscript/Other-laws-to-consider.md @@ -0,0 +1,7 @@ +# Other laws to consider + +{type: iframe, title:Other laws to consider, width:800, height:600, poster:resources/chapt_screen_images/other-laws-to-consider.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/other-laws-to-consider.html) + + + diff --git a/manuscript/References.md b/manuscript/References.md new file mode 100644 index 00000000..0d6a9fb6 --- /dev/null +++ b/manuscript/References.md @@ -0,0 +1,7 @@ +# References + +{type: iframe, title:References, width:800, height:600, poster:resources/chapt_screen_images/references.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/references.html) + + + diff --git a/manuscript/Societal-Impact.md b/manuscript/Societal-Impact.md new file mode 100644 index 00000000..c1923efa --- /dev/null +++ b/manuscript/Societal-Impact.md @@ -0,0 +1,7 @@ +# Societal Impact + +{type: iframe, title:Societal Impact, width:800, height:600, poster:resources/chapt_screen_images/societal-impact.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/societal-impact.html) + + + diff --git a/manuscript/VIDEO-AI-acts,-orders,-and-policies.md b/manuscript/VIDEO-AI-acts,-orders,-and-policies.md new file mode 100644 index 00000000..5e00cd77 --- /dev/null +++ b/manuscript/VIDEO-AI-acts,-orders,-and-policies.md @@ -0,0 +1,7 @@ +# VIDEO AI acts, orders, and policies + +{type: iframe, title:VIDEO AI acts, orders, and policies, width:800, height:600, poster:resources/chapt_screen_images/video-ai-acts-orders-and-policies.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/video-ai-acts-orders-and-policies.html) + + + diff --git a/manuscript/VIDEO-Building-a-team-to-guide-your-AI-use.md b/manuscript/VIDEO-Building-a-team-to-guide-your-AI-use.md new file mode 100644 index 00000000..f11f211b --- /dev/null +++ b/manuscript/VIDEO-Building-a-team-to-guide-your-AI-use.md @@ -0,0 +1,7 @@ +# VIDEO Building a team to guide your AI use + +{type: iframe, title:VIDEO Building a team to guide your AI use, width:800, height:600, poster:resources/chapt_screen_images/video-building-a-team-to-guide-your-ai-use.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/video-building-a-team-to-guide-your-ai-use.html) + + + diff --git a/manuscript/VIDEO-Considerations-for-creating-an-AI-Policy.md b/manuscript/VIDEO-Considerations-for-creating-an-AI-Policy.md new file mode 100644 index 00000000..5518bc41 --- /dev/null +++ b/manuscript/VIDEO-Considerations-for-creating-an-AI-Policy.md @@ -0,0 +1,7 @@ +# VIDEO Considerations for creating an AI Policy + +{type: iframe, title:VIDEO Considerations for creating an AI Policy, width:800, height:600, poster:resources/chapt_screen_images/video-considerations-for-creating-an-ai-policy.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/video-considerations-for-creating-an-ai-policy.html) + + + diff --git a/manuscript/VIDEO-Different-Types-of-AI.md b/manuscript/VIDEO-Different-Types-of-AI.md new file mode 100644 index 00000000..377470c3 --- /dev/null +++ b/manuscript/VIDEO-Different-Types-of-AI.md @@ -0,0 +1,7 @@ +# VIDEO Different Types of AI + +{type: iframe, title:VIDEO Different Types of AI, width:800, height:600, poster:resources/chapt_screen_images/video-different-types-of-ai.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/video-different-types-of-ai.html) + + + diff --git a/manuscript/VIDEO-Elements-of-an-AI-policy.md b/manuscript/VIDEO-Elements-of-an-AI-policy.md new file mode 100644 index 00000000..2aadcc7c --- /dev/null +++ b/manuscript/VIDEO-Elements-of-an-AI-policy.md @@ -0,0 +1,7 @@ +# VIDEO Elements of an AI policy + +{type: iframe, title:VIDEO Elements of an AI policy, width:800, height:600, poster:resources/chapt_screen_images/video-elements-of-an-ai-policy.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/video-elements-of-an-ai-policy.html) + + + diff --git a/manuscript/VIDEO-Existing-Laws-That-Apply-to-AI.md b/manuscript/VIDEO-Existing-Laws-That-Apply-to-AI.md new file mode 100644 index 00000000..7b3eefde --- /dev/null +++ b/manuscript/VIDEO-Existing-Laws-That-Apply-to-AI.md @@ -0,0 +1,7 @@ +# VIDEO Existing Laws That Apply to AI + +{type: iframe, title:VIDEO Existing Laws That Apply to AI, width:800, height:600, poster:resources/chapt_screen_images/video-existing-laws-that-apply-to-ai.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/video-existing-laws-that-apply-to-ai.html) + + + diff --git a/manuscript/VIDEO-How-AI-Works.md b/manuscript/VIDEO-How-AI-Works.md new file mode 100644 index 00000000..302187f9 --- /dev/null +++ b/manuscript/VIDEO-How-AI-Works.md @@ -0,0 +1,7 @@ +# VIDEO How AI Works + +{type: iframe, title:VIDEO How AI Works, width:800, height:600, poster:resources/chapt_screen_images/video-how-ai-works.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/video-how-ai-works.html) + + + diff --git a/manuscript/VIDEO-Introduction-to-Determining-AI-Needs-Video.md b/manuscript/VIDEO-Introduction-to-Determining-AI-Needs-Video.md new file mode 100644 index 00000000..a4dc043d --- /dev/null +++ b/manuscript/VIDEO-Introduction-to-Determining-AI-Needs-Video.md @@ -0,0 +1,7 @@ +# VIDEO Introduction to Determining AI Needs Video + +{type: iframe, title:VIDEO Introduction to Determining AI Needs Video, width:800, height:600, poster:resources/chapt_screen_images/video-introduction-to-determining-ai-needs-video.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/video-introduction-to-determining-ai-needs-video.html) + + + diff --git a/manuscript/VIDEO-Knowing-the-Ground-Rules.md b/manuscript/VIDEO-Knowing-the-Ground-Rules.md new file mode 100644 index 00000000..76035545 --- /dev/null +++ b/manuscript/VIDEO-Knowing-the-Ground-Rules.md @@ -0,0 +1,7 @@ +# VIDEO Knowing the Ground Rules + +{type: iframe, title:VIDEO Knowing the Ground Rules, width:800, height:600, poster:resources/chapt_screen_images/video-knowing-the-ground-rules.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/video-knowing-the-ground-rules.html) + + + diff --git a/manuscript/VIDEO-Real-Life-Possibilities.md b/manuscript/VIDEO-Real-Life-Possibilities.md new file mode 100644 index 00000000..ad880eca --- /dev/null +++ b/manuscript/VIDEO-Real-Life-Possibilities.md @@ -0,0 +1,7 @@ +# VIDEO Real Life Possibilities + +{type: iframe, title:VIDEO Real Life Possibilities, width:800, height:600, poster:resources/chapt_screen_images/video-real-life-possibilities.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/video-real-life-possibilities.html) + + + diff --git a/manuscript/VIDEO-Summary-of-This-Course.md b/manuscript/VIDEO-Summary-of-This-Course.md new file mode 100644 index 00000000..1f2babc3 --- /dev/null +++ b/manuscript/VIDEO-Summary-of-This-Course.md @@ -0,0 +1,7 @@ +# VIDEO Summary of This Course + +{type: iframe, title:VIDEO Summary of This Course, width:800, height:600, poster:resources/chapt_screen_images/video-summary-of-this-course.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/video-summary-of-this-course.html) + + + diff --git a/manuscript/VIDEO-What-Is-AI.md b/manuscript/VIDEO-What-Is-AI.md new file mode 100644 index 00000000..9db850f7 --- /dev/null +++ b/manuscript/VIDEO-What-Is-AI.md @@ -0,0 +1,7 @@ +# VIDEO What Is AI + +{type: iframe, title:VIDEO What Is AI, width:800, height:600, poster:resources/chapt_screen_images/video-what-is-ai.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/video-what-is-ai.html) + + + diff --git a/manuscript/VIDEO-What-Is-NOT-Possible.md b/manuscript/VIDEO-What-Is-NOT-Possible.md new file mode 100644 index 00000000..fe6ce658 --- /dev/null +++ b/manuscript/VIDEO-What-Is-NOT-Possible.md @@ -0,0 +1,7 @@ +# VIDEO What Is NOT Possible + +{type: iframe, title:VIDEO What Is NOT Possible, width:800, height:600, poster:resources/chapt_screen_images/video-what-is-not-possible.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/video-what-is-not-possible.html) + + + diff --git a/manuscript/VIDEO-What-Is-Possible.md b/manuscript/VIDEO-What-Is-Possible.md new file mode 100644 index 00000000..bd64425d --- /dev/null +++ b/manuscript/VIDEO-What-Is-Possible.md @@ -0,0 +1,7 @@ +# VIDEO What Is Possible + +{type: iframe, title:VIDEO What Is Possible, width:800, height:600, poster:resources/chapt_screen_images/video-what-is-possible.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/video-what-is-possible.html) + + + diff --git a/manuscript/VIDEO-Why-do-I-need-an-AI-policy?.md b/manuscript/VIDEO-Why-do-I-need-an-AI-policy?.md new file mode 100644 index 00000000..a1050a7d --- /dev/null +++ b/manuscript/VIDEO-Why-do-I-need-an-AI-policy?.md @@ -0,0 +1,7 @@ +# VIDEO Why do I need an AI policy? + +{type: iframe, title:VIDEO Why do I need an AI policy?, width:800, height:600, poster:resources/chapt_screen_images/video-why-do-i-need-an-ai-policy.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/video-why-do-i-need-an-ai-policy.html) + + + diff --git a/manuscript/VIDEO:-Customized-Interface-for-AI.md b/manuscript/VIDEO:-Customized-Interface-for-AI.md new file mode 100644 index 00000000..4b7039b3 --- /dev/null +++ b/manuscript/VIDEO:-Customized-Interface-for-AI.md @@ -0,0 +1,7 @@ +# VIDEO: Customized Interface for AI + +{type: iframe, title:VIDEO: Customized Interface for AI, width:800, height:600, poster:resources/chapt_screen_images/video-customized-interface-for-ai.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/video-customized-interface-for-ai.html) + + + diff --git a/manuscript/VIDEO:-Customized-Knowledge-for-AI.md b/manuscript/VIDEO:-Customized-Knowledge-for-AI.md new file mode 100644 index 00000000..373041db --- /dev/null +++ b/manuscript/VIDEO:-Customized-Knowledge-for-AI.md @@ -0,0 +1,7 @@ +# VIDEO: Customized Knowledge for AI + +{type: iframe, title:VIDEO: Customized Knowledge for AI, width:800, height:600, poster:resources/chapt_screen_images/video-customized-knowledge-for-ai.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/video-customized-knowledge-for-ai.html) + + + diff --git a/manuscript/VIDEO:-Customized-Security-for-AI.md b/manuscript/VIDEO:-Customized-Security-for-AI.md new file mode 100644 index 00000000..8a3b6922 --- /dev/null +++ b/manuscript/VIDEO:-Customized-Security-for-AI.md @@ -0,0 +1,7 @@ +# VIDEO: Customized Security for AI + +{type: iframe, title:VIDEO: Customized Security for AI, width:800, height:600, poster:resources/chapt_screen_images/video-customized-security-for-ai.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/video-customized-security-for-ai.html) + + + diff --git a/manuscript/VIDEO:-Determining-your-AI-needs.md b/manuscript/VIDEO:-Determining-your-AI-needs.md new file mode 100644 index 00000000..2ba1c4e5 --- /dev/null +++ b/manuscript/VIDEO:-Determining-your-AI-needs.md @@ -0,0 +1,7 @@ +# VIDEO: Determining your AI needs + +{type: iframe, title:VIDEO: Determining your AI needs, width:800, height:600, poster:resources/chapt_screen_images/video-determining-your-ai-needs.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/video-determining-your-ai-needs.html) + + + diff --git a/manuscript/VIDEO:-Evaluating-your-customized-AI-tool.md b/manuscript/VIDEO:-Evaluating-your-customized-AI-tool.md new file mode 100644 index 00000000..0b507ff5 --- /dev/null +++ b/manuscript/VIDEO:-Evaluating-your-customized-AI-tool.md @@ -0,0 +1,7 @@ +# VIDEO: Evaluating your customized AI tool + +{type: iframe, title:VIDEO: Evaluating your customized AI tool, width:800, height:600, poster:resources/chapt_screen_images/video-evaluating-your-customized-ai-tool.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/video-evaluating-your-customized-ai-tool.html) + + + diff --git a/manuscript/VIDEO:-What-are-the-Components-of-AI.md b/manuscript/VIDEO:-What-are-the-Components-of-AI.md new file mode 100644 index 00000000..0a4c42d0 --- /dev/null +++ b/manuscript/VIDEO:-What-are-the-Components-of-AI.md @@ -0,0 +1,7 @@ +# VIDEO: What are the Components of AI + +{type: iframe, title:VIDEO: What are the Components of AI, width:800, height:600, poster:resources/chapt_screen_images/video-what-are-the-components-of-ai.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/video-what-are-the-components-of-ai.html) + + + diff --git a/manuscript/What-Is-Artificial-Intelligence.md b/manuscript/What-Is-Artificial-Intelligence.md new file mode 100644 index 00000000..e474a6f0 --- /dev/null +++ b/manuscript/What-Is-Artificial-Intelligence.md @@ -0,0 +1,7 @@ +# What Is Artificial Intelligence + +{type: iframe, title:What Is Artificial Intelligence, width:800, height:600, poster:resources/chapt_screen_images/what-is-artificial-intelligence.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/what-is-artificial-intelligence.html) + + + diff --git a/manuscript/What-Is-Possible.md b/manuscript/What-Is-Possible.md new file mode 100644 index 00000000..199589dc --- /dev/null +++ b/manuscript/What-Is-Possible.md @@ -0,0 +1,7 @@ +# What Is Possible + +{type: iframe, title:What Is Possible, width:800, height:600, poster:resources/chapt_screen_images/what-is-possible.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/what-is-possible.html) + + + diff --git a/manuscript/What-are-the-components-of-AI?.md b/manuscript/What-are-the-components-of-AI?.md new file mode 100644 index 00000000..212a163d --- /dev/null +++ b/manuscript/What-are-the-components-of-AI?.md @@ -0,0 +1,7 @@ +# What are the components of AI? + +{type: iframe, title:What are the components of AI?, width:800, height:600, poster:resources/chapt_screen_images/what-are-the-components-of-ai.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/what-are-the-components-of-ai.html) + + + diff --git a/manuscript/Why-do-I-need-an-AI-policy?.md b/manuscript/Why-do-I-need-an-AI-policy?.md new file mode 100644 index 00000000..91b73f48 --- /dev/null +++ b/manuscript/Why-do-I-need-an-AI-policy?.md @@ -0,0 +1,7 @@ +# Why do I need an AI policy? + +{type: iframe, title:Why do I need an AI policy?, width:800, height:600, poster:resources/chapt_screen_images/why-do-i-need-an-ai-policy.png} +![](https://hutchdatascience.org/AI_for_Decision_Makers/no_toc/why-do-i-need-an-ai-policy.html) + + + diff --git a/manuscript/resources/chapt_screen_images/about-the-authors.png b/manuscript/resources/chapt_screen_images/about-the-authors.png new file mode 100644 index 00000000..3dc994ec Binary files /dev/null and b/manuscript/resources/chapt_screen_images/about-the-authors.png differ diff --git a/manuscript/resources/chapt_screen_images/adherence-practices.png b/manuscript/resources/chapt_screen_images/adherence-practices.png new file mode 100644 index 00000000..389bdae5 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/adherence-practices.png differ diff --git a/manuscript/resources/chapt_screen_images/ai-acts-orders-and-regulations.png b/manuscript/resources/chapt_screen_images/ai-acts-orders-and-regulations.png new file mode 100644 index 00000000..243b47b0 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/ai-acts-orders-and-regulations.png differ diff --git a/manuscript/resources/chapt_screen_images/ai-case-studies.png b/manuscript/resources/chapt_screen_images/ai-case-studies.png new file mode 100644 index 00000000..b0a5f75c Binary files /dev/null and b/manuscript/resources/chapt_screen_images/ai-case-studies.png differ diff --git a/manuscript/resources/chapt_screen_images/algorithm-considerations.png b/manuscript/resources/chapt_screen_images/algorithm-considerations.png new file mode 100644 index 00000000..a7857640 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/algorithm-considerations.png differ diff --git a/manuscript/resources/chapt_screen_images/building-an-ai-advisory-team.png b/manuscript/resources/chapt_screen_images/building-an-ai-advisory-team.png new file mode 100644 index 00000000..257cbb57 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/building-an-ai-advisory-team.png differ diff --git a/manuscript/resources/chapt_screen_images/consent-and-ai.png b/manuscript/resources/chapt_screen_images/consent-and-ai.png new file mode 100644 index 00000000..eb24517d Binary files /dev/null and b/manuscript/resources/chapt_screen_images/consent-and-ai.png differ diff --git a/manuscript/resources/chapt_screen_images/considerations-for-creating-an-ai-policy.png b/manuscript/resources/chapt_screen_images/considerations-for-creating-an-ai-policy.png new file mode 100644 index 00000000..4ccbca30 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/considerations-for-creating-an-ai-policy.png differ diff --git a/manuscript/resources/chapt_screen_images/customized-interfaces-for-ai.png b/manuscript/resources/chapt_screen_images/customized-interfaces-for-ai.png new file mode 100644 index 00000000..8aeedca2 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/customized-interfaces-for-ai.png differ diff --git a/manuscript/resources/chapt_screen_images/customized-knowledge-for-ai.png b/manuscript/resources/chapt_screen_images/customized-knowledge-for-ai.png new file mode 100644 index 00000000..e275872b Binary files /dev/null and b/manuscript/resources/chapt_screen_images/customized-knowledge-for-ai.png differ diff --git a/manuscript/resources/chapt_screen_images/customized-security-for-ai.png b/manuscript/resources/chapt_screen_images/customized-security-for-ai.png new file mode 100644 index 00000000..da964f26 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/customized-security-for-ai.png differ diff --git a/manuscript/resources/chapt_screen_images/demystifying-types-of-ai.png b/manuscript/resources/chapt_screen_images/demystifying-types-of-ai.png new file mode 100644 index 00000000..bf9cb707 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/demystifying-types-of-ai.png differ diff --git a/manuscript/resources/chapt_screen_images/determining-your-ai-needs.png b/manuscript/resources/chapt_screen_images/determining-your-ai-needs.png new file mode 100644 index 00000000..2c510e95 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/determining-your-ai-needs.png differ diff --git a/manuscript/resources/chapt_screen_images/effective-use-of-training-and-testing-data.png b/manuscript/resources/chapt_screen_images/effective-use-of-training-and-testing-data.png new file mode 100644 index 00000000..619be227 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/effective-use-of-training-and-testing-data.png differ diff --git a/manuscript/resources/chapt_screen_images/elements-of-an-ai-policy.png b/manuscript/resources/chapt_screen_images/elements-of-an-ai-policy.png new file mode 100644 index 00000000..2c541d04 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/elements-of-an-ai-policy.png differ diff --git a/manuscript/resources/chapt_screen_images/ethical-process.png b/manuscript/resources/chapt_screen_images/ethical-process.png new file mode 100644 index 00000000..cb4f3eb7 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/ethical-process.png differ diff --git a/manuscript/resources/chapt_screen_images/evaluating-your-customized-ai-tool.png b/manuscript/resources/chapt_screen_images/evaluating-your-customized-ai-tool.png new file mode 100644 index 00000000..c534c753 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/evaluating-your-customized-ai-tool.png differ diff --git a/manuscript/resources/chapt_screen_images/ground-rules-for-ai.png b/manuscript/resources/chapt_screen_images/ground-rules-for-ai.png new file mode 100644 index 00000000..4307079e Binary files /dev/null and b/manuscript/resources/chapt_screen_images/ground-rules-for-ai.png differ diff --git a/manuscript/resources/chapt_screen_images/how-ai-works.png b/manuscript/resources/chapt_screen_images/how-ai-works.png new file mode 100644 index 00000000..363a1323 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/how-ai-works.png differ diff --git a/manuscript/resources/chapt_screen_images/idare-and-ai.png b/manuscript/resources/chapt_screen_images/idare-and-ai.png new file mode 100644 index 00000000..8b4f0f41 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/idare-and-ai.png differ diff --git a/manuscript/resources/chapt_screen_images/index.png b/manuscript/resources/chapt_screen_images/index.png new file mode 100644 index 00000000..0b432127 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/index.png differ diff --git a/manuscript/resources/chapt_screen_images/introduction-2.png b/manuscript/resources/chapt_screen_images/introduction-2.png new file mode 100644 index 00000000..e4f14c82 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/introduction-2.png differ diff --git a/manuscript/resources/chapt_screen_images/introduction-to-avoiding-ai-harm.png b/manuscript/resources/chapt_screen_images/introduction-to-avoiding-ai-harm.png new file mode 100644 index 00000000..be592156 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/introduction-to-avoiding-ai-harm.png differ diff --git a/manuscript/resources/chapt_screen_images/introduction-to-determining-ai-needs.png b/manuscript/resources/chapt_screen_images/introduction-to-determining-ai-needs.png new file mode 100644 index 00000000..e5713495 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/introduction-to-determining-ai-needs.png differ diff --git a/manuscript/resources/chapt_screen_images/introduction-to-exploring-ai-possibilities.png b/manuscript/resources/chapt_screen_images/introduction-to-exploring-ai-possibilities.png new file mode 100644 index 00000000..e2d491b7 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/introduction-to-exploring-ai-possibilities.png differ diff --git a/manuscript/resources/chapt_screen_images/introduction.png b/manuscript/resources/chapt_screen_images/introduction.png new file mode 100644 index 00000000..67ac7a00 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/introduction.png differ diff --git a/manuscript/resources/chapt_screen_images/other-laws-to-consider.png b/manuscript/resources/chapt_screen_images/other-laws-to-consider.png new file mode 100644 index 00000000..283ffedc Binary files /dev/null and b/manuscript/resources/chapt_screen_images/other-laws-to-consider.png differ diff --git a/manuscript/resources/chapt_screen_images/references.png b/manuscript/resources/chapt_screen_images/references.png new file mode 100644 index 00000000..0b317c52 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/references.png differ diff --git a/manuscript/resources/chapt_screen_images/societal-impact.png b/manuscript/resources/chapt_screen_images/societal-impact.png new file mode 100644 index 00000000..d0f1b518 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/societal-impact.png differ diff --git a/manuscript/resources/chapt_screen_images/video-ai-acts-orders-and-policies.png b/manuscript/resources/chapt_screen_images/video-ai-acts-orders-and-policies.png new file mode 100644 index 00000000..2db06986 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/video-ai-acts-orders-and-policies.png differ diff --git a/manuscript/resources/chapt_screen_images/video-building-a-team-to-guide-your-ai-use.png b/manuscript/resources/chapt_screen_images/video-building-a-team-to-guide-your-ai-use.png new file mode 100644 index 00000000..06cbb89f Binary files /dev/null and b/manuscript/resources/chapt_screen_images/video-building-a-team-to-guide-your-ai-use.png differ diff --git a/manuscript/resources/chapt_screen_images/video-considerations-for-creating-an-ai-policy.png b/manuscript/resources/chapt_screen_images/video-considerations-for-creating-an-ai-policy.png new file mode 100644 index 00000000..9040171d Binary files /dev/null and b/manuscript/resources/chapt_screen_images/video-considerations-for-creating-an-ai-policy.png differ diff --git a/manuscript/resources/chapt_screen_images/video-customized-interface-for-ai.png b/manuscript/resources/chapt_screen_images/video-customized-interface-for-ai.png new file mode 100644 index 00000000..2315ffe9 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/video-customized-interface-for-ai.png differ diff --git a/manuscript/resources/chapt_screen_images/video-customized-knowledge-for-ai.png b/manuscript/resources/chapt_screen_images/video-customized-knowledge-for-ai.png new file mode 100644 index 00000000..e3059cf4 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/video-customized-knowledge-for-ai.png differ diff --git a/manuscript/resources/chapt_screen_images/video-customized-security-for-ai.png b/manuscript/resources/chapt_screen_images/video-customized-security-for-ai.png new file mode 100644 index 00000000..a6ff2f88 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/video-customized-security-for-ai.png differ diff --git a/manuscript/resources/chapt_screen_images/video-determining-your-ai-needs.png b/manuscript/resources/chapt_screen_images/video-determining-your-ai-needs.png new file mode 100644 index 00000000..4c49703c Binary files /dev/null and b/manuscript/resources/chapt_screen_images/video-determining-your-ai-needs.png differ diff --git a/manuscript/resources/chapt_screen_images/video-different-types-of-ai.png b/manuscript/resources/chapt_screen_images/video-different-types-of-ai.png new file mode 100644 index 00000000..58a5ad89 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/video-different-types-of-ai.png differ diff --git a/manuscript/resources/chapt_screen_images/video-elements-of-an-ai-policy.png b/manuscript/resources/chapt_screen_images/video-elements-of-an-ai-policy.png new file mode 100644 index 00000000..606c16ca Binary files /dev/null and b/manuscript/resources/chapt_screen_images/video-elements-of-an-ai-policy.png differ diff --git a/manuscript/resources/chapt_screen_images/video-evaluating-your-customized-ai-tool.png b/manuscript/resources/chapt_screen_images/video-evaluating-your-customized-ai-tool.png new file mode 100644 index 00000000..3764773f Binary files /dev/null and b/manuscript/resources/chapt_screen_images/video-evaluating-your-customized-ai-tool.png differ diff --git a/manuscript/resources/chapt_screen_images/video-existing-laws-that-apply-to-ai.png b/manuscript/resources/chapt_screen_images/video-existing-laws-that-apply-to-ai.png new file mode 100644 index 00000000..5de9dfa6 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/video-existing-laws-that-apply-to-ai.png differ diff --git a/manuscript/resources/chapt_screen_images/video-how-ai-works.png b/manuscript/resources/chapt_screen_images/video-how-ai-works.png new file mode 100644 index 00000000..bf880126 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/video-how-ai-works.png differ diff --git a/manuscript/resources/chapt_screen_images/video-introduction-to-determining-ai-needs-video.png b/manuscript/resources/chapt_screen_images/video-introduction-to-determining-ai-needs-video.png new file mode 100644 index 00000000..e6581593 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/video-introduction-to-determining-ai-needs-video.png differ diff --git a/manuscript/resources/chapt_screen_images/video-knowing-the-ground-rules.png b/manuscript/resources/chapt_screen_images/video-knowing-the-ground-rules.png new file mode 100644 index 00000000..39c572f0 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/video-knowing-the-ground-rules.png differ diff --git a/manuscript/resources/chapt_screen_images/video-real-life-possibilities.png b/manuscript/resources/chapt_screen_images/video-real-life-possibilities.png new file mode 100644 index 00000000..d1ea5446 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/video-real-life-possibilities.png differ diff --git a/manuscript/resources/chapt_screen_images/video-summary-of-this-course.png b/manuscript/resources/chapt_screen_images/video-summary-of-this-course.png new file mode 100644 index 00000000..f98546e5 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/video-summary-of-this-course.png differ diff --git a/manuscript/resources/chapt_screen_images/video-what-are-the-components-of-ai.png b/manuscript/resources/chapt_screen_images/video-what-are-the-components-of-ai.png new file mode 100644 index 00000000..1320bcf9 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/video-what-are-the-components-of-ai.png differ diff --git a/manuscript/resources/chapt_screen_images/video-what-is-ai.png b/manuscript/resources/chapt_screen_images/video-what-is-ai.png new file mode 100644 index 00000000..6c2cad70 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/video-what-is-ai.png differ diff --git a/manuscript/resources/chapt_screen_images/video-what-is-not-possible.png b/manuscript/resources/chapt_screen_images/video-what-is-not-possible.png new file mode 100644 index 00000000..b37fa398 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/video-what-is-not-possible.png differ diff --git a/manuscript/resources/chapt_screen_images/video-what-is-possible.png b/manuscript/resources/chapt_screen_images/video-what-is-possible.png new file mode 100644 index 00000000..6609d653 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/video-what-is-possible.png differ diff --git a/manuscript/resources/chapt_screen_images/video-why-do-i-need-an-ai-policy.png b/manuscript/resources/chapt_screen_images/video-why-do-i-need-an-ai-policy.png new file mode 100644 index 00000000..68a9c769 Binary files /dev/null and b/manuscript/resources/chapt_screen_images/video-why-do-i-need-an-ai-policy.png differ diff --git a/manuscript/resources/chapt_screen_images/what-are-the-components-of-ai.png b/manuscript/resources/chapt_screen_images/what-are-the-components-of-ai.png new file mode 100644 index 00000000..7f5d716f Binary files /dev/null and b/manuscript/resources/chapt_screen_images/what-are-the-components-of-ai.png differ diff --git a/manuscript/resources/chapt_screen_images/what-is-artificial-intelligence.png b/manuscript/resources/chapt_screen_images/what-is-artificial-intelligence.png new file mode 100644 index 00000000..0aa98b9a Binary files /dev/null and b/manuscript/resources/chapt_screen_images/what-is-artificial-intelligence.png differ diff --git a/manuscript/resources/chapt_screen_images/what-is-possible.png b/manuscript/resources/chapt_screen_images/what-is-possible.png new file mode 100644 index 00000000..aef83a3c Binary files /dev/null and b/manuscript/resources/chapt_screen_images/what-is-possible.png differ diff --git a/manuscript/resources/chapt_screen_images/why-do-i-need-an-ai-policy.png b/manuscript/resources/chapt_screen_images/why-do-i-need-an-ai-policy.png new file mode 100644 index 00000000..d30a368a Binary files /dev/null and b/manuscript/resources/chapt_screen_images/why-do-i-need-an-ai-policy.png differ