An AI research system refined the known limits for the Grothendieck constant, a mathematical value. Domain specialists identified the AI's contributions as new insights.
A perspective article suggests pairing Explainable AI (XAI) with causal reasoning and domain validation. This combination enables extracting knowledge from AI models, clarifying their decision processes, and generating potential mechanistic hypotheses. It aims to support scientific discovery, optimization, and certification.
A review proposes updated principles for AI research in antifungal drug development. It suggests focusing AI efforts on prioritizing pathogens from the WHO list and incorporating quantitative therapeutic selectivity across the development process.
- A review proposed a conceptual pipeline for antifungal drug discovery assisted by AI.
- A review conducted an appraisal of current AI tools used for antifungal applications.
The 2026 OWASP Agentic Top 10 catalog includes vulnerabilities within multi-agent large language model systems. This acknowledgment confirms concerns about security weaknesses, such as the shared state store problem.
- CVE-2025-67644 designates a vulnerability present in multi-agent large language model systems.
Multi-agent large language model systems, built on frameworks like LangGraph, utilize a shared state store. This store lacks encryption and specific field-level read access controls, allowing any agent to access another's private data.
Researchers introduced CapChain to secure the merging of states within multi-agent orchestrators. This system offers cryptographic, capability-based access control at a structural level, which prompt-based defenses do not cover.
- CapChain employs capability tokens, a provenance log, and a capability-aware reducer.
- The reducer component of CapChain underwent evaluation using the MAGPIE contextual-privacy benchmark.
- CapChain's Salient tier reducer redacted 4.67% of messages exchanged between agents.
Agentic AI pipelines currently encounter challenges, including unstable output, limitations in scalability, and difficulties with system integration.
An article outlined a comprehensive conceptual framework for Agentic AI. This framework integrates core AI functions with various implementation approaches across different system scales, acknowledging its foundation in large language models.
A research paper introduced a Deep Reinforcement Learning framework to optimize Reconfigurable Intelligent Surfaces in 6G networks.
Sources
- Long-Horizon AI Research for Grothendieck Constant: A Case Study in Human-AI Mathematical Collaboration
AI agents are increasingly used in mathematics research, but it is often unclear how to use them effectively. Towards this, we present an extensive case study of how AI was used to improve bounds on the Grothendieck constant $K_G$, which captures the hardness between combinatorial problems and their continuous relaxations. Specifically, while the precise value of $K_G$ is not known, we recently tightened the best known bounds to \[ \frac{6π}{11} \;\le\; K_G \;\le\; \fracπ{2\log(1+\sqrt2)} - 10^{-4}. \] Crucially, these improvements were achieved using an AI research system that could arrive…
- CapChain: A Capability-Token Access Control Architecture with Verifiable Provenance for Multi-Agent LLM Systems
Multi-agent large language model (LLM) systems built on LangGraph-style frameworks share an unencrypted state store with no field-level read access control, so one agent can read another’s private fields. The 2026 OWASP Agentic Top 10 and CVE-2025-67644 show that this layer is already being exploited. We propose CapChain, a replacement for the step that merges each agent’s output into shared state, with three primitives: capability tokens that cryptographically bind which agent may read which field, a tamper-evident provenance log with logarithmic-cost audit, and a capability-aware reducer…
- Explainable AI: learning from the learners
Artificial intelligence now outperforms humans in several scientific and engineering tasks, yet its internal representations often remain opaque. In this Perspective, we argue that explainable artificial intelligence (XAI), used alongside causal reasoning and domain validation, enables learning from the learners. Focusing on discovery, optimization and certification, we show how foundation models and explainability methods can expose model-internal decision processes, generate candidate mechanistic hypotheses, guide robust design and control, and support trust and accountability in…
- Agentic AI: Vision and challenges
Agentic AI systems are increasingly viewed as a viable response to the shortcomings of static, rigid, and human-in-the-loop Artificial Intelligence (AI) systems. This is because autonomous operation enables rapid adaptation to dynamic, complex problems with improved time-critical behaviour under real-world constraints. Despite significant progress, current agentic pipelines are still challenged by output instability, scalability gaps, and system integration issues. Addressing these limitations, this article presents a comprehensive conceptual framework unifying core AI functionality with…
- Artificial Intelligence in Antifungal Drug Discovery Against WHO Critical-Priority Pathogens: Toward a WHO-Aligned, Selectivity-Integrated Discovery Pipeline
Artificial intelligence has demonstrated real power in medicinal chemistry generally, yet it remains almost entirely absent from actual antifungal drug development, a gap made more urgent by rising antifungal resistance and a drug pipeline that has produced almost no genuinely new chemical classes in two decades. Invasive fungal infections, rising antifungal resistance, and a critically depleted drug pipeline together constitute a public health emergency that recent burden estimates suggest rivals tuberculosis in annual mortality. Since 2022, the WHO Fungal Priority Pathogen List has offered…