Generative AI
September 5, 2025
A neural network is a method in AI inspired by the way the human brain processes information.
It uses interconnected nodes (neurons) arranged in layers:
a
, !
)dog
, house
)play
+ ing
)"cat"
→ 1 token"playing"
→ 2 tokens (play
, ing
)"extraordinary"
→ 2 tokens (extra
, ordinary
)Large Language Model (LLM): A neural network trained on vast text (and often code) to model the probability of the next token.
Capabilities emerge: dialogue, summarization, code generation, reasoning heuristics, tool use (e.g., ChatGPT, Claude, Gemini, Copilot, Grok).
Limitations: hallucinations (confidently wrong), training bias, context limits (a fixed number of tokens), lack of grounding.
The practice of designing clear, structured inputs to guide generative AI systems toward producing accurate, useful, and context-appropriate outputs.
“Explain climate change.”
“Explain climate change in simple terms for a 10-year-old using a short analogy and two examples.”
In our DANL 101, the use of generative AI will be allowed for coding and a project.
Treat AI as a co‑pilot for: clarifying concepts, brainstorming, code debugging, style/grammar critique.
Your responsibilities:
Build habits: prompt → check → revise → document.
Q: Where do you draw the line between assistance and authorship?
Note
Examples:
Note
Note
Note
Note
Note