Hallucination as a Feature, not a Defect: Evaluating a multi-agent architecture to transform speculative language-model outputs into testable scientific hypotheses
An experiment that keeps AI 'making things up' but forces it into a controlled loop to produce testable research ideas
A Spanish high school student built a Rust-based multi-agent system where one AI freely generates speculative ideas while another checks them against web search, with a filter in between to reduce noise. The goal was to see whether this controlled use of LLM hallucination could turn speculative outputs into structured scientific hypotheses, tested on physics and social-science style problems. The full system clearly beat asking the model directly, but did not consistently beat a simpler baseline where the model just reviews its own output.
What they did
- LLMs are usually trained to suppress hallucination (making up plausible-sounding but false content); this work asks whether that tendency can instead be channeled, in a controlled way, into generating research hypotheses.
- The architecture pairs a high-entropy generating agent (which freely produces ideas) with a web-search-grounded evaluating agent that critiques them, connected through a low-entropy semantic filter that reduces repetition and noise — a loop the author calls 'epistemological friction.'
- Six conditions were compared on problems like desalination and parliamentary deadlock: direct prompting, self-reflection, the full system, and three ablations removing the semantic filter, the search grounding, or the lateral lenses (alternative viewpoints).
- Direct prompting ranked among the weakest conditions on most metrics, but the full system did not show general superiority over simple self-reflection; removing lateral lenses improved feasibility but reduced combinatorial rarity.
- The full system's main advantage appeared on problems with strong physical, empirical, or institutional constraints, while self-reflection alone often sufficed for more conceptual or deliberative problems.

| Problem | Condition | Generated hypothesis | Qualitative reading |
|---|---|---|---|
| Desalination | direct_llm | Electromagnetic pumping of seawater in the solid state. Proposes using crossed electric and magnetic fields (MHD) or traveling magnetic fields to move seawater and brine without mechanical parts. | The idea is exotic, but it does not directly solve salt separation: it replaces mechanical pumping with electromagnetic pumping. It was rated low feasibility (F=1) with null structural validity. |
| Desalination | self_reflection | Resonant acoustic freeze desalination. Combines bipolar sub-nanosecond electrical pulses to weaken hydration layers with acoustic ice nucleation via ultrasound. | Self-reflection produces a much more polished and metrically strong hypothesis (F=3, Q=1.000), but it retains a significant dependence on active fields and fine acoustic control. It improves the argumentative envelope without fully shifting the mechanism toward an external constraint. |
| Desalination | full_system | Cryo-flotation desalination with cyclopentane clathrates. Uses cyclopentane to form clathrates at 7∘C, geometrically exclude salt, separate by buoyancy, and couple the cycle to an industrial cryogenic source such as LNG regasification. | The critique discarded MHD, cavitation, and active fields due to parasitic heating or dielectric breakdown. The result retains the useful core: salt exclusion by clathrates, explicit management of latent heat, and a passive separation mechanism. |
| Parliamentary deadlock | direct_llm | Meritocratic delegated voting with zero-knowledge proofs. Assigns different voting weight to deputies according to a merit score computed by an external oracle and applies a cryptographic penalty to party discipline. | The proposal introduces a flashy but democratically fragile solution: an unelected oracle alters the voting weight of elected representatives. It was rated low feasibility (F=1) with null structural validity. |
| Parliamentary deadlock | self_reflection | Randomized evidence-prediction tournaments. Randomly distributes deputies into teams that predict the future validity of legislative evidence and accumulate reputation for accuracy. | A pragmatic, high-quality output (F=3, Q=1.000): it could work as an advisory tool in committees. However, it mainly addresses the epistemic quality of deliberation, not the coercive core of party discipline. |
| Parliamentary deadlock | full_system | Electoral epistemic deposit with adversarial resolution. Deputies dissent by betting their future position on electoral lists against exogenous legislative indicators, verified by a multi-party adversarial jury. | The critical pressure discards secret voting, vote weighting, and unconstitutional mechanisms. The final proposal preserves formal equality of the vote and shifts the incentive to the internal party cost, making epistemological friction more tangible. |

| Condition | Structural validity | Feasible rate | Originality | Comb. rarity | Diversity | Collapse |
|---|---|---|---|---|---|---|
| direct_llm | 0.411 | 0.678 | 0.389 | 0.491 | 0.776 | 0.417 |
| self_reflection | 0.656 | 0.950 | 0.622 | 0.830 | 0.790 | 0.392 |
| no_agent4 | 0.500 | 0.967 | 0.607 | 0.757 | 0.733 | 0.458 |
| no_search | 0.411 | 0.936 | 0.651 | 0.745 | 0.821 | 0.403 |
| no_lateral_lenses | 0.561 | 1.000 | 0.647 | 0.670 | 0.818 | 0.432 |
| full_system | 0.444 | 0.944 | 0.652 | 0.848 | 0.766 | 0.405 |

| Condition | Structural validity | Feasible rate | Originality | Comb. rarity | FCCY index |
|---|---|---|---|---|---|
| self_reflection | 0.656 | 0.950 | 0.622 | 0.830 | 0.321 |
| no_lateral_lenses | 0.561 | 1.000 | 0.647 | 0.670 | 0.243 |
| full_system | 0.444 | 0.944 | 0.652 | 0.848 | 0.232 |
| no_agent4 | 0.500 | 0.967 | 0.607 | 0.757 | 0.222 |
| no_search | 0.411 | 0.936 | 0.651 | 0.745 | 0.187 |
| direct_llm | 0.411 | 0.678 | 0.389 | 0.491 | 0.053 |

| Condition | Fluency | Quality | Usefulness | Creativity | SVHN rate | VCN | Valid rare |
|---|---|---|---|---|---|---|---|
| direct_llm | 1.100 | 0.736 | 0.802 | 0.567 | 0.144 | 0.174 | 0.133 |
| self_reflection | 1.567 | 0.793 | 0.844 | 0.713 | 0.656 | 0.534 | 0.600 |
| no_agent4 | 1.500 | 0.778 | 0.833 | 0.696 | 0.467 | 0.343 | 0.367 |
| no_search | 2.000 | 0.759 | 0.819 | 0.726 | 0.411 | 0.278 | 0.367 |
| no_lateral_lenses | 1.533 | 0.793 | 0.845 | 0.728 | 0.561 | 0.423 | 0.467 |
| full_system | 1.767 | 0.770 | 0.827 | 0.719 | 0.444 | 0.381 | 0.467 |

| Condition | Expected | Completed | Failed | Compl. rate | API issues | API limit | Other technical |
|---|---|---|---|---|---|---|---|
| direct_llm | 30 | 30 | 0 | 1.000 | 0.000 | 0.000 | 0.000 |
| self_reflection | 30 | 30 | 0 | 1.000 | 0.000 | 0.000 | 0.000 |
| no_agent4 | 30 | 30 | 0 | 1.000 | 0.000 | 0.000 | 0.000 |
| no_search | 30 | 30 | 0 | 1.000 | 0.000 | 0.000 | 0.000 |
| no_lateral_lenses | 30 | 30 | 0 | 1.000 | 0.000 | 0.000 | 0.000 |
| full_system | 30 | 30 | 0 | 1.000 | 0.000 | 0.000 | 0.000 |

| Comparator | Metric | Blocks | 𝚫 mean | Win rate | Cohen dz | 95% CI |
|---|---|---|---|---|---|---|
| direct_llm | Feasibility | 3 | 0.139 | 1.000 | 1.981 | [0.075; 0.214] |
| direct_llm | Originality | 3 | 0.263 | 1.000 | 7.896 | [0.235; 0.300] |
| direct_llm | Comb. rarity | 3 | 0.357 | 1.000 | 1.265 | [0.068; 0.631] |
| direct_llm | Diversity | 2 | 0.006 | 0.500 | 0.064 | [-0.056; 0.067] |
| direct_llm | Collapse | 2 | -0.031 | 0.500 | -0.193 | [-0.146; 0.083] |
| direct_llm | Creativity | 3 | 0.153 | 1.000 | 3.774 | [0.108; 0.187] |
| self_reflection | Feasibility | 3 | 0.021 | 0.667 | 0.346 | [-0.044; 0.078] |
| self_reflection | Originality | 3 | 0.031 | 1.000 | 2.033 | [0.013; 0.041] |
| self_reflection | Comb. rarity | 3 | 0.019 | 0.667 | 0.231 | [-0.073; 0.078] |
| self_reflection | Diversity | 3 | -0.005 | 0.667 | -0.113 | [-0.060; 0.025] |
| self_reflection | Collapse | 3 | -0.021 | 0.333 | -0.375 | [-0.071; 0.038] |
| self_reflection | Creativity | 3 | 0.006 | 0.667 | 0.283 | [-0.013; 0.029] |
| no_agent4 | Feasibility | 3 | 0.011 | 0.667 | 0.296 | [-0.028; 0.047] |
| no_agent4 | Originality | 3 | 0.045 | 1.000 | 0.633 | [0.002; 0.128] |
| no_agent4 | Comb. rarity | 3 | 0.091 | 0.667 | 0.605 | [-0.017; 0.264] |
| no_agent4 | Diversity | 3 | 0.065 | 1.000 | 0.777 | [0.000; 0.159] |
| no_agent4 | Collapse | 3 | -0.046 | 0.000 | -2.639 | [-0.062; -0.028] |
| no_agent4 | Creativity | 3 | 0.023 | 1.000 | 0.784 | [0.003; 0.058] |
| no_search | Feasibility | 3 | -0.011 | 0.333 | -0.158 | [-0.086; 0.053] |
| no_search | Originality | 3 | 0.001 | 0.667 | 0.036 | [-0.037; 0.028] |
| no_search | Comb. rarity | 3 | 0.103 | 1.000 | 1.014 | [0.037; 0.220] |
| no_search | Diversity | 3 | -0.031 | 0.333 | -0.291 | [-0.123; 0.087] |
| no_search | Collapse | 3 | -0.002 | 0.667 | -0.042 | [-0.052; 0.026] |
| no_search | Creativity | 3 | -0.007 | 0.333 | -0.189 | [-0.036; 0.033] |
| no_lateral_lenses | Feasibility | 3 | -0.049 | 0.000 | —* | [-0.050; -0.047] |
| no_lateral_lenses | Originality | 3 | 0.006 | 0.333 | 0.090 | [-0.040; 0.079] |
| no_lateral_lenses | Comb. rarity | 3 | 0.178 | 1.000 | 3.924 | [0.147; 0.230] |
| no_lateral_lenses | Diversity | 3 | -0.027 | 0.333 | -0.428 | [-0.085; 0.042] |
| no_lateral_lenses | Collapse | 3 | -0.015 | 0.333 | -0.283 | [-0.062; 0.042] |
| no_lateral_lenses | Creativity | 3 | -0.009 | 0.333 | -0.223 | [-0.039; 0.034] |
| Condition | Struct. valid. | Feasibility | Originality | Comb. rarity | Diversity | Collapse | Creativity |
|---|---|---|---|---|---|---|---|
| direct_llm | 4.667 | 6.000 | 6.000 | 5.667 | 4.000 | 3.500 | 6.000 |
| self_reflection | 1.667 | 2.333 | 4.000 | 2.000 | 3.000 | 3.667 | 3.333 |
| no_agent4 | 3.000 | 3.333 | 4.000 | 3.000 | 4.333 | 4.667 | 4.333 |
| no_search | 5.000 | 3.667 | 3.000 | 4.000 | 3.000 | 2.333 | 2.667 |
| no_lateral_lenses | 2.667 | 2.333 | 2.000 | 4.667 | 3.000 | 3.333 | 2.000 |
| full_system | 4.000 | 3.333 | 2.000 | 1.667 | 3.000 | 2.667 | 2.667 |
| Problem | Condition | Structural validity | Feasible rate | Originality | Comb. rarity | SVHN rate | Quality |
|---|---|---|---|---|---|---|---|
| Desalination | direct_llm | 0.367 | 0.617 | 0.350 | 0.651 | 0.067 | 0.725 |
| Desalination | self_reflection | 0.750 | 0.925 | 0.601 | 0.869 | 0.750 | 0.794 |
| Desalination | no_agent4 | 0.483 | 0.975 | 0.623 | 0.866 | 0.433 | 0.780 |
| Desalination | no_search | 0.483 | 0.904 | 0.632 | 0.743 | 0.483 | 0.756 |
| Desalination | no_lateral_lenses | 0.700 | 1.000 | 0.658 | 0.678 | 0.700 | 0.812 |
| Desalination | full_system | 0.567 | 0.933 | 0.627 | 0.871 | 0.567 | 0.784 |
| Parliament | direct_llm | 0.500 | 0.800 | 0.468 | 0.171 | 0.300 | 0.758 |
| Parliament | self_reflection | 0.467 | 1.000 | 0.663 | 0.751 | 0.467 | 0.791 |
| Parliament | no_agent4 | 0.533 | 0.950 | 0.575 | 0.538 | 0.533 | 0.773 |
| Parliament | no_search | 0.267 | 1.000 | 0.690 | 0.750 | 0.267 | 0.765 |
| Parliament | no_lateral_lenses | 0.283 | 1.000 | 0.625 | 0.656 | 0.283 | 0.756 |
| Parliament | full_system | 0.200 | 0.967 | 0.704 | 0.802 | 0.200 | 0.741 |
| Use | Condition | Hypothesis | Qualitative reading | Provenance and metrics |
|---|---|---|---|---|
| Main | direct_llm | Electromagnetic pumping of seawater in the solid state | Striking but misdirected idea: it replaces mechanical pumping with MHD without directly solving ionic separation. It serves as an example of attractive speculation with low physical constraint. | Run 0065, id 3. Desalination, seed 43, repetition 05. F=1, Q=0.528. |
| Main | self_reflection | Resonant acoustic freeze desalination | Self-reflection greatly improves the final form and reaches a high score, but it retains a strong dependence on sub-nanosecond PEF and precise acoustic nucleation. | Run 0073, id 2. Desalination, seed 43, repetition 03. F=3, Q=1.000. |
| Main | full_system | Cryo-flotation desalination with cyclopentane clathrates | External critique shifts the design toward a more passive separation mechanism: cyclopentane clathrates, buoyancy, and explicit management of latent heat. | Run 0117, id 1. Desalination, seed 43, repetition 07. F=3, Q=0.917. |
| Main | direct_llm | Meritocratic delegated voting with zero-knowledge proofs | Introduces a merit oracle that alters parliamentary voting weight. The proposal is sophisticated on the surface, but politically fragile and structurally invalid. | Run 0129, id 1. Parliament, seed 42, repetition 09. F=1, Q=0.694. |
| Main | self_reflection | Randomized evidence-prediction tournaments | Strong example of self-reflection: it proposes an implementable advisory mechanism to improve evidence evaluation, although it does not directly address party coercion. | Run 0137, id 3. Parliament, seed 42, repetition 07. F=3, Q=1.000. |
| Main | full_system | Electoral epistemic deposit with adversarial resolution | The final output avoids weighting votes or using parliamentary secrecy and shifts the incentive to the internal party cost, preserving formal equality of deputies. | Run 0171, id 1. Parliament, seed 42, repetition 01. F=2, Q=0.889. |
| Appendix | no_search | Supersonic ballistic ion classifier by MHD | Without external search, a spectacular MHD solution reappears: fields >10T, oceanic pressure, and Lorentz deflection. It is creative, but very vulnerable to turbulent mixing and physical scale. | Run 0098, id 1. Desalination, seed 43, repetition 08. F=2, Q=0.806. |
| Appendix | no_agent4 | Microfluidic polarization of ionic concentration | The absence of the last agent does not prevent producing a solid hypothesis: it reduces macroscopic MHD to microfluidic electrokinetics, a physically more defensible route. | Run 0022, id 3. Desalination, seed 42, repetition 02. F=3, Q=0.917. |
| Appendix | no_lateral_lenses | Electrochemical ion sponge based on Prussian blue analogues | Removing lateral lenses yields a less exotic solution, closer to existing electrochemical intercalation technologies. It gains plausibility but loses part of the combinatorial leap. | Run 0042, id 1. Desalination, seed 42, repetition 02. F=3, Q=0.917. |
| Appendix | no_search | Quadratic time market to control the agenda | Proposes a procedural economy where the cost of hoarding parliamentary time grows quadratically. It is elegant, although it depends on an institutional formalization not externally contrasted. | Run 0155, id 1. Parliament, seed 42, repetition 05. F=3, Q=0.917. |
| Appendix | no_agent4 | Zero-knowledge activation of Article 85.1 | A particularly valuable example: it uses a local legal anchor, the 70-signature threshold of Article 85.1, and applies cryptography only to protect internal coordination. | Run 0150, id 1. Parliament, seed 42, repetition 10. F=3, Q=0.917. |
| Appendix | no_lateral_lenses | Consensus-weighted procedural dividend | A sober and probably implementable solution: it rewards multi-party consensus with a procedural fast track. It shows that removing laterality can increase institutional clarity. | Run 0167, id 2. Parliament, seed 42, repetition 07. F=3, Q=0.917. |
| Problema | Condición | Hipótesis generada | Lectura cualitativa |
|---|---|---|---|
| Desalinización | direct_llm | Bombeo electromagnético de agua de mar en estado sólido. Propone usar campos eléctricos y magnéticos cruzados (MHD) o campos magnéticos viajeros para mover agua de mar y salmuera sin piezas mecánicas. | La idea es exótica, pero no resuelve directamente la separación de sal: sustituye el bombeo mecánico por bombeo electromagnético. Fue evaluada con baja factibilidad (F=1) y validez estructural nula. |
| Desalinización | self_reflection | Desalinización por congelación acústica resonante. Combina pulsos eléctricos bipolares subnanosegundo para debilitar capas de hidratación con nucleación acústica de hielo mediante ultrasonidos. | La autorreflexión produce una hipótesis mucho más pulida y métricamente fuerte (F=3, Q=1,000), pero conserva una dependencia importante de campos activos y control acústico fino. Mejora el envoltorio argumental sin desplazar completamente el mecanismo hacia una restricción externa. |
| Desalinización | full_system | Desalinización crioflotante con clatratos de ciclopentano. Usa ciclopentano para formar clatratos a 7∘C, excluir geométricamente la sal, separar por flotabilidad y acoplar el ciclo a una fuente criogénica industrial como regasificación de GNL. | La crítica descartó MHD, cavitación y campos activos por calentamiento parásito o ruptura dieléctrica. El resultado conserva el núcleo útil: exclusión salina por clatratos, gestión explícita del calor latente y mecanismo pasivo de separación. |
| Bloqueo parlamentario | direct_llm | Voto delegado meritocrático con pruebas de conocimiento cero. Asigna distinto peso de voto a los diputados según una puntuación de mérito calculada por un oráculo externo y aplica una penalización criptográfica a la disciplina de partido. | La propuesta introduce una solución vistosa, pero democráticamente frágil: un oráculo no electo altera el peso del voto de representantes electos. Fue evaluada con baja factibilidad (F=1) y validez estructural nula. |
| Bloqueo parlamentario | self_reflection | Torneos aleatorizados de predicción de evidencia. Distribuye aleatoriamente a diputados en equipos que predicen la validez futura de la evidencia legislativa y acumulan reputación por acierto. | Es una salida pragmática y de alta calidad (F=3, Q=1,000): podría funcionar como herramienta asesora en comités. Sin embargo, ataca sobre todo la calidad epistémica de la deliberación, no el núcleo coercitivo de la disciplina de partido. |
| Bloqueo parlamentario | full_system | Depósito epistémico electoral con resolución adversarial. Los diputados disienten apostando su futura posición en listas electorales contra indicadores legislativos exógenos, verificados por un jurado adversarial multipartidista. | La presión crítica descarta voto secreto, ponderación de votos y mecanismos inconstitucionales. La propuesta final mantiene igualdad formal del voto y desplaza el incentivo al coste interno de partido, haciendo más tangible la fricción epistemológica. |
| Condición | Validez estructural | Tasa factible | Originalidad | Rareza comb. | Diversidad | Colapso |
|---|---|---|---|---|---|---|
| direct_llm | 0,411 | 0,678 | 0,389 | 0,491 | 0,776 | 0,417 |
| self_reflection | 0,656 | 0,950 | 0,622 | 0,830 | 0,790 | 0,392 |
| no_agent4 | 0,500 | 0,967 | 0,607 | 0,757 | 0,733 | 0,458 |
| no_search | 0,411 | 0,936 | 0,651 | 0,745 | 0,821 | 0,403 |
| no_lateral_lenses | 0,561 | 1,000 | 0,647 | 0,670 | 0,818 | 0,432 |
| full_system | 0,444 | 0,944 | 0,652 | 0,848 | 0,766 | 0,405 |
| Condición | Validez estructural | Tasa factible | Originalidad | Rareza comb. | Índice FCCY |
|---|---|---|---|---|---|
| self_reflection | 0,656 | 0,950 | 0,622 | 0,830 | 0,321 |
| no_lateral_lenses | 0,561 | 1,000 | 0,647 | 0,670 | 0,243 |
| full_system | 0,444 | 0,944 | 0,652 | 0,848 | 0,232 |
| no_agent4 | 0,500 | 0,967 | 0,607 | 0,757 | 0,222 |
| no_search | 0,411 | 0,936 | 0,651 | 0,745 | 0,187 |
| direct_llm | 0,411 | 0,678 | 0,389 | 0,491 | 0,053 |
| Condición | Fluidez | Calidad | Utilidad | Creatividad | Tasa SVHN | VCN | Válidas raras |
|---|---|---|---|---|---|---|---|
| direct_llm | 1,100 | 0,736 | 0,802 | 0,567 | 0,144 | 0,174 | 0,133 |
| self_reflection | 1,567 | 0,793 | 0,844 | 0,713 | 0,656 | 0,534 | 0,600 |
| no_agent4 | 1,500 | 0,778 | 0,833 | 0,696 | 0,467 | 0,343 | 0,367 |
| no_search | 2,000 | 0,759 | 0,819 | 0,726 | 0,411 | 0,278 | 0,367 |
| no_lateral_lenses | 1,533 | 0,793 | 0,845 | 0,728 | 0,561 | 0,423 | 0,467 |
| full_system | 1,767 | 0,770 | 0,827 | 0,719 | 0,444 | 0,381 | 0,467 |
| Condición | Esperadas | Completadas | Fallidas | Tasa complet. | Problemas API | Límite API | Otros técnicos |
|---|---|---|---|---|---|---|---|
| direct_llm | 30 | 30 | 0 | 1,000 | 0,000 | 0,000 | 0,000 |
| self_reflection | 30 | 30 | 0 | 1,000 | 0,000 | 0,000 | 0,000 |
| no_agent4 | 30 | 30 | 0 | 1,000 | 0,000 | 0,000 | 0,000 |
| no_search | 30 | 30 | 0 | 1,000 | 0,000 | 0,000 | 0,000 |
| no_lateral_lenses | 30 | 30 | 0 | 1,000 | 0,000 | 0,000 | 0,000 |
| full_system | 30 | 30 | 0 | 1,000 | 0,000 | 0,000 | 0,000 |
| Comparador | Métrica | Bloques | 𝚫 medio | Tasa victoria | Cohen dz | IC 95 % |
|---|---|---|---|---|---|---|
| direct_llm | Factibilidad | 3 | 0,139 | 1,000 | 1,981 | [0,075; 0,214] |
| direct_llm | Originalidad | 3 | 0,263 | 1,000 | 7,896 | [0,235; 0,300] |
| direct_llm | Rareza comb. | 3 | 0,357 | 1,000 | 1,265 | [0,068; 0,631] |
| direct_llm | Diversidad | 2 | 0,006 | 0,500 | 0,064 | [-0,056; 0,067] |
| direct_llm | Colapso | 2 | -0,031 | 0,500 | -0,193 | [-0,146; 0,083] |
| direct_llm | Creatividad | 3 | 0,153 | 1,000 | 3,774 | [0,108; 0,187] |
| self_reflection | Factibilidad | 3 | 0,021 | 0,667 | 0,346 | [-0,044; 0,078] |
| self_reflection | Originalidad | 3 | 0,031 | 1,000 | 2,033 | [0,013; 0,041] |
| self_reflection | Rareza comb. | 3 | 0,019 | 0,667 | 0,231 | [-0,073; 0,078] |
| self_reflection | Diversidad | 3 | -0,005 | 0,667 | -0,113 | [-0,060; 0,025] |
| self_reflection | Colapso | 3 | -0,021 | 0,333 | -0,375 | [-0,071; 0,038] |
| self_reflection | Creatividad | 3 | 0,006 | 0,667 | 0,283 | [-0,013; 0,029] |
| no_agent4 | Factibilidad | 3 | 0,011 | 0,667 | 0,296 | [-0,028; 0,047] |
| no_agent4 | Originalidad | 3 | 0,045 | 1,000 | 0,633 | [0,002; 0,128] |
| no_agent4 | Rareza comb. | 3 | 0,091 | 0,667 | 0,605 | [-0,017; 0,264] |
| no_agent4 | Diversidad | 3 | 0,065 | 1,000 | 0,777 | [0,000; 0,159] |
| no_agent4 | Colapso | 3 | -0,046 | 0,000 | -2,639 | [-0,062; -0,028] |
| no_agent4 | Creatividad | 3 | 0,023 | 1,000 | 0,784 | [0,003; 0,058] |
| no_search | Factibilidad | 3 | -0,011 | 0,333 | -0,158 | [-0,086; 0,053] |
| no_search | Originalidad | 3 | 0,001 | 0,667 | 0,036 | [-0,037; 0,028] |
| no_search | Rareza comb. | 3 | 0,103 | 1,000 | 1,014 | [0,037; 0,220] |
| no_search | Diversidad | 3 | -0,031 | 0,333 | -0,291 | [-0,123; 0,087] |
| no_search | Colapso | 3 | -0,002 | 0,667 | -0,042 | [-0,052; 0,026] |
| no_search | Creatividad | 3 | -0,007 | 0,333 | -0,189 | [-0,036; 0,033] |
| no_lateral_lenses | Factibilidad | 3 | -0,049 | 0,000 | —* | [-0,050; -0,047] |
| no_lateral_lenses | Originalidad | 3 | 0,006 | 0,333 | 0,090 | [-0,040; 0,079] |
| no_lateral_lenses | Rareza comb. | 3 | 0,178 | 1,000 | 3,924 | [0,147; 0,230] |
| no_lateral_lenses | Diversidad | 3 | -0,027 | 0,333 | -0,428 | [-0,085; 0,042] |
| no_lateral_lenses | Colapso | 3 | -0,015 | 0,333 | -0,283 | [-0,062; 0,042] |
| no_lateral_lenses | Creatividad | 3 | -0,009 | 0,333 | -0,223 | [-0,039; 0,034] |
| Condición | Validez estr. | Factibilidad | Originalidad | Rareza comb. | Diversidad | Colapso | Creatividad |
|---|---|---|---|---|---|---|---|
| direct_llm | 4,667 | 6,000 | 6,000 | 5,667 | 4,000 | 3,500 | 6,000 |
| self_reflection | 1,667 | 2,333 | 4,000 | 2,000 | 3,000 | 3,667 | 3,333 |
| no_agent4 | 3,000 | 3,333 | 4,000 | 3,000 | 4,333 | 4,667 | 4,333 |
| no_search | 5,000 | 3,667 | 3,000 | 4,000 | 3,000 | 2,333 | 2,667 |
| no_lateral_lenses | 2,667 | 2,333 | 2,000 | 4,667 | 3,000 | 3,333 | 2,000 |
| full_system | 4,000 | 3,333 | 2,000 | 1,667 | 3,000 | 2,667 | 2,667 |
| Problema | Condición | Validez estructural | Tasa factible | Originalidad | Rareza comb. | Tasa SVHN | Calidad |
|---|---|---|---|---|---|---|---|
| Desalinización | direct_llm | 0,367 | 0,617 | 0,350 | 0,651 | 0,067 | 0,725 |
| Desalinización | self_reflection | 0,750 | 0,925 | 0,601 | 0,869 | 0,750 | 0,794 |
| Desalinización | no_agent4 | 0,483 | 0,975 | 0,623 | 0,866 | 0,433 | 0,780 |
| Desalinización | no_search | 0,483 | 0,904 | 0,632 | 0,743 | 0,483 | 0,756 |
| Desalinización | no_lateral_lenses | 0,700 | 1,000 | 0,658 | 0,678 | 0,700 | 0,812 |
| Desalinización | full_system | 0,567 | 0,933 | 0,627 | 0,871 | 0,567 | 0,784 |
| Parlamento | direct_llm | 0,500 | 0,800 | 0,468 | 0,171 | 0,300 | 0,758 |
| Parlamento | self_reflection | 0,467 | 1,000 | 0,663 | 0,751 | 0,467 | 0,791 |
| Parlamento | no_agent4 | 0,533 | 0,950 | 0,575 | 0,538 | 0,533 | 0,773 |
| Parlamento | no_search | 0,267 | 1,000 | 0,690 | 0,750 | 0,267 | 0,765 |
| Parlamento | no_lateral_lenses | 0,283 | 1,000 | 0,625 | 0,656 | 0,283 | 0,756 |
| Parlamento | full_system | 0,200 | 0,967 | 0,704 | 0,802 | 0,200 | 0,741 |
| Uso | Condición | Hipótesis | Lectura cualitativa | Procedencia y métricas |
|---|---|---|---|---|
| Principal | direct_llm | Bombeo electromagnético de agua de mar en estado sólido | Idea llamativa pero mal orientada: sustituye el bombeo mecánico por MHD sin resolver directamente la separación iónica. Sirve como ejemplo de especulación atractiva con baja constricción física. | Ejecución 0065, id 3. Desalinización, semilla 43, repetición 05. F=1, Q=0,528. |
| Principal | self_reflection | Desalinización por congelación acústica resonante | La autorreflexión mejora mucho la forma final y alcanza alta puntuación, pero conserva una dependencia fuerte de PEF subnanosegundo y nucleación acústica precisa. | Ejecución 0073, id 2. Desalinización, semilla 43, repetición 03. F=3, Q=1,000. |
| Principal | full_system | Desalinización crioflotante con clatratos de ciclopentano | La crítica externa desplaza el diseño hacia un mecanismo de separación más pasivo: clatratos de ciclopentano, flotabilidad y gestión explícita del calor latente. | Ejecución 0117, id 1. Desalinización, semilla 43, repetición 07. F=3, Q=0,917. |
| Principal | direct_llm | Voto delegado meritocrático con pruebas de conocimiento cero | Introduce un oráculo de mérito que altera el peso del voto parlamentario. La propuesta es sofisticada en superficie, pero políticamente frágil y estructuralmente inválida. | Ejecución 0129, id 1. Parlamento, semilla 42, repetición 09. F=1, Q=0,694. |
| Principal | self_reflection | Torneos aleatorizados de predicción de evidencia | Ejemplo fuerte de autorreflexión: propone un mecanismo asesor implementable para mejorar la evaluación de evidencia, aunque no ataca directamente la coerción partidista. | Ejecución 0137, id 3. Parlamento, semilla 42, repetición 07. F=3, Q=1,000. |
| Principal | full_system | Depósito epistémico electoral con resolución adversarial | La salida final evita ponderar votos o usar secreto parlamentario y desplaza el incentivo al coste interno de partido, manteniendo igualdad formal de los diputados. | Ejecución 0171, id 1. Parlamento, semilla 42, repetición 01. F=2, Q=0,889. |
| Apéndice | no_search | Clasificador balístico supersónico de iones por MHD | Sin búsqueda externa reaparece una solución MHD espectacular: campos >10T, presión oceánica y deflexión Lorentz. Es creativa, pero muy vulnerable a mezcla turbulenta y escala física. | Ejecución 0098, id 1. Desalinización, semilla 43, repetición 08. F=2, Q=0,806. |
| Apéndice | no_agent4 | Polarización microfluídica de concentración iónica | La ausencia del último agente no impide producir una hipótesis sólida: reduce MHD macroscópico a electrocinética microfluídica, una ruta físicamente más defendible. | Ejecución 0022, id 3. Desalinización, semilla 42, repetición 02. F=3, Q=0,917. |
| Apéndice | no_lateral_lenses | Esponja electroquímica de iones basada en análogos de azul de Prusia | Al eliminar lentes laterales aparece una solución menos exótica y más cercana a tecnologías existentes de intercalación electroquímica. Gana plausibilidad, pero pierde parte del salto combinatorio. | Ejecución 0042, id 1. Desalinización, semilla 42, repetición 02. F=3, Q=0,917. |
| Apéndice | no_search | Mercado cuadrático de tiempo para controlar la agenda | Propone una economía procedimental donde el coste de acaparar tiempo parlamentario crece cuadráticamente. Es elegante, aunque depende de una formalización institucional no contrastada externamente. | Ejecución 0155, id 1. Parlamento, semilla 42, repetición 05. F=3, Q=0,917. |
| Apéndice | no_agent4 | Activador del artículo 85.1 con conocimiento cero | Ejemplo especialmente valioso: usa un anclaje jurídico local, el umbral de 70 firmas del artículo 85.1, y aplica criptografía solo para proteger coordinación interna. | Ejecución 0150, id 1. Parlamento, semilla 42, repetición 10. F=3, Q=0,917. |
| Apéndice | no_lateral_lenses | Dividendo procedimental ponderado por consenso | Solución sobria y probablemente implementable: recompensa el consenso multipartidista con vía rápida procedimental. Muestra que retirar lateralidad puede aumentar claridad institucional. | Ejecución 0167, id 2. Parlamento, semilla 42, repetición 07. F=3, Q=0,917. |
Why it matters
It suggests that instead of always trying to eliminate LLM hallucination, structuring it with critique, filtering, and evaluation could turn it into a usable tool for generating research ideas. That said, the results come from a small-scale, exploratory study — only three problem-seed blocks and 180 runs, built with limited resources by a high school student — so the author is careful to frame the findings as directional, not statistically robust.
Terms in this paper
- hallucination · when a language model confidently produces false or unfounded content
- multi-agent architecture · a system made of several AI modules with different roles that interact instead of a single model doing everything
- Epistemological Friction · the paper's term for the tension created between a freely speculating agent and a fact-checking agent to refine ideas
- self-reflection · a technique where a model reviews and revises its own previous output
- structural validity · the paper's composite criterion checking whether a hypothesis has a mechanism, a measurable variable, testability, and is not a near-duplicate of others
Original abstract (English)
Contemporary Large Language Models (LLMs) are increasingly aligned to suppress hallucinations, prioritizing factual retrieval over combinatorial creativity. While crucial for mitigating misinformation, this alignment may also restrict speculative Research and Development (R&D) by encouraging what this work operationally treats as semantic overfitting and diversity collapse. In this paper, we propose a Rust-based multi-agent orchestration that uses the contrast between narrative daydreaming and executive control as a functional analogy, not as a neurocognitive claim. The system instigates an Epistemological Friction loop between a high-entropy generating agent and a web-grounded evaluating agent, mediated by a low-entropy semantic bottleneck intended to reduce noise and repetition. Initial experiments generated diverse, viability-rated hypotheses across physical and social-science domains. We additionally report an exploratory paired baseline and ablation study comparing the full system against direct prompting, self-reflection, removal of the semantic filter, removal of search grounding, and removal of lateral lenses. The results place direct prompting among the weakest conditions across most observed metrics, but they do not show a general superiority of the full system over simple self-reflection. Instead, they suggest that each architecture shifts the balance between originality, feasibility, diversity, and empirical grounding in different ways, and that the full system provides its main advantages when hypotheses must survive strong physical, empirical, or institutional constraints. These findings do not show that hallucination is useful in isolation; they suggest that speculative generation gains value only when constrained by architecture, empirical grounding, and explicit evaluation.
Read on arXivLatest papers
- LoRA-GA$^2$: Low Rank Adaptation with Multi-step Gradient Adaptive AlignmentPeeking at a few early training gradients before fine-tuning starts to set up LoRA smarter
- Remember, Verify, or Ask? Cross-Family Evaluation of Memory Commitment in LLM AgentsAI assistants would rather double-check facts than ask you a question, even when asking is the right call
- Robust Incomplete Multimodal Sentiment Analysis via Iterative Proxy CorrectionWhen text input is missing or broken, this AI doesn't guess once and move on—it revises its guess step by step to read emotions more reliably
- Generating Diverse Personas for User Simulators to Test Interview Dialogue SystemsTo test interview-style chatbots you need many different fake users, so this work has an LLM automatically generate those fake user personalities
- Rethinking Patch Based Multivariate Time Series Forecasting with Semantic Structured PartitioningA new way to slice time series into meaningful chunks instead of arbitrary equal-length pieces
- Reliable Financial Named Entity Recognition under Domain ShiftAn AI's confidence trained on formal filings turns unreliable once it reads tweets
- Bringing analytic rigor to agentic AI for science: The Brain Researcher platform for neuroimaging data analysisA system that makes AI show its work when analyzing brain-imaging data, not just deliver an answer
- GenMatch: An End-to-End Generative Matching Framework for Micro-View Order-Dispatching in Ride-HailingDiDi replaced its multi-step ride-hailing dispatch pipeline with one generative model and saw real-world gains
Latest from METAL LAB
- Google Discover adds chatbot that adjusts your feed based on spoken preferences
- OpenAI Closes In on Anthropic Again in Enterprise Spending Share
- Meta Unveils First 10 Tasks in WildArtifactBench, a Benchmark for AI Agents
- Musk: "Optimus + Grok will one day handle healthcare for all humanity"
- 35% of Web Pages Published Since ChatGPT Show Signs of AI Authorship
Figures: Nicolas Rodriguez-Alvarez (IES Parquesol et al., arXiv:2608.19206, CC BY 4.0