Tag
Recommends an open-source Chinese AI Agent general knowledge tutorial website, including 21 chapters with visualized animated tutorials, a 130+ question bank, and an AI teaching assistant. It is purely static and can be deployed to Nginx with one click.
Simon Willison shares a political compass-style quiz about AI and AI ethics, where users answer 29 questions to be classified into one of 30 archetypes. The quiz is implemented as a single-page React app without a build step.
A quiz that matches users to the LLM that aligns most with their personality and values, based on research across 15 models.
Gemini has launched a free study notebook feature that can conduct diagnostic tests based on uploaded materials, generate lessons for weak points, and supports interactive learning, similar to an AI tutor.
Google announces a vibe-coded quiz built with Google AI Studio, showcasing how non-developers can use the tool to build applications.
This Wired article presents an unscientific quiz based on expert forecasts on how AI might affect various occupations by 2030, particularly white-collar jobs.
A developer created LLM Canary, an open-source quiz program that sends randomized tasks to multiple LLMs to track performance over time. After a week of hourly testing across seven models, the results show all models fluctuate throughout the day with no consistent pattern, and no clear evidence of degradation was found.
An archival version of John Regehr's C integers quiz, wrapped in JavaScript for browser compatibility, highlighting tricky undefined behavior and integer issues in C code.