Archives AI News

Tensor Logic: The Language of AI

arXiv:2510.12269v3 Announce Type: replace-cross Abstract: Progress in AI is hindered by the lack of a programming language with all the requisite features. Libraries like PyTorch and TensorFlow provide automatic differentiation and efficient GPU implementation, but are additions to Python, which…

LLM-guided Chemical Process Optimization with a Multi-Agent Approach

arXiv:2506.20921v2 Announce Type: replace Abstract: Chemical process optimization maximizes production efficiency and economic performance, but optimization algorithms, including gradient-based solvers, numerical methods, and parameter grid searches, become impractical when operating constraints are ill-defined or unavailable. We present a multi-agent LLM…

Beyond Linear Probes: Dynamic Safety Monitoring for Language Models

arXiv:2509.26238v2 Announce Type: replace Abstract: Monitoring large language models’ (LLMs) activations is an effective way to detect harmful requests before they lead to unsafe outputs. However, traditional safety monitors often require the same amount of compute for every query. This…