
Web Dev w/ Non-Detailed Prompts
This microeval will evaluate how well leading coding models can develop different types of web apps based on prompts that aren't ultra-specific, and just ask for the overall concept. This is to test how much LLMs have evolved in terms of design skills and common knowledge coding choices. There is one detailed prompt to see if it enhances the quality.
Prompt
Create a web app called NoteVault that is a cybersecurity themed message web app. It runs 100% locally in the browser. It will allow the user to create a message, add a personal signature, add a password, and then the note will be encrypted (at various levels the user can choose, up to advanced post-quantum). They can then download the encrypted note in a JSON-based custom file format, which will be .nvault. It should (on a separate page) explain how the website works, down to the encryption algorithms it uses.
A system prompt was added to support web rendering