Lesson Flow

Learn

Goals and Concepts

Start with the capability target and concept set for this module.

Practice

Studio Activity

Apply the ideas in a guided activity tied to realistic outputs.

Check

Assessment Rubric

Use the rubric to verify competency and identify improvement targets.

Interactive Lab

Practice in short loops: checkpoint quiz, microtask decision, and competency progress tracking.

Checkpoint Quiz

Q1. Which output most clearly demonstrates module competency?

Competency is shown through measurable, method-linked evidence.

Q2. What should always accompany a technical claim in this curriculum?

Every claim should include boundaries and uncertainty.

Q3. What is the best next step after identifying a gap in understanding?

Progress improves when gaps become explicit practice targets.

Microtask Decision

Choose the action that best improves scientific reliability.

Progress Tracker

State is saved locally in your browser for this module.

0% complete

Annotation Challenge

Click the hotspot with the strongest evidence for the requested feature.

Connectomics training scene

Selected hotspot: none

Capability target

Implement an LLM-assisted patch-analysis workflow with verification gates, confidence labeling, and explicit human override policies.

Why this module matters

LLMs can accelerate triage and documentation, but unverified outputs can propagate errors quickly. Connectomics requires careful human-in-the-loop governance.

Concept set

1) Assistive, not autonomous

2) Verification-first design

3) Auditability

Core workflow

  1. Define candidate LLM tasks (triage, summary, QA aid).
  2. Create prompt templates and expected output schema.
  3. Add verification gates and human adjudication rules.
  4. Pilot on small patch set and log failure patterns.
  5. Refine prompts/policies before wider use.

60-minute tutorial run-of-show

  1. 00:00-08:00 scope boundaries and failure examples.
  2. 08:00-20:00 prompt template design.
  3. 20:00-34:00 run sample outputs and score reliability.
  4. 34:00-46:00 define verification and override rules.
  5. 46:00-56:00 produce governance checklist.
  6. 56:00-60:00 competency check.

Studio activity

Scenario: Build an LLM-assisted triage helper for proofreading queues.

Outputs

Assessment rubric

Practical LLM use cases in connectomics

Where LLMs add value today

| Use case | Example prompt | Verification method | |———-|—————|——————-| | Literature summarization | “Summarize the key findings of Dorkenwald et al. 2024 regarding cell-type diversity” | Cross-check against paper abstract and figures | | Code assistance | “Write a CAVEclient query to find all synapses onto neuron X at materialization version 943” | Run the code and verify output matches manual check | | EM patch description | “Describe the ultrastructural features visible in this EM image” (multimodal) | Expert annotator review of description accuracy | | Hypothesis brainstorming | “Given that reciprocal connections are 4× enriched, what functional hypotheses could explain this?” | Evaluate against literature; treat as starting points, not conclusions | | Protocol drafting | “Draft a proofreading SOP for merge error correction” | Expert review and team calibration before adoption |

Where LLMs fail or mislead

Governance framework

For any LLM-assisted workflow in a connectomics project:

  1. Define scope: Which tasks are LLM-assisted? Which require human-only decisions?
  2. Version control: Log the model name/version, prompt text, and output for every LLM interaction used in analysis.
  3. Verification gates: Every LLM output category has a defined verification method and acceptance threshold.
  4. Human override: Any LLM suggestion can be overridden by a human annotator without justification. The human decision is authoritative.
  5. Transparency: In publications, disclose any LLM assistance in methods section.

Content library references

Teaching resources

Quick practice prompt

For one LLM output type, define: acceptance threshold, verification method, and human override trigger.

Teaching Materials

Activity Worksheet

Learner worksheet aligned to the studio activity and rubric.

Open worksheet

Slide Source

Marp source file for editing and rendering.

course/decks/marp/modules/module15.marp.md

Related Content