Updated Project: I wrote a browser from scratch by the browser.engineering tutorial in python & Arcade. But i am currently learning Rust, so you know what that means… Rewrite it in Rust!
Code completion was not used, but since im a Rust beginner, AI assistance with chat was, using ChatGPT and Github Copilot with Claude Sonnet 4.5. I mostly used AI on code where i could absolutely not code it myself or when when asking about Rust and module specifics. Sometimes when i needed really boring stuff like String::from 30 times, then i used AI but that didnt happen a lot of times.