A thematic review found that AI use leads to unintended impacts on agency, authorship, and autonomy. The review also indicated potential for increased inequality. This research contributed to discussions on responsible AI deployment. Separately, a research article posits that humans in scientific processes, despite maintaining roles as authors or regulators, may lose epistemic control. This means humans could approve machine-generated conclusions without fully understanding their verification paths. The term "scientific singularity" traditionally refers to a future where AI, robotics, and programmable infrastructure accelerate and decentralize scientific production. Another definition for "Scientific Singularity" describes a point where a scientific field accepts claims without humans being able to reconstruct or challenge the underlying inferential processes. The article also introduced the concept of a "hierophant" role in future scientific institutions. This role would involve individuals who interpret and transmit AI-generated scientific results to humans, without necessarily comprehending the AI's underlying inferential steps.
An automated Design-Build-Test-Learn (DBTL) process generated improved formulations for model antibodies. This process also created accurate predictive models of formulation behavior across objectives like melting temperature and viscosity. The automated DBTL technique was validated in bioformulation for mapping property-function landscapes and guiding formulation development, managing various design requirements. ASPIRE (Agentic Skill Programming through Iterative Robot Exploration) is a continual learning system for robot control. It autonomously generates and refines robot programs and builds a reusable skill library from experience. ASPIRE exhibited zero-shot generalization on new, long-horizon tasks, achieving 31% success on LIBERO-Pro Long, compared to 4% for prior methods. ASPIRE also showed sim-to-real skill transfer, meaning skills learned in simulated environments could be directly applied to real-world robots.
AutoSAT is a framework that uses Large Language Models (LLMs) to optimize heuristics for Conflict-Driven Clause Learning (CDCL) SAT solvers. This system generates new heuristics, applying search strategies like greedy hill climbing, and has shown to improve CDCL solver performance over established solvers such as MiniSat.
- A research study utilized Inverse Reinforcement Learning to model household electricity consumption behavior.
- ASPIRE surpassed prior methods on LIBERO-Pro manipulation.
- ASPIRE surpassed prior methods on Robosuite bimanual handover.
- ASPIRE surpassed prior methods on BEHAVIOR-1K long-horizon household tasks.
- A research project initiated a systematic review of agentic artificial intelligence in palliative care.
Sources
- Agency in the age of generative AI: a critical review of educational implications
Conversations regarding the societal implications of artificial intelligence (AI) and its integration into educational processes are ongoing. An area of great significance in this regard is agency, including how the use of AI technologies impacts an individual’s ability to exercise autonomy. In educational contexts, this remains a relatively unexplored yet vital subject. To shed light on this subject, this paper provides an exploratory thematic review of works which investigate the relationship between generative artificial intelligence (GenAI) and agency in education, mapping and…
- The Scientific Singularity: When Human Understanding Ceases to Be a Condition of Scientific Acceptance
Existing uses of “scientific singularity” describe a future in which scientific production becomes radically faster, more autonomous, and more decentralized through artificial intelligence, robotic laboratories, and programmable research infrastructure. This article uses the term for a different threshold. AI making discoveries is not the same event as human understanding ceasing to be a condition of scientific acceptance. A machine may generate a result while humans still reconstruct its evidential basis, challenge its inferences, and decide whether it warrants acceptance. The deeper…
- Automation and Active Learning for the Multi‐Objective Optimization of Antibody Formulations
Over the last forty years, monoclonal antibodies have become increasingly important therapeutic agents, with most manufactured as preformulated solutions. However, bioformulation of complex proteins is a difficult engineering challenge; formulations must be tailored to individual therapies, necessitating time- and material-intensive campaigns to select combinations of excipients to simultaneously optimize various design criteria. These additives complicate formulation design with unintuitive and non-linear relationships, creating a vast multidimensional design space that is intrinsically…
- ASPIRE: Agentic /Skills Discovery for Robotics
Traditional robot programming is challenging: it requires orchestrating multimodal perception, managing physical contact dynamics, and handling diverse configurations and execution failures. We introduce ASPIRE (Agentic Skill Programming through Iterative Robot Exploration), a continual learning system that autonomously writes and refines robot control programs in a code-as-policy paradigm while compounding experience into a reusable skill library. ASPIRE discovers skills that persist across tasks, simulation and real-world settings, and embodiments. It operates in an open-ended loop with…
- AutoSAT: Automatically Optimize SAT Solvers via Large Language Models
Background: Conflict-Driven Clause Learning (CDCL) is a dominant framework for solving the Satisfiability problem (SAT). Modern CDCL solvers rely heavily on various heuristics, which significantly influence their performance. Established solvers such as MiniSat and Kissat typically incorporate multiple heuristics and therefore require substantial manual effort and domain expertise for fine-tuning in practice. Objectives: The emergence of Large Language Models (LLMs) offers a promising opportunity to automate SAT solver optimization. However, generating a complete CDCL solver from scratch…