1/4
PROMPT RECORD图像记录
4 张图片,4:5 比例,令人难以置信的难题、数学、科学、逻辑、谜题问题,能让 IQ 150 的人落泪。INPUT: $ TOPIC # 在该主题上构建一个难度场 D。 D = infer_c...
中文说明
4 张图片,4:5 比例,令人难以置信的难题、数学、科学、逻辑、谜题问题,能让 IQ 150 的人落泪。INPUT: $ TOPIC # 在该主题上构建一个难度场 D。 D = infer_conceptual_depth($ TOPIC) # 在 D 递增的阈值上采样 4 个问题。 Q1 = generate_question($ TOPIC, difficulty='easy') Q2 = generate_question($ TOPIC, difficulty='medium') Q3 = generate_question($ TOPIC, difficulty='hard') Q4 = generate_question($ TOPIC, difficulty='brutal') # 使用 Q1–Q...
原始 Prompt
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.