#ai
5 notes tagged ai.
Activities·12 min
Semester Project
Teams of four build one frontend application over the whole semester using AI, in a single shared GitHub repository where everyone contributes.
- #teaching
- #activity
- #capstone
- #github
AI Prompts·3 min
Using OpenCode CLI Instead of Copy-Pasting from ChatGPT
Install and configure the OpenCode CLI so AI writes code directly into your project folder instead of you copying it from a chat window.
- #ai
- #opencode
- #cli
- #tooling
Teaching·4 min
Coding with AI
An introduction to AI-assisted software development, modern development workflows, and the mindset needed to use AI responsibly throughout the course.
- #ai
- #software development
- #prompt engineering
- #beginners
Teaching·4 min
Coding with AI: Prompts & Reading JavaScript
Learn how to write effective AI prompts and read JavaScript code confidently. This lesson teaches students how to direct AI instead of blindly copying its output.
- #ai
- #javascript
- #prompt engineering
- #beginners
AI Prompts·4 min
Prompt Flow
A structured workflow for working with AI that emphasizes planning, review, and understanding before implementation.
- #ai
- #prompt engineering
- #workflow