
images · brain teaser generation · educational content
4 images, 4:5, mindboggling hard math, science, logic, riddle questions that would make IQ 150 people cry. INPUT: $ TOPIC # Build a difficulty field D over the topic. D = infer_conceptual_depth($ TOPIC) # Sample 4 questions at increasing thresholds of D. Q1 = generate_question($ TOPIC, difficulty='easy') Q2 = generate_question($ TOPIC, difficulty='medium') Q3 = generate_question($ TOPIC, difficulty='hard') Q4 = generate_question($ TOPIC, difficulty='brutal') # Render voxel poster with Q1–Q4.























