AI Usage
Project Usage
Section titled “Project Usage”In this repository, AI was used as support for tasks such as:
- clarifying raycasting formulas
- drafting documentation
- generating edge-case ideas for tests
- reviewing alternative validation or movement strategies
AI-generated content was treated as support material, not as a source of authority. In practice, that means:
- reviewing every explanation before keeping it
- testing every technical claim against the program
- making sure every documented behavior matches the implementation
- keeping the project understandable without relying on AI output
Practical Guideline
Section titled “Practical Guideline”For a project like cub3D, AI is most useful for reducing repetition and helping structure explanations or review ideas. Final technical decisions still need to come from the code, the tests, and direct verification against the repository.