每天早上一封邮件,把昨天的 AI 梳理好订阅邮件

METAL LAB

Hallucination as a Feature, not a Defect: Evaluating a multi-agent architecture to transform speculative language-model outputs into testable scientific hypotheses

arXiv:2608.192062026-08-21

不消灭AI的'胡编乱造',而是把它关进笼子里逼它产出可检验的研究假设

一名西班牙高中生(相当于高一)用Rust搭建了一个多智能体系统,让一个AI自由发散地生成想法,另一个AI用网络搜索去核实并批评它,中间再加一个过滤器减少重复和噪音。这项工作想验证,把大语言模型的'幻觉'(一本正经编造内容的倾向)加以控制,是否能把它变成产生科学假设的有用工具,实验在物理和社会科学类问题上进行。结果显示,完整系统明显强于直接问模型,但并没有全面超过让模型自己反思修改这种更简单的方法。

他们做了什么

  1. 大语言模型通常被训练来抑制'幻觉'(一本正经地编造不实内容),这项工作想看能否反过来,把这种倾向控制住,用来生成研究假设。
  2. 架构让一个高随机性的生成智能体自由产生想法,另一个依靠网络搜索的评估智能体对其提出批评,中间用一个低随机性的语义过滤器减少重复和噪音,作者称这个循环为'认识论摩擦'。
  3. 研究在海水淡化、议会僵局等问题上比较了六种条件:直接提问、自我反思、完整系统,以及去掉语义过滤器、去掉搜索核实、去掉侧向视角这三种消融实验。
  4. 直接提问在大多数指标上表现最弱,但完整系统并没有全面优于简单的自我反思;去掉侧向视角能提高可行性,却系统性地降低了组合稀有度。
  5. 完整系统的主要优势体现在受到较强物理、实证或制度约束的问题上,而在更偏概念、协商性的问题上,单纯的自我反思往往就足够了。
Figure 1: Architecture of the multi-agent pipeline and data flow between configuration, the epistemological-friction loop, and final evaluation.
Figure 1: Architecture of the multi-agent pipeline and data flow between configuration, the epistemological-friction loop, and final evaluation.
Table 1: Real qualitative examples of epistemological friction between direct_llm, self_reflection, and full_system.
ProblemConditionGenerated hypothesisQualitative reading
Desalinationdirect_llmElectromagnetic 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.
Desalinationself_reflectionResonant 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.
Desalinationfull_systemCryo-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 deadlockdirect_llmMeritocratic 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 deadlockself_reflectionRandomized 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 deadlockfull_systemElectoral 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.
Figure 2: Feasible combinatorial creative performance by experimental condition. The FCCY index is interpreted as a proxy measure of each architecture’s capacity to produce hypotheses that combine feasibility, originality, and combinatorial rarity.
Figure 2: Feasible combinatorial creative performance by experimental condition. The FCCY index is interpreted as a proxy measure of each architecture’s capacity to produce hypotheses that combine feasibility, originality, and combinatorial rarity.
Table 2: Aggregated results by experimental condition on the main metrics.
ConditionStructural validityFeasible rateOriginalityComb. rarityDiversityCollapse
direct_llm0.4110.6780.3890.4910.7760.417
self_reflection0.6560.9500.6220.8300.7900.392
no_agent40.5000.9670.6070.7570.7330.458
no_search0.4110.9360.6510.7450.8210.403
no_lateral_lenses0.5611.0000.6470.6700.8180.432
full_system0.4440.9440.6520.8480.7660.405
Figure 3: Multidimensional evaluation of the experimental conditions. Six dimensions are compared: structural validity, feasibility, originality, combinatorial rarity, diversity, and semantic collapse rate (the latter computed only over runs with at least two hypotheses).
Figure 3: Multidimensional evaluation of the experimental conditions. Six dimensions are compared: structural validity, feasibility, originality, combinatorial rarity, diversity, and semantic collapse rate (the latter computed only over runs with at least two hypotheses).
Table 3: Computation of the feasible combinatorial creative performance proxy.
ConditionStructural validityFeasible rateOriginalityComb. rarityFCCY index
self_reflection0.6560.9500.6220.8300.321
no_lateral_lenses0.5611.0000.6470.6700.243
full_system0.4440.9440.6520.8480.232
no_agent40.5000.9670.6070.7570.222
no_search0.4110.9360.6510.7450.187
direct_llm0.4110.6780.3890.4910.053
Figura 4: Arquitectura del pipeline multiagente y flujo de datos entre configuración, bucle de fricción epistemológica y evaluación final.
Figura 4: Arquitectura del pipeline multiagente y flujo de datos entre configuración, bucle de fricción epistemológica y evaluación final.
Table 4: Auxiliary metrics of productivity, quality, and composite creativity.
ConditionFluencyQualityUsefulnessCreativitySVHN rateVCNValid rare
direct_llm1.1000.7360.8020.5670.1440.1740.133
self_reflection1.5670.7930.8440.7130.6560.5340.600
no_agent41.5000.7780.8330.6960.4670.3430.367
no_search2.0000.7590.8190.7260.4110.2780.367
no_lateral_lenses1.5330.7930.8450.7280.5610.4230.467
full_system1.7670.7700.8270.7190.4440.3810.467
Figura 5: Rendimiento creativo combinatorio factible por condición experimental. El índice FCCY se interpreta como una medida proxy de la capacidad de cada arquitectura para producir hipótesis que combinan factibilidad, originalidad y rareza combinatoria.
Figura 5: Rendimiento creativo combinatorio factible por condición experimental. El índice FCCY se interpreta como una medida proxy de la capacidad de cada arquitectura para producir hipótesis que combinan factibilidad, originalidad y rareza combinatoria.
Table 5: Completion rate and technical failures by condition.
ConditionExpectedCompletedFailedCompl. rateAPI issuesAPI limitOther technical
direct_llm303001.0000.0000.0000.000
self_reflection303001.0000.0000.0000.000
no_agent4303001.0000.0000.0000.000
no_search303001.0000.0000.0000.000
no_lateral_lenses303001.0000.0000.0000.000
full_system303001.0000.0000.0000.000
Figura 6: Evaluación multidimensional de las condiciones experimentales. Se comparan seis dimensiones: validez estructural, factibilidad, originalidad, rareza combinatoria, diversidad y tasa de colapso semántico (esta última calculada solo sobre ejecuciones con al menos dos hipótesis).
Figura 6: Evaluación multidimensional de las condiciones experimentales. Se comparan seis dimensiones: validez estructural, factibilidad, originalidad, rareza combinatoria, diversidad y tasa de colapso semántico (esta última calculada solo sobre ejecuciones con al menos dos hipótesis).
Table 6: Paired differences of the full system relative to each baseline.
ComparatorMetricBlocks𝚫 meanWin rateCohen dz95% CI
direct_llmFeasibility30.1391.0001.981[0.075; 0.214]
direct_llmOriginality30.2631.0007.896[0.235; 0.300]
direct_llmComb. rarity30.3571.0001.265[0.068; 0.631]
direct_llmDiversity20.0060.5000.064[-0.056; 0.067]
direct_llmCollapse2-0.0310.500-0.193[-0.146; 0.083]
direct_llmCreativity30.1531.0003.774[0.108; 0.187]
self_reflectionFeasibility30.0210.6670.346[-0.044; 0.078]
self_reflectionOriginality30.0311.0002.033[0.013; 0.041]
self_reflectionComb. rarity30.0190.6670.231[-0.073; 0.078]
self_reflectionDiversity3-0.0050.667-0.113[-0.060; 0.025]
self_reflectionCollapse3-0.0210.333-0.375[-0.071; 0.038]
self_reflectionCreativity30.0060.6670.283[-0.013; 0.029]
no_agent4Feasibility30.0110.6670.296[-0.028; 0.047]
no_agent4Originality30.0451.0000.633[0.002; 0.128]
no_agent4Comb. rarity30.0910.6670.605[-0.017; 0.264]
no_agent4Diversity30.0651.0000.777[0.000; 0.159]
no_agent4Collapse3-0.0460.000-2.639[-0.062; -0.028]
no_agent4Creativity30.0231.0000.784[0.003; 0.058]
no_searchFeasibility3-0.0110.333-0.158[-0.086; 0.053]
no_searchOriginality30.0010.6670.036[-0.037; 0.028]
no_searchComb. rarity30.1031.0001.014[0.037; 0.220]
no_searchDiversity3-0.0310.333-0.291[-0.123; 0.087]
no_searchCollapse3-0.0020.667-0.042[-0.052; 0.026]
no_searchCreativity3-0.0070.333-0.189[-0.036; 0.033]
no_lateral_lensesFeasibility3-0.0490.000—*[-0.050; -0.047]
no_lateral_lensesOriginality30.0060.3330.090[-0.040; 0.079]
no_lateral_lensesComb. rarity30.1781.0003.924[0.147; 0.230]
no_lateral_lensesDiversity3-0.0270.333-0.428[-0.085; 0.042]
no_lateral_lensesCollapse3-0.0150.333-0.283[-0.062; 0.042]
no_lateral_lensesCreativity3-0.0090.333-0.223[-0.039; 0.034]
Table 7: Average ranking by condition on selected metrics.
ConditionStruct. valid.FeasibilityOriginalityComb. rarityDiversityCollapseCreativity
direct_llm4.6676.0006.0005.6674.0003.5006.000
self_reflection1.6672.3334.0002.0003.0003.6673.333
no_agent43.0003.3334.0003.0004.3334.6674.333
no_search5.0003.6673.0004.0003.0002.3332.667
no_lateral_lenses2.6672.3332.0004.6673.0003.3332.000
full_system4.0003.3332.0001.6673.0002.6672.667
Table 8: Main metrics disaggregated by experimental problem.
ProblemConditionStructural validityFeasible rateOriginalityComb. raritySVHN rateQuality
Desalinationdirect_llm0.3670.6170.3500.6510.0670.725
Desalinationself_reflection0.7500.9250.6010.8690.7500.794
Desalinationno_agent40.4830.9750.6230.8660.4330.780
Desalinationno_search0.4830.9040.6320.7430.4830.756
Desalinationno_lateral_lenses0.7001.0000.6580.6780.7000.812
Desalinationfull_system0.5670.9330.6270.8710.5670.784
Parliamentdirect_llm0.5000.8000.4680.1710.3000.758
Parliamentself_reflection0.4671.0000.6630.7510.4670.791
Parliamentno_agent40.5330.9500.5750.5380.5330.773
Parliamentno_search0.2671.0000.6900.7500.2670.765
Parliamentno_lateral_lenses0.2831.0000.6250.6560.2830.756
Parliamentfull_system0.2000.9670.7040.8020.2000.741
Table 9: Provenance and additional qualitative examples by experimental condition.
UseConditionHypothesisQualitative readingProvenance and metrics
Maindirect_llmElectromagnetic pumping of seawater in the solid stateStriking 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.
Mainself_reflectionResonant acoustic freeze desalinationSelf-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.
Mainfull_systemCryo-flotation desalination with cyclopentane clathratesExternal 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.
Maindirect_llmMeritocratic delegated voting with zero-knowledge proofsIntroduces 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.
Mainself_reflectionRandomized evidence-prediction tournamentsStrong 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.
Mainfull_systemElectoral epistemic deposit with adversarial resolutionThe 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.
Appendixno_searchSupersonic ballistic ion classifier by MHDWithout external search, a spectacular MHD solution reappears: fields >10​T, 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.
Appendixno_agent4Microfluidic polarization of ionic concentrationThe 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.
Appendixno_lateral_lensesElectrochemical ion sponge based on Prussian blue analoguesRemoving 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.
Appendixno_searchQuadratic time market to control the agendaProposes 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.
Appendixno_agent4Zero-knowledge activation of Article 85.1A 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.
Appendixno_lateral_lensesConsensus-weighted procedural dividendA 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.
Tabla 10: Ejemplos cualitativos reales de fricción epistemológica entre direct_llm, self_reflection y full_system.
ProblemaCondiciónHipótesis generadaLectura cualitativa
Desalinizacióndirect_llmBombeo 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ónself_reflectionDesalinizació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ónfull_systemDesalinizació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 parlamentariodirect_llmVoto 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 parlamentarioself_reflectionTorneos 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 parlamentariofull_systemDepó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.
Tabla 11: Resultados agregados por condición experimental en las métricas principales.
CondiciónValidez estructuralTasa factibleOriginalidadRareza comb.DiversidadColapso
direct_llm0,4110,6780,3890,4910,7760,417
self_reflection0,6560,9500,6220,8300,7900,392
no_agent40,5000,9670,6070,7570,7330,458
no_search0,4110,9360,6510,7450,8210,403
no_lateral_lenses0,5611,0000,6470,6700,8180,432
full_system0,4440,9440,6520,8480,7660,405
Tabla 12: Cálculo del proxy de rendimiento creativo combinatorio factible.
CondiciónValidez estructuralTasa factibleOriginalidadRareza comb.Índice FCCY
self_reflection0,6560,9500,6220,8300,321
no_lateral_lenses0,5611,0000,6470,6700,243
full_system0,4440,9440,6520,8480,232
no_agent40,5000,9670,6070,7570,222
no_search0,4110,9360,6510,7450,187
direct_llm0,4110,6780,3890,4910,053
Tabla 13: Métricas auxiliares de productividad, calidad y creatividad compuesta.
CondiciónFluidezCalidadUtilidadCreatividadTasa SVHNVCNVálidas raras
direct_llm1,1000,7360,8020,5670,1440,1740,133
self_reflection1,5670,7930,8440,7130,6560,5340,600
no_agent41,5000,7780,8330,6960,4670,3430,367
no_search2,0000,7590,8190,7260,4110,2780,367
no_lateral_lenses1,5330,7930,8450,7280,5610,4230,467
full_system1,7670,7700,8270,7190,4440,3810,467
Tabla 14: Tasa de finalización y fallos técnicos por condición.
CondiciónEsperadasCompletadasFallidasTasa complet.Problemas APILímite APIOtros técnicos
direct_llm303001,0000,0000,0000,000
self_reflection303001,0000,0000,0000,000
no_agent4303001,0000,0000,0000,000
no_search303001,0000,0000,0000,000
no_lateral_lenses303001,0000,0000,0000,000
full_system303001,0000,0000,0000,000
Tabla 15: Diferencias pareadas del sistema completo frente a cada referencia.
ComparadorMétricaBloques𝚫 medioTasa victoriaCohen dzIC 95 %
direct_llmFactibilidad30,1391,0001,981[0,075; 0,214]
direct_llmOriginalidad30,2631,0007,896[0,235; 0,300]
direct_llmRareza comb.30,3571,0001,265[0,068; 0,631]
direct_llmDiversidad20,0060,5000,064[-0,056; 0,067]
direct_llmColapso2-0,0310,500-0,193[-0,146; 0,083]
direct_llmCreatividad30,1531,0003,774[0,108; 0,187]
self_reflectionFactibilidad30,0210,6670,346[-0,044; 0,078]
self_reflectionOriginalidad30,0311,0002,033[0,013; 0,041]
self_reflectionRareza comb.30,0190,6670,231[-0,073; 0,078]
self_reflectionDiversidad3-0,0050,667-0,113[-0,060; 0,025]
self_reflectionColapso3-0,0210,333-0,375[-0,071; 0,038]
self_reflectionCreatividad30,0060,6670,283[-0,013; 0,029]
no_agent4Factibilidad30,0110,6670,296[-0,028; 0,047]
no_agent4Originalidad30,0451,0000,633[0,002; 0,128]
no_agent4Rareza comb.30,0910,6670,605[-0,017; 0,264]
no_agent4Diversidad30,0651,0000,777[0,000; 0,159]
no_agent4Colapso3-0,0460,000-2,639[-0,062; -0,028]
no_agent4Creatividad30,0231,0000,784[0,003; 0,058]
no_searchFactibilidad3-0,0110,333-0,158[-0,086; 0,053]
no_searchOriginalidad30,0010,6670,036[-0,037; 0,028]
no_searchRareza comb.30,1031,0001,014[0,037; 0,220]
no_searchDiversidad3-0,0310,333-0,291[-0,123; 0,087]
no_searchColapso3-0,0020,667-0,042[-0,052; 0,026]
no_searchCreatividad3-0,0070,333-0,189[-0,036; 0,033]
no_lateral_lensesFactibilidad3-0,0490,000—*[-0,050; -0,047]
no_lateral_lensesOriginalidad30,0060,3330,090[-0,040; 0,079]
no_lateral_lensesRareza comb.30,1781,0003,924[0,147; 0,230]
no_lateral_lensesDiversidad3-0,0270,333-0,428[-0,085; 0,042]
no_lateral_lensesColapso3-0,0150,333-0,283[-0,062; 0,042]
no_lateral_lensesCreatividad3-0,0090,333-0,223[-0,039; 0,034]
Tabla 16: Ranking medio por condición en métricas seleccionadas.
CondiciónValidez estr.FactibilidadOriginalidadRareza comb.DiversidadColapsoCreatividad
direct_llm4,6676,0006,0005,6674,0003,5006,000
self_reflection1,6672,3334,0002,0003,0003,6673,333
no_agent43,0003,3334,0003,0004,3334,6674,333
no_search5,0003,6673,0004,0003,0002,3332,667
no_lateral_lenses2,6672,3332,0004,6673,0003,3332,000
full_system4,0003,3332,0001,6673,0002,6672,667
Tabla 17: Métricas principales desagregadas por problema experimental.
ProblemaCondiciónValidez estructuralTasa factibleOriginalidadRareza comb.Tasa SVHNCalidad
Desalinizacióndirect_llm0,3670,6170,3500,6510,0670,725
Desalinizaciónself_reflection0,7500,9250,6010,8690,7500,794
Desalinizaciónno_agent40,4830,9750,6230,8660,4330,780
Desalinizaciónno_search0,4830,9040,6320,7430,4830,756
Desalinizaciónno_lateral_lenses0,7001,0000,6580,6780,7000,812
Desalinizaciónfull_system0,5670,9330,6270,8710,5670,784
Parlamentodirect_llm0,5000,8000,4680,1710,3000,758
Parlamentoself_reflection0,4671,0000,6630,7510,4670,791
Parlamentono_agent40,5330,9500,5750,5380,5330,773
Parlamentono_search0,2671,0000,6900,7500,2670,765
Parlamentono_lateral_lenses0,2831,0000,6250,6560,2830,756
Parlamentofull_system0,2000,9670,7040,8020,2000,741
Tabla 18: Procedencia y ejemplos cualitativos adicionales por condición experimental.
UsoCondiciónHipótesisLectura cualitativaProcedencia y métricas
Principaldirect_llmBombeo electromagnético de agua de mar en estado sólidoIdea 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.
Principalself_reflectionDesalinización por congelación acústica resonanteLa 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.
Principalfull_systemDesalinización crioflotante con clatratos de ciclopentanoLa 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.
Principaldirect_llmVoto delegado meritocrático con pruebas de conocimiento ceroIntroduce 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.
Principalself_reflectionTorneos aleatorizados de predicción de evidenciaEjemplo 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.
Principalfull_systemDepósito epistémico electoral con resolución adversarialLa 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éndiceno_searchClasificador balístico supersónico de iones por MHDSin búsqueda externa reaparece una solución MHD espectacular: campos >10​T, 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éndiceno_agent4Polarización microfluídica de concentración iónicaLa 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éndiceno_lateral_lensesEsponja electroquímica de iones basada en análogos de azul de PrusiaAl 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éndiceno_searchMercado cuadrático de tiempo para controlar la agendaPropone 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éndiceno_agent4Activador del artículo 85.1 con conocimiento ceroEjemplo 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éndiceno_lateral_lensesDividendo procedimental ponderado por consensoSolució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.

为什么重要

这提示我们,与其一味压制大语言模型的幻觉,不如用批评、过滤和评估把它约束起来,变成产生研究点子的工具。不过这只是一项规模有限、探索性的研究——仅有三个问题-种子组合、180次运行,由资源有限的高中生独立完成,作者自己也强调结论只是方向性的,不是严格的统计证明。

本文术语

  • 幻觉(hallucination) · 语言模型煞有介事地编造出不真实或没有依据的内容
  • 多智能体架构 · 由多个分工不同的AI模块相互协作或制衡的系统,而非单一模型独自完成任务
  • 认识论摩擦(Epistemological Friction) · 本文提出的概念,指自由发散的生成智能体与核实批评的评估智能体之间的对抗过程
  • 自我反思(self-reflection) · 让模型对自己先前的输出进行检查和修改的方法
  • 结构有效性(structural validity) · 本文用来判断一个假设是否具备明确机制、可测量变量、可检验性且不与其他假设重复的综合标准

论文原文摘要(英文)

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.

作者 · Nicolas Rodriguez-Alvarez (IES Parquesol, Valladolid, Spain)

在 arXiv 阅读

最新论文

全部论文 →

METAL LAB 最新报道

图片来源: Nicolas Rodriguez-Alvarez (IES Parquesol et al., arXiv:2608.19206, CC BY 4.0