College AI Track

Module 3 of 12

Module 03: Writing with AI — Essays, Reports & Presentations with Academic Integrity

4 min read607 words
What you'll learn
Execute citation workflows: open every source, stable IDs, zero ghost references.Design slides and reports where evidence leads—one main claim per slide, sourced visuals.Document disclosure, version history, and permitted vs prohibited substitution.Evaluate co-authored text for generic “AI voice,” fabricated specificity, and missing provenance.

Learning Objectives

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

  1. Stage invention → structure → draft → revision → editing with explicit human checkpoints and syllabus alignment.
  2. Execute citation workflows: open every source, stable IDs, zero ghost references.
  3. Design slides and reports where evidence leads—one main claim per slide, sourced visuals.
  4. Document disclosure, version history, and permitted vs prohibited substitution.
  5. Evaluate co-authored text for generic “AI voice,” fabricated specificity, and missing provenance.

Deep Concept Explanation: Academic Context, Research Methodologies, and Communication Rigor

3.1 Writing as knowledge work

Writing fixes claims so they can be criticized. LLMs optimize local coherence, not your thesis or fair treatment of sources. You endorse truth, fairness, and ethics.

3.2 Where AI fits

StageProductive useRisk
InventionKeywords, questions after initial readingPremature closure on weak sources
StructureOutlines from your bulletsGeneric IMRAD shells
DraftingBridges between your paragraphsIntegrity + voice loss
RevisionRubric-tied skeptical reader“Sound smarter” buzzword injection
EditingGrammar, consistencyWrong notation in specialized fields

3.3 Citation integrity

  1. Open every cited source. 2. Prefer DOI/library links. 3. Never fabricate page numbers. 4. Treat AI reading lists as search hypotheses.

3.4 Disclosure

State what tool, when in the process, how verified. Process appendices often beat vague footnotes.

3.5 Presentations and group work

One claim per slide; source lines on figures; version control with named edits; align team AI norms before drafting.

3.6 Upload ethics

Avoid pasting unreleased theses, employer IP, identifiable human-subjects text, or full paywalled PDFs where forbidden.

Code and Computational Examples

Key Example: Before a cite enters your bibliography, require a DOI or HTTPS URL—this dataclass pattern keeps the rule explicit.

python
[object Object], dataclasses ,[object Object], dataclass
,[object Object], typing ,[object Object], ,[object Object],
,[object Object], re

,[object Object],
,[object Object], ,[object Object],:
    title: ,[object Object],
    year: ,[object Object],[,[object Object],]
    doi: ,[object Object],[,[object Object],]
    url: ,[object Object],[,[object Object],]

DOI_RE = re.,[object Object],(,[object Object],, re.I)

,[object Object], ,[object Object],(,[object Object],) -> ,[object Object],:
    ,[object Object], stub.doi:
        ,[object Object], ,[object Object],
    ,[object Object], stub.url ,[object Object], stub.url.startswith(,[object Object],):
        ,[object Object], ,[object Object],
    ,[object Object], ,[object Object],

Without code: Use a process appendix table (Stage | Human work | Tool | Verification) and a claims traceability list mapping each empirical claim to R1…Rn or a dataset path.

Patchwriting riskDefense
AI “paraphrase” tracks source too closelyDraft sentences yourself first; compare side-by-side
Sudden statistics after polishDiff before/after; flag new numbers for manual check

Try This! Paste only your rubric + your outline into ChatGPT and ask for gaps—then fix the lowest two scores without new AI prose.

Fun Fact: Reference managers are the source of truth—export bibliographies from Zotero, not from raw model BibTeX.

Practice Exercises

  1. Voice calibration — 300 words solo, then neutral rewrite; restore two irreplaceable phrases.
  2. Citation rescue — Delete or support every sentence in an AI “background” paragraph.
  3. False citation hunt — Five model-suggested papers; log hit rate.
  4. Integrity scenarios — Exam, take-home, lab, thesis: allowed / prohibited / disclosure for your school.
  5. Collaborative log — Group table: who wrote what + AI use per member.

Mini-Project: Policy-Compliant Essay Package

Essay (1200–1500 words) + process appendix + six sources (four scholarly primary) + citation verification cover sheet + optional before/after polish diff for one section.

Key Takeaways

Epistemic hygiene

Fluency ≠ accuracy; citation is evidence routing.

Presentation specifics

Speaker notes carry depth; alt text and licenses on visuals.

Key Takeaway

  • Own the thesis, evidence, and limitations—AI is bounded scaffolding.
  • Open every citation; treat suggested references as unproven until Crossref/library confirms them.
  • Use process appendices and version history as your provenance trail.
  • Match genre to your field’s style guide; verify non-obvious rules yourself.
  • For group work, align disclosure and verification before merging drafts.

References and Cross-Modules

Connects to Module 09 (evaluation) and Module 11 (team docs). Disclose retrieval limits for RAG-based assistants in methods.