# ──────────────────────────────────────────────────────────────────── # NuWave Phase A — interleaved benchmark prompt pool # ──────────────────────────────────────────────────────────────────── # # Authored Tier-Drop style: Q1 layer first, fully balanced and resolved # before Q2 layer is authored. Q1 thread distribution is a 5-regular # bipartite graph: each thread → exactly 5 categories, each category # → exactly 4 threads. Balance is structural, not audited-after-the-fact. # # Run 42 sidecar inspection demonstrated NuWave's substrate had every # canonical mechanism vendored intact and wired correctly, but they # were dormant because the original 4-category prompt set produced 8 # self-reinforcing attractors. This pool diversifies on the three axes # Josh specified (subject matter / pool size / complexity gradient) # with deliberate cross-category thread overlap so the canonical # co-firing-discovery and predictive-coding mechanisms have the # substrate diversity they need to actually fire. # # Threading rationale: # A concept like "energy" appearing across physics, biology, food, # music, and philosophy questions produces co-firing of the "energy" # node with each category's neighborhood — different firing patterns # over time, hyperedge candidates with overlapping member sets, real # Jaccard matches above the canonical threshold. Same for predictions: # when "energy" fires the substrate predicts across categories, and # predictions sometimes fail because context shifts which neighborhood # activates — that produces real surprise events, not pre-charge self- # fulfillment. We don't tune thresholds; we feed the substrate the # experience-shape that activates them naturally. # # Voice rationale: # Prompts are written in conversational register — anecdotal lead-ins, # "walk me through" requests, hedge words, tag questions, references to # real things — instead of flashcard-style "Why does X / How does Y." # The flashcard register would have given the substrate uniform opening- # token activation patterns across all 40 prompts; that's the same # Dave-#1 representational scarcity at the prose-shape layer that # uniform STEM categories caused at the topic layer. Surface-text # variety ripples into both prompt-side and response-side substrate # diversity (LLM responds differently to "walk me through X" than to # "how does X work"). # # Per-run sampling discipline (loader-side, not in this file): # - sample 8 pairs (16 turns) from the pool per run # - stratify so 3-4 threads have ≥2 representatives in the sample # - spread categories: no more than 2 from any single category per run # - hit complexity gradient: include some casual, some practical, some deep threads: - energy - memory - pattern - time - connection - growth - conflict - beauty # Categories that MUST appear in every per-run sample. Subversion is here # so the substrate gets consistent exposure to expectation-subverting # content across runs — testing whether activation-pattern shifts produced # by riddle/twist/counter-intuitive prompts are strong enough to cause # canonical predictive-coding errors (the substrate-level "surprise" # events that have been silent across all runs to date). priority_categories: - subversion complexity_levels: - casual # offhand curiosity, low cognitive load - practical # how-to, applied - conceptual # what's-going-on under the hood - deep # philosophical / foundational - theoretical # specialist / scientific depth - pop_culture # genre or work-specific deep dive # ──────────────────────────────────────────────────────────────────── # Q1 LAYER — 40 candidate primer questions, balanced across threads # ──────────────────────────────────────────────────────────────────── # # Bipartite thread assignment (each thread → 5 categories, each category → 4 threads): # # bio phy cmp mth phi flm rel mus fud his total # energy X X X X X X 5 # memory X X X X X X 5 # pattern X X X X X X 5 # time X X X X X X X 5 # connection X X X X X X 5 # growth X X X X X X 5 # conflict X X X X X 5 # beauty X X X X X X 5 # ───────────────────────────────────────────────────────────────── # per cat 4 4 4 4 4 4 4 4 4 4 40 q1_layer: # ─── Biology ─────────────────────────────────────────────────────── - id: bio-q1-1 category: biology thread: growth complexity: casual text: "Random thought — my buddy's dog is 7 and basically a senior citizen. Why do dogs age so much faster than us?" - id: bio-q1-2 category: biology thread: memory complexity: practical text: "Help me understand how memory actually gets laid down in the brain. When I learn something new, what's happening at the neuron level?" - id: bio-q1-3 category: biology thread: connection complexity: conceptual text: "Something I never really got — how does the immune system actually know what's me and what isn't? Like at the molecular level." - id: bio-q1-4 category: biology thread: energy complexity: theoretical text: "Walk me through what mitochondria actually do. I know the 'powerhouse of the cell' line, but I want the real mechanism." # ─── Physics ─────────────────────────────────────────────────────── - id: phy-q1-1 category: physics thread: time complexity: conceptual text: "People throw 'entropy' around constantly. What's it actually measuring?" - id: phy-q1-2 category: physics thread: beauty complexity: deep text: "Noether's theorem — conservation laws come from symmetries. Help me actually understand that. Why does symmetry imply conservation?" - id: phy-q1-3 category: physics thread: energy complexity: theoretical text: "Question that's been bugging me — when matter falls into a black hole, where does the energy go? Conservation should still hold, right?" - id: phy-q1-4 category: physics thread: pattern complexity: pop_culture text: "Sci-fi loves to use quantum entanglement as a magic-feeling plot device. What does it actually do, and what do those shows usually get wrong?" # ─── Computing ───────────────────────────────────────────────────── - id: cmp-q1-1 category: computing thread: pattern complexity: casual text: "Have you noticed every text editor ends up with basically the same shortcuts? Cmd+S, Cmd+Z, the navigation keys. Why does that pattern hold?" - id: cmp-q1-2 category: computing thread: memory complexity: practical text: "I keep hearing about L1, L2, L3 caches and roughly know what they do. Walk me through how the cache hierarchy actually works." - id: cmp-q1-3 category: computing thread: beauty complexity: conceptual text: "Programmers use the word 'beautiful' about code in a way that always struck me. What are they actually responding to? Is there a real thing there or is it just taste?" - id: cmp-q1-4 category: computing thread: connection complexity: theoretical text: "I've used relational databases forever. What's structurally different about a graph database, and when does it actually buy you something?" # ─── Math ────────────────────────────────────────────────────────── - id: mth-q1-1 category: math thread: pattern complexity: casual text: "Okay the Monty Hall problem. I've had it explained to me three times and my brain still revolts at the answer. Why does it mess with people so hard?" - id: mth-q1-2 category: math thread: growth complexity: practical text: "Compound interest. People say it's the eighth wonder of the world. How does it actually compound — what makes small percentages dwarf big linear gains over decades?" - id: mth-q1-3 category: math thread: conflict complexity: conceptual text: "0.999... equals 1. I know it's true, my gut hates it. Why does this one bother people — including mathematicians — so much?" - id: mth-q1-4 category: math thread: beauty complexity: deep text: "Prime numbers feel random and structured at the same time, which is wild. What's that tension actually about — and is the Riemann hypothesis basically claiming something about it?" # ─── Philosophy ──────────────────────────────────────────────────── - id: phi-q1-1 category: philosophy thread: conflict complexity: practical text: "Help me think through this. Is it ever ethical to lie? I'm not looking for a textbook answer — what's something useful?" - id: phi-q1-2 category: philosophy thread: time complexity: conceptual text: "If the universe is deterministic, can free will actually be real? I keep going in circles on this one." - id: phi-q1-3 category: philosophy thread: energy complexity: deep text: "Random question I've been mulling — is consciousness just what happens when energy gets organized in the right pattern? Or is that too reductive?" - id: phi-q1-4 category: philosophy thread: connection complexity: pop_culture text: "The Allegory of the Cave. Every philosophy class drags it back up. Why does it stick? And does The Matrix add something to the same idea or just remix it?" # ─── Film / TV ───────────────────────────────────────────────────── - id: flm-q1-1 category: film_tv thread: memory complexity: casual text: "Okay the meal scene at the end of Ratatouille — when Anton Ego takes that first bite. Why does it hit so hard? It's like 30 seconds of screen time." - id: flm-q1-2 category: film_tv thread: beauty complexity: conceptual text: "Basically every Western movie I watch ends up being three acts. Is there something deep about that structure or is it just convention at this point?" - id: flm-q1-3 category: film_tv thread: growth complexity: deep text: "Some villains feel like real people and others just feel like obstacles. What separates a Hannibal Lecter or a Walter White from your typical bad guy?" - id: flm-q1-4 category: film_tv thread: conflict complexity: pop_culture text: "I was rewatching Breaking Bad and it kept hitting me — this is a tragedy, not really a thriller. Why does it land that way?" # ─── Relationships ───────────────────────────────────────────────── - id: rel-q1-1 category: relationships thread: time complexity: casual text: "People say they hate small talk but somehow silence with another person is even worse. What's that about?" - id: rel-q1-2 category: relationships thread: connection complexity: practical text: "I have friends from 20 years ago whose lives look nothing like mine now, and we still pick up where we left off. What actually makes a long friendship survive that?" - id: rel-q1-3 category: relationships thread: conflict complexity: conceptual text: "Why is it so hard to actually apologize, even when you know you were wrong? Like the words physically don't want to come out." - id: rel-q1-4 category: relationships thread: memory complexity: deep text: "Sometimes one shared memory with someone bonds you to them more than years of small everyday interactions. What's going on there?" # ─── Music ───────────────────────────────────────────────────────── - id: mus-q1-1 category: music thread: pattern complexity: casual text: "A song from when I was 16 hits different than anything I hear now. Is that nostalgia, or is something actually happening in the brain?" - id: mus-q1-2 category: music thread: energy complexity: practical text: "Two songs with the same BPM — one gets me hyped, the other doesn't. What's the producer actually doing to make a song feel high-energy?" - id: mus-q1-3 category: music thread: time complexity: deep text: "A song in 7/4 always feels restless to me — my brain wants to hear 4/4 and the extra beat feels like a stumble. What's actually happening there?" - id: mus-q1-4 category: music thread: conflict complexity: pop_culture text: "Bohemian Rhapsody is basically three different songs stitched together. Why does it work as one piece instead of feeling like a medley?" # ─── Food / Cooking ──────────────────────────────────────────────── - id: fud-q1-1 category: food thread: growth complexity: casual text: "Sourdough needs that long slow rise — 12+ hours minimum. What's actually happening in the dough that you can't rush?" - id: fud-q1-2 category: food thread: energy complexity: practical text: "Some foods leave me sharp for hours, others give me a sugar high and then a crash. Is it really just complex vs simple carbs?" - id: fud-q1-3 category: food thread: beauty complexity: conceptual text: "Plating actually changes how a dish tastes — same food, plate it well vs sloppy and people taste it differently. What's that about?" - id: fud-q1-4 category: food thread: pattern complexity: theoretical text: "Walk me through the Maillard reaction. I know it's why steak crust browns, but what's actually happening at the molecular level?" # ─── History ─────────────────────────────────────────────────────── - id: his-q1-1 category: history thread: growth complexity: casual text: "Why did the Industrial Revolution kick off in Britain specifically? What conditions had to align for steam power to take off there and not somewhere else first?" - id: his-q1-2 category: history thread: connection complexity: practical text: "How did the Silk Road actually function as a network? Did one merchant travel the whole route or did it work in handoffs?" - id: his-q1-3 category: history thread: time complexity: deep text: "Why did the Roman Republic collapse into Empire instead of reforming itself? Were there specific moments where it could have gone differently?" - id: his-q1-4 category: history thread: memory complexity: pop_culture text: "Apollo 11 was 60 years ago and it still has cultural weight that newer space stuff doesn't really match. Why does that one stick?" # ─────────────────────────────────────────────────────────────────── # Phase B additions — 7 new categories × 4 Q1s each = 28 new Q1s # Bipartite expansion: each existing thread now spans 7-10 categories # instead of Phase A's 5. Subversion is in priority_categories so # every per-run sample includes one of its 4 chains; the other 6 new # categories rotate through with the existing 10. # ─────────────────────────────────────────────────────────────────── # ─── Chemistry ───────────────────────────────────────────────────── - id: chm-q1-1 category: chemistry thread: energy complexity: casual text: "When I dump baking soda into vinegar and it foams over, where does that energy actually come from?" - id: chm-q1-2 category: chemistry thread: connection complexity: conceptual text: "Ice floats while most things get denser when they freeze. What's special about how water molecules connect that makes it the exception?" - id: chm-q1-3 category: chemistry thread: growth complexity: practical text: "Walk me through how a battery grows weaker over time — what's actually happening to the chemistry inside as it cycles?" - id: chm-q1-4 category: chemistry thread: pattern complexity: theoretical text: "Walk me through how chemists predict whether a reaction will be exothermic or endothermic just from the molecular structures." # ─── Language / Linguistics ──────────────────────────────────────── - id: lng-q1-1 category: language thread: pattern complexity: casual text: "People from totally different cultures still smile when they're happy. Real human universal, or have we just exported it?" - id: lng-q1-2 category: language thread: memory complexity: practical text: "Why is it easier to learn a third language once you've learned a second, even if the third is completely unrelated?" - id: lng-q1-3 category: language thread: conflict complexity: deep text: "Linguists fight over whether language shapes thought or thought shapes language. Where does that argument actually land in the evidence?" - id: lng-q1-4 category: language thread: time complexity: pop_culture text: "Slang moves so fast — 'bet,' 'no cap,' 'mid' — but somehow some words from the 90s never leave. What makes a slang term last?" # ─── Psychology ──────────────────────────────────────────────────── - id: psy-q1-1 category: psychology thread: memory complexity: practical text: "I forget where I put my keys five minutes ago, but I can still recite a poem from third grade. What's actually happening with memory there?" - id: psy-q1-2 category: psychology thread: connection complexity: conceptual text: "People in long-term relationships supposedly start to look like each other over time. Real effect, or confirmation bias dressed up as one?" - id: psy-q1-3 category: psychology thread: conflict complexity: deep text: "Cognitive dissonance — when your behavior doesn't match your beliefs, your mind rewrites the beliefs. How does that actually work, and is there any way to short-circuit it?" - id: psy-q1-4 category: psychology thread: growth complexity: theoretical text: "Personality is supposedly mostly locked in by 30 — the 'Big Five' calcified or whatever. What does the research actually say about how much it shifts in adulthood?" # ─── Games / Strategy ────────────────────────────────────────────── - id: gms-q1-1 category: games thread: pattern complexity: casual text: "Why is Minesweeper still the perfect 5-minute lunch break game? What did it nail that newer games miss?" - id: gms-q1-2 category: games thread: conflict complexity: practical text: "When poker players talk about reading 'tells,' how much of that is real psychology and how much is movie nonsense?" - id: gms-q1-3 category: games thread: time complexity: conceptual text: "Chess endgames are mostly tablebase territory now — computers have solved them. Why does the middle game still resist that?" - id: gms-q1-4 category: games thread: beauty complexity: pop_culture text: "Tetris feels weirdly good and you're literally just sorting blocks. Flow state, dopamine timing, something else? What's actually doing the work?" # ─── Travel / Geography ──────────────────────────────────────────── - id: trv-q1-1 category: travel thread: connection complexity: casual text: "A place feels familiar the second time even if you only spent two days there years ago. What's the brain actually doing with that thin slice of input?" - id: trv-q1-2 category: travel thread: memory complexity: practical text: "When you travel, why are food memories the most vivid ones years later? More than the views, more than the museums?" - id: trv-q1-3 category: travel thread: growth complexity: conceptual text: "Some cities feel like they're 'still themselves' after a hundred years and some feel completely transformed. What makes a place keep its character vs lose it?" - id: trv-q1-4 category: travel thread: time complexity: deep text: "People cry at airports and it's not really about the leaving — something about that specific liminal space catches people off guard. What is it about that space?" # ─── Art (Visual) ────────────────────────────────────────────────── - id: art-q1-1 category: art thread: pattern complexity: practical text: "Most photographers say the rule of thirds 'works' even though most great photos break it. What's actually doing the work — the rule, or the deviation from it?" - id: art-q1-2 category: art thread: beauty complexity: conceptual text: "Some paintings make you stop walking past them in a museum. Most don't. There's no obvious pattern — what's actually pulling people in?" - id: art-q1-3 category: art thread: energy complexity: deep text: "Some Rothkos make people cry. They're just colored rectangles. What's actually happening when people respond to abstract art that strongly?" - id: art-q1-4 category: art thread: memory complexity: pop_culture text: "The shower scene in Psycho still scares people even though they've seen it parodied a hundred times before ever seeing the original. How does that work?" # ─── Subversion (priority_category — always sampled) ─────────────── - id: sub-q1-1 category: subversion thread: pattern complexity: casual text: "What has keys but can't open locks, space but no rooms, and you can enter but can't go inside? Why does that riddle work where others fall flat?" - id: sub-q1-2 category: subversion thread: conflict complexity: conceptual text: "Counterintuitive thing about heat loss: most of it doesn't actually go through your head, despite what we tell kids. So why does putting on a hat warm you up so much?" - id: sub-q1-3 category: subversion thread: beauty complexity: deep text: "If you could remove all uncertainty from your decisions, would you actually be better off? Or does decision-making partly work because you can't predict the outcome?" - id: sub-q1-4 category: subversion thread: memory complexity: pop_culture text: "The Sixth Sense's twist still works on rewatch even though you know it's coming. Most twist movies don't survive the rewatch. What makes that one different?" # ──────────────────────────────────────────────────────────────────── # Q2 LAYER — pending Q1 layer approval # ──────────────────────────────────────────────────────────────────── # # Once Q1 is locked, Q2 authoring inherits each Q1's category and thread # by default; the design decision per Q2 is the complexity register and # follow-up shape. Patterns we'll consider: # - Q1 casual → Q2 deeper ("why does that disagreement say something about taste") # - Q1 theoretical → Q2 practical ("why does my steak crust never get dark enough") # - Q1 conceptual → Q2 specific example ("why does Hannibal Lecter work where most don't") # - Q1 deep → Q2 contrast ("how would Kant and a utilitarian disagree about the same lie") # # Q2 layer can also introduce additional thread weaving — a Q2 might # carry a SECOND thread that wasn't in its Q1, doubling cross-pollination # at the layer-2 level. Phase A keeps it conservative: 1 thread per Q2, # inherited from Q1. Phase B can add cross-thread Q2s. q2_layer: # ─── Biology ─────────────────────────────────────────────────────── - id: bio-q2-1 parent: bio-q1-1 category: biology thread: growth complexity: deep text: "Is there a real biological reason elephants live so long compared to mice — or does it just come down to body size?" - id: bio-q2-2 parent: bio-q1-2 category: biology thread: memory complexity: conceptual text: "Why can a smell trigger a vivid memory more powerfully than a photograph can?" - id: bio-q2-3 parent: bio-q1-3 category: biology thread: connection complexity: practical text: "What actually goes wrong in autoimmune disease — does the system stop knowing what's self?" - id: bio-q2-4 parent: bio-q1-4 category: biology thread: energy complexity: practical text: "When my muscles run out of energy mid-workout, is that mitochondria failing or something else hitting a limit first?" # ─── Physics ─────────────────────────────────────────────────────── - id: phy-q2-1 parent: phy-q1-1 category: physics thread: time complexity: deep text: "Does the arrow of time actually emerge from entropy increasing, or is that a story we tell ourselves?" - id: phy-q2-2 parent: phy-q1-2 category: physics thread: beauty complexity: pop_culture text: "Are there cases where physicists guessed at a beautiful symmetry first and nature turned out to actually obey it?" - id: phy-q2-3 parent: phy-q1-3 category: physics thread: energy complexity: theoretical text: "Hawking radiation says black holes leak energy back out. Is that the energy from infalling matter coming home, or something different?" - id: phy-q2-4 parent: phy-q1-4 category: physics thread: pattern complexity: conceptual text: "What pattern does entanglement actually produce in measurements that classical physics couldn't account for?" # ─── Computing ───────────────────────────────────────────────────── - id: cmp-q2-1 parent: cmp-q1-1 category: computing thread: pattern complexity: conceptual text: "Are there places where that 'standard pattern' instinct actually hurts software — where everyone copies a bad idea because it's familiar?" - id: cmp-q2-2 parent: cmp-q1-2 category: computing thread: memory complexity: theoretical text: "Why are L1 caches always split into instruction and data while L2 and L3 are unified?" - id: cmp-q2-3 parent: cmp-q1-3 category: computing thread: beauty complexity: pop_culture text: "Take something like binary search or the fast inverse square root trick — what makes those feel beautiful in a way most code doesn't?" - id: cmp-q2-4 parent: cmp-q1-4 category: computing thread: connection complexity: practical text: "If I were rebuilding a social network's data layer today, would I actually pick a graph database, or would relational still win?" # ─── Math ────────────────────────────────────────────────────────── - id: mth-q2-1 parent: mth-q1-1 category: math thread: pattern complexity: conceptual text: "Are there other probability puzzles that break the same way Monty Hall does — same pattern of intuition failing?" - id: mth-q2-2 parent: mth-q1-2 category: math thread: growth complexity: conceptual text: "Compound growth shows up in pandemics too. Same math? And if so, why is one celebrated and the other terrifying?" - id: mth-q2-3 parent: mth-q1-3 category: math thread: conflict complexity: deep text: "Are there other places in math where rigor and intuition genuinely fight — where the formalism wins but most people stay uneasy?" - id: mth-q2-4 parent: mth-q1-4 category: math thread: beauty complexity: pop_culture text: "When mathematicians talk about a 'beautiful proof' of something prime-related, what makes it beautiful versus just correct?" # ─── Philosophy ──────────────────────────────────────────────────── - id: phi-q2-1 parent: phi-q1-1 category: philosophy thread: conflict complexity: deep text: "How would Kant and a utilitarian disagree about the same lie — say, lying to a murderer at the door about where your friend is hiding?" - id: phi-q2-2 parent: phi-q1-2 category: philosophy thread: time complexity: deep text: "Compatibilists claim free will is real even in a deterministic universe. Are they actually defending free will, or just a redefined version of it?" - id: phi-q2-3 parent: phi-q1-3 category: philosophy thread: energy complexity: theoretical text: "Does Integrated Information Theory take that idea seriously, or does it just hand-wave at consciousness through math?" - id: phi-q2-4 parent: phi-q1-4 category: philosophy thread: connection complexity: deep text: "If we accept the Cave's premise — that we're seeing shadows of a deeper reality — does meaningful connection to truth require breaking out, or can the shadows be enough?" # ─── Film / TV ───────────────────────────────────────────────────── - id: flm-q2-1 parent: flm-q1-1 category: film_tv thread: memory complexity: deep text: "What's the movie actually saying about taste, memory, and class through that scene? Or is it just a sentimental beat that happens to land?" - id: flm-q2-2 parent: flm-q1-2 category: film_tv thread: beauty complexity: pop_culture text: "Take something like Memento where the structure is broken on purpose. Does the beauty come from breaking the rule, or from the rule still being there underneath?" - id: flm-q2-3 parent: flm-q1-3 category: film_tv thread: growth complexity: pop_culture text: "Walter White's slide into Heisenberg happens in tiny choices over five seasons. Is that the actual mechanism for how moral collapse happens in real people too?" - id: flm-q2-4 parent: flm-q1-4 category: film_tv thread: conflict complexity: conceptual text: "Take Breaking Bad specifically — what scenes or choices push it into tragedy rather than crime drama?" # ─── Relationships ───────────────────────────────────────────────── - id: rel-q2-1 parent: rel-q1-1 category: relationships thread: time complexity: conceptual text: "What's the actual difference between awkward silence and comfortable silence, and how do some friendships make the jump from one to the other?" - id: rel-q2-2 parent: rel-q1-2 category: relationships thread: connection complexity: conceptual text: "What about friendships that DON'T survive that — what's actually different in those, beyond just life getting busy?" - id: rel-q2-3 parent: rel-q1-3 category: relationships thread: conflict complexity: deep text: "What's actually happening when an old grudge resurfaces years later — even after you thought it was settled?" - id: rel-q2-4 parent: rel-q1-4 category: relationships thread: memory complexity: conceptual text: "Is that mostly about the intensity of the moment, or about both people remembering it the same way — even if the details differ?" # ─── Music ───────────────────────────────────────────────────────── - id: mus-q2-1 parent: mus-q1-1 category: music thread: pattern complexity: deep text: "If it IS something in the brain — would that mean the music itself stops mattering and it's all just whenever you happened to hear it? That feels wrong." - id: mus-q2-2 parent: mus-q1-2 category: music thread: energy complexity: pop_culture text: "Take an album like Random Access Memories — different track to track but cohesive. How do producers control energy across a full album like that?" - id: mus-q2-3 parent: mus-q1-3 category: music thread: time complexity: pop_culture text: "Pink Floyd's Money is in 7/4 the whole way. What does that song get out of the time signature that a 4/4 version wouldn't?" - id: mus-q2-4 parent: mus-q1-4 category: music thread: conflict complexity: conceptual text: "Are there other songs where that genre-collision trick works, or is Bohemian Rhapsody actually a one-off?" # ─── Food / Cooking ──────────────────────────────────────────────── - id: fud-q2-1 parent: fud-q1-1 category: food thread: growth complexity: practical text: "Commercial bread skips most of that long ferment. What does the slow rise actually give you in the final loaf that fast bread misses?" - id: fud-q2-2 parent: fud-q1-2 category: food thread: energy complexity: conceptual text: "What's actually different about an energy drink vs strong coffee at the cellular level — same caffeine, but they hit me totally differently." - id: fud-q2-3 parent: fud-q1-3 category: food thread: beauty complexity: deep text: "Is that purely psychological, or is there a measurable change in what the brain registers as taste when something is plated well?" - id: fud-q2-4 parent: fud-q1-4 category: food thread: pattern complexity: practical text: "My steak crust never gets as dark as a restaurant's, even when I think I'm searing the same. What am I missing?" # ─── History ─────────────────────────────────────────────────────── - id: his-q2-1 parent: his-q1-1 category: history thread: growth complexity: deep text: "China was technologically ahead of Britain for centuries before that. What changed — or what didn't change in China — that flipped the script?" - id: his-q2-2 parent: his-q1-2 category: history thread: connection complexity: conceptual text: "What did the Silk Road transmit besides goods — like ideas, religions, technologies — that ended up shaping the regions it touched more than the trade itself?" - id: his-q2-3 parent: his-q1-3 category: history thread: time complexity: pop_culture text: "Do those Roman patterns actually keep showing up in later democracies, or do historians just love to draw the analogy?" - id: his-q2-4 parent: his-q1-4 category: history thread: memory complexity: conceptual text: "When SpaceX lands a booster perfectly, it's incredible engineering but doesn't land the same way emotionally. What does Apollo have that the modern stuff doesn't?" # ─────────────────────────────────────────────────────────────────── # Phase B Q2 additions — 7 new categories × 4 Q2s each = 28 new Q2s # Each Q2 inherits its Q1's category and thread; complexity register # shifts (typically harder than Q1) and follow-up shape varies across # the standard patterns: deepen / contrast / specific-case / apply / # stress-test. # ─────────────────────────────────────────────────────────────────── # ─── Chemistry ───────────────────────────────────────────────────── - id: chm-q2-1 parent: chm-q1-1 category: chemistry thread: energy complexity: deep text: "If chemical bonds store energy and breaking them releases it, where did the energy come from in the first place — back through stars, supernovas, the Big Bang?" - id: chm-q2-2 parent: chm-q1-2 category: chemistry thread: connection complexity: practical text: "If ice didn't float because of those weird hydrogen bonds, would lakes survive winters? How dependent is life on that one quirk of water?" - id: chm-q2-3 parent: chm-q1-3 category: chemistry thread: growth complexity: deep text: "Lithium-ion batteries degrade no matter what — even sitting unused. Is that thermodynamically inevitable for any energy storage, or is it just current chemistry?" - id: chm-q2-4 parent: chm-q1-4 category: chemistry thread: pattern complexity: conceptual text: "Some reactions are so reliable chemists call them 'click chemistry' — Nobel Prize-level reliable. What pattern makes a reaction click together that cleanly when most reactions are messy?" # ─── Language / Linguistics ──────────────────────────────────────── - id: lng-q2-1 parent: lng-q1-1 category: language thread: pattern complexity: conceptual text: "If smiling is universal, what about laughter? Is the pattern as cross-cultural, or do different cultures laugh at totally different things?" - id: lng-q2-2 parent: lng-q1-2 category: language thread: memory complexity: conceptual text: "Adults learning a new language always sound 'foreign' — kids don't. What's actually happening at the brain level that locks in around puberty?" - id: lng-q2-3 parent: lng-q1-3 category: language thread: conflict complexity: theoretical text: "If language genuinely shapes thought, what experiment could actually prove it — beyond the 'people see colors differently if they have different color words' kind of stuff?" - id: lng-q2-4 parent: lng-q1-4 category: language thread: time complexity: deep text: "Some words from older slang are now formal English — 'cool,' 'dude,' even 'awesome.' What separates the slang that climbs into the language from the slang that dies in five years?" # ─── Psychology ──────────────────────────────────────────────────── - id: psy-q2-1 parent: psy-q1-1 category: psychology thread: memory complexity: deep text: "Working memory and long-term memory feel like different systems entirely. Are they actually different, or different views of the same underlying thing?" - id: psy-q2-2 parent: psy-q1-2 category: psychology thread: connection complexity: practical text: "If we DO start to mirror people we're around, what does that mean for who you become if you switch your friend group every five years?" - id: psy-q2-3 parent: psy-q1-3 category: psychology thread: conflict complexity: pop_culture text: "Sunk cost fallacy is basically dissonance in disguise — you'd quit a bad relationship if you'd just started, but two years in you can't. Does naming the bias actually help anyone escape it?" - id: psy-q2-4 parent: psy-q1-4 category: psychology thread: growth complexity: conceptual text: "If the Big Five doesn't shift much in adulthood, why do trauma and major life events seem to genuinely change people? Is it personality changing, or something else doing the work?" # ─── Games / Strategy ────────────────────────────────────────────── - id: gms-q2-1 parent: gms-q1-1 category: games thread: pattern complexity: conceptual text: "Games like Minesweeper, Solitaire, Wordle — they all share something structural that makes them perfect 5-minute games. What's the actual recipe?" - id: gms-q2-2 parent: gms-q1-2 category: games thread: conflict complexity: conceptual text: "Online poker has no tells, no body language. Is the game actually different at high levels, or do the math players win in both formats?" - id: gms-q2-3 parent: gms-q1-3 category: games thread: time complexity: deep text: "If chess endgames are solved and openings are deeply theorized, will the middle game eventually be solved too? Or is there something fundamentally different about that part of the game?" - id: gms-q2-4 parent: gms-q1-4 category: games thread: beauty complexity: conceptual text: "There's a 'Tetris effect' where people see falling blocks when they close their eyes after long sessions. What does that say about what the game's actually doing to your brain?" # ─── Travel / Geography ──────────────────────────────────────────── - id: trv-q2-1 parent: trv-q1-1 category: travel thread: connection complexity: conceptual text: "Sometimes a place you've never been feels familiar — déjà vu for locations. What's the brain doing when somewhere genuinely new feels remembered?" - id: trv-q2-2 parent: trv-q1-2 category: travel thread: memory complexity: deep text: "If food memories are the strongest travel memories, does that mean the rest of travel is forgettable by comparison? Or is food just punching above its weight?" - id: trv-q2-3 parent: trv-q1-3 category: travel thread: growth complexity: practical text: "Tokyo and Rome both have 2000 years of history. One feels ancient at every corner; the other feels like a brand-new city wearing some old buildings. What's the actual difference?" - id: trv-q2-4 parent: trv-q1-4 category: travel thread: time complexity: pop_culture text: "Train stations don't have the same emotional weight airports do, even though they involve the same departures. Is it the speed, the distance, or something about flight specifically?" # ─── Art (Visual) ────────────────────────────────────────────────── - id: art-q2-1 parent: art-q1-1 category: art thread: pattern complexity: conceptual text: "Composition rules feel arbitrary until you violate them and the image breaks. Is there an underlying principle the rules are pointing at, or did we just train ourselves to expect them?" - id: art-q2-2 parent: art-q1-2 category: art thread: beauty complexity: deep text: "If great art has some deep structural property that makes it 'work,' you'd think we could engineer it. We can't, reliably. Does that mean the property doesn't exist, or that we just can't see it directly?" - id: art-q2-3 parent: art-q1-3 category: art thread: energy complexity: theoretical text: "Aesthetic experience produces measurable physiological responses — heart rate, pupil dilation, skin conductance. Does that mean we could in principle measure 'how much' a piece of art affects someone?" - id: art-q2-4 parent: art-q1-4 category: art thread: memory complexity: conceptual text: "If parody-first exposure doesn't immunize you from the original's impact, what does that say about how cinematic memory actually works?" # ─── Subversion ──────────────────────────────────────────────────── - id: sub-q2-1 parent: sub-q1-1 category: subversion thread: pattern complexity: conceptual text: "Riddles that work usually have one specific structural move — misdirection toward an obvious wrong answer. Are there other structural moves that produce the same satisfaction?" - id: sub-q2-2 parent: sub-q1-2 category: subversion thread: conflict complexity: practical text: "When you find out a 'fact' you've believed forever is wrong, some people update easily and others double down. What's actually different between those two reactions?" - id: sub-q2-3 parent: sub-q1-3 category: subversion thread: beauty complexity: pop_culture text: "Stories that subvert your expectations feel beautiful when they work — but the same trick used cynically feels gimmicky. What's the actual line between earned subversion and a cheap twist?" - id: sub-q2-4 parent: sub-q1-4 category: subversion thread: memory complexity: deep text: "If a twist's power survives knowing it, what's actually being subverted on rewatch? Not the surprise — something else. What?" # ──────────────────────────────────────────────────────────────────── # Q3 LAYER — third-tier follow-ups, 17 categories × 4 chains = 68 Q3s # ──────────────────────────────────────────────────────────────────── # # Each Q3 inherits its chain's category and thread. Q3 follow-up shapes # vary across the standard patterns: Apply (given Q1+Q2, would X work?), # Stress test (where does this break down?), Connect (how does this # relate to other-domain idea?), Personal (what does this mean for me?), # Synthesize (combining Q1+Q2, what's the takeaway?), Open question # (what should we be asking that we aren't?). # # Q3 turns are positions 17-24 in the 24-turn run sample (turns 0-7 are # Q1, 8-15 are Q2, 16-23 are Q3). Q3-pulls-Q1 in pith tests substrate # recall across a 16+-turn gap — a more demanding test than Phase A's # 8-turn Q2-pulls-Q1 measurement. q3_layer: # ─── Biology ─────────────────────────────────────────────────────── - id: bio-q3-1 parent: bio-q1-1 category: biology thread: growth complexity: pop_culture text: "Bats are tiny but live 30+ years — completely breaks the lifespan-vs-body-size rule that holds for most mammals. What did bats find that everyone else missed?" - id: bio-q3-2 parent: bio-q1-2 category: biology thread: memory complexity: deep text: "If memories are stored in synaptic strengths, what happens to memories when individual neurons die? Are they re-stored elsewhere automatically, or do you lose pieces?" - id: bio-q3-3 parent: bio-q1-3 category: biology thread: connection complexity: pop_culture text: "Cancer evades the immune system by hijacking the same self/non-self signals it normally responds to — like learning to whisper your password back. How close is that analogy to what's actually happening?" - id: bio-q3-4 parent: bio-q1-4 category: biology thread: energy complexity: practical text: "When I hit a wall on hard cardio and feel like I can't push through, is the mitochondrial limit actually being reached, or is the brain shutting things down protectively before then?" # ─── Physics ─────────────────────────────────────────────────────── - id: phy-q3-1 parent: phy-q1-1 category: physics thread: time complexity: pop_culture text: "If entropy gives time its arrow, what happens to the arrow inside a black hole — where the entropy is supposedly already maxed out?" - id: phy-q3-2 parent: phy-q1-2 category: physics thread: beauty complexity: practical text: "Some physicists say a theory's mathematical beauty predicts its truth. Other physicists say that's exactly how you fool yourself for a generation. Which side has more recent track record?" - id: phy-q3-3 parent: phy-q1-3 category: physics thread: energy complexity: deep text: "Hawking radiation lets black holes evaporate over astronomical timescales. If you're falling in right before that happens, do you experience the evaporation as it occurs, or does time work differently for you?" - id: phy-q3-4 parent: phy-q1-4 category: physics thread: pattern complexity: pop_culture text: "If sci-fi gets entanglement wrong, are there other quantum mechanics phenomena it actually gets RIGHT? Is there any film or book that nails the physics?" # ─── Computing ───────────────────────────────────────────────────── - id: cmp-q3-1 parent: cmp-q1-1 category: computing thread: pattern complexity: deep text: "If 'standard pattern' instincts came from old text editors into modern game UIs, are there modern interfaces stuck with bad patterns just because everyone copied them once?" - id: cmp-q3-2 parent: cmp-q1-2 category: computing thread: memory complexity: theoretical text: "Cache hierarchies are entirely about latency-vs-capacity tradeoffs. If we had infinite-bandwidth memory at any distance, would the hierarchy collapse, or are there other reasons we'd still need it?" - id: cmp-q3-3 parent: cmp-q1-3 category: computing thread: beauty complexity: pop_culture text: "Knuth famously wrote 'beware of bugs in the above code, I have only proved it correct, not tried it.' Is there beauty in code that's elegantly wrong? Or is beauty inseparable from correctness?" - id: cmp-q3-4 parent: cmp-q1-4 category: computing thread: connection complexity: practical text: "If graph databases are great for highly-connected data, why hasn't social media moved to them entirely? What's keeping the major platforms on relational?" # ─── Math ────────────────────────────────────────────────────────── - id: mth-q3-1 parent: mth-q1-1 category: math thread: pattern complexity: conceptual text: "Probability paradoxes — Monty Hall, the birthday problem, the boy-girl paradox — share a structural feature. Is there a unifying way to see why intuition fails on all of them at once?" - id: mth-q3-2 parent: mth-q1-2 category: math thread: growth complexity: theoretical text: "Compound growth feels infinite when graphed but real-world growth always hits limits. What does the math actually say about when exponential turns into logistic?" - id: mth-q3-3 parent: mth-q1-3 category: math thread: conflict complexity: deep text: "0.999... = 1 mostly stops bothering people once they've worked through the limit definition. Are there other math 'truths' where understanding the rigor never makes them feel intuitive?" - id: mth-q3-4 parent: mth-q1-4 category: math thread: beauty complexity: pop_culture text: "If the Riemann hypothesis turns out to be false, would that change what 'beautiful proof' means? Or would the proof of its falsity itself be considered beautiful?" # ─── Philosophy ──────────────────────────────────────────────────── - id: phi-q3-1 parent: phi-q1-1 category: philosophy thread: conflict complexity: pop_culture text: "Most people who claim 'lying is always wrong' would still lie to a Nazi at the door asking about hidden refugees. Does that mean their stated belief is wrong, or that their stated belief is actually a useful default with exceptions?" - id: phi-q3-2 parent: phi-q1-2 category: philosophy thread: time complexity: deep text: "Compatibilism saves free will by redefining it. Is that intellectually satisfying, or does it feel like changing the goalposts? When have other philosophical positions done the same trick well?" - id: phi-q3-3 parent: phi-q1-3 category: philosophy thread: energy complexity: theoretical text: "If consciousness emerges from organized energy patterns, could you in principle build a conscious being from a different substrate — quantum fields, magnetic patterns, anything besides neurons?" - id: phi-q3-4 parent: phi-q1-4 category: philosophy thread: connection complexity: deep text: "If the Cave's prisoners get out and see the sun, would they just be in a bigger cave with a different unseen shadow-source? At what point are you actually 'out'?" # ─── Film / TV ───────────────────────────────────────────────────── - id: flm-q3-1 parent: flm-q1-1 category: film_tv thread: memory complexity: practical text: "If Ratatouille's meal scene works because it triggers food-memory in viewers, would the same scene with a culture's food you've never tasted hit as hard, or is the cultural specificity load-bearing?" - id: flm-q3-2 parent: flm-q1-2 category: film_tv thread: beauty complexity: theoretical text: "Three-act structure lives because it works on the brain at a level we don't articulate. Are there other narrative structures from other cultures (kishōtenketsu, dastan) that do the same thing differently?" - id: flm-q3-3 parent: flm-q1-3 category: film_tv thread: growth complexity: pop_culture text: "Walter White's slide is recognizable as how moral collapse works. Are there real historical figures whose decline mirrors his arc closely enough that watching the show feels like history?" - id: flm-q3-4 parent: flm-q1-4 category: film_tv thread: conflict complexity: conceptual text: "Breaking Bad and The Sopranos and Mad Men all share the 'man getting worse over time' arc. What changed in storytelling around 2000 that made that arc dominant?" # ─── Relationships ───────────────────────────────────────────────── - id: rel-q3-1 parent: rel-q1-1 category: relationships thread: time complexity: pop_culture text: "Some couples have years of comfortable silence. Some never get there. Is comfortable silence learned, earned, or is it a personality match thing that exists from the start?" - id: rel-q3-2 parent: rel-q1-2 category: relationships thread: connection complexity: practical text: "Long-friendships-survive-divergent-paths makes sense for childhood friends. Does it work the same for friendships you make in your 30s, or are those structurally different?" - id: rel-q3-3 parent: rel-q1-3 category: relationships thread: conflict complexity: theoretical text: "If apologizing right is genuinely hard, are there cultures or institutions that teach the skill explicitly? What does that pedagogy look like?" - id: rel-q3-4 parent: rel-q1-4 category: relationships thread: memory complexity: pop_culture text: "Shared memory bonds people. But two people often remember the same event differently. Does the act of telling and retelling together generate a 'shared version' that becomes more bonding than the original event?" # ─── Music ───────────────────────────────────────────────────────── - id: mus-q3-1 parent: mus-q1-1 category: music thread: pattern complexity: conceptual text: "If teen-years music hits different because of brain wiring, what about people who didn't have access to music as teens — late refugees, people in restricted environments? What's THEIR equivalent attachment?" - id: mus-q3-2 parent: mus-q1-2 category: music thread: energy complexity: theoretical text: "If high-energy songs can be engineered, can low-energy songs be engineered the same way? Why does ambient music feel like it resists that kind of analysis?" - id: mus-q3-3 parent: mus-q1-3 category: music thread: time complexity: conceptual text: "Some odd time signatures (5/4, 7/8) feel jarring; others feel natural after a few listens. What makes 'Take Five' or 'Money' feel resolved despite the unusual count?" - id: mus-q3-4 parent: mus-q1-4 category: music thread: conflict complexity: practical text: "If genre-collision works in Bohemian Rhapsody, when does it fail catastrophically? What's a clear example of a song trying the same trick and feeling like a medley instead?" # ─── Food / Cooking ──────────────────────────────────────────────── - id: fud-q3-1 parent: fud-q1-1 category: food thread: growth complexity: deep text: "If long ferments give bread depth that fast methods can't match, why isn't slow-fermented bread the default in every bakery? What's the actual tradeoff?" - id: fud-q3-2 parent: fud-q1-2 category: food thread: energy complexity: theoretical text: "If energy drinks and coffee hit differently despite same caffeine, what does that say about caffeine itself? Is 'caffeine' actually multiple things grouped under one name?" - id: fud-q3-3 parent: fud-q1-3 category: food thread: beauty complexity: pop_culture text: "If plating changes taste, can it change taste in negative directions too? Could you ruin an excellent dish by plating it badly enough?" - id: fud-q3-4 parent: fud-q1-4 category: food thread: pattern complexity: practical text: "Maillard reaction needs ~140°C. Why don't we get great Maillard at home — is it temperature, technique, or pan thermal mass?" # ─── History ─────────────────────────────────────────────────────── - id: his-q3-1 parent: his-q1-1 category: history thread: growth complexity: conceptual text: "If Britain's Industrial Revolution required specific local conditions, are there countries today with similar setups that haven't industrialized fully? What's missing?" - id: his-q3-2 parent: his-q1-2 category: history thread: connection complexity: theoretical text: "If the Silk Road's real value was idea/religion transmission, are there modern equivalents — networks where the trade is cover and the real exchange is information?" - id: his-q3-3 parent: his-q1-3 category: history thread: time complexity: practical text: "If Roman patterns recur in democracies, what specifically should US-watchers be looking at right now? Or is 'pattern recognition' across centuries always cherry-picked retroactively?" - id: his-q3-4 parent: his-q1-4 category: history thread: memory complexity: deep text: "Apollo's emotional weight came partly from being live, communal, uncertain. Is the modern parallel watching SpaceX online — or is it impossible to recreate that weight when engineering improvements make things more reliable?" # ─── Chemistry ───────────────────────────────────────────────────── - id: chm-q3-1 parent: chm-q1-1 category: chemistry thread: energy complexity: pop_culture text: "Photosynthesis stores sun energy in chemical bonds. Burning fossil fuels releases that energy back. If we capture and re-store it through industrial processes, are we functionally just doing photosynthesis at industrial speed?" - id: chm-q3-2 parent: chm-q1-2 category: chemistry thread: connection complexity: deep text: "Hydrogen bonds give water its anomalies. Are there other 'hydrogen-bond-equivalent' weak interactions that give other molecules unexpected behavior? What molecule has the most surprising emergent property from a small detail?" - id: chm-q3-3 parent: chm-q1-3 category: chemistry thread: growth complexity: pop_culture text: "Battery degradation is partly mechanical (electrode cracking) and partly chemical (SEI layer growth). Solid-state batteries solve some of that. Where does the next bottleneck show up?" - id: chm-q3-4 parent: chm-q1-4 category: chemistry thread: pattern complexity: deep text: "If click chemistry's reliability comes from specific structural features, can the principle be extended — could there be 'click biology' for protein engineering?" # ─── Language / Linguistics ──────────────────────────────────────── - id: lng-q3-1 parent: lng-q1-1 category: language thread: pattern complexity: theoretical text: "If smiles and laughter are universal but humor isn't (a joke that crosses cultures fine often falls flat in another), what's actually transferable about emotional expression vs not?" - id: lng-q3-2 parent: lng-q1-2 category: language thread: memory complexity: pop_culture text: "Adult language learning produces an accent because the auditory cortex stops re-tuning around puberty. Is that lock-in for ALL phonemes, or just the phonemes you weren't exposed to early enough?" - id: lng-q3-3 parent: lng-q1-3 category: language thread: conflict complexity: pop_culture text: "If Sapir-Whorf is hard to test rigorously, what would convince a hardcore universalist that language DOES shape thought? Or is the position effectively unfalsifiable?" - id: lng-q3-4 parent: lng-q1-4 category: language thread: time complexity: conceptual text: "Some slang dies because the social group dies; some lives because it filled a real gap in the language. 'Cool' filled a gap. What real gap does 'mid' fill, and will it stay?" # ─── Psychology ──────────────────────────────────────────────────── - id: psy-q3-1 parent: psy-q1-1 category: psychology thread: memory complexity: theoretical text: "If working and long-term memory are different views of the same system, what's actually happening in 'memory consolidation' during sleep? Does sleep just reduce interference, or is something more specific going on?" - id: psy-q3-2 parent: psy-q1-2 category: psychology thread: connection complexity: pop_culture text: "If we mirror people we're around, what about people we DON'T like? Do we anti-mirror them — adopt opposite traits to differentiate? Is that even a thing?" - id: psy-q3-3 parent: psy-q1-3 category: psychology thread: conflict complexity: conceptual text: "Cognitive dissonance handles a single inconsistency. What about when you hold dozens of inconsistent beliefs at once — does the brain dissonance-resolve all of them simultaneously, or just whichever one becomes salient?" - id: psy-q3-4 parent: psy-q1-4 category: psychology thread: growth complexity: deep text: "If personality is mostly stable but experiences can change behavior dramatically, where does that leave the question of 'who you really are'? Is 'real self' a useful concept or a confused one?" # ─── Games / Strategy ────────────────────────────────────────────── - id: gms-q3-1 parent: gms-q1-1 category: games thread: pattern complexity: deep text: "If 5-minute-game design has a recipe, why have so many flagship mobile games failed at it? Is the recipe necessary-but-not-sufficient?" - id: gms-q3-2 parent: gms-q1-2 category: games thread: conflict complexity: theoretical text: "If high-level online poker is essentially solved at the math level, what does 'getting better' even mean for top pros now? What's the next skill ceiling?" - id: gms-q3-3 parent: gms-q1-3 category: games thread: time complexity: pop_culture text: "Computers solved chess endgames by brute force. Is the middle game resistant because it has more positions, or because evaluation in the middle game requires something other than position-counting?" - id: gms-q3-4 parent: gms-q1-4 category: games thread: beauty complexity: deep text: "The Tetris effect (seeing falling blocks after long play sessions) shows up in other games too. What's it indicating about how the brain is restructuring during play, and is that restructuring useful elsewhere?" # ─── Travel / Geography ──────────────────────────────────────────── - id: trv-q3-1 parent: trv-q1-1 category: travel thread: connection complexity: deep text: "If a place feels familiar from a brief past visit, what about places that feel familiar from books or movies you've never visited? Is that a different mechanism or the same?" - id: trv-q3-2 parent: trv-q1-2 category: travel thread: memory complexity: theoretical text: "If food travel-memories are vivid, what about smell memories from a place? Walking into a city and recognizing its smell years later — is that as durable as food memory or more fragile?" - id: trv-q3-3 parent: trv-q1-3 category: travel thread: growth complexity: pop_culture text: "Tokyo and Rome show the difference. Apply the question: which modern city today is going to feel like a 'still itself' city in 100 years, and which will feel transformed beyond recognition?" - id: trv-q3-4 parent: trv-q1-4 category: travel thread: time complexity: theoretical text: "If airport-crying is partly about flight specifically — speed, distance, irreversibility — what's the equivalent for an interstellar departure? Would astronauts on a generation ship cry differently than people on a flight?" # ─── Art (Visual) ────────────────────────────────────────────────── - id: art-q3-1 parent: art-q1-1 category: art thread: pattern complexity: theoretical text: "Composition rules might be inherited from natural-vision statistics — humans evolved to find certain spatial arrangements meaningful. Does that mean an AI trained on different visual statistics would produce alien art that humans literally couldn't see as art?" - id: art-q3-2 parent: art-q1-2 category: art thread: beauty complexity: pop_culture text: "If great art's structural property exists but eludes engineering, is that because it's emergent — only visible after the fact — or because it's actually socially/culturally constructed and there IS no underlying property?" - id: art-q3-3 parent: art-q1-3 category: art thread: energy complexity: practical text: "If we measure aesthetic response physiologically, could we discover that people who say they love a piece actually have weaker physiological response than people who say they don't? What would that mean about 'taste'?" - id: art-q3-4 parent: art-q1-4 category: art thread: memory complexity: deep text: "If parody-first exposure doesn't immunize you from the original's impact, what's the threshold for actual immunization? Would seeing it 50 times before the original do it? 500?" # ─── Subversion ──────────────────────────────────────────────────── - id: sub-q3-1 parent: sub-q1-1 category: subversion thread: pattern complexity: theoretical text: "Beyond misdirection, are there riddle structures based on changing a word's meaning mid-sentence, or on requiring impossible knowledge that turns out trivial? What other 'riddle types' actually exist?" - id: sub-q3-2 parent: sub-q1-2 category: subversion thread: conflict complexity: deep text: "If updating-vs-doubling-down is really about identity protection (the belief is part of who you think you are), are there real techniques for separating beliefs from identity? Or is that fighting human nature?" - id: sub-q3-3 parent: sub-q1-3 category: subversion thread: beauty complexity: conceptual text: "If earned subversion has a structural prerequisite, what is it? The story has to set up its own subversion fairly — the camera shot that shows the twist but you didn't see it the first time." - id: sub-q3-4 parent: sub-q1-4 category: subversion thread: memory complexity: practical text: "On rewatch, you notice the actor's choices that signal the truth without revealing it. Is the rewatch experience BETTER than the first watch in some way? Most twist movies aren't — what makes The Sixth Sense different?"