Guiding agents from script to codebase

Last updated on 2026-05-09 | Edit this page

Overview

Questions

  • How do you write a lesson using Markdown and sandpaper?

Objectives

  • Explain how agentic AI coding tools work.
  • Relate identified risks of agentic methods to practical safeguards that mitigate them.
  • Make use of version control by implementing Git and GitHub.
  • Implement supervision strategies for AI agents in coding tasks.
  • Use sandboxing and permission controls for safeguarding agent actions.
  • Create a Living Spec (GEMINI.md) to guide an agent.
  • Extend the functionality of the script to convert it into a structured research codebase.

Introduction


Spec-driven development. Requirements. Plan. Tests. Architecture.