Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.3 KB

File metadata and controls

32 lines (23 loc) · 1.3 KB

AI-Assisted Software Development

Companion materials for a survey talk on AI-assisted software development, covering harnesses and frontier models, common approaches, and extraordinary examples of AI-accelerated coding.

A catalog of resources, similar to Awesome lists, is available and free to be updated.

Repository Layout

├── presentation/       Slidev-based slide deck (Markdown + Mermaid diagrams)
│   ├── slides.md       Main presentation source
│   ├── images/         Slide images and figures
│   ├── docs/           Reference documents
│   └── pixi.toml       Environment config (run via pixi)
│
└── resources/          Curated link collection
    └── README.md       Awesome-style resource list organized by topic

Running the Presentation

The slide deck uses Slidev and is managed with pixi:

cd presentation
pixi install
pixi run npx slidev slides.md

Talk Abstract

A survey talk discussing the growing use of AI-assisted software development including (1) an overview of harnesses and frontier models like Claude, Codex, and Gemini, (2) some common approaches and issues with their use, and (3) extraordinary examples of how people have used AI-accelerated coding.