## Implementation Plan ### Changes Required (6 locations across 4 files) 1. **`devplacepy/models.py`, line 256 and 262** - Change both `AiModifierForm.prompt` and `AiCorrectionForm.prompt` from `Field(max_length=2000)` to `Field(max_length=20000)`. - The field definition is already there; update the literal value. 2. **`devplacepy/templates/profile.html`, lines 225 and 250** - Change both `