← Back to Using AI
Lesson · Digital Citizenship

The Ethics of AI, Safety & Crediting Your Work

What AI is and isn't, the major ethics incidents from 2024 to now, how to choose between ChatGPT, Claude, Gemini & Grok, how to stop them training on your data, how to use AI safely, and how to credit AI-generated text, images, video, music & code in your projects.

Lesson Overview

Goal: students will be able to define AI, name common types and daily uses, hold their own in a conversation about AI ethics, name specific model controversies from 2024 through 2026, choose the right tool for a task, lock down their data, use AI safely and ethically, and credit AI media correctly in websites and multimedia projects.

What you will practice: separating AI from search and from human thinking, recognizing bias and ethical red flags by model, evaluating output, configuring privacy controls in ChatGPT, Claude, and Gemini, protecting yourself from social-engineering attacks that target AI users, and writing real credit lines for AI text, images, video, and music.

Learning Objectives

By the end of this lesson, you will be able to:

  1. Define artificial intelligence and name three types and at least five daily uses.
  2. Explain why an AI tool is only as good as the knowledge and prompt you bring to it.
  3. Summarize at least one major ethics incident for each of the major models (ChatGPT, Claude, Gemini, Grok) from 2024 to 2026.
  4. Choose an appropriate AI model for a given task using a simple decision framework.
  5. Configure privacy and training opt-out settings in ChatGPT, Claude, and Gemini.
  6. List five rules for using AI safely and protecting personal data.
  7. Distinguish ethical from unethical uses of AI image generators and AI coding tools.
  8. Spot AI deepfakes and AI-generated false information using a checklist of visual, audio, and source red flags.
  9. Write code comments that explain what AI-generated HTML, CSS, and JavaScript actually does and how it works.
  10. Write proper credit lines for AI-generated text, images, video, music, and code in your own websites and multimedia projects.

Part 1: What AI Is — and What It Is Not

A working definition

Artificial Intelligence (AI) is the ability of a computer or machine to mimic human intelligence — thinking, learning, problem-solving, and even creating. The tools you have probably used — ChatGPT, Claude, Gemini, Midjourney, Sora, Suno — are a specific kind of AI called generative AI. They were trained on enormous collections of text, images, audio, and video, and they generate new content by predicting what comes next based on patterns in that training data.

What AI can do

How AI works (the short version)

AI works by combining three things:

Some AI is rule-based (if-this-then-that). More advanced AI uses machine learning or deep learning to improve over time, like how humans learn through experience.

What AI is not

Quick check: if a chatbot gives you a confident-sounding fact with a footnote, what should you do before using it in your portfolio site? Verify the source independently. If the source does not exist or does not say what the AI claims, do not use the claim.

Part 2: Types of AI

You do not need to memorize a textbook taxonomy. You do need to recognize four common categories so you can choose the right tool for the job.

Table 1. Common types of AI you will meet in this class.
Type What it does Example tools
Generative text (LLMs) Writes, summarizes, translates, answers, codes ChatGPT, Claude, Gemini, Grok, Copilot
Generative image & video Creates pictures, illustrations, short clips DALL-E, Midjourney, Stable Diffusion, Adobe Firefly, Sora, Veo, Runway
Generative audio & music Generates songs, voiceovers, sound effects Suno, Udio, ElevenLabs
Predictive / classification Recognizes patterns, scores risk, recommends content Fraud detection, spam filters, recommendation engines, medical imaging

Part 3: Why AI Matters

AI is changing the world — from healthcare to education, business to art. It can help us solve problems faster, but it also raises big questions about ethics, privacy, and fairness. As multimedia and web professionals you will use these tools daily, and you will help decide how they are used at the companies and schools you work for. That is a real responsibility.

Part 4: Most Common Daily Uses of AI

Most students think of AI as ChatGPT. In reality, you probably interact with dozens of AI systems before you finish your morning coffee. Here are ten places AI is already in your life.

1. Smart assistants

Siri, Alexa, Google Assistant. They use AI to understand speech, answer questions, set reminders, and control smart devices. As of October 2024, Apple Intelligence runs sensitive requests in Private Cloud Compute — a system designed so that not even Apple can read what you ask. It is one of the few major attempts so far to do AI in a way that protects user data by design.

2. Social media

TikTok, Instagram, YouTube. AI recommends content, filters spam, detects harmful posts, and powers face filters. The "For You" page is an AI predicting what will keep you scrolling.

3. Email and messaging

Gmail, Outlook, chat apps. AI suggests replies, blocks spam, auto-corrects spelling, and summarizes long threads.

4. Online shopping

Amazon, eBay, Etsy. AI recommends products, personalizes deals, sets dynamic prices, and runs the chatbots that handle customer service.

5. Navigation and ride-share

Google Maps, Waze, Uber, Lyft. AI calculates the fastest routes, predicts traffic, and matches you with drivers or riders.

6. Entertainment and streaming

Netflix, Spotify, Hulu. AI recommends shows and music, generates autoplay queues, curates playlists, and even A/B tests which thumbnail you are most likely to click.

7. Banking and finance

Mobile banking apps, PayPal, credit monitoring. AI detects fraud on every transaction, offers financial insights, and personalizes budgeting tips. Your credit card application is scored by an algorithm.

8. Photography and cameras

iPhone, Android, Snapchat. AI enhances lighting, focuses subjects, removes backgrounds, applies filters, and quietly improves the image after the shutter clicks. Generative photo editing — Google’s Magic Editor, Apple’s Clean Up tool, Samsung’s Generative Edit — can now move people in a photo, remove strangers from the background, or invent sky that was never there. This raises new questions about when a photograph is still a photograph.

9. Fitness and health tracking

Fitbit, Apple Watch, MyFitnessPal. AI tracks activity, sleep patterns, and irregular heart rhythms, and suggests workouts or meal plans. Radiologists use AI to highlight suspicious areas on scans.

10. Writing and productivity

Grammarly, ChatGPT, Notion AI. AI edits grammar, helps write content, generates ideas, summarizes emails and meetings, and (in apps like GitHub Copilot) helps you write code.

The big idea: AI is like your invisible co-pilot — helping you shop smarter, drive safer, scroll smoother, and live more efficiently every day. The point is not to be alarmed. It is to make the invisible visible so you can make deliberate choices.

Part 5: "Is AI Evil?" — A Better Answer

You will meet people who are convinced AI is dangerous, evil, or going to take over the world. Some of those concerns are reasonable. The way you respond matters. Here is a script that works.

1. Acknowledge the feeling first

"I hear you. It’s totally okay to feel uncertain — or even scared — about AI. A lot of people are asking tough questions about it right now."

2. Reframe AI as a tool

"AI isn’t good or evil on its own — it’s a tool. Just like fire, the internet, or electricity, it depends on how people choose to use it."

3. Share real-world positives

Give a few quick examples of how AI helps people:

4. Acknowledge the risks honestly

"You’re right to be cautious. AI can be used to spread misinformation, invade privacy, or even replace jobs if it’s not used responsibly." People appreciate honesty and nuance.

5. Empower them

"That’s why it’s so important for smart, thoughtful people like you to learn about AI — so you can help make sure it’s used in ways that help, not harm." Frame them as part of the solution, not passive observers.

Bottom line: AI is only as ethical as the people who create and use it. If we walk away from it out of fear, others who may not share our values will shape it without us. If we get involved, we can help build a future where AI supports humanity.

Part 6: Common Fears of AI (and How to Address Them)

1. Job loss

The fear: AI will replace human workers. Why it’s real: automation is already affecting retail, writing, support, and driving. How to address it: learn to work with AI — upskill in creativity, critical thinking, and digital tools that AI can enhance rather than replace.

2. Loss of control

The fear: AI might act unpredictably or become "too powerful." Why it’s real: sci-fi movies plus genuine "black box" models we cannot fully inspect. How to address it: support transparent, human-in-the-loop systems and learn how AI is trained and governed.

3. Bias and discrimination

The fear: AI may reinforce racism, sexism, or other biases. Why it’s real: AI learns from human data, and humans are biased. How to address it: advocate for ethical AI development, fair data practices, and diverse teams building the tech.

4. Misinformation and deepfakes

The fear: AI can spread fake news, impersonate voices, or distort the truth. Why it’s real: in January 2024, non-consensual AI-generated explicit images of Taylor Swift went viral on X, viewed tens of millions of times before being removed. The 2024 U.S. election cycle saw multiple AI-generated robocalls and political deepfakes. Congress responded with the bipartisan TAKE IT DOWN Act, signed in May 2025, which makes it a federal crime to publish non-consensual intimate imagery (including AI deepfakes) and requires platforms to remove flagged content within 48 hours. How to address it: promote media literacy, fact-checking, and watermarking of AI-generated content.

5. Loss of human connection

The fear: AI will replace human creativity, communication, and empathy. Why it’s real: people worry about AI-written art, music, therapy, and friendship bots. How to address it: value authenticity and emotional intelligence, and use AI as a tool, not a replacement for human relationships.

6. Surveillance and privacy

The fear: AI is used to watch or track people without consent. Why it’s real: facial recognition, data collection, and smart devices raise real concerns. The European Union’s AI Act took effect February 2, 2025, banning specific uses outright — including untargeted scraping of facial images, emotion recognition in schools and workplaces, social scoring, and (with narrow exceptions) real-time biometric identification by police in public spaces. Penalties for violations reach €35 million or 7% of global revenue. The U.S. has no equivalent federal law yet. How to address it: support strong data privacy laws and use tools that prioritize consent and control. We will cover concrete steps later in this lesson.

How to overcome AI fear in general: get educated (fear shrinks when you understand how something works), try the tools yourself, be part of the conversation about ethical use in your workplace and school, and stay human — focus on what makes you uniquely human: empathy, ethics, and imagination.

Part 7: Concerns About AI Taking Jobs

The concerns about AI taking jobs are real, complex, and affect nearly every industry. Here are the most common ones.

1. Rapid change creates a skills gap

Technology is evolving faster than people can retrain. Even educated professionals — legal researchers, writers, designers — may find their jobs shifting faster than they can adapt.

2. Impact on creative and knowledge jobs

Generative AI threatens creative fields — writers, journalists, marketers, coders, even artists. AI can produce content at scale, which lowers demand and pay for human work.

3. Inequality and job polarization

AI mostly benefits tech-savvy, high-income workers while others are left behind. "Middle-skill" jobs shrink, and economic inequality grows.

4. Unethical use by employers

Companies may adopt AI to cut costs rather than improve work quality. People get replaced for profit, without any investment in reskilling or well-being.

5. Erosion of human-centered work

AI lacks empathy, ethics, and understanding — yet it may replace roles that rely on those very things (teaching, therapy, customer service). We lose human connection and judgment in favor of "efficiency."

6. Lack of regulation

There is no clear federal law to protect workers from sudden AI-driven layoffs or unfair job changes. People could be replaced by algorithms with no accountability.

The real challenge: the fear is not just that AI will take jobs — it’s that it will do so too fast, without support, fairness, or a plan for people. The challenge is not the tech. It is how we prepare and protect humans in the process.

Part 8: The Writers Guild of America Case

The Writers Guild of America (WGA) struck in 2023 in part over AI in writing. Their concerns are a useful preview of how every creative industry will eventually push back.

What they were worried about

The outcome

The 2023 contract secured real protections:

SAG-AFTRA followed in late 2023

The actors’ union (SAG-AFTRA) struck just months after the WGA and won similar AI protections in November 2023: studios must get consent and pay actors before using a digital replica of their face or voice. The combined WGA + SAG-AFTRA contracts became the template every creative industry now points to when negotiating AI clauses.

Part 9: AI Is Only as Good as the Knowledge You Bring

Think of generative AI as a very fast, very confident intern. It produces work in seconds, but it does not know if the work is correct and has no stake in whether your project succeeds. The quality of what comes out depends on three things you provide.

1. The quality of your prompt

Vague prompts produce vague results. The more specific you are about the audience, tone, length, format, and constraints, the better your output. "Write a paragraph about responsive design" is weak. "Write a 120-word paragraph explaining mobile-first responsive design for a community college web design student who has just learned about CSS media queries, with one concrete example" is strong.

2. Your ability to judge the output

If you do not already understand a topic well enough to spot mistakes, you cannot safely use AI to learn it — because you will not recognize when it is wrong. A web developer who understands accessibility can use AI to speed up writing semantic HTML. A beginner may copy code that fails WCAG without knowing it.

3. The context and sources you give it

Modern AI tools let you upload PDFs, paste in a style guide, or point them at a website. Real source material grounds the answer instead of letting the model guess. This is one of the biggest quality upgrades you can make to your workflow.

Rule of thumb: AI multiplies the expertise you already have. It does not replace expertise you do not have.

Part 10: Recent AI Ethics — Model by Model (2024 to Now)

AI ethics is not a static topic. Every major model has been involved in at least one significant incident in the last two years. Knowing them makes you a more informed user.

OpenAI — ChatGPT

Google — Gemini

xAI — Grok

Anthropic — Claude

Image and video models

Music models — Suno and Udio

⚠ Why this matters for you: the tool you choose says something about your values as a designer or developer. Knowing the current debates lets you make an informed choice instead of defaulting to whatever is most popular.

Part 11: How to Decide Which AI Model to Use

There is no single "best" model. Each one has strengths, weaknesses, and a company behind it whose policies you may or may not be comfortable with. Here is a simple decision framework based on current 2026 capabilities.

Step 1: What kind of task is it?

Table 2. Recommended model by task type (general guidance as of 2026).
Task Strong choice Why
Long writing & editing Claude Most natural prose, follows style guides best, lowest "AI-sounding" tone
Coding (HTML, CSS, JS) Claude or ChatGPT Strongest at full-file refactors and architectural reasoning; both handle web code well
Web browsing & current events ChatGPT Strong built-in browsing and search integration
Google Docs, Sheets, Gmail Gemini Built into Google Workspace; can read and edit your files in place
Image generation (commercial-safe) Adobe Firefly Trained on licensed Adobe Stock; safer for client work
Image generation (creative quality) Midjourney or DALL-E Best visual quality; copyright concerns are ongoing
Anything high-stakes (research, health, legal, financial) Claude Lower hallucination rates in current benchmarks. Still verify everything.

Step 2: Run a quick ethics & privacy checklist

Before you commit to a tool for a class project or portfolio piece, ask yourself:

Step 3: Use more than one

Professional creators rarely stick to one tool. A reasonable workflow might be: brainstorm with ChatGPT, write the long copy with Claude, polish in Gemini inside Google Docs, generate images with Firefly, and generate music with Suno. Free tiers exist for all of these. Trying them is the only way to build real judgment.

Rule of thumb: match the model to the job, not the brand to the loyalty. The "best" tool is whichever produces accurate output for this task while respecting your privacy and ethical lines.

Part 12: How to Ethically Use AI

No AI model is inherently evil. What matters is who built it, how it was trained, and what it is used for. Ethics come down to transparency, consent, fairness, and purpose. Here are the five rules that cover almost every situation.

1. Consent and representation

2. Plagiarism and attribution

3. Bias and stereotyping

4. Use in education

5. Copyright and fair use

Ethical use cases (yes, do this)

Unethical use cases (do not do this)

The simple test: ethical use = using AI to learn, debug, draft, or get ideas. Unethical use = using AI to cheat, deceive, harm someone, or avoid learning.

Part 13: AI Image Models — Ethical Concerns

Image AI is unethical when it violates consent, fairness, transparency, or truth — not because of the technology itself. Here is what to watch for.

When image AI becomes unethical

More ethical approaches

The big idea: it is not just about what the model can do — it is about how it was trained and why it is being used.

Part 14: AI Helping with HTML & CSS

This applies directly to the work you are doing in this class. Here is when using AI for code is ethical and when it crosses the line.

Ethical uses

Unethical uses

The one-line test: if you cannot explain every line of code you submit, you should not submit it.

Part 15: How to Stop AI From Collecting Your Data

By default, ChatGPT, Claude, and Gemini all use your conversations to improve their models unless you turn that off. Paying for a Plus or Pro subscription does not change this. Below are the exact steps as of 2026. The wording in each app shifts over time, but the location is stable.

ChatGPT (OpenAI)

  1. Click your profile picture → Settings.
  2. Open Data Controls.
  3. Toggle "Improve the model for everyone" off.
  4. For sensitive conversations, click the Temporary pill near the model name — those chats are not used for training and are deleted within 30 days.

Claude (Anthropic)

  1. Click your profile picture → SettingsPrivacy.
  2. Toggle "Help improve Claude" off.
  3. Review the retention settings. In October 2025 Anthropic defaulted users to 5-year chat retention — change it if you want shorter.

Gemini (Google)

  1. Go to myactivity.google.com/product/gemini (opens in a new tab).
  2. Turn Gemini Apps Activity off.
  3. Note: Google still holds chats for up to 72 hours for safety review, even when this is off.

Copilot (Microsoft) and Grok (xAI)

General privacy hygiene

⚠ The honest limit: opting out stops your conversations from improving the model. It does not make them private the way an encrypted messaging app would. Treat anything you type into an AI tool as if a stranger might one day read it.

Part 16: How to Be Safe When Using AI

Privacy is one part of safety. The other parts are protecting yourself from bad output, social engineering, and the consequences of trusting AI in the wrong situations. These are the ten rules.

1. Never paste sensitive personal information

No Social Security numbers, no passport numbers, no full date of birth, no driver’s license numbers, no addresses you do not want public. Once it is in a chat, you have lost control of it.

2. Never paste financial information

No card numbers, no bank account or routing numbers, no tax IDs, no full pay stubs. If you need help with a financial concept, ask in general terms or use fake numbers.

3. Never paste passwords or API keys

If you are debugging code, scrub all keys and credentials first. Pasting a config file with a live API key into ChatGPT is one of the most common ways developers leak credentials.

4. Never share other people’s private information

Do not paste in an email thread, student record, medical record, or message that contains someone else’s identifying details. You can be violating privacy law (FERPA, HIPAA, PIPEDA, GDPR) on their behalf.

5. Verify before you trust

Treat the tool like a study guide, not a final authority. Always verify facts, statistics, names, dates, citations, and code against a real source before publishing or submitting.

6. Watch for prompt injection and phishing

When AI summarizes a webpage, email, or PDF, attackers can hide instructions inside that content telling the AI to send your data somewhere or follow a malicious link. Treat any link or instruction that came from an AI summary the same way you would treat a suspicious email.

7. Be suspicious of "AI" mobile apps

Many third-party "ChatGPT" apps in app stores are fronts that capture your conversations and resell them. Use the official ChatGPT, Claude, Gemini, and Copilot apps from the real publishers.

8. Use temporary or incognito chats for sensitive prompts

ChatGPT has Temporary Chat. Claude has incognito-style sessions. Gemini lets you turn off activity. Use them whenever a topic is private (health, finances, anything you would not want a coworker to read over your shoulder).

9. Do not use AI for emotional emergencies

AI is not a therapist and is not safe for crisis situations. If you or someone you know is in danger, contact a real person. The 988 Suicide and Crisis Lifeline (call or text 988) is one option in the U.S.

10. Disclose AI use when it matters

In school, at work, and in publications, follow whatever AI policy applies. When in doubt, disclose. Hidden AI use is the fastest way to lose trust, a grade, or a job.

⚠ The mental model: imagine everything you type into an AI is being read out loud in a public lobby. If you would not say it there, do not type it here.

Part 17: AI and the Environment

Yes, AI has a real carbon footprint — but the picture is more nuanced than the headlines suggest.

Resource use

Training large AI models takes massive amounts of electricity and powerful GPU clusters. Inference — the act of generating a response — uses energy too, though much less per query than training.

Environmental impact

Mitigation efforts

Major AI companies, including OpenAI, Google, Anthropic, and Microsoft, are:

Comparison to other industries

AI uses a lot of energy, but so do video streaming, crypto mining, and cloud gaming. The key is balance. Using AI for medical research, accessibility, education, or sustainability solutions can justify the cost.

Takeaway: AI has a carbon footprint — but it depends on how often, where, and why it is being used. Thoughtful, efficient, meaningful use is the ethical way forward.

Part 18: How to Credit AI in Your Websites and Multimedia Work

You do not need a formal academic style to credit AI in a website or multimedia project. What you do need is a clear, honest disclosure.

The five things every AI credit should include

Crediting AI on a website

The cleanest approach is a short AI disclosure block in your site footer, on a colophon page, or in an "About this site" section. A visitor should be able to find it without hunting.

This site uses AI-assisted media.
Hero illustration generated with Midjourney v7 (May 2026).
Background music generated with Suno v5 (May 2026).
Some body copy drafted with ChatGPT (GPT-5) and edited by the site author.

Crediting AI-generated images

Put the credit in the image caption, a credits section, or the file metadata. Never present an AI image as a photograph of a real event, real person, or real place.

Image: "Watercolor of the Blue Ridge Mountains at sunrise,"
generated with Midjourney v7, May 14, 2026.

Accessibility tip: your alt attribute should describe what the image shows, not that it was made with AI. Put the AI credit in the caption.

Crediting AI-generated video

Video clip generated with Sora 2, prompt:
"10-second cinematic shot of rain on a window at night."
May 18, 2026.

Crediting AI-generated music and songs

Background music: "Upbeat lo-fi instrumental,"
generated with Suno v5, May 20, 2026.

Quick reference: where to put the credit

Table 3. Disclosure patterns by media type.
Media type Common tools Where to put the credit
Text or copy ChatGPT, Claude, Gemini Editor’s note at top or bottom of the post
Still images Midjourney, DALL-E, Stable Diffusion, Adobe Firefly Image caption or site credits page
Video Sora, Veo, Runway Video description or on-screen end card
Music and audio Suno, Udio, ElevenLabs Footer credits or video description

Best practice: when in doubt, over-disclose. A clear credit line never hurts a project. A missing one can put you at risk of accusations of plagiarism, deception, or copyright issues.

Part 19: How to Spot Deepfakes and AI-Generated False Information

AI now produces images, audio, video, and text that look real on the first pass. Spotting deception is a skill you can practice. The goal is not to be paranoid — it is to slow down before you share something, especially anything you would put on your portfolio site or use as a source in an assignment.

Image deepfakes — what to look for

Video deepfakes — what to look for

AI-generated text and "news" — what to look for

Tools and techniques that help

⚠ The professional rule: if you cannot verify it, do not publish it. "But I saw it online" has cost careers.

Part 20: Commenting AI-Assisted Code (HTML, CSS, JS)

In this class — and at every employer you will work for — the rule is the same. If you use AI to help write code, you must comment that code so you can explain what it does and how it works. No comments means you did not really write it. No understanding means you cannot defend it in a code review, debug it when it breaks, or modify it for a new project.

Why this matters

A good comment includes three things

  1. What it does — the purpose in plain language.
  2. How it works — the mechanism, not just a restatement.
  3. Disclosure — that AI assisted, which tool, and the date.

HTML example

<!--
  Skip link for keyboard users (WCAG 2.4.1).
  Hidden visually until focused, then jumps the user to #main-content,
  letting them bypass the nav menu entirely.
  Initial structure drafted with ChatGPT (GPT-5) on May 28, 2026,
  reviewed and explained by the author.
-->
<a class="skip-link" href="#main-content">Skip to main content</a>

CSS example

/*
  Skip-link styles.
  Position the link off-screen with a negative top value so sighted users
  don't see it. When it receives keyboard focus (Tab), :focus moves it back
  on screen so the user can click or press Enter to jump.
  Drafted with Claude on May 28, 2026, reviewed and explained by the author.
*/
.skip-link {
  position: absolute;
  top: -40px;       /* hides the link above the viewport */
  left: 0;
  background: #0b3d91;
  color: #ffffff;
  padding: 8px 12px;
  z-index: 100;     /* sits above the nav so it isn't covered */
}

.skip-link:focus {
  top: 0;           /* slides into view when focused */
}

JavaScript example

/*
  Mobile-nav toggle.
  When the user clicks the hamburger button, we flip an "open" class on the
  <nav> element so the CSS can animate it in. We also update the
  aria-expanded attribute so screen readers announce the new state.
  Drafted with Claude on May 28, 2026, reviewed and explained by the author.
*/
const button = document.querySelector(".nav-toggle");
const nav    = document.querySelector(".main-nav");

button.addEventListener("click", () => {
  // Toggle returns the new presence of the class — we use it to set ARIA.
  const isOpen = nav.classList.toggle("open");
  button.setAttribute("aria-expanded", String(isOpen));
});

Two-test rule: if you cannot (1) explain a block of code out loud to a classmate without reading the comment, or (2) modify it to do something slightly different, you have not yet earned the right to submit it.

Part 21: AI Citation Cheatsheet (Print This Page)

A one-page reference for crediting AI work in your websites, multimedia projects, and code. Print it, pin it next to your monitor.

Prefer a standalone, printable version? Open the AI Citation Cheatsheet — copy-ready credit lines with one-click copy buttons and a print button.

The universal AI credit formula

[What] generated with [Tool + version], prompt: "[short description]", [date]. Reviewed by [your name].

By media type

Cheatsheet Table. Where to put the credit and what it should say.
Media Where it goes Example credit line
Image Caption directly under the image, or a credits page Image: "Watercolor of the Blue Ridge Mountains at sunrise," generated with Midjourney v7, May 14, 2026.
Video Video description or on-screen end card Video clip generated with Sora 2, prompt: "10-second cinematic shot of rain on a window at night." May 18, 2026.
Music / audio Footer credits or video description Background music: "Upbeat lo-fi instrumental," generated with Suno v5, May 20, 2026.
Text / copy Editor's note at top or bottom of the post Editor's note: first draft generated with ChatGPT (GPT-5) on May 12, 2026, then edited, fact-checked, and rewritten by the author.
Code (HTML, CSS, JS) Comment block directly above the code — in the file itself /* Mobile-nav toggle. Flips an "open" class on the <nav> and updates aria-expanded for screen readers. Drafted with Claude, May 28, 2026, reviewed by the author. */
Whole site / project Site footer or "About this project" page This site uses AI-assisted media. Hero illustration: Midjourney v7. Background music: Suno v5. Some copy drafted with ChatGPT, edited by the author. All code reviewed and commented by the author.

The non-negotiables

One-sentence test: "Can a reader (or grader) tell what is AI and what is me, and can I explain how every piece works?" If yes, you are clear. If no, add the credit or comment.

Summary — the One-Page Version

  1. AI is a tool, not an authority. Treat its output like a rough draft from a confident intern.
  2. Your knowledge sets the ceiling. You can only safely use AI in areas where you can spot a mistake.
  3. Every major model has had ethics incidents. Gemini in 2024 (image bias), Grok in 2025 (MechaHitler), OpenAI in 2024–26 (lawsuits, military deal), Anthropic in 2025 (safety tests, copyright settlement, DoD dispute).
  4. Pick the right tool for the job. Claude for writing and high-stakes work, ChatGPT for general and web, Gemini for Workspace, Firefly for commercial-safe images.
  5. Turn off training. Three minutes in Settings > Data Controls (ChatGPT), Settings > Privacy (Claude), and Gemini Apps Activity (Gemini) protects every future conversation.
  6. Never paste sensitive data. No SSNs, financial info, passwords, API keys, or other people’s private details.
  7. Verify before you trust. Reverse-image, lateral-read, SIFT. Spot the deepfake before you share it.
  8. Comment any AI-assisted code. Say what it does, how it works, and which tool helped. No comments means it’s not really your code.
  9. Credit your AI work. What, which tool, prompt, date, and who reviewed it — in your footer, captions, or video description.
  10. Stay human. Empathy, ethics, and imagination are still the things that make your work yours.

Bottom line: AI is only as ethical as the people who create and use it. If we walk away from it out of fear, others who may not share our values will shape it without us. If we get involved, we can help build a future where AI supports humanity.

Resources & Further Reading

Major ethics stories cited in this lesson

AI laws and regulation

Choosing a model

Stopping data collection & staying safe