Week 14: Ralphthon Execution
Ralphthon Execution Week
Section titled “Ralphthon Execution Week”This week focuses on team development rather than lectures. The instructor will provide mentoring rounds to each team.
Implementation Checkpoints
Section titled “Implementation Checkpoints”-
Day 1: Foundation (Monday)
- Finalize repository structure
- Write PROMPT.md v1
- Implement the basic harness script
- Successfully run the first agent loop
-
Day 2–3: Core Features (Tuesday–Wednesday)
- Connect the agent pipeline
- Build the automated test suite
- Verify the backpressure mechanism
-
Day 4: Integration and Stabilization (Thursday)
- Run the full pipeline end-to-end
- Handle edge cases
- Use instruction tuning to fix recurring errors
-
Day 5: Documentation and Presentation Prep (Friday)
- Write the README
- Prepare the demo script
- Submit the mid-progress report
Common Problems and Solutions
Section titled “Common Problems and Solutions”| Problem | Cause | Solution |
|---|---|---|
| Agent infinite loop | No exit condition set | Add a hard limit on maximum iterations |
| Context contamination | Context Rot in progress | Immediately wipe + restore from state file |
| Conflict between agents | Simultaneous file modification | File locking mechanism |
| Cost explosion | Unlimited API calls | Set a token budget |
Mentoring Appointments
Section titled “Mentoring Appointments”Request instructor mentoring in the Slack #capstone-help channel. 30 minutes per team.
Assignment
Section titled “Assignment”Capstone: Mid-Progress Report
Section titled “Capstone: Mid-Progress Report”Submission deadline: 2026-06-09 23:59
Submission path: capstone/projects/[student-id]/progress-week14.md
Contents:
- List of completed features
- Incomplete features and resolution plan
- The biggest lesson learned (technical challenge)
- Final presentation demo plan