This website you are currently browsing is my Digital Portfolio. Almost everything you see here is of my sole creation. I used Claude Sonnet 4 to create the skeleton of this website, and the algorithim for the background.
By now, you've hopefully taken note of the background. It is designed to mimic a printed circuit board, with pulses of eletricity following the traces. On refresh, the circuit is randomized. When mouse movement is detected, a pulse is sent between nodes, similar to a data packet. This pulse is also sent when an interactable object such as a link is hovered over. There is a cooldown to avoid a chaotic amount of packets.
AI is best used as a supplemental tool. When creating this website, Claude faced many errors with syntax that required reprompting or manual editing. If I did not understand the syntax at all, I would be at the mercy of the model. By using Claude as supplementation, I've created a website with a design that would otherwise be outside of my capabilities.
By checking the source code, you will find that the logic behind the circuitry is obtuse JavaScript. While not impossible to create organically, it is tremendously difficult and would otherwise require a significant amount of time.