Capstone Project Overview
Ralphthon Capstone Project
Section titled “Ralphthon Capstone Project”Ralphthon is the final capstone project of this 16-week course. Teams design and implement an autonomous agentic system that solves a real software problem, based on the Ralph Loop methodology.
Schedule
Section titled “Schedule”| Week | Content | Deadline |
|---|---|---|
| Week 13 | Team formation + architecture design document submission | 2026-06-03 |
| Week 14 | Ralphthon execution + interim report | 2026-06-10 |
| Week 15 | Integration testing + presentation materials submission | 2026-06-17 |
| Week 16 | Final presentation + peer evaluation | 2026-06-24 |
Grading
Section titled “Grading”The capstone is worth 30 points (30% of the final grade):
| Item | Points | Description |
|---|---|---|
| Technical Completeness | 12 pts | Agent pipeline actually works |
| Problem Fit | 6 pts | Appropriateness of topic and effectiveness of solution |
| Presentation Quality | 6 pts | Clear explanation, live demo |
| Peer Evaluation | 6 pts | Team member contribution assessment |
Submission Structure
Section titled “Submission Structure”capstone/└── teams/ └── [team-name]/ ├── design.md # Architecture design document (Week 13) ├── progress-week14.md # Interim progress report (Week 14) ├── README.md # Final project documentation (Week 15) ├── report.md # Final report (Week 15) ├── presentation.pdf # Presentation slides (Week 15) ├── demo.mp4 # Demo video (Week 15) └── src/ # Source code