0 devlogs
0s
A custom OS with a compositor and linux compatibility.
This project uses AI
In this project, I used GitHub Copilot as an AI-assisted development tool during the coding process.
Copilot was primarily used for:
- Debugging errors and understanding stack traces
- Identifying logical issues in existing code
- Suggesting fixes for bugs and edge cases
- Speeding up refactoring and repetitive code changes
AI was not used to generate the entire project or core idea. Instead, it acted as a support tool to improve development efficiency, reduce debugging time, and help validate fixes while I retained full control over design decisions and implementation.
All final code, architecture choices, and integrations were reviewed and implemented by me.